Started by user Ondrej Dockal Running as Ondrej Dockal Agent centos-7-cqjj0 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-cqjj0" 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-cqjj0" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -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-cqjj0" - 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.2.1" 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-cqjj0 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/reddeer.eclipse.test [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... No credentials specified Cloning the remote Git repository Cloning repository https://github.com/odockal/reddeer.git > git init /home/jenkins/agent/workspace/reddeer.eclipse.test # 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 > git config remote.origin.url https://github.com/odockal/reddeer.git # timeout=10 Fetching upstream changes from https://github.com/odockal/reddeer.git > git fetch --tags --progress https://github.com/odockal/reddeer.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git rev-parse origin/rd-2088^{commit} # timeout=10 Checking out Revision 40d5191bb6c1c4617e116720ab647b01e7c711b1 (origin/rd-2088) > git config core.sparsecheckout # timeout=10 > git checkout -f 40d5191bb6c1c4617e116720ab647b01e7c711b1 # timeout=10 Commit message: "Update JUnit Label names, fixes #2088 - add some check for other tests" > git rev-list --no-walk 40d5191bb6c1c4617e116720ab647b01e7c711b1 # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [reddeer.eclipse.test] $ vncserver -list Starting xvnc [reddeer.eclipse.test] $ Xvnc :34 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Apr 1 2020 04:46:00 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Wed Aug 26 17:53:13 2020 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5934 vncext: created VNC server for screen 0 [reddeer.eclipse.test] $ /bin/sh -xe /tmp/jenkins2925924568963792081.sh + metacity --sm-disable --replace [reddeer.eclipse.test] $ /opt/tools/apache-maven/latest/bin/mvn -f /home/jenkins/agent/workspace/reddeer.eclipse.test/pom.xml -DskipTests=true -Dsurefire.timeout=9600 -Djava.target.version=11 clean install 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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.common/pom.xml [INFO] Fetching p2.index from https://download.eclipse.org/staging/2020-09/ [INFO] Adding repository https://download.eclipse.org/staging/2020-09 [INFO] Fetching content.jar from https://download.eclipse.org/staging/2020-09/ (2.84MB) [INFO] Fetching p2.index from https://download.eclipse.org/technology/swtbot/snapshots/ [INFO] Adding repository https://download.eclipse.org/technology/swtbot/snapshots [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/swtbot/snapshots/ [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/S20200817205214/repository/ [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/S20200817205214/repository [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/S20200817205214/repository/ [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200817205214/repository/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200817205214/repository/ [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.common/pom.xml [INFO] Fetching org.eclipse.osgi_3.16.0.v20200810-1321.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (468.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.16.0.v20200810-1321.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (468.85kB) [INFO] Unpacking org.eclipse.osgi_3.16.0.v20200810-1321... [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (155.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (155.55kB) [INFO] Unpacking org.apache.felix.scr_2.1.16.v20200110-1820... [INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (43.97kB) [INFO] Unpacking org.eclipse.osgi.services_3.9.0.v20200511-1725... [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (30.65kB) [INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141... [INFO] Fetching org.eclipse.swt_3.115.0.v20200820-0635.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.115.0.v20200820-0635.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16.03kB) [INFO] Unpacking org.eclipse.swt_3.115.0.v20200820-0635... [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (29.18kB) [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.115.0.v20200820-0635.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (833.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.115.0.v20200820-0635.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (833.34kB) [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.115.0.v20200820-0635... [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.115.0.v20200820-0635.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.1MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.115.0.v20200820-0635.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.1MB) [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.115.0.v20200820-0635... [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.115.0.v20200820-0635.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (958.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.115.0.v20200820-0635... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/plugins/ (395.04kB) [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/staging/2020-09/plugins/ (395.04kB) [INFO] Unpacking com.sun.jna.platform_5.6.0.v20200722-0209... [INFO] Fetching javax.annotation_1.3.5.v20200504-1837.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (36.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.annotation_1.3.5.v20200504-1837.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (36.58kB) [INFO] Unpacking javax.annotation_1.3.5.v20200504-1837... [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/staging/2020-09/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/staging/2020-09/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/plugins/ (13kB) [INFO] Unpacking org.apache.batik.constants_1.13.0.v20200622-2037... [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/staging/2020-09/plugins/ (15.35kB) [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/plugins/ (14.47kB) [INFO] Unpacking org.apache.batik.i18n_1.13.0.v20200622-2037... [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/plugins/ (82.7kB) [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029... [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (43.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (43.01kB) [INFO] Unpacking org.eclipse.core.commands_3.9.700.v20191217-1850... [INFO] Fetching org.eclipse.equinox.common_3.13.0.v20200809-0514.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (57.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.13.0.v20200809-0514.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (57.14kB) [INFO] Unpacking org.eclipse.equinox.common_3.13.0.v20200809-0514... [INFO] Fetching org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (41.25kB) [INFO] Unpacking org.eclipse.core.contenttype_3.7.800.v20200724-0804... [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (55.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (55.59kB) [INFO] Unpacking org.eclipse.equinox.preferences_3.8.0.v20200422-1833... [INFO] Fetching org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (77.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (77.12kB) [INFO] Unpacking org.eclipse.equinox.registry_3.9.0.v20200625-1425... [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/plugins/ (44.71kB) [INFO] Unpacking org.eclipse.core.databinding.property_1.8.100.v20200619-0651... [INFO] Fetching org.eclipse.core.databinding_1.10.0.v20200815-1752.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (56.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding_1.10.0.v20200815-1752.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (56.85kB) [INFO] Unpacking org.eclipse.core.databinding_1.10.0.v20200815-1752... [INFO] Fetching org.eclipse.core.expressions_3.7.0.v20200720-1126.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (33.67kB) [INFO] Unpacking org.eclipse.core.expressions_3.7.0.v20200720-1126... [INFO] Fetching org.eclipse.core.runtime_3.19.0.v20200724-1004.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (33.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.19.0.v20200724-1004.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (33.42kB) [INFO] Unpacking org.eclipse.core.runtime_3.19.0.v20200724-1004... [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (46.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (46.11kB) [INFO] Unpacking org.eclipse.core.jobs_3.10.800.v20200421-0950... [INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (42.08kB) [INFO] Unpacking org.eclipse.equinox.app_1.5.0.v20200717-0620... [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (13.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (13.76kB) [INFO] Unpacking org.eclipse.e4.core.commands_0.12.900.v20200110-1732... [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/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/staging/2020-09/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (22.66kB) [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710... [INFO] Fetching org.eclipse.e4.core.services_2.2.400.v20200622-1247.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (27.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.2.400.v20200622-1247.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (27.95kB) [INFO] Unpacking org.eclipse.e4.core.services_2.2.400.v20200622-1247... [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/plugins/ (476.03kB) [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/staging/2020-09/plugins/ (476.03kB) [INFO] Unpacking org.eclipse.emf.ecore_2.23.0.v20200630-0516... [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (23.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (23.02kB) [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930... [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (13.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (13.16kB) [INFO] Unpacking org.eclipse.e4.ui.services_1.3.700.v20190930-1643... [INFO] Fetching org.eclipse.jface_3.21.0.v20200808-0622.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (362.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.21.0.v20200808-0622.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (362.48kB) [INFO] Unpacking org.eclipse.jface_3.21.0.v20200808-0622... [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1300.v20200615-1701.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (66.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1300.v20200615-1701.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (66.19kB) [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.1300.v20200615-1701... [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1100.v20200819-0632.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (65.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1100.v20200819-0632.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (65.59kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.1100.v20200819-0632... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16.47kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719... [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (9.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (9.76kB) [INFO] Unpacking org.eclipse.e4.ui.di_1.2.800.v20200128-0855... [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.0.v20200807-0944.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (27.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.0.v20200807-0944.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (27.59kB) [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.2.0.v20200807-0944... [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.800.v20200717-1533.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (110.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.800.v20200717-1533.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (110.3kB) [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.800.v20200717-1533... [INFO] Fetching org.eclipse.equinox.event_1.5.500.v20200616-0800.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.event_1.5.500.v20200616-0800.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16.65kB) [INFO] Unpacking org.eclipse.equinox.event_1.5.500.v20200616-0800... [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (9.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (9.45kB) [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048... [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.400.v20200812-0725.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (84.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.400.v20200812-0725.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (84.15kB) [INFO] Unpacking org.eclipse.e4.ui.workbench_1.11.400.v20200812-0725... [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (50.91kB) [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/staging/2020-09/plugins/ (50.91kB) [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/staging/2020-09/plugins/ (84.13kB) [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/staging/2020-09/plugins/ (84.13kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1100.v20200703-0611.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (49.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1100.v20200703-0611.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (49.82kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.1100.v20200703-0611... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1300.v20200819-0632.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (94.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1300.v20200819-0632.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (94.58kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.1300.v20200819-0632... [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1100.v20200619-0644.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (60.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1100.v20200619-0644.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (60.83kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.1100.v20200619-0644... [INFO] Fetching org.eclipse.jface.databinding_1.12.0.v20200717-1533.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (77.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.12.0.v20200717-1533.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (77.7kB) [INFO] Unpacking org.eclipse.jface.databinding_1.12.0.v20200717-1533... [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (13.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (13.07kB) [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805... [INFO] Fetching org.eclipse.urischeme_1.1.100.v20200729-2048.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (21.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.urischeme_1.1.100.v20200729-2048.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (21.97kB) [INFO] Unpacking org.eclipse.urischeme_1.1.100.v20200729-2048... [INFO] Fetching org.eclipse.emf.common_2.20.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (115.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.20.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (115.12kB) [INFO] Unpacking org.eclipse.emf.common_2.20.0.v20200630-0516... [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (120.7kB) [INFO] Unpacking org.eclipse.help_3.8.800.v20200525-0755... [INFO] Fetching org.eclipse.jface.notifications_0.2.0.v20200810-0826.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.notifications_0.2.0.v20200810-0826.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.64kB) [INFO] Unpacking org.eclipse.jface.notifications_0.2.0.v20200810-0826... [INFO] Fetching org.eclipse.ui_3.118.0.v20200807-0902.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (339.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.118.0.v20200807-0902.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (339.77kB) [INFO] Unpacking org.eclipse.ui_3.118.0.v20200807-0902... [INFO] Fetching org.eclipse.ui.workbench_3.120.0.v20200817-1134.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (966.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.120.0.v20200817-1134.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (966.73kB) [INFO] Unpacking org.eclipse.ui.workbench_3.120.0.v20200817-1134... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.swt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.swt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (32.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (32.85kB) [INFO] Unpacking org.eclipse.compare.core_3.6.900.v20200412-2017... [INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (41.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (41.15kB) [INFO] Unpacking org.eclipse.core.filebuffers_3.6.1000.v20200409-1035... [INFO] Fetching org.eclipse.text_3.10.300.v20200807-0831.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (100.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.10.300.v20200807-0831.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (100.11kB) [INFO] Unpacking org.eclipse.text_3.10.300.v20200807-0831... [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (27.79kB) [INFO] Unpacking org.eclipse.core.filesystem_1.7.700.v20200110-1734... [INFO] Fetching org.eclipse.core.resources_3.13.800.v20200706-2152.jar from https://download.eclipse.org/staging/2020-09/plugins/ (875.68kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/plugins/ (74.47kB) [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530... [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (107.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (107.88kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530... [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (50.94kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528... [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.800.v20200813-0739.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (55.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.800.v20200813-0739.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (55.51kB) [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.800.v20200813-0739... [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (44.42kB) [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (44.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (44.56kB) [INFO] Unpacking org.eclipse.equinox.security_1.3.500.v20200114-1637... [INFO] Fetching org.eclipse.jface.text_3.16.400.v20200807-0831.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (316.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.16.400.v20200807-0831.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (316.68kB) [INFO] Unpacking org.eclipse.jface.text_3.16.400.v20200807-0831... [INFO] Fetching org.eclipse.ui.editors_3.13.300.v20200812-2334.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (199.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.13.300.v20200812-2334.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (199.96kB) [INFO] Unpacking org.eclipse.ui.editors_3.13.300.v20200812-2334... [INFO] Fetching org.eclipse.ui.ide_3.17.200.v20200808-0622.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (954.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.17.200.v20200808-0622.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (954.52kB) [INFO] Unpacking org.eclipse.ui.ide_3.17.200.v20200808-0622... [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.15.0.v20200812-2334.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (238.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.15.0.v20200812-2334.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (238.57kB) [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.15.0.v20200812-2334... [INFO] Fetching org.eclipse.ui.navigator_3.9.400.v20200723-2304.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (131kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.9.400.v20200723-2304.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (131kB) [INFO] Unpacking org.eclipse.ui.navigator_3.9.400.v20200723-2304... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.workbench.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.workbench.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.workbench.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.uiforms/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.uiforms/pom.xml [INFO] Fetching org.eclipse.ui.forms_3.10.0.v20200727-0948.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (124.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.forms_3.10.0.v20200727-0948.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (124.47kB) [INFO] Unpacking org.eclipse.ui.forms_3.10.0.v20200727-0948... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.uiforms/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.jface/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.jface/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.jface/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.eclipse/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.eclipse/pom.xml [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.10.3.v20200512-1600.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.10.3.v20200512-1600.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.93kB) [INFO] Unpacking com.fasterxml.jackson.core.jackson-annotations_2.10.3.v20200512-1600... [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.10.3.v20200512-1600.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (136.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.10.3.v20200512-1600.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (136.18kB) [INFO] Unpacking com.fasterxml.jackson.core.jackson-core_2.10.3.v20200512-1600... [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.10.3.v20200512-1600.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (397.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.10.3.v20200512-1600.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (397.83kB) [INFO] Unpacking com.fasterxml.jackson.core.jackson-databind_2.10.3.v20200512-1600... [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (18.03kB) [INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101... [INFO] Fetching org.eclipse.debug.core_3.16.0.v20200629-2100.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (125.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.16.0.v20200629-2100.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (125.91kB) [INFO] Unpacking org.eclipse.debug.core_3.16.0.v20200629-2100... [INFO] Fetching org.eclipse.debug.ui_3.14.600.v20200819-1303.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1,013.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.14.600.v20200819-1303.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1,013.71kB) [INFO] Unpacking org.eclipse.debug.ui_3.14.600.v20200819-1303... [INFO] Fetching org.eclipse.ui.console_3.9.300.v20200630-1652.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.console_3.9.300.v20200630-1652.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (84kB) [INFO] Unpacking org.eclipse.ui.console_3.9.300.v20200630-1652... [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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.600.v20200217-1130.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (38.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (38.9kB) [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130... [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/plugins/ (24.18kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308... [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.900.v20200808-1311.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.900.v20200808-1311.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.94kB) [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.900.v20200808-1311... [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/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.v20200731-1005.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (105.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200731-1005.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (105.78kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200731-1005... [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/plugins/ (123kB) [INFO] Unpacking org.junit_4.13.0.v20200204-1500... [INFO] Fetching org.eclipse.ui.browser_3.6.900.v20200807-1330.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (97.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.browser_3.6.900.v20200807-1330.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (97.87kB) [INFO] Unpacking org.eclipse.ui.browser_3.6.900.v20200807-1330... [INFO] Fetching org.eclipse.ui.views.log_1.2.1200.v20200611-1719.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (84.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.log_1.2.1200.v20200611-1719.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (84.65kB) [INFO] Unpacking org.eclipse.ui.views.log_1.2.1200.v20200611-1719... [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20191115185527/repository/ [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/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/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (114.11kB) [INFO] Unpacking org.apache.commons.lang_2.6.0.v201404270220... [INFO] Fetching org.eclipse.wst.server.core_1.10.100.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (124.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.core_1.10.100.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (124.52kB) [INFO] Unpacking org.eclipse.wst.server.core_1.10.100.v202007170127... [INFO] Fetching org.eclipse.wst.server.ui_1.5.600.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (274.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.ui_1.5.600.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (274.54kB) [INFO] Unpacking org.eclipse.wst.server.ui_1.5.600.v202007170127... [INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (29.69kB) [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/staging/2020-09/plugins/ (29.69kB) [INFO] Unpacking org.json_1.0.0.v201011060100... [INFO] Fetching org.yaml.snakeyaml_1.14.0.v201604211500.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (91.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.yaml.snakeyaml_1.14.0.v201604211500.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (91.12kB) [INFO] Unpacking org.yaml.snakeyaml_1.14.0.v201604211500... [INFO] Fetching org.eclipse.wst.common.core_1.4.0.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (24.31kB) [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/staging/2020-09/plugins/ (24.31kB) [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/staging/2020-09/plugins/ (30.21kB) [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/staging/2020-09/plugins/ (30.21kB) [INFO] Unpacking org.eclipse.wst.internet.monitor.core_1.0.700.v202007170127... [INFO] Fetching org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (43.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (43.18kB) [INFO] Unpacking org.eclipse.wst.server.discovery_1.3.200.v201910252115... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.eclipse/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.gef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.gef/pom.xml [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/plugins/ (366.65kB) [INFO] Unpacking org.eclipse.gef_3.11.0.201606061308... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.gef/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.gef.spy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.gef.spy/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.gef.spy/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.graphiti/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/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/staging/2020-09/plugins/ (59.49kB) [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/staging/2020-09/plugins/ (59.49kB) [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/staging/2020-09/plugins/ (96.91kB) [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/staging/2020-09/plugins/ (96.91kB) [INFO] Unpacking org.eclipse.emf.edit_2.16.0.v20190920-0401... [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (108.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (108.42kB) [INFO] Unpacking org.eclipse.emf.edit.ui_2.18.0.v20200205-0529... [INFO] Fetching org.eclipse.ui.views_3.10.400.v20200611-1719.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (48.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.10.400.v20200611-1719.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (48.2kB) [INFO] Unpacking org.eclipse.ui.views_3.10.400.v20200611-1719... [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from https://download.eclipse.org/staging/2020-09/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from https://download.eclipse.org/staging/2020-09/plugins/ (403.7kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from https://download.eclipse.org/staging/2020-09/plugins/ (85.1kB) [INFO] Fetching org.eclipse.graphiti_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (95.59kB) [INFO] The user operation is waiting for background work to complete. [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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/plugins/ (226.34kB) [INFO] Unpacking org.eclipse.graphiti.ui_0.17.0.202005151449... [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1000.v20200609-0849.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (40.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1000.v20200609-0849.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (40.74kB) [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.1000.v20200609-0849... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.graphiti/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.direct/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.direct/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.direct/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.junit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.junit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.jdt.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.jdt.junit/pom.xml [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.300.v20200720-0748.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (24.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.300.v20200720-0748.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (24.61kB) [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.5.300.v20200720-0748... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.jdt.junit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.junit.extension/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.junit.extension/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.junit.extension/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.requirements/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.requirements/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.requirements/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.ui/pom.xml [INFO] Fetching org.apache.ant_1.10.8.v20200515-1239.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (2.86MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.ant_1.10.8.v20200515-1239.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (2.86MB) [INFO] Unpacking org.apache.ant_1.10.8.v20200515-1239... [INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/plugins/ (102.05kB) [INFO] Unpacking org.eclipse.ant.launching_1.2.1000.v20200610-1458... [INFO] Fetching org.eclipse.jdt.launching_3.18.0.v20200812-0801.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (281.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching_3.18.0.v20200812-0801.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (281.49kB) [INFO] Unpacking org.eclipse.jdt.launching_3.18.0.v20200812-0801... [INFO] Fetching org.eclipse.core.externaltools_1.1.700.v20200416-1310.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.externaltools_1.1.700.v20200416-1310.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.79kB) [INFO] Unpacking org.eclipse.core.externaltools_1.1.700.v20200416-1310... [INFO] Fetching org.eclipse.jdt.core_3.23.0.v20200818-1046.jar from https://download.eclipse.org/staging/2020-09/plugins/ (6.83MB) [INFO] Fetching org.eclipse.ant.ui_3.7.900.v20200724-1008.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (475.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.ui_3.7.900.v20200724-1008.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (475.62kB) [INFO] Unpacking org.eclipse.ant.ui_3.7.900.v20200724-1008... [INFO] Fetching org.eclipse.ui.externaltools_3.4.800.v20200612-0848.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (65.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.externaltools_3.4.800.v20200612-0848.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (65.6kB) [INFO] Unpacking org.eclipse.ui.externaltools_3.4.800.v20200612-0848... [INFO] Fetching org.eclipse.jdt.ui_3.21.200.v20200818-2143.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (3.87MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.21.200.v20200818-2143.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (3.87MB) [INFO] Unpacking org.eclipse.jdt.ui_3.21.200.v20200818-2143... [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.0.v20200817-0845.jar from https://download.eclipse.org/staging/2020-09/plugins/ (1.66MB) [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (124.96kB) [INFO] Unpacking org.eclipse.team.core_3.8.1100.v20200806-0621... [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.100.v20200720-0748.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (105.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.100.v20200720-0748.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (105.59kB) [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.11.100.v20200720-0748... [INFO] Fetching org.eclipse.jdt.junit_3.11.900.v20200817-1957.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (231.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit_3.11.900.v20200817-1957.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (231.94kB) [INFO] Unpacking org.eclipse.jdt.junit_3.11.900.v20200817-1957... [INFO] Fetching org.eclipse.compare_3.7.1100.v20200611-0145.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (306.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare_3.7.1100.v20200611-0145.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (306.32kB) [INFO] Unpacking org.eclipse.compare_3.7.1100.v20200611-0145... [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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.100.v20200817-2001.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (495.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.100.v20200817-2001.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (495.15kB) [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.14.100.v20200817-2001... [INFO] Fetching org.eclipse.jdt.debug_3.16.0.v20200812-0801.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (900.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.16.0.v20200812-0801.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (900.04kB) [INFO] Unpacking org.eclipse.jdt.debug_3.16.0.v20200812-0801... [INFO] Fetching org.eclipse.search_3.12.0.v20200727-2017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (214.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.search_3.12.0.v20200727-2017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (214.9kB) [INFO] Unpacking org.eclipse.search_3.12.0.v20200727-2017... [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.100.v20200817-1715.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (176.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.100.v20200817-1715.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (176.92kB) [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.11.100.v20200817-1715... [INFO] Fetching org.eclipse.jdt.junit.core_3.10.800.v20200817-1957.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (65.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.core_3.10.800.v20200817-1957.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (65.59kB) [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.800.v20200817-1957... [INFO] Fetching org.eclipse.team.ui_3.8.1000.v20200806-0621.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (491.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.ui_3.8.1000.v20200806-0621.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (491.39kB) [INFO] Unpacking org.eclipse.team.ui_3.8.1000.v20200806-0621... [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.400.v20200722-0751.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (70.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.400.v20200722-0751.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (70.56kB) [INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.400.v20200722-0751... [INFO] Fetching org.eclipse.pde.build_3.10.800.v20200410-1419.jar from https://download.eclipse.org/staging/2020-09/plugins/ (478.57kB) [INFO] Fetching org.eclipse.pde.core_3.14.0.v20200817-1143.jar from https://download.eclipse.org/staging/2020-09/plugins/ (1.29MB) [INFO] Fetching org.eclipse.pde.launching_3.9.0.v20200812-1037.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (51.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.launching_3.9.0.v20200812-1037.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (51.53kB) [INFO] Unpacking org.eclipse.pde.launching_3.9.0.v20200812-1037... [INFO] Fetching org.eclipse.pde.ui_3.12.0.v20200817-1143.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.44MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ui_3.12.0.v20200817-1143.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.44MB) [INFO] Unpacking org.eclipse.pde.ui_3.12.0.v20200817-1143... [INFO] Fetching org.eclipse.ui.intro_3.5.1100.v20200807-0635.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (142.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.5.1100.v20200807-0635.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (142.21kB) [INFO] Unpacking org.eclipse.ui.intro_3.5.1100.v20200807-0635... [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.0.v20200805-2057.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (149.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.0.v20200805-2057.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (149.91kB) [INFO] Unpacking org.eclipse.ui.cheatsheets_3.7.0.v20200805-2057... [INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (26.28kB) [INFO] Unpacking org.eclipse.ui.trace_1.1.800.v20200106-1301... [INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (49.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (49.3kB) [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.700.v20200211-1227... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.spy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.spy/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.spy/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.recorder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.recorder/pom.xml [INFO] Fetching org.eclipse.swtbot.generator_3.1.0.202006260150.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.202006260150.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (40.1kB) [INFO] Unpacking org.eclipse.swtbot.generator_3.1.0.202006260150... [INFO] Fetching org.eclipse.swtbot.generator.jdt_3.1.0.202006260150.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (25.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.generator.jdt_3.1.0.202006260150.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (25.53kB) [INFO] Unpacking org.eclipse.swtbot.generator.jdt_3.1.0.202006260150... [INFO] Fetching org.eclipse.swtbot.generator.ui_3.1.0.202006260150.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (12.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.generator.ui_3.1.0.202006260150.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (12.89kB) [INFO] Unpacking org.eclipse.swtbot.generator.ui_3.1.0.202006260150... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.recorder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.go/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.go/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.go/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.logparser/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.logparser/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.logparser/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.codegen/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.codegen/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.codegen/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/test-apps/org.eclipse.reddeer.e4/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/test-apps/org.eclipse.reddeer.e4/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/test-apps/org.eclipse.reddeer.e4/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.common.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/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/staging/2020-09/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/staging/2020-09/plugins/ (31.78kB) [INFO] Unpacking org.eclipse.core.net_1.3.1000.v20200715-0827... [INFO] Fetching org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (29.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (29.97kB) [INFO] Unpacking org.eclipse.equinox.launcher_1.5.800.v20200727-1323... [INFO] Fetching org.eclipse.ui.ide.application_1.3.800.v20200713-0938.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (55.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide.application_1.3.800.v20200713-0938.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (55.56kB) [INFO] Unpacking org.eclipse.ui.ide.application_1.3.800.v20200713-0938... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.common.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.core.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.core.test/pom.xml [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (743.15kB) [INFO] Unpacking com.google.guava_27.1.0.v20190517-1946... [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/staging/2020-09/plugins/ (249kB) [INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (14.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (14.59kB) [INFO] Unpacking org.slf4j.jcl_1.7.2.v20130115-1340... [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/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/staging/2020-09/plugins/ (1.29MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (45.51kB) [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400... [INFO] Fetching org.eclipse.core.databinding.beans_1.7.0.v20200717-1533.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (26.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.beans_1.7.0.v20200717-1533.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (26.22kB) [INFO] Unpacking org.eclipse.core.databinding.beans_1.7.0.v20200717-1533... [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (61.06kB) [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/staging/2020-09/plugins/ (61.06kB) [INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451... [INFO] Fetching org.eclipse.m2e.archetype.common_1.16.0.20200610-1735.jar from https://download.eclipse.org/staging/2020-09/plugins/ (1.92MB) [INFO] Fetching org.eclipse.m2e.maven.runtime_1.16.0.20200610-1735.jar from https://download.eclipse.org/staging/2020-09/plugins/ (7.22MB) [INFO] Fetching org.eclipse.m2e.core_1.16.1.20200710-1008.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (199kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.core_1.16.1.20200710-1008.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (199kB) [INFO] Unpacking org.eclipse.m2e.core_1.16.1.20200710-1008... [INFO] Fetching org.eclipse.m2e.maven.indexer_1.16.0.20200610-1735.jar from https://download.eclipse.org/staging/2020-09/plugins/ (1.08MB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/staging/2020-09/plugins/ (15.56kB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (24kB) [INFO] Unpacking org.slf4j.api_1.7.30.v20200204-2150... [INFO] Fetching org.eclipse.m2e.core.ui_1.16.1.20200710-1008.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (209.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.core.ui_1.16.1.20200710-1008.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (209.76kB) [INFO] Unpacking org.eclipse.m2e.core.ui_1.16.1.20200710-1008... [INFO] Fetching org.eclipse.m2e.model.edit_1.16.0.20200514-1409.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/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/staging/2020-09/plugins/ (19.43kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (25.72kB) [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/staging/2020-09/plugins/ (25.72kB) [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/staging/2020-09/plugins/ (77.58kB) [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/staging/2020-09/plugins/ (77.58kB) [INFO] Unpacking org.eclipse.wst.common.emf_1.2.700.v202007161535... [INFO] Fetching org.eclipse.wst.sse.core_1.2.500.v202008090735.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (156.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.core_1.2.500.v202008090735.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (156.44kB) [INFO] Unpacking org.eclipse.wst.sse.core_1.2.500.v202008090735... [INFO] Fetching org.eclipse.wst.xml.core_1.2.300.v202007191910.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (254.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.core_1.2.300.v202007191910.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (254.95kB) [INFO] Unpacking org.eclipse.wst.xml.core_1.2.300.v202007191910... [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (43.26kB) [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/staging/2020-09/plugins/ (43.26kB) [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/staging/2020-09/plugins/ (20.11kB) [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/staging/2020-09/plugins/ (20.11kB) [INFO] Unpacking org.eclipse.wst.common.environment_1.0.401.v202007142017... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.core.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] Fetching org.eclipse.jdt_3.18.500.v20200820-0230.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (29.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt_3.18.500.v20200820-0230.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (29.44kB) [INFO] Unpacking org.eclipse.jdt_3.18.500.v20200820-0230... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ [INFO] Adding repository http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository [INFO] Fetching content.xml.xz from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ [INFO] Adding repository http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository [INFO] Fetching content.xml.xz from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/plugins/ (271kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (17.58kB) [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (13.22kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (566.22kB) [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (166.47kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (344.12kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (563.54kB) [INFO] Fetching org.eclipse.datatools.help_1.7.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (17.92kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.4.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (340.76kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (621.78kB) [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.2.200.202008192017.jar from https://download.eclipse.org/staging/2020-09/plugins/ (228.75kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (91.99kB) [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/staging/2020-09/plugins/ (189.45kB) [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (130.22kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (31.85kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (46.89kB) [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (369.87kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.2.200.202008192017.jar from https://download.eclipse.org/staging/2020-09/plugins/ (462.7kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (139.66kB) [INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (126.93kB) [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/staging/2020-09/plugins/ (126.93kB) [INFO] Unpacking org.eclipse.emf.codegen_2.21.0.v20200708-0547... [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1300.v20200720-0748.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (13.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1300.v20200720-0748.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (13.17kB) [INFO] Unpacking org.eclipse.jdt.junit4.runtime_1.1.1300.v20200720-0748... [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (92.94kB) [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/staging/2020-09/plugins/ (92.94kB) [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/staging/2020-09/plugins/ (47.47kB) [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/staging/2020-09/plugins/ (47.47kB) [INFO] Unpacking org.eclipse.jem.util_2.1.202.v202007142017... [INFO] Fetching org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (36.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (36.04kB) [INFO] Unpacking org.eclipse.jem.workbench_2.0.400.v201903222024... [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (22.31kB) [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/staging/2020-09/plugins/ (22.31kB) [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/staging/2020-09/plugins/ (13.68kB) [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/staging/2020-09/plugins/ (13.68kB) [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/staging/2020-09/plugins/ (46.49kB) [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/staging/2020-09/plugins/ (46.49kB) [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/staging/2020-09/plugins/ (130.28kB) [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/staging/2020-09/plugins/ (130.28kB) [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/staging/2020-09/plugins/ (53.07kB) [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/staging/2020-09/plugins/ (53.07kB) [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/staging/2020-09/plugins/ (134.72kB) [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/staging/2020-09/plugins/ (134.72kB) [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/staging/2020-09/plugins/ (119.34kB) [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/staging/2020-09/plugins/ (119.34kB) [INFO] Unpacking org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017... [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.9.100.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (63.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.9.100.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (63.27kB) [INFO] Unpacking org.eclipse.jst.common.project.facet.core_1.9.100.v202007161535... [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.511.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (51.14kB) [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/staging/2020-09/plugins/ (51.14kB) [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/staging/2020-09/plugins/ (91.92kB) [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/staging/2020-09/plugins/ (91.92kB) [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/staging/2020-09/plugins/ (30.87kB) [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/staging/2020-09/plugins/ (30.87kB) [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/staging/2020-09/plugins/ (49.65kB) [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/staging/2020-09/plugins/ (49.65kB) [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/staging/2020-09/plugins/ (330.6kB) [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/staging/2020-09/plugins/ (330.6kB) [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/staging/2020-09/plugins/ (53.34kB) [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/staging/2020-09/plugins/ (53.34kB) [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/staging/2020-09/plugins/ (119.76kB) [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/staging/2020-09/plugins/ (119.76kB) [INFO] Unpacking org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024... [INFO] Fetching org.eclipse.jst.j2ee_1.2.400.v202007011329.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (861.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee_1.2.400.v202007011329.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (861.25kB) [INFO] Unpacking org.eclipse.jst.j2ee_1.2.400.v202007011329... [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.2.v202007170603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (589.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.2.v202007170603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (589.96kB) [INFO] Unpacking org.eclipse.jst.j2ee.core_1.4.2.v202007170603... [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v202007170603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (354.56kB) [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/staging/2020-09/plugins/ (354.56kB) [INFO] Unpacking org.eclipse.jst.j2ee.ui_1.1.931.v202007170603... [INFO] Fetching org.eclipse.wst.web.ui_1.2.101.v202005120311.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (43.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.web.ui_1.2.101.v202005120311.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (43.66kB) [INFO] Unpacking org.eclipse.wst.web.ui_1.2.101.v202005120311... [INFO] Fetching org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (49.28kB) [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/staging/2020-09/plugins/ (49.28kB) [INFO] Unpacking org.eclipse.wst.validation.ui_1.2.601.v202007142017... [INFO] Fetching org.eclipse.wst.web_1.2.100.v201905161255.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (36.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.web_1.2.100.v201905161255.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (36.65kB) [INFO] Unpacking org.eclipse.wst.web_1.2.100.v201905161255... [INFO] Fetching org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (73.44kB) [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/staging/2020-09/plugins/ (73.44kB) [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/staging/2020-09/plugins/ (31.71kB) [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/staging/2020-09/plugins/ (31.71kB) [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/staging/2020-09/plugins/ (39.89kB) [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/staging/2020-09/plugins/ (39.89kB) [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/staging/2020-09/plugins/ (25.28kB) [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/staging/2020-09/plugins/ (25.28kB) [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/staging/2020-09/plugins/ (39.21kB) [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/staging/2020-09/plugins/ (39.21kB) [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/staging/2020-09/plugins/ (16.01kB) [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/staging/2020-09/plugins/ (16.01kB) [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/staging/2020-09/plugins/ (172.12kB) [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/staging/2020-09/plugins/ (172.12kB) [INFO] Unpacking org.eclipse.jst.j2ee.navigator.ui_1.1.800.v202007170603... [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (222.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (222.72kB) [INFO] Unpacking org.eclipse.jst.j2ee.web_1.1.911.v201903222025... [INFO] Fetching org.eclipse.wst.common.ui_1.2.0.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (57.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.ui_1.2.0.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (57.05kB) [INFO] Unpacking org.eclipse.wst.common.ui_1.2.0.v202007161535... [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (79.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (79.82kB) [INFO] Unpacking org.eclipse.jst.servlet.ui_1.1.921.v201903222025... [INFO] Fetching org.eclipse.wst.css.core_1.2.0.v202004081818.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (180.91kB) [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/staging/2020-09/plugins/ (180.91kB) [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/staging/2020-09/plugins/ (120.84kB) [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/staging/2020-09/plugins/ (120.84kB) [INFO] Unpacking org.eclipse.wst.css.ui_1.1.500.v202008120248... [INFO] Fetching org.eclipse.wst.xml.ui_1.2.500.v202008091424.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (336kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.ui_1.2.500.v202008091424.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (336kB) [INFO] Unpacking org.eclipse.wst.xml.ui_1.2.500.v202008091424... [INFO] Fetching org.eclipse.wst.sse.ui_1.7.100.v202008192217.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (315.71kB) [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/staging/2020-09/plugins/ (315.71kB) [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/staging/2020-09/plugins/ (202.51kB) [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/staging/2020-09/plugins/ (202.51kB) [INFO] Unpacking org.eclipse.wst.html.core_1.3.200.v202005180147... [INFO] Fetching org.eclipse.wst.html.ui_1.1.400.v202008192335.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (117.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.html.ui_1.1.400.v202008192335.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (117.21kB) [INFO] Unpacking org.eclipse.wst.html.ui_1.1.400.v202008192335... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.gef.test/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/tools/gef/updates/legacy/releases/ [INFO] Adding repository http://download.eclipse.org/tools/gef/updates/legacy/releases [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/gef/updates/legacy/releases/ [INFO] Fetching 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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.gef.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.gef.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.graphiti.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.graphiti.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.graphiti.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.direct.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.direct.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.direct.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.junit.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/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/S20200817205214/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/S20200817205214/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/S20200817205214/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/S20200817205214/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/staging/2020-09/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/staging/2020-09/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/S20200817205214/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/S20200817205214/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/S20200817205214/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/S20200817205214/repository/plugins/ (27.19kB) [INFO] Unpacking org.objenesis_2.6.0.v20180420-1519... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.junit.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.requirements.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.requirements.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.requirements.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.ui.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/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/staging/2020-09/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/staging/2020-09/plugins/ (13.34kB) [INFO] Unpacking org.eclipse.pde.junit.runtime_3.5.900.v20200810-0835... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.ui.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.integration.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.integration.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.integration.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.integration.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.integration.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.integration.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.e4.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.e4.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.e4.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.eclipse.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.eclipse.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.eclipse.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.gef.spy.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.gef.spy.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.swt.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.swt.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.swt.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.tests.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.tests.feature/pom.xml [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (692.97kB) [INFO] Unpacking org.apache.lucene.analyzers-common_7.5.0.v20181003-1532... [INFO] Fetching org.apache.lucene.misc_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (50.23kB) [INFO] Unpacking org.apache.lucene.misc_7.5.0.v20181003-1532... [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar from https://download.eclipse.org/staging/2020-09/plugins/ (97.49kB) [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.tests.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.ui.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.ui.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.recorder.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.recorder.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.recorder.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.graphiti.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.graphiti.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.graphiti.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.spy.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.spy.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.spy.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.logparser.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.logparser.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.logparser.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.codegen.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.codegen.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.codegen.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/site/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/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.1.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.eclipse.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/parent/3.1.0-SNAPSHOT/parent-3.1.0-SNAPSHOT.pom [INFO] [INFO] --------------------< org.eclipse.reddeer:plugins >--------------------- [INFO] Building RedDeer Plugins 3.1.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.eclipse.test/plugins/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ plugins --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ plugins --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/plugins/3.1.0-SNAPSHOT/plugins-3.1.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.common >----------- [INFO] Building RedDeer Common 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.0.0:compile (default-compile) @ org.eclipse.reddeer.common --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.common/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.common --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.common --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.common/3.1.0-SNAPSHOT/org.eclipse.reddeer.common-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.common/3.1.0-SNAPSHOT/org.eclipse.reddeer.common-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.common/3.1.0-SNAPSHOT/org.eclipse.reddeer.common-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.common/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.common/3.1.0-SNAPSHOT/org.eclipse.reddeer.common-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.common/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.common/3.1.0-SNAPSHOT/org.eclipse.reddeer.common-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.common --- [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.workbench.core >------- [INFO] Building RedDeer Workbench Core 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.core --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.workbench.core/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.workbench.core/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.workbench.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.workbench.core --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.workbench.core/3.1.0-SNAPSHOT/org.eclipse.reddeer.workbench.core-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.workbench.core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.workbench.core/3.1.0-SNAPSHOT/org.eclipse.reddeer.workbench.core-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.workbench.core/3.1.0-SNAPSHOT/org.eclipse.reddeer.workbench.core-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.workbench.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.workbench.core/3.1.0-SNAPSHOT/org.eclipse.reddeer.workbench.core-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.workbench.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.workbench.core/3.1.0-SNAPSHOT/org.eclipse.reddeer.workbench.core-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core >------ [INFO] Building RedDeer E4 Workbench Core 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench.core/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4.workbench.core/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4.workbench.core-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4.workbench.core/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4.workbench.core-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4.workbench.core/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4.workbench.core-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4.workbench.core/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4.workbench.core-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4.workbench.core/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4.workbench.core-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.core >------------ [INFO] Building RedDeer Core 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.core/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.core/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.core --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.core/3.1.0-SNAPSHOT/org.eclipse.reddeer.core-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.core/3.1.0-SNAPSHOT/org.eclipse.reddeer.core-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.core/3.1.0-SNAPSHOT/org.eclipse.reddeer.core-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.core/3.1.0-SNAPSHOT/org.eclipse.reddeer.core-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.core/3.1.0-SNAPSHOT/org.eclipse.reddeer.core-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.core --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.swt >------------- [INFO] Building RedDeer SWT 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.swt/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.swt/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.swt/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.swt --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.swt/3.1.0-SNAPSHOT/org.eclipse.reddeer.swt-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.swt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.swt/3.1.0-SNAPSHOT/org.eclipse.reddeer.swt-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.swt/3.1.0-SNAPSHOT/org.eclipse.reddeer.swt-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.swt/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.swt/3.1.0-SNAPSHOT/org.eclipse.reddeer.swt-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.swt/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.swt/3.1.0-SNAPSHOT/org.eclipse.reddeer.swt-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.swt --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.jface >------------ [INFO] Building RedDeer JFace 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.jface/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.jface/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.jface/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.jface/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.jface --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.jface/3.1.0-SNAPSHOT/org.eclipse.reddeer.jface-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.jface/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.jface/3.1.0-SNAPSHOT/org.eclipse.reddeer.jface-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.jface/3.1.0-SNAPSHOT/org.eclipse.reddeer.jface-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.jface/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.jface/3.1.0-SNAPSHOT/org.eclipse.reddeer.jface-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.jface/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.jface/3.1.0-SNAPSHOT/org.eclipse.reddeer.jface-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.jface --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.workbench >---------- [INFO] Building RedDeer Workbench 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.workbench/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.workbench/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.workbench/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.workbench --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.workbench/3.1.0-SNAPSHOT/org.eclipse.reddeer.workbench-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.workbench/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.workbench/3.1.0-SNAPSHOT/org.eclipse.reddeer.workbench-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.workbench/3.1.0-SNAPSHOT/org.eclipse.reddeer.workbench-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.workbench/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.workbench/3.1.0-SNAPSHOT/org.eclipse.reddeer.workbench-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.workbench/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.workbench/3.1.0-SNAPSHOT/org.eclipse.reddeer.workbench-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench >-------- [INFO] Building RedDeer E4 Workbench 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.e4.workbench --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4.workbench/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4.workbench-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4.workbench/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4.workbench-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4.workbench/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4.workbench-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4.workbench/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4.workbench-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.e4.workbench/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4.workbench/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4.workbench-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.uiforms >----------- [INFO] Building RedDeer UIForms 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.uiforms/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.uiforms/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.uiforms/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.uiforms --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.uiforms/3.1.0-SNAPSHOT/org.eclipse.reddeer.uiforms-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.uiforms/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.uiforms/3.1.0-SNAPSHOT/org.eclipse.reddeer.uiforms-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.uiforms/3.1.0-SNAPSHOT/org.eclipse.reddeer.uiforms-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.uiforms/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.uiforms/3.1.0-SNAPSHOT/org.eclipse.reddeer.uiforms-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.uiforms/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.uiforms/3.1.0-SNAPSHOT/org.eclipse.reddeer.uiforms-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.direct >----------- [INFO] Building RedDeer Direct 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.direct --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.direct/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.direct/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.direct/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.direct --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.direct --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.direct --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.direct/3.1.0-SNAPSHOT/org.eclipse.reddeer.direct-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.direct/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.direct/3.1.0-SNAPSHOT/org.eclipse.reddeer.direct-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.direct/3.1.0-SNAPSHOT/org.eclipse.reddeer.direct-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.direct/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.direct/3.1.0-SNAPSHOT/org.eclipse.reddeer.direct-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.direct/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.direct/3.1.0-SNAPSHOT/org.eclipse.reddeer.direct-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.direct --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.junit >------------ [INFO] Building RedDeer JUnit 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.junit/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.junit/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.junit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.junit --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.junit/3.1.0-SNAPSHOT/org.eclipse.reddeer.junit-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.junit/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.junit/3.1.0-SNAPSHOT/org.eclipse.reddeer.junit-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.junit/3.1.0-SNAPSHOT/org.eclipse.reddeer.junit-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.junit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.junit/3.1.0-SNAPSHOT/org.eclipse.reddeer.junit-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.junit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.junit/3.1.0-SNAPSHOT/org.eclipse.reddeer.junit-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.junit --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse >----------- [INFO] Building RedDeer Eclipse 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.eclipse/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.eclipse/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.eclipse/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.eclipse --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.eclipse/3.1.0-SNAPSHOT/org.eclipse.reddeer.eclipse-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.eclipse/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.eclipse/3.1.0-SNAPSHOT/org.eclipse.reddeer.eclipse-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.eclipse/3.1.0-SNAPSHOT/org.eclipse.reddeer.eclipse-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.eclipse/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.eclipse/3.1.0-SNAPSHOT/org.eclipse.reddeer.eclipse-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.eclipse/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.eclipse/3.1.0-SNAPSHOT/org.eclipse.reddeer.eclipse-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.gef >------------- [INFO] Building RedDeer GEF 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.gef/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.gef/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.gef/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.gef --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.gef/3.1.0-SNAPSHOT/org.eclipse.reddeer.gef-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.gef/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.gef/3.1.0-SNAPSHOT/org.eclipse.reddeer.gef-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.gef/3.1.0-SNAPSHOT/org.eclipse.reddeer.gef-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.gef/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.gef/3.1.0-SNAPSHOT/org.eclipse.reddeer.gef-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.gef/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.gef/3.1.0-SNAPSHOT/org.eclipse.reddeer.gef-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.gef --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.gef.spy >----------- [INFO] Building RedDeer GEF Spy 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef.spy --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.gef.spy/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.gef.spy/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.gef.spy/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.gef.spy --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.gef.spy/3.1.0-SNAPSHOT/org.eclipse.reddeer.gef.spy-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.gef.spy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.gef.spy/3.1.0-SNAPSHOT/org.eclipse.reddeer.gef.spy-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.gef.spy/3.1.0-SNAPSHOT/org.eclipse.reddeer.gef.spy-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.gef.spy/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.gef.spy/3.1.0-SNAPSHOT/org.eclipse.reddeer.gef.spy-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.gef.spy/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.gef.spy/3.1.0-SNAPSHOT/org.eclipse.reddeer.gef.spy-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti >---------- [INFO] Building RedDeer Graphiti 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.graphiti --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.graphiti/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.graphiti/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.graphiti/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.graphiti --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.graphiti --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.graphiti/3.1.0-SNAPSHOT/org.eclipse.reddeer.graphiti-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.graphiti/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.graphiti/3.1.0-SNAPSHOT/org.eclipse.reddeer.graphiti-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.graphiti/3.1.0-SNAPSHOT/org.eclipse.reddeer.graphiti-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.graphiti/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.graphiti/3.1.0-SNAPSHOT/org.eclipse.reddeer.graphiti-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.graphiti/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.graphiti/3.1.0-SNAPSHOT/org.eclipse.reddeer.graphiti-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit >---------- [INFO] Building RedDeer JDT Junit 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jdt.junit --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.jdt.junit/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.jdt.junit/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.jdt.junit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.jdt.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jdt.junit --- [WARNING] /home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.jdt.junit --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.jdt.junit/3.1.0-SNAPSHOT/org.eclipse.reddeer.jdt.junit-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.jdt.junit/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.jdt.junit/3.1.0-SNAPSHOT/org.eclipse.reddeer.jdt.junit-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.jdt.junit/3.1.0-SNAPSHOT/org.eclipse.reddeer.jdt.junit-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.jdt.junit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.jdt.junit/3.1.0-SNAPSHOT/org.eclipse.reddeer.jdt.junit-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.jdt.junit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.jdt.junit/3.1.0-SNAPSHOT/org.eclipse.reddeer.jdt.junit-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.junit.extension >------- [INFO] Building RedDeer JUnit Extensions 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit.extension --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.junit.extension/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.junit.extension/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.junit.extension/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.junit.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.junit.extension --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.junit.extension/3.1.0-SNAPSHOT/org.eclipse.reddeer.junit.extension-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.junit.extension/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.junit.extension/3.1.0-SNAPSHOT/org.eclipse.reddeer.junit.extension-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.junit.extension/3.1.0-SNAPSHOT/org.eclipse.reddeer.junit.extension-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.junit.extension/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.junit.extension/3.1.0-SNAPSHOT/org.eclipse.reddeer.junit.extension-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.junit.extension/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.junit.extension/3.1.0-SNAPSHOT/org.eclipse.reddeer.junit.extension-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.requirements >-------- [INFO] Building RedDeer Requirements 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.requirements --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.requirements/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.requirements/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.requirements/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.requirements --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.requirements/3.1.0-SNAPSHOT/org.eclipse.reddeer.requirements-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.requirements/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.requirements/3.1.0-SNAPSHOT/org.eclipse.reddeer.requirements-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.requirements/3.1.0-SNAPSHOT/org.eclipse.reddeer.requirements-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.requirements/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.requirements/3.1.0-SNAPSHOT/org.eclipse.reddeer.requirements-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.requirements/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.requirements/3.1.0-SNAPSHOT/org.eclipse.reddeer.requirements-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.ui >------------- [INFO] Building RedDeer UI 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.ui --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.ui/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.ui --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.ui/3.1.0-SNAPSHOT/org.eclipse.reddeer.ui-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.ui/3.1.0-SNAPSHOT/org.eclipse.reddeer.ui-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.ui/3.1.0-SNAPSHOT/org.eclipse.reddeer.ui-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.ui/3.1.0-SNAPSHOT/org.eclipse.reddeer.ui-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.ui/3.1.0-SNAPSHOT/org.eclipse.reddeer.ui-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.ui --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.spy >------------- [INFO] Building RedDeer Spy 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.spy --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.spy/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.spy/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.spy --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.spy/3.1.0-SNAPSHOT/org.eclipse.reddeer.spy-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.spy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.spy/3.1.0-SNAPSHOT/org.eclipse.reddeer.spy-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.spy/3.1.0-SNAPSHOT/org.eclipse.reddeer.spy-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.spy/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.spy/3.1.0-SNAPSHOT/org.eclipse.reddeer.spy-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.spy/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.spy/3.1.0-SNAPSHOT/org.eclipse.reddeer.spy-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.spy --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.recorder >---------- [INFO] Building RedDeer Recorder 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.recorder --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.recorder/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.recorder/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.recorder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.recorder --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.recorder --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.recorder --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.recorder/3.1.0-SNAPSHOT/org.eclipse.reddeer.recorder-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.recorder/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.recorder/3.1.0-SNAPSHOT/org.eclipse.reddeer.recorder-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.recorder/3.1.0-SNAPSHOT/org.eclipse.reddeer.recorder-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.recorder/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.recorder/3.1.0-SNAPSHOT/org.eclipse.reddeer.recorder-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.recorder/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.recorder/3.1.0-SNAPSHOT/org.eclipse.reddeer.recorder-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.go >------------- [INFO] Building RedDeer Go 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.go --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.go/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.go/pom.xml [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.go/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.go --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.go --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.go --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.go/3.1.0-SNAPSHOT/org.eclipse.reddeer.go-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.go/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.go/3.1.0-SNAPSHOT/org.eclipse.reddeer.go-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.go/3.1.0-SNAPSHOT/org.eclipse.reddeer.go-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.go/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.go/3.1.0-SNAPSHOT/org.eclipse.reddeer.go-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.go/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.go/3.1.0-SNAPSHOT/org.eclipse.reddeer.go-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.go --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.logparser >---------- [INFO] Building RedDeer Log Parser 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.logparser --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.logparser/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.logparser/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.logparser/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.logparser --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.logparser --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.logparser --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.logparser/3.1.0-SNAPSHOT/org.eclipse.reddeer.logparser-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.logparser/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.logparser/3.1.0-SNAPSHOT/org.eclipse.reddeer.logparser-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.logparser/3.1.0-SNAPSHOT/org.eclipse.reddeer.logparser-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.logparser/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.logparser/3.1.0-SNAPSHOT/org.eclipse.reddeer.logparser-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.logparser/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.logparser/3.1.0-SNAPSHOT/org.eclipse.reddeer.logparser-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.codegen >----------- [INFO] Building RedDeer CodeGen 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.codegen --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.codegen/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.codegen/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/plugins/org.eclipse.reddeer.codegen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.codegen --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.codegen --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.codegen --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.codegen/3.1.0-SNAPSHOT/org.eclipse.reddeer.codegen-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.codegen/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.codegen/3.1.0-SNAPSHOT/org.eclipse.reddeer.codegen-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.codegen/3.1.0-SNAPSHOT/org.eclipse.reddeer.codegen-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.codegen/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.codegen/3.1.0-SNAPSHOT/org.eclipse.reddeer.codegen-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/plugins/org.eclipse.reddeer.codegen/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.codegen/3.1.0-SNAPSHOT/org.eclipse.reddeer.codegen-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] -------------------< org.eclipse.reddeer:test-apps >-------------------- [INFO] Building RedDeer Test-Apps 3.1.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.eclipse.test/test-apps/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ test-apps --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ test-apps --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/test-apps/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/test-apps/3.1.0-SNAPSHOT/test-apps-3.1.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.e4 >------------- [INFO] Building RedDeer E4 Test App 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4 --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/test-apps/org.eclipse.reddeer.e4/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/test-apps/org.eclipse.reddeer.e4/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/test-apps/org.eclipse.reddeer.e4/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4 --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/reddeer.eclipse.test/test-apps/org.eclipse.reddeer.e4/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4 --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.e4 --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/test-apps/org.eclipse.reddeer.e4/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/test-apps/org.eclipse.reddeer.e4/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/test-apps/org.eclipse.reddeer.e4/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] ---------------------< org.eclipse.reddeer:tests >---------------------- [INFO] Building RedDeer Tests 3.1.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.eclipse.test/tests/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ tests --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tests --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/tests/3.1.0-SNAPSHOT/tests-3.1.0-SNAPSHOT.pom [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.common.test >--------- [INFO] Building RedDeer Common Tests 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common.test --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.common.test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.reddeer.common.test --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.common.test/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.common.test/bin [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.common.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.common.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.0.0:test (default-test) @ org.eclipse.reddeer.common.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.common.test --- [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 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.common.test --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.common.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.common.test-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.common.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.common.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.common.test-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.common.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.common.test-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.common.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.common.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.common.test-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.common.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.common.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.common.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.swt.test >---------- [INFO] Building RedDeer SWT Tests 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt.test --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.swt.test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.swt.test/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.swt.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.0.0:test (default-test) @ org.eclipse.reddeer.swt.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.swt.test --- [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 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.swt.test --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.swt.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.swt.test-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.swt.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.swt.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.swt.test-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.swt.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.swt.test-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.swt.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.swt.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.swt.test-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.swt.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.swt.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.swt.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.core.test >---------- [INFO] Building RedDeer Core Tests 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core.test --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.core.test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.core.test/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.core.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.0.0:test (default-test) @ org.eclipse.reddeer.core.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.core.test --- [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 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.core.test --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.core.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.core.test-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.core.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.core.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.core.test-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.core.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.core.test-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.core.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.core.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.core.test-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.core.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.core.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.core.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.workbench.test >------- [INFO] Building RedDeer Workbench Tests 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.test --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.workbench.test/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.workbench.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.0.0:test (default-test) @ org.eclipse.reddeer.workbench.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.workbench.test --- [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 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.workbench.test --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.workbench.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.workbench.test-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.workbench.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.workbench.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.workbench.test-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.workbench.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.workbench.test-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.workbench.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.workbench.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.workbench.test-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.workbench.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.workbench.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.workbench.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test >-------- [INFO] Building RedDeer UIForms Test 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms.test --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.uiforms.test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.uiforms.test/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.uiforms.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.0.0:test (default-test) @ org.eclipse.reddeer.uiforms.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.uiforms.test --- [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 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.uiforms.test --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.uiforms.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.uiforms.test-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.uiforms.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.uiforms.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.uiforms.test-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.uiforms.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.uiforms.test-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.uiforms.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.uiforms.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.uiforms.test-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.uiforms.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.uiforms.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.uiforms.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.jface.test >--------- [INFO] Building RedDeer JFace Tests 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface.test --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.jface.test/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.jface.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.jface.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.jface.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.0.0:test (default-test) @ org.eclipse.reddeer.jface.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.jface.test --- [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 297 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 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] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.jface.test --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.jface.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.jface.test-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.jface.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.jface.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.jface.test-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.jface.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.jface.test-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.jface.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.jface.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.jface.test-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.jface.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.jface.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.jface.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test >-------- [INFO] Building RedDeer Eclipse Tests 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse.test --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.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.eclipse.test/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 643/2127K 659/2127K 675/2127K 691/2127K 707/2127K 723/2127K 739/2127K 755/2127K 771/2127K 787/2127K 803/2127K 819/2127K 835/2127K 851/2127K 867/2127K 883/2127K 899/2127K 915/2127K 931/2127K 947/2127K 963/2127K 979/2127K 995/2127K 1011/2127K 1027/2127K 1043/2127K 1059/2127K 1075/2127K 1091/2127K 1107/2127K 1123/2127K 1139/2127K 1155/2127K 1171/2127K 1187/2127K 1203/2127K 1219/2127K 1235/2127K 1251/2127K 1267/2127K 1283/2127K 1299/2127K 1315/2127K 1331/2127K 1347/2127K 1363/2127K 1379/2127K 1395/2127K 1411/2127K 1427/2127K 1443/2127K 1459/2127K 1475/2127K 1491/2127K 1507/2127K 1523/2127K 1539/2127K 1555/2127K 1571/2127K 1587/2127K 1603/2127K 1621/2127K 1637/2127K 1653/2127K 1669/2127K 1685/2127K 1701/2127K 1717/2127K 1733/2127K 1749/2127K 1765/2127K 1781/2127K 1797/2127K 1813/2127K 1827/2127K 1843/2127K 1859/2127K 1875/2127K 1891/2127K 1907/2127K 1923/2127K 1939/2127K 1955/2127K 1971/2127K 1987/2127K 2003/2127K 2019/2127K 2033/2127K 2049/2127K 2065/2127K 2081/2127K 2097/2127K 2113/2127K 2127/2127K 2127K downloaded [INFO] [INFO] --- tycho-surefire-plugin:2.0.0:test (default-test) @ org.eclipse.reddeer.eclipse.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.eclipse.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.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 297 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.eclipse.test --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.eclipse.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.eclipse.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.eclipse.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.eclipse.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.eclipse.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.gef.test >---------- [INFO] Building RedDeer GEF Tests 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef.test --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.gef.test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.gef.test/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.gef.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.0.0:test (default-test) @ org.eclipse.reddeer.gef.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.gef.test --- [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 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.gef.test --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.gef.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.gef.test-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.gef.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.gef.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.gef.test-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.gef.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.gef.test-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.gef.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.gef.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.gef.test-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.gef.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.gef.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.gef.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test >-------- [INFO] Building RedDeer Graphiti Tests 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.graphiti.test --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.graphiti.test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.graphiti.test/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.graphiti.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.graphiti.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.0.0:test (default-test) @ org.eclipse.reddeer.graphiti.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.graphiti.test --- [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 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.graphiti' with 17 classes [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.graphiti.test --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.graphiti.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.graphiti.test-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.graphiti.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.graphiti.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.graphiti.test-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.graphiti.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.graphiti.test-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.graphiti.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.graphiti.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.graphiti.test-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.graphiti.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.graphiti.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.graphiti.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.direct.test >--------- [INFO] Building RedDeer Direct Tests 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.direct.test --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.direct.test/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.direct.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.direct.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.direct.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.0.0:test (default-test) @ org.eclipse.reddeer.direct.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.direct.test --- [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 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.direct.test --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.direct.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.direct.test-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.direct.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.direct.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.direct.test-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.direct.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.direct.test-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.direct.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.direct.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.direct.test-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.direct.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.direct.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.direct.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.junit.test >--------- [INFO] Building RedDeer JUnit Tests 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit.test --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.junit.test/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.junit.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.junit.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.0.0:test (default-test) @ org.eclipse.reddeer.junit.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.junit.test --- [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 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.junit.test --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.junit.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.junit.test-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.junit.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.junit.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.junit.test-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.junit.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.junit.test-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.junit.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.junit.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.junit.test-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.junit.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.junit.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.junit.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.requirements.test >------ [INFO] Building RedDeer Requirements Tests 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.requirements.test --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.requirements.test/../../plugins/org.eclipse.reddeer.requirements/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.requirements.test/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.requirements.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.requirements.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.requirements.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.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 94/9244K 141/9244K 194/9244K 242/9244K 294/9244K 341/9244K 393/9244K 441/9244K 493/9244K 540/9244K 586/9244K 635/9244K 682/9244K 730/9244K 777/9244K 829/9244K 876/9244K 929/9244K 977/9244K 1025/9244K 1073/9244K 1121/9244K 1171/9244K 1217/9244K 1265/9244K 1313/9244K 1364/9244K 1412/9244K 1460/9244K 1508/9244K 1556/9244K 1604/9244K 1652/9244K 1700/9244K 1748/9244K 1796/9244K 1844/9244K 1892/9244K 1940/9244K 1988/9244K 2036/9244K 2084/9244K 2132/9244K 2180/9244K 2228/9244K 2282/9244K 2333/9244K 2380/9244K 2430/9244K 2481/9244K 2531/9244K 2583/9244K 2629/9244K 2676/9244K 2725/9244K 2773/9244K 2823/9244K 2871/9244K 2919/9244K 2967/9244K 3015/9244K 3064/9244K 3112/9244K 3160/9244K 3208/9244K 3256/9244K 3304/9244K 3352/9244K 3400/9244K 3448/9244K 3496/9244K 3544/9244K 3592/9244K 3640/9244K 3688/9244K 3736/9244K 3784/9244K 3832/9244K 3880/9244K 3928/9244K 3976/9244K 4024/9244K 4072/9244K 4120/9244K 4168/9244K 4216/9244K 4264/9244K 4312/9244K 4360/9244K 4408/9244K 4456/9244K 4504/9244K 4552/9244K 4600/9244K 4648/9244K 4696/9244K 4744/9244K 4792/9244K 4840/9244K 4888/9244K 4936/9244K 4984/9244K 5032/9244K 5080/9244K 5128/9244K 5176/9244K 5224/9244K 5272/9244K 5320/9244K 5368/9244K 5416/9244K 5464/9244K 5512/9244K 5560/9244K 5608/9244K 5656/9244K 5704/9244K 5752/9244K 5800/9244K 5848/9244K 5900/9244K 5947/9244K 5999/9244K 6048/9244K 6094/9244K 6146/9244K 6196/9244K 6242/9244K 6290/9244K 6338/9244K 6391/9244K 6444/9244K 6492/9244K 6544/9244K 6593/9244K 6643/9244K 6689/9244K 6737/9244K 6785/9244K 6833/9244K 6881/9244K 6934/9244K 6981/9244K 7033/9244K 7079/9244K 7132/9244K 7184/9244K 7232/9244K 7280/9244K 7330/9244K 7379/9244K 7427/9244K 7475/9244K 7523/9244K 7577/9244K 7623/9244K 7670/9244K 7718/9244K 7766/9244K 7814/9244K 7867/9244K 7913/9244K 7964/9244K 8014/9244K 8063/9244K 8111/9244K 8159/9244K 8212/9244K 8261/9244K 8313/9244K 8362/9244K 8410/9244K 8459/9244K 8511/9244K 8558/9244K 8604/9244K 8652/9244K 8700/9244K 8749/9244K 8802/9244K 8855/9244K 8903/9244K 8950/9244K 8998/9244K 9049/9244K 9097/9244K 9146/9244K 9195/9244K 9244/9244K 9244K downloaded [INFO] [INFO] --- tycho-surefire-plugin:2.0.0:test (default-test) @ org.eclipse.reddeer.requirements.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.requirements.test --- [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 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.requirements.test --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.requirements.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.requirements.test-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.requirements.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.requirements.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.requirements.test-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.requirements.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.requirements.test-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.requirements.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.requirements.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.requirements.test-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.requirements.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.requirements.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.requirements.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.ui.test >----------- [INFO] Building RedDeer UI Tests 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.ui.test --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.ui.test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.ui.test/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.ui.test/bin [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.ui.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.ui.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.ui.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.0.0:test (default-test) @ org.eclipse.reddeer.ui.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.ui.test --- [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 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 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] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.ui.test --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.ui.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.ui.test-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.ui.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.ui.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.ui.test-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.ui.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.ui.test-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.ui.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.ui.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.ui.test-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.ui.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.ui.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.ui.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test >------ [INFO] Building RedDeer E4 Workbench Tests 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.e4.workbench.test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.e4.workbench.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench.test --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.0.0:test (default-test) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.e4.workbench.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.e4' with 9 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.e4.workbench' with 11 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.e4.workbench.core' with 7 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jdt.junit' with 4 classes [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4.workbench.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4.workbench.test-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4.workbench.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4.workbench.test-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4.workbench.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4.workbench.test-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.e4.workbench.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4.workbench.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4.workbench.test-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.e4.workbench.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4.workbench.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4.workbench.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.integration.test >------ [INFO] Building RedDeer Integration and Eclipse Installation Tests 3.1.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.integration.test --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.integration.test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.integration.test/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.integration.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.integration.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.integration.test/target/org.eclipse.reddeer.integration.test-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.integration.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.integration.test/target/org.eclipse.reddeer.integration.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.0.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 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.integration.test --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.integration.test/target/org.eclipse.reddeer.integration.test-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.integration.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.integration.test-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.integration.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.integration.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.integration.test-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.integration.test/target/org.eclipse.reddeer.integration.test-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.integration.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.integration.test-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.integration.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.integration.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.integration.test-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.integration.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.integration.test/3.1.0-SNAPSHOT/org.eclipse.reddeer.integration.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --------------------< org.eclipse.reddeer:features >-------------------- [INFO] Building RedDeer Features 3.1.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.eclipse.test/features/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ features --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ features --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/features/3.1.0-SNAPSHOT/features-3.1.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.e4.feature >--------- [INFO] Building RedDeer E4 Feature 3.1.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.eclipse.test/features/org.eclipse.reddeer.e4.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.e4.feature --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/features/org.eclipse.reddeer.e4.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.reddeer.e4.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.reddeer.e4.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.e4.feature --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4.feature-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.e4.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4.feature-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.e4.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4.feature-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.e4.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.e4.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4.feature-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.e4.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.e4.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.e4.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature >------- [INFO] Building RedDeer Eclipse Feature 3.1.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.eclipse.test/features/org.eclipse.reddeer.eclipse.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.eclipse.feature --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/features/org.eclipse.reddeer.eclipse.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.reddeer.eclipse.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.reddeer.eclipse.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.eclipse.feature --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.eclipse.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.eclipse.feature-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.eclipse.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.eclipse.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.eclipse.feature-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.eclipse.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.eclipse.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.eclipse.feature-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.eclipse.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.eclipse.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.eclipse.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.eclipse.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.eclipse.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.eclipse.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.eclipse.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.eclipse.feature-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.eclipse.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.eclipse.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.eclipse.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature >------- [INFO] Building RedDeer GEF Spy Feature 3.1.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.eclipse.test/features/org.eclipse.reddeer.gef.spy.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/features/org.eclipse.reddeer.gef.spy.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.gef.spy.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.gef.spy.feature-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.gef.spy.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.gef.spy.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.gef.spy.feature-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.gef.spy.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.gef.spy.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.gef.spy.feature-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.gef.spy.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.gef.spy.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.gef.spy.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.gef.spy.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.gef.spy.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.gef.spy.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.gef.spy.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.gef.spy.feature-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.gef.spy.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.gef.spy.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.gef.spy.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.swt.feature >--------- [INFO] Building RedDeer SWT Feature 3.1.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.eclipse.test/features/org.eclipse.reddeer.swt.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.swt.feature --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/features/org.eclipse.reddeer.swt.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.reddeer.swt.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.reddeer.swt.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.swt.feature --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.swt.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.swt.feature-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.swt.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.swt.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.swt.feature-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.swt.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.swt.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.swt.feature-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.swt.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.swt.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.swt.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.swt.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.swt.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.swt.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.swt.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.swt.feature-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.swt.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.swt.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.swt.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.tests.feature >-------- [INFO] Building RedDeer Tests Feature 3.1.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.eclipse.test/features/org.eclipse.reddeer.tests.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.tests.feature --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/features/org.eclipse.reddeer.tests.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.reddeer.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.reddeer.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.tests.feature --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.tests.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.tests.feature-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.tests.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.tests.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.tests.feature-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.tests.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.tests.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.tests.feature-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.tests.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.tests.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.tests.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.tests.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.tests.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.tests.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.tests.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.tests.feature-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.tests.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.tests.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.tests.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.ui.feature >--------- [INFO] Building RedDeer UI Feature 3.1.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.eclipse.test/features/org.eclipse.reddeer.ui.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.ui.feature --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/features/org.eclipse.reddeer.ui.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.reddeer.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.reddeer.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.ui.feature --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.ui.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.ui.feature-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.ui.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.ui.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.ui.feature-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.ui.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.ui.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.ui.feature-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.ui.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.ui.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.ui.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.ui.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.ui.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.ui.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.ui.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.ui.feature-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.ui.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.ui.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.ui.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature >------ [INFO] Building RedDeer Recorder Feature 3.1.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.eclipse.test/features/org.eclipse.reddeer.recorder.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.recorder.feature --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/features/org.eclipse.reddeer.recorder.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.reddeer.recorder.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.reddeer.recorder.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.recorder.feature --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.recorder.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.recorder.feature-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.recorder.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.recorder.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.recorder.feature-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.recorder.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.recorder.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.recorder.feature-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.recorder.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.recorder.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.recorder.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.recorder.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.recorder.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.recorder.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.recorder.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.recorder.feature-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.recorder.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.recorder.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.recorder.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature >------ [INFO] Building RedDeer GEF/Graphiti Feature 3.1.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.eclipse.test/features/org.eclipse.reddeer.graphiti.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.graphiti.feature --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/features/org.eclipse.reddeer.graphiti.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.reddeer.graphiti.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.reddeer.graphiti.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.graphiti.feature --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.graphiti.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.graphiti.feature-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.graphiti.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.graphiti.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.graphiti.feature-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.graphiti.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.graphiti.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.graphiti.feature-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.graphiti.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.graphiti.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.graphiti.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.graphiti.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.graphiti.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.graphiti.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.graphiti.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.graphiti.feature-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.graphiti.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.graphiti.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.graphiti.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.spy.feature >--------- [INFO] Building RedDeer Spy Feature 3.1.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.eclipse.test/features/org.eclipse.reddeer.spy.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.spy.feature --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/features/org.eclipse.reddeer.spy.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.reddeer.spy.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.reddeer.spy.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.spy.feature --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.spy.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.spy.feature-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.spy.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.spy.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.spy.feature-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.spy.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.spy.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.spy.feature-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.spy.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.spy.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.spy.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.spy.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.spy.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.spy.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.spy.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.spy.feature-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.spy.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.spy.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.spy.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature >------ [INFO] Building RedDeer Log Parser Feature 3.1.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.eclipse.test/features/org.eclipse.reddeer.logparser.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.logparser.feature --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/features/org.eclipse.reddeer.logparser.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.reddeer.logparser.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.reddeer.logparser.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.logparser.feature --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.logparser.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.logparser.feature-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.logparser.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.logparser.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.logparser.feature-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.logparser.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.logparser.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.logparser.feature-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.logparser.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.logparser.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.logparser.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.logparser.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.logparser.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.logparser.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.logparser.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.logparser.feature-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.logparser.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.logparser.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.logparser.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature >------- [INFO] Building RedDeer CodeGen Feature 3.1.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.eclipse.test/features/org.eclipse.reddeer.codegen.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.codegen.feature --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/features/org.eclipse.reddeer.codegen.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.reddeer.codegen.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.reddeer.codegen.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.codegen.feature --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.codegen.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.codegen.feature-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.codegen.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.codegen.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.codegen.feature-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.codegen.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.codegen.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.codegen.feature-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.codegen.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.codegen.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.codegen.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.codegen.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.codegen.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.codegen.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.codegen.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.codegen.feature-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/features/org.eclipse.reddeer.codegen.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.codegen.feature/3.1.0-SNAPSHOT/org.eclipse.reddeer.codegen.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.site >------------ [INFO] Building RedDeer Site 3.1.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.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.site --- [INFO] The project's OSGi version is 3.1.0.v20200826-1753 [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.eclipse.test/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.eclipse.test/site/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.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: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0, config.a.jre.javase 15.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-products (default-publish-products) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-categories (default-publish-categories) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.0.0:assemble-repository (default-assemble-repository) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.0.0:archive-repository (default-archive-repository) @ org.eclipse.reddeer.site --- [INFO] Building zip: /home/jenkins/agent/workspace/reddeer.eclipse.test/site/target/org.eclipse.reddeer.site-3.1.0-SNAPSHOT.zip [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.reddeer.site --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/site/target/org.eclipse.reddeer.site-3.1.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.site/3.1.0-SNAPSHOT/org.eclipse.reddeer.site-3.1.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/site/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.site/3.1.0-SNAPSHOT/org.eclipse.reddeer.site-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/site/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.site/3.1.0-SNAPSHOT/org.eclipse.reddeer.site-3.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/site/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/org.eclipse.reddeer.site/3.1.0-SNAPSHOT/org.eclipse.reddeer.site-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.reddeer.site --- [INFO] [INFO] -----------< org.eclipse.reddeer:eclipse-reddeer-archetype >------------ [INFO] Building RedDeer Archetype 3.1.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.eclipse.test/archetype/target/eclipse-reddeer-archetype-3.1.0-SNAPSHOT [INFO] [INFO] --- maven-archetype-plugin:3.0.0:integration-test (default-integration-test) @ eclipse-reddeer-archetype --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ eclipse-reddeer-archetype --- [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/archetype/target/eclipse-reddeer-archetype-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/reddeer/eclipse-reddeer-archetype/3.1.0-SNAPSHOT/eclipse-reddeer-archetype-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/reddeer.eclipse.test/archetype/pom.xml to /home/jenkins/.m2/repository/org/eclipse/reddeer/eclipse-reddeer-archetype/3.1.0-SNAPSHOT/eclipse-reddeer-archetype-3.1.0-SNAPSHOT.pom [INFO] [INFO] --- maven-archetype-plugin:3.0.0:update-local-catalog (default-update-local-catalog) @ eclipse-reddeer-archetype --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for RedDeer Parent POM File 3.1.0-SNAPSHOT: [INFO] [INFO] RedDeer Parent POM File ............................ SUCCESS [ 16.570 s] [INFO] RedDeer Plugins .................................... SUCCESS [ 0.020 s] [INFO] RedDeer Common ..................................... SUCCESS [ 10.130 s] [INFO] RedDeer Workbench Core ............................. SUCCESS [ 1.373 s] [INFO] RedDeer E4 Workbench Core .......................... SUCCESS [ 0.711 s] [INFO] RedDeer Core ....................................... SUCCESS [ 2.519 s] [INFO] RedDeer SWT ........................................ SUCCESS [ 2.176 s] [INFO] RedDeer JFace ...................................... SUCCESS [ 0.747 s] [INFO] RedDeer Workbench .................................. SUCCESS [ 1.160 s] [INFO] RedDeer E4 Workbench ............................... SUCCESS [ 1.007 s] [INFO] RedDeer UIForms .................................... SUCCESS [ 0.805 s] [INFO] RedDeer Direct ..................................... SUCCESS [ 0.862 s] [INFO] RedDeer JUnit ...................................... SUCCESS [ 2.247 s] [INFO] RedDeer Eclipse .................................... SUCCESS [ 2.989 s] [INFO] RedDeer GEF ........................................ SUCCESS [ 0.971 s] [INFO] RedDeer GEF Spy .................................... SUCCESS [ 0.577 s] [INFO] RedDeer Graphiti ................................... SUCCESS [ 0.628 s] [INFO] RedDeer JDT Junit .................................. SUCCESS [ 0.615 s] [INFO] RedDeer JUnit Extensions ........................... SUCCESS [ 0.977 s] [INFO] RedDeer Requirements ............................... SUCCESS [ 0.933 s] [INFO] RedDeer UI ......................................... SUCCESS [ 1.576 s] [INFO] RedDeer Spy ........................................ SUCCESS [ 0.736 s] [INFO] RedDeer Recorder ................................... SUCCESS [ 1.383 s] [INFO] RedDeer Go ......................................... SUCCESS [ 0.301 s] [INFO] RedDeer Log Parser ................................. SUCCESS [ 1.071 s] [INFO] RedDeer CodeGen .................................... SUCCESS [ 1.012 s] [INFO] RedDeer Test-Apps .................................. SUCCESS [ 0.024 s] [INFO] RedDeer E4 Test App ................................ SUCCESS [ 0.459 s] [INFO] RedDeer Tests ...................................... SUCCESS [ 0.318 s] [INFO] RedDeer Common Tests ............................... SUCCESS [ 5.116 s] [INFO] RedDeer SWT Tests .................................. SUCCESS [ 5.189 s] [INFO] RedDeer Core Tests ................................. SUCCESS [ 5.736 s] [INFO] RedDeer Workbench Tests ............................ SUCCESS [ 3.458 s] [INFO] RedDeer UIForms Test ............................... SUCCESS [ 3.002 s] [INFO] RedDeer JFace Tests ................................ SUCCESS [ 4.084 s] [INFO] RedDeer Eclipse Tests .............................. SUCCESS [ 24.888 s] [INFO] RedDeer GEF Tests .................................. SUCCESS [ 3.386 s] [INFO] RedDeer Graphiti Tests ............................. SUCCESS [ 5.425 s] [INFO] RedDeer Direct Tests ............................... SUCCESS [ 2.567 s] [INFO] RedDeer JUnit Tests ................................ SUCCESS [ 3.637 s] [INFO] RedDeer Requirements Tests ......................... SUCCESS [ 5.594 s] [INFO] RedDeer UI Tests ................................... SUCCESS [ 3.645 s] [INFO] RedDeer E4 Workbench Tests ......................... SUCCESS [ 1.670 s] [INFO] RedDeer Integration and Eclipse Installation Tests . SUCCESS [ 5.735 s] [INFO] RedDeer Features ................................... SUCCESS [ 0.108 s] [INFO] RedDeer E4 Feature ................................. SUCCESS [ 1.540 s] [INFO] RedDeer Eclipse Feature ............................ SUCCESS [ 0.945 s] [INFO] RedDeer GEF Spy Feature ............................ SUCCESS [ 0.481 s] [INFO] RedDeer SWT Feature ................................ SUCCESS [ 0.581 s] [INFO] RedDeer Tests Feature .............................. SUCCESS [ 1.002 s] [INFO] RedDeer UI Feature ................................. SUCCESS [ 0.322 s] [INFO] RedDeer Recorder Feature ........................... SUCCESS [ 0.426 s] [INFO] RedDeer GEF/Graphiti Feature ....................... SUCCESS [ 0.911 s] [INFO] RedDeer Spy Feature ................................ SUCCESS [ 0.380 s] [INFO] RedDeer Log Parser Feature ......................... SUCCESS [ 0.395 s] [INFO] RedDeer CodeGen Feature ............................ SUCCESS [ 0.471 s] [INFO] RedDeer Site ....................................... SUCCESS [ 57.362 s] [INFO] RedDeer Archetype .................................. SUCCESS [ 5.432 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:43 min [INFO] Finished at: 2020-08-26T18:00:01Z [INFO] ------------------------------------------------------------------------ [reddeer.eclipse.test] $ /opt/tools/apache-maven/latest/bin/mvn -f /home/jenkins/agent/workspace/reddeer.eclipse.test/pom.xml -DskipTests=false -Dmaven.test.failure.ignore=true -Dsurefire.timeout=9600 -Djava.target.version=11 -U clean verify -pl tests/org.eclipse.reddeer.eclipse.test OpenJDK 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0 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.eclipse.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ [INFO] Adding repository http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository [INFO] Fetching p2.index from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ [INFO] Adding repository http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository [INFO] Fetching p2.index from https://download.eclipse.org/staging/2020-09/ [INFO] Adding repository https://download.eclipse.org/staging/2020-09 [INFO] Fetching p2.index from https://download.eclipse.org/technology/swtbot/snapshots/ [INFO] Adding repository https://download.eclipse.org/technology/swtbot/snapshots [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/S20200817205214/repository/ [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/S20200817205214/repository [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200817205214/repository/ [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.reddeer.junit/3.1.0.v20200826-1753 [WARNING] org.eclipse.reddeer.workbench.core/3.1.0.v20200826-1753 [WARNING] org.eclipse.reddeer.jface/3.1.0.v20200826-1753 [WARNING] org.eclipse.reddeer.requirements/3.1.0.v20200826-1753 [WARNING] org.eclipse.reddeer.go/3.1.0.v20200826-1753 [WARNING] org.eclipse.reddeer.uiforms/3.1.0.v20200826-1753 [WARNING] org.eclipse.reddeer.gef/3.1.0.v20200826-1753 [WARNING] org.eclipse.reddeer.core/3.1.0.v20200826-1753 [WARNING] org.eclipse.reddeer.common/3.1.0.v20200826-1753 [WARNING] org.eclipse.reddeer.workbench/3.1.0.v20200826-1753 [WARNING] org.eclipse.reddeer.eclipse/3.1.0.v20200826-1753 [WARNING] org.eclipse.reddeer.direct/3.1.0.v20200826-1753 [WARNING] org.eclipse.reddeer.swt/3.1.0.v20200826-1753 [WARNING] org.eclipse.reddeer.junit.extension/3.1.0.v20200826-1753 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/pom.xml [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test >-------- [INFO] Building RedDeer Eclipse Tests 3.1.0-SNAPSHOT [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.eclipse.test --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target [INFO] Deleting /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/bin [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse.test --- [INFO] The project's OSGi version is 3.1.0.v20200826-1800 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.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.eclipse.test/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.0.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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/pom.xml [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.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.eclipse.test/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 --- [INFO] Got from cache: /home/jenkins/.m2/repository/.cache/maven-download-plugin/h2-1.4.199.jar [INFO] [INFO] --- tycho-surefire-plugin:2.0.0:test (default-test) @ org.eclipse.reddeer.eclipse.test --- [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (79.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (79.97kB) [INFO] Unpacking com.google.gson_2.8.2.v20180104-1110... [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/plugins/ (611.72kB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (107.05kB) [INFO] Unpacking com.jcraft.jsch_0.1.55.v20190404-1902... [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/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/staging/2020-09/plugins/ (328.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking com.sun.jna.platform_4.5.1.v20190425-1842... [INFO] Fetching com.sun.xml.bind_2.2.0.v201505121915.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (265.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.xml.bind_2.2.0.v201505121915.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (265.45kB) [INFO] Unpacking com.sun.xml.bind_2.2.0.v201505121915... [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20191115185527/repository/ [INFO] Fetching javax.activation_1.1.0.v201211130549.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/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/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (26.78kB) [INFO] Unpacking javax.activation_1.1.0.v201211130549... [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (55.41kB) [INFO] Unpacking javax.xml.bind_2.2.0.v201105210648... [INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (21.59kB) [INFO] Unpacking javax.xml.stream_1.0.1.v201004272200... [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (60.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (60.2kB) [INFO] Unpacking javax.servlet_3.1.0.v201410161800... [INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (143.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (143.6kB) [INFO] Unpacking org.apache.commons.codec_1.13.0.v20200108-0001... [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/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/tools/orbit/downloads/drops/R20191115185527/repository/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.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.52kB) [INFO] Unpacking org.apache.felix.gogo.command_1.0.2.v20170914-1324... [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (75.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (75.47kB) [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.0.v20180713-1646... [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (34.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (34.83kB) [INFO] Unpacking org.apache.felix.gogo.shell_1.1.0.v20180713-1646... [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (109.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (109.72kB) [INFO] Unpacking org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212... [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (333.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (333.78kB) [INFO] Unpacking org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512... [INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar from https://download.eclipse.org/staging/2020-09/plugins/ (1.49MB) [INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar from https://download.eclipse.org/staging/2020-09/plugins/ (2.47MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (3.42MB) [INFO] Unpacking org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459... [INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar from https://download.eclipse.org/staging/2020-09/plugins/ (433.33kB) [INFO] Fetching org.apache.ws.commons.util_1.0.2.v20160817-1930.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200817205214/repository/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/tools/orbit/downloads/drops2/S20200817205214/repository/plugins/ (24.55kB) [INFO] Unpacking org.apache.ws.commons.util_1.0.2.v20160817-1930... [INFO] Fetching org.apache.xmlrpc_3.0.0.v20100427-1100.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (63.99kB) [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/staging/2020-09/plugins/ (63.99kB) [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/staging/2020-09/plugins/ (251.04kB) [INFO] Fetching org.eclipse.datatools.connectivity.console.profile_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (30.23kB) [INFO] Fetching org.eclipse.help.base_4.3.0.v20200820-0230.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (164.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help.base_4.3.0.v20200820-0230.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (164.05kB) [INFO] Unpacking org.eclipse.help.base_4.3.0.v20200820-0230... [INFO] Fetching org.eclipse.datatools.connectivity.db.generic.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (33.41kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.server.ui_1.3.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (122.2kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui.dse_1.3.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (81.23kB) [INFO] Fetching org.eclipse.datatools.connectivity.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2020-09/features/ (30.95kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.consumer_3.4.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (121.41kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design_3.5.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (344.52kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.profile_3.4.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (42.18kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design.ui_3.4.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (232.33kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile_3.3.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (72.95kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile.ui_3.3.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (102.61kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.edit_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (272.37kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (20.82kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (11.34kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (27.38kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query.edit_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (203.76kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.xml.query_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (253.96kB) [INFO] Fetching org.eclipse.datatools.modelbase.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2020-09/features/ (30.91kB) [INFO] Fetching org.eclipse.dstore.core_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (389kB) [INFO] Fetching org.eclipse.dstore.extra_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (31.89kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/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.100.v20200811-1344.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (103.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.100.v20200811-1344.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (103.18kB) [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.2.100.v20200811-1344... [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1300.v20200819-0940.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (39.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1300.v20200819-0940.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (39.64kB) [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1300.v20200819-0940... [INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.115.0.v20200820-0635.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (655.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.115.0.v20200820-0635.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (655.67kB) [INFO] Unpacking org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.115.0.v20200820-0635... [INFO] Fetching org.eclipse.equinox.console_1.4.100.v20200525-1407.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (51.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.console_1.4.100.v20200525-1407.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (51.48kB) [INFO] Unpacking org.eclipse.equinox.console_1.4.100.v20200525-1407... [INFO] Fetching org.eclipse.e4.rcp_4.17.0.v20200820-0635.jar from https://download.eclipse.org/staging/2020-09/features/ (21.06kB) [INFO] Fetching org.eclipse.ecf_3.9.100.v20200611-2221.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (48.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf_3.9.100.v20200611-2221.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (48.05kB) [INFO] Unpacking org.eclipse.ecf_3.9.100.v20200611-2221... [INFO] Fetching org.eclipse.ecf.identity_3.9.400.v20200611-2221.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (27.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.identity_3.9.400.v20200611-2221.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (27.12kB) [INFO] Unpacking org.eclipse.ecf.identity_3.9.400.v20200611-2221... [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (12.22kB) [INFO] Unpacking org.eclipse.equinox.concurrent_1.1.500.v20200106-1437... [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.100.v20200611-2221.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.100.v20200611-2221.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.35kB) [INFO] Unpacking org.eclipse.ecf.filetransfer_5.1.100.v20200611-2221... [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.600.v20200611-2221.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (44.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.600.v20200611-2221.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (44.98kB) [INFO] Unpacking org.eclipse.ecf.provider.filetransfer_3.2.600.v20200611-2221... [INFO] Fetching org.eclipse.emf.ant_2.11.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (29.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ant_2.11.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (29.26kB) [INFO] Unpacking org.eclipse.emf.ant_2.11.0.v20200324-0723... [INFO] Fetching org.eclipse.emf.codegen.ecore_2.23.0.v20200701-0840.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (417.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ecore_2.23.0.v20200701-0840.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (417.22kB) [INFO] Unpacking org.eclipse.emf.codegen.ecore_2.23.0.v20200701-0840... [INFO] Fetching org.eclipse.emf.codegen.ecore_2.23.0.v20200701-0840.jar from https://download.eclipse.org/staging/2020-09/features/ (19.11kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.23.0.v20200703-0737.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (69.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.23.0.v20200703-0737.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (69.67kB) [INFO] Unpacking org.eclipse.emf.codegen.ecore.ui_2.23.0.v20200703-0737... [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.23.0.v20200703-0737.jar from https://download.eclipse.org/staging/2020-09/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar from https://download.eclipse.org/staging/2020-09/features/ (19.08kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (102.27kB) [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/staging/2020-09/plugins/ (102.27kB) [INFO] Unpacking org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451... [INFO] Fetching org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451.jar from https://download.eclipse.org/staging/2020-09/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.common_2.20.0.v20200630-0516.jar from https://download.eclipse.org/staging/2020-09/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.common.ui_2.17.0.v20190507-0402.jar from https://download.eclipse.org/staging/2020-09/features/ (19.01kB) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (37.5kB) [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/staging/2020-09/plugins/ (37.5kB) [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/staging/2020-09/plugins/ (40.13kB) [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/staging/2020-09/plugins/ (40.13kB) [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/staging/2020-09/plugins/ (30.16kB) [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/staging/2020-09/plugins/ (30.16kB) [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/staging/2020-09/plugins/ (20.73kB) [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/staging/2020-09/plugins/ (20.73kB) [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/staging/2020-09/plugins/ (40.28kB) [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/staging/2020-09/plugins/ (40.28kB) [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/staging/2020-09/plugins/ (56.69kB) [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/staging/2020-09/plugins/ (56.69kB) [INFO] Unpacking org.eclipse.emf.importer.rose_2.10.0.v20200324-0723... [INFO] Fetching org.eclipse.emf.converter_2.15.0.v20200324-0723.jar from https://download.eclipse.org/staging/2020-09/features/ (19.16kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (30.44kB) [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/staging/2020-09/plugins/ (30.44kB) [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/staging/2020-09/plugins/ (20.69kB) [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/staging/2020-09/plugins/ (20.69kB) [INFO] Unpacking org.eclipse.emf.databinding.edit_1.6.0.v20190323-1031... [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20190323-1059.jar from https://download.eclipse.org/staging/2020-09/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20190323-1059.jar from https://download.eclipse.org/staging/2020-09/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.79kB) [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/staging/2020-09/plugins/ (14.79kB) [INFO] Unpacking org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451.jar from https://download.eclipse.org/staging/2020-09/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (44.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (44.81kB) [INFO] Unpacking org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from https://download.eclipse.org/staging/2020-09/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar from https://download.eclipse.org/staging/2020-09/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from https://download.eclipse.org/staging/2020-09/features/ (19.02kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.19.0.v20200205-0529.jar from https://download.eclipse.org/staging/2020-09/features/ (19.04kB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (10.48kB) [INFO] Unpacking org.eclipse.emf_2.8.0.v20180706-1146... [INFO] Fetching org.eclipse.emf_2.23.0.v20200708-0547.jar from https://download.eclipse.org/staging/2020-09/features/ (19.23kB) [INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (67.56kB) [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/staging/2020-09/plugins/ (67.56kB) [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/staging/2020-09/plugins/ (14.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.23kB) [INFO] Unpacking org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (50.66kB) [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/staging/2020-09/plugins/ (50.66kB) [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/staging/2020-09/plugins/ (18.42kB) [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/staging/2020-09/plugins/ (18.42kB) [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/staging/2020-09/plugins/ (10.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.69kB) [INFO] Unpacking org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (23.94kB) [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/staging/2020-09/plugins/ (23.94kB) [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/staging/2020-09/plugins/ (38.07kB) [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/staging/2020-09/plugins/ (38.07kB) [INFO] Unpacking org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725.jar from https://download.eclipse.org/staging/2020-09/features/ (19.16kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (10.68kB) [INFO] Unpacking org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059.jar from https://download.eclipse.org/staging/2020-09/features/ (19.11kB) [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20190323-1059.jar from https://download.eclipse.org/staging/2020-09/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059.jar from https://download.eclipse.org/staging/2020-09/features/ (19.06kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/plugins/ (17.02kB) [INFO] Unpacking org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008... [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.1.200.v20190611-1008.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (27.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.1.200.v20190611-1008.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (27.04kB) [INFO] Unpacking org.eclipse.equinox.p2.discovery.compatibility_1.1.200.v20190611-1008... [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.400.v20200123-2221.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (22.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.400.v20200123-2221.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (22.35kB) [INFO] Unpacking org.eclipse.equinox.p2.transport.ecf_1.2.400.v20200123-2221... [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.1.600.v20200705-1016.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (75.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.1.600.v20200705-1016.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (75.96kB) [INFO] Unpacking org.eclipse.equinox.p2.ui.discovery_1.1.600.v20200705-1016... [INFO] Fetching org.eclipse.jetty.continuation_9.4.31.v20200723.jar from https://download.eclipse.org/staging/2020-09/plugins/ (31.77kB) [INFO] Fetching org.eclipse.jetty.io_9.4.31.v20200723.jar from https://download.eclipse.org/staging/2020-09/plugins/ (173kB) [INFO] Fetching org.eclipse.jetty.util_9.4.31.v20200723.jar from https://download.eclipse.org/staging/2020-09/plugins/ (577.7kB) [INFO] Fetching org.eclipse.jetty.http_9.4.31.v20200723.jar from https://download.eclipse.org/staging/2020-09/plugins/ (222.11kB) [INFO] Fetching org.eclipse.jetty.security_9.4.31.v20200723.jar from https://download.eclipse.org/staging/2020-09/plugins/ (126.51kB) [INFO] Fetching org.eclipse.jetty.server_9.4.31.v20200723.jar from https://download.eclipse.org/staging/2020-09/plugins/ (722.27kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.31.v20200723.jar from https://download.eclipse.org/staging/2020-09/plugins/ (139.4kB) [INFO] Fetching org.eclipse.jetty.webapp_9.4.30.v20200611.jar from https://download.eclipse.org/staging/2020-09/plugins/ (144.8kB) [INFO] Fetching org.eclipse.jetty.xml_9.4.30.v20200611.jar from https://download.eclipse.org/staging/2020-09/plugins/ (72.61kB) [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/staging/2020-09/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/staging/2020-09/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/staging/2020-09/plugins/ (23.87kB) [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/staging/2020-09/plugins/ (23.87kB) [INFO] Unpacking org.eclipse.json_1.1.100.v201901071922... [INFO] Fetching org.eclipse.m2e.binaryproject_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (11.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.binaryproject_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (11.42kB) [INFO] Unpacking org.eclipse.m2e.binaryproject_1.16.0.20200318-1040... [INFO] Fetching org.eclipse.m2e.sourcelookup_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (11.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.sourcelookup_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (11.31kB) [INFO] Unpacking org.eclipse.m2e.sourcelookup_1.16.0.20200318-0852... [INFO] Fetching org.eclipse.m2e.jdt_1.16.0.20200610-1500.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (55.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.jdt_1.16.0.20200610-1500.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (55.96kB) [INFO] Unpacking org.eclipse.m2e.jdt_1.16.0.20200610-1500... [INFO] Fetching org.eclipse.m2e.binaryproject.ui_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.binaryproject.ui_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.06kB) [INFO] Unpacking org.eclipse.m2e.binaryproject.ui_1.16.0.20200318-0852... [INFO] Fetching org.eclipse.m2e.discovery_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (33.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.discovery_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (33.9kB) [INFO] Unpacking org.eclipse.m2e.discovery_1.16.0.20200318-1040... [INFO] Fetching org.eclipse.m2e.editor_1.16.1.20200707-1458.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (125.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.editor_1.16.1.20200707-1458.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (125.43kB) [INFO] Unpacking org.eclipse.m2e.editor_1.16.1.20200707-1458... [INFO] Fetching org.eclipse.m2e.editor.xml_1.16.1.20200708-1243.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (56.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.editor.xml_1.16.1.20200708-1243.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (56.8kB) [INFO] Unpacking org.eclipse.m2e.editor.xml_1.16.1.20200708-1243... [INFO] Fetching org.eclipse.wst.xsd.core_1.2.100.v202008180353.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (29.14kB) [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/staging/2020-09/plugins/ (29.14kB) [INFO] Unpacking org.eclipse.wst.xsd.core_1.2.100.v202008180353... [INFO] Fetching org.eclipse.m2e.launching_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (39.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.launching_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (39.46kB) [INFO] Unpacking org.eclipse.m2e.launching_1.16.0.20200318-1040... [INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8.3kB) [INFO] Unpacking org.eclipse.m2e.lifecyclemapping.defaults_1.16.0.20200318-0852... [INFO] Fetching org.eclipse.m2e.feature_1.16.1.20200710-1008.jar from https://download.eclipse.org/staging/2020-09/features/ (19.88kB) [INFO] Fetching org.eclipse.m2e.jdt.ui_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (15.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.jdt.ui_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (15.51kB) [INFO] Unpacking org.eclipse.m2e.jdt.ui_1.16.0.20200318-1040... [INFO] Fetching org.eclipse.m2e.scm_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (27.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.scm_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (27.2kB) [INFO] Unpacking org.eclipse.m2e.scm_1.16.0.20200318-1040... [INFO] Fetching org.eclipse.m2e.profiles.ui_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.profiles.ui_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.64kB) [INFO] Unpacking org.eclipse.m2e.profiles.ui_1.16.0.20200318-1040... [INFO] Fetching org.eclipse.m2e.refactoring_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.refactoring_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.29kB) [INFO] Unpacking org.eclipse.m2e.refactoring_1.16.0.20200318-0852... [INFO] Fetching org.eclipse.m2e.profiles.core_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (12.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.profiles.core_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (12.8kB) [INFO] Unpacking org.eclipse.m2e.profiles.core_1.16.0.20200318-1040... [INFO] Fetching org.eclipse.m2e.sourcelookup.ui_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.sourcelookup.ui_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.03kB) [INFO] Unpacking org.eclipse.m2e.sourcelookup.ui_1.16.0.20200318-0852... [INFO] Fetching org.eclipse.m2e.importer_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.importer_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.51kB) [INFO] Unpacking org.eclipse.m2e.importer_1.16.0.20200318-0852... [INFO] Fetching org.eclipse.m2e.sse.ui.feature_1.16.1.20200708-1243.jar from https://download.eclipse.org/staging/2020-09/features/ (18.93kB) [INFO] Fetching org.eclipse.mylyn.bugzilla.core_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (204.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.bugzilla.core_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (204.23kB) [INFO] Unpacking org.eclipse.mylyn.bugzilla.core_3.25.1.v20200512-0316... [INFO] Fetching org.eclipse.mylyn.tasks.core_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (310.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.tasks.core_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (310.73kB) [INFO] Unpacking org.eclipse.mylyn.tasks.core_3.25.1.v20200512-0316... [INFO] Fetching org.eclipse.mylyn.commons.net_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (58.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.net_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (58.8kB) [INFO] Unpacking org.eclipse.mylyn.commons.net_3.25.1.v20200511-1958... [INFO] Fetching org.eclipse.mylyn.commons.core_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (87.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.core_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (87.78kB) [INFO] Unpacking org.eclipse.mylyn.commons.core_3.25.1.v20200511-1958... [INFO] Fetching org.eclipse.mylyn.commons.xmlrpc_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (23.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.xmlrpc_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (23.73kB) [INFO] Unpacking org.eclipse.mylyn.commons.xmlrpc_3.25.1.v20200511-1958... [INFO] Fetching org.eclipse.mylyn.bugzilla.ide_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.bugzilla.ide_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.79kB) [INFO] Unpacking org.eclipse.mylyn.bugzilla.ide_3.25.1.v20200512-2113... [INFO] Fetching org.eclipse.mylyn.bugzilla.ui_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (182.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.bugzilla.ui_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (182.11kB) [INFO] Unpacking org.eclipse.mylyn.bugzilla.ui_3.25.1.v20200512-0316... [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.18MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.18MB) [INFO] Unpacking org.eclipse.mylyn.tasks.ui_3.25.1.v20200512-0316... [INFO] Fetching org.eclipse.mylyn.commons.ui_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (202.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.ui_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (202.03kB) [INFO] Unpacking org.eclipse.mylyn.commons.ui_3.25.1.v20200511-1958... [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (104.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (104.26kB) [INFO] Unpacking org.eclipse.mylyn.commons.workbench_3.25.1.v20200511-1958... [INFO] Fetching org.eclipse.mylyn.bugzilla_feature_3.25.1.v20200512-0316.jar from https://download.eclipse.org/staging/2020-09/features/ (18.01kB) [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (69.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (69.66kB) [INFO] Unpacking org.eclipse.mylyn.commons.screenshots_3.25.1.v20200511-1958... [INFO] Fetching org.eclipse.mylyn.commons_3.25.1.v20200511-1958.jar from https://download.eclipse.org/staging/2020-09/features/ (17.9kB) [INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (26.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (26.99kB) [INFO] Unpacking org.eclipse.mylyn.commons.identity.core_1.17.1.v20200511-1958... [INFO] Fetching org.eclipse.mylyn.commons.identity_1.17.1.v20200511-1958.jar from https://download.eclipse.org/staging/2020-09/features/ (17.85kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.47kB) [INFO] Unpacking org.eclipse.mylyn.commons.notifications.core_1.17.1.v20200511-1958... [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.09kB) [INFO] Unpacking org.eclipse.mylyn.commons.notifications.feed_1.17.1.v20200511-1958... [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (37.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (37.76kB) [INFO] Unpacking org.eclipse.mylyn.commons.notifications.ui_1.17.1.v20200511-1958... [INFO] Fetching org.eclipse.mylyn.commons.notifications_1.17.1.v20200511-1958.jar from https://download.eclipse.org/staging/2020-09/features/ (18.01kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.46kB) [INFO] Unpacking org.eclipse.mylyn.commons.repositories.core_1.17.1.v20200511-1958... [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (60.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (60.66kB) [INFO] Unpacking org.eclipse.mylyn.commons.repositories.ui_1.17.1.v20200511-1958... [INFO] Fetching org.eclipse.mylyn.commons.repositories_1.17.1.v20200511-1958.jar from https://download.eclipse.org/staging/2020-09/features/ (17.92kB) [INFO] Fetching org.eclipse.mylyn.context.core_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (82.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.context.core_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (82.95kB) [INFO] Unpacking org.eclipse.mylyn.context.core_3.25.1.v20200512-2113... [INFO] Fetching org.eclipse.mylyn.monitor.core_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (26.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.monitor.core_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (26.39kB) [INFO] Unpacking org.eclipse.mylyn.monitor.core_3.25.1.v20200511-1958... [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (66.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (66.36kB) [INFO] Unpacking org.eclipse.mylyn.context.tasks.ui_3.25.1.v20200512-2113... [INFO] Fetching org.eclipse.mylyn.context.ui_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (106.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.context.ui_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (106.72kB) [INFO] Unpacking org.eclipse.mylyn.context.ui_3.25.1.v20200512-2113... [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.3kB) [INFO] Unpacking org.eclipse.mylyn.monitor.ui_3.25.1.v20200511-1958... [INFO] Fetching org.eclipse.mylyn.resources.ui_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (46.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.resources.ui_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (46.12kB) [INFO] Unpacking org.eclipse.mylyn.resources.ui_3.25.1.v20200512-2113... [INFO] Fetching org.eclipse.mylyn.context_feature_3.25.1.v20200512-2113.jar from https://download.eclipse.org/staging/2020-09/features/ (17.94kB) [INFO] Fetching org.eclipse.mylyn.discovery.core_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (59.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.discovery.core_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (59.67kB) [INFO] Unpacking org.eclipse.mylyn.discovery.core_3.25.1.v20200511-1958... [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (60.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (60.64kB) [INFO] Unpacking org.eclipse.mylyn.discovery.ui_3.25.1.v20200511-1958... [INFO] Fetching org.eclipse.mylyn.discovery_3.25.1.v20200511-1958.jar from https://download.eclipse.org/staging/2020-09/features/ (17.88kB) [INFO] Fetching org.eclipse.mylyn.ide.ui_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (22.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.ide.ui_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (22.83kB) [INFO] Unpacking org.eclipse.mylyn.ide.ui_3.25.1.v20200512-2113... [INFO] Fetching org.eclipse.mylyn.ide_feature_3.25.1.v20200512-2113.jar from https://download.eclipse.org/staging/2020-09/features/ (17.96kB) [INFO] Fetching org.eclipse.mylyn.monitor_3.25.1.v20200511-1958.jar from https://download.eclipse.org/staging/2020-09/features/ (17.87kB) [INFO] Fetching org.eclipse.mylyn.tasks.bugs_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (58.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.tasks.bugs_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (58.45kB) [INFO] Unpacking org.eclipse.mylyn.tasks.bugs_3.25.1.v20200512-0316... [INFO] Fetching org.eclipse.mylyn.help.ui_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.16MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.help.ui_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.16MB) [INFO] Unpacking org.eclipse.mylyn.help.ui_3.25.1.v20200512-0316... [INFO] Fetching org.eclipse.mylyn.tasks.ide_3.25.1.v20200512-0316.jar from https://download.eclipse.org/staging/2020-09/features/ (17.91kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (26.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (26.99kB) [INFO] Unpacking org.eclipse.mylyn.tasks.index.core_3.25.1.v20200512-0316... [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (19.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (19.35kB) [INFO] Unpacking org.eclipse.mylyn.tasks.index.ui_3.25.1.v20200512-0316... [INFO] Fetching org.eclipse.mylyn.tasks.search_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (45.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.tasks.search_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (45.36kB) [INFO] Unpacking org.eclipse.mylyn.tasks.search_3.25.1.v20200512-0316... [INFO] Fetching org.eclipse.mylyn.team.ui_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (76.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.team.ui_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (76.06kB) [INFO] Unpacking org.eclipse.mylyn.team.ui_3.25.1.v20200512-2113... [INFO] Fetching org.eclipse.mylyn.team_feature_3.25.1.v20200512-2113.jar from https://download.eclipse.org/staging/2020-09/features/ (17.91kB) [INFO] Fetching org.eclipse.mylyn_feature_3.25.1.v20200514-1748.jar from https://download.eclipse.org/staging/2020-09/features/ (18.54kB) [INFO] Fetching org.eclipse.platform_4.17.0.v20200820-0230.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (425.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.platform_4.17.0.v20200820-0230.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (425.25kB) [INFO] Unpacking org.eclipse.platform_4.17.0.v20200820-0230... [INFO] Fetching org.eclipse.rse_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (13.38kB) [INFO] Fetching org.eclipse.rse.connectorservice.dstore_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (68kB) [INFO] Fetching org.eclipse.rse.services_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (455.01kB) [INFO] Fetching org.eclipse.rse.services.dstore_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (346.81kB) [INFO] Fetching org.eclipse.rse.ui_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (1.64MB) [INFO] Fetching org.eclipse.rse.core_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (408.41kB) [INFO] Fetching org.eclipse.rse.connectorservice.local_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (15.71kB) [INFO] Fetching org.eclipse.rse.connectorservice.ssh_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (40.29kB) [INFO] Fetching org.eclipse.rse.services.ssh_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (61.85kB) [INFO] Fetching org.eclipse.rse.connectorservice.telnet_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (25.87kB) [INFO] Fetching org.eclipse.rse.services.telnet_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (23.93kB) [INFO] Fetching org.eclipse.rse.doc.user_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (211.96kB) [INFO] Fetching org.eclipse.rse.efs_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (33.41kB) [INFO] Fetching org.eclipse.rse.efs.ui_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (21.79kB) [INFO] Fetching org.eclipse.rse.importexport_4.5.101.201904091623.jar from https://download.eclipse.org/staging/2020-09/plugins/ (232.51kB) [INFO] Fetching org.eclipse.rse.files.ui_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (493.77kB) [INFO] Fetching org.eclipse.rse.processes.ui_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (74.41kB) [INFO] Fetching org.eclipse.rse.shells.ui_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (142.1kB) [INFO] Fetching org.eclipse.rse.subsystems.files.core_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (135.73kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.core_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (30.49kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.shell.linux_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (33.49kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.core_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (68.52kB) [INFO] Fetching org.eclipse.rse.core_4.5.100.202002061858.jar from https://download.eclipse.org/staging/2020-09/features/ (18.48kB) [INFO] Fetching org.eclipse.rse.subsystems.files.dstore_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (38.4kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.dstore_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (19.47kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.dstore_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (21.6kB) [INFO] Fetching org.eclipse.rse.dstore.security_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (66.84kB) [INFO] Fetching org.eclipse.rse.dstore_4.5.100.202002061858.jar from https://download.eclipse.org/staging/2020-09/features/ (18.57kB) [INFO] Fetching org.eclipse.rse_4.5.100.202002061858.jar from https://download.eclipse.org/staging/2020-09/features/ (30.93kB) [INFO] Fetching org.eclipse.rse.services.files.ftp_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (42.75kB) [INFO] Fetching org.eclipse.rse.subsystems.files.ftp_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (35.53kB) [INFO] Fetching org.eclipse.rse.ftp_4.5.100.202002061858.jar from https://download.eclipse.org/staging/2020-09/features/ (18.36kB) [INFO] Fetching org.eclipse.rse.services.local_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (61.92kB) [INFO] Fetching org.eclipse.rse.subsystems.files.local_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (27.23kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.local_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (18.96kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.local_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (19.52kB) [INFO] Fetching org.eclipse.rse.local_4.5.100.202002061858.jar from https://download.eclipse.org/staging/2020-09/features/ (18.3kB) [INFO] Fetching org.eclipse.rse.subsystems.files.ssh_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (19.1kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.ssh_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (19.34kB) [INFO] Fetching org.eclipse.rse.ssh_4.5.100.202002061858.jar from https://download.eclipse.org/staging/2020-09/features/ (18.3kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.telnet_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (19.34kB) [INFO] Fetching org.eclipse.rse.telnet_4.5.100.202002061858.jar from https://download.eclipse.org/staging/2020-09/features/ (18.36kB) [INFO] Fetching org.eclipse.wst.common.snippets_1.2.500.v201811170421.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (92.82kB) [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/staging/2020-09/plugins/ (92.82kB) [INFO] Unpacking org.eclipse.wst.common.snippets_1.2.500.v201811170421... [INFO] Fetching org.eclipse.wst.common_core.feature_3.19.0.v202007161535.jar from https://download.eclipse.org/staging/2020-09/features/ (31.8kB) [INFO] Fetching org.eclipse.wst.common.infopop_1.0.301.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8.73kB) [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/staging/2020-09/plugins/ (8.73kB) [INFO] Unpacking org.eclipse.wst.common.infopop_1.0.301.v202007142017... [INFO] Fetching org.eclipse.wst.internet.cache_1.0.801.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (22.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.internet.cache_1.0.801.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (22.7kB) [INFO] Unpacking org.eclipse.wst.internet.cache_1.0.801.v202007142017... [INFO] Fetching org.eclipse.wst.validation.infopop_1.0.300.v202007131715.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (9.4kB) [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/staging/2020-09/plugins/ (9.4kB) [INFO] Unpacking org.eclipse.wst.validation.infopop_1.0.300.v202007131715... [INFO] Fetching org.eclipse.wst.common_ui.feature_3.19.0.v202007161535.jar from https://download.eclipse.org/staging/2020-09/features/ (31.8kB) [INFO] Fetching org.eclipse.wst.dtd.core_1.2.100.v202007120740.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (165.79kB) [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/staging/2020-09/plugins/ (165.79kB) [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/staging/2020-09/plugins/ (90.05kB) [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/staging/2020-09/plugins/ (90.05kB) [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/staging/2020-09/plugins/ (26.06kB) [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/staging/2020-09/plugins/ (26.06kB) [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/staging/2020-09/plugins/ (50.33kB) [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/staging/2020-09/plugins/ (50.33kB) [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/staging/2020-09/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/staging/2020-09/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/staging/2020-09/plugins/ (20.9kB) [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/staging/2020-09/plugins/ (20.9kB) [INFO] Unpacking org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047... [INFO] Fetching org.eclipse.wst.jsdt.ui_2.1.100.v202008161908.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (2.31MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.ui_2.1.100.v202008161908.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (2.31MB) [INFO] Unpacking org.eclipse.wst.jsdt.ui_2.1.100.v202008161908... [INFO] Fetching org.eclipse.wst.jsdt.web.core_1.1.100.v202005120035.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (62.67kB) [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/staging/2020-09/plugins/ (62.67kB) [INFO] Unpacking org.eclipse.wst.jsdt.web.core_1.1.100.v202005120035... [INFO] Fetching org.eclipse.wst.jsdt.web.ui_1.2.0.v202008161910.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (85.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.web.ui_1.2.0.v202008161910.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (85.18kB) [INFO] Unpacking org.eclipse.wst.jsdt.web.ui_1.2.0.v202008161910... [INFO] Fetching org.eclipse.wst.json.bower.core_1.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8.18kB) [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/staging/2020-09/plugins/ (8.18kB) [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/staging/2020-09/plugins/ (13.97kB) [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/staging/2020-09/plugins/ (13.97kB) [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/staging/2020-09/plugins/ (104.93kB) [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/staging/2020-09/plugins/ (104.93kB) [INFO] Unpacking org.eclipse.wst.json.core_1.1.0.v201901152013... [INFO] Fetching org.eclipse.wst.json.ui_1.0.400.v202004230532.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (99.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.ui_1.0.400.v202004230532.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (99.17kB) [INFO] Unpacking org.eclipse.wst.json.ui_1.0.400.v202004230532... [INFO] Fetching org.eclipse.wst.json.eslint.core_1.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8.15kB) [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/staging/2020-09/plugins/ (8.15kB) [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/staging/2020-09/plugins/ (9.44kB) [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/staging/2020-09/plugins/ (9.44kB) [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/staging/2020-09/plugins/ (8.15kB) [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/staging/2020-09/plugins/ (8.15kB) [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/staging/2020-09/plugins/ (9.43kB) [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/staging/2020-09/plugins/ (9.43kB) [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/staging/2020-09/plugins/ (8.14kB) [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/staging/2020-09/plugins/ (8.14kB) [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/staging/2020-09/plugins/ (11.55kB) [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/staging/2020-09/plugins/ (11.55kB) [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/staging/2020-09/plugins/ (8.97kB) [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/staging/2020-09/plugins/ (8.97kB) [INFO] Unpacking org.eclipse.wst.json.schemaprocessor_1.0.200.v201901071922... [INFO] Fetching org.eclipse.wst.json_core.feature_1.1.8.v201909302219.jar from https://download.eclipse.org/staging/2020-09/features/ (31.83kB) [INFO] Fetching org.eclipse.wst.json_ui.feature_1.1.8.v202004230532.jar from https://download.eclipse.org/staging/2020-09/features/ (31.86kB) [INFO] Fetching org.eclipse.wst.server.http.core_1.0.400.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16.32kB) [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/staging/2020-09/plugins/ (16.32kB) [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/staging/2020-09/plugins/ (19.97kB) [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/staging/2020-09/plugins/ (19.97kB) [INFO] Unpacking org.eclipse.wst.server.http.ui_1.0.500.v202007170127... [INFO] Fetching org.eclipse.wst.server.preview_1.1.701.v201912051849.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.preview_1.1.701.v201912051849.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.91kB) [INFO] Unpacking org.eclipse.wst.server.preview_1.1.701.v201912051849... [INFO] Fetching org.eclipse.wst.server.preview.adapter_1.1.500.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.45kB) [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/staging/2020-09/plugins/ (20.45kB) [INFO] Unpacking org.eclipse.wst.server.preview.adapter_1.1.500.v202007170127... [INFO] Fetching org.eclipse.wst.server_adapters.feature_3.2.801.v202007170127.jar from https://download.eclipse.org/staging/2020-09/features/ (30.89kB) [INFO] Fetching org.eclipse.wst.server_core.feature_3.3.800.v202007170127.jar from https://download.eclipse.org/staging/2020-09/features/ (30.63kB) [INFO] Fetching org.eclipse.wst.server.ui.infopop_1.1.200.v201901310132.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (12.84kB) [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/staging/2020-09/plugins/ (12.84kB) [INFO] Unpacking org.eclipse.wst.server.ui.infopop_1.1.200.v201901310132... [INFO] Fetching org.eclipse.wst.server_ui.feature_3.3.900.v202007170127.jar from https://download.eclipse.org/staging/2020-09/features/ (30.71kB) [INFO] Fetching org.eclipse.wst.server.ui.doc.user_1.1.600.v201901310132.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (92.95kB) [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/staging/2020-09/plugins/ (92.95kB) [INFO] Unpacking org.eclipse.wst.server.ui.doc.user_1.1.600.v201901310132... [INFO] Fetching org.eclipse.wst.server_userdoc.feature_3.3.300.v201901310132.jar from https://download.eclipse.org/staging/2020-09/features/ (30.6kB) [INFO] Fetching org.eclipse.wst.sse.doc.user_1.2.0.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (89.82kB) [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/staging/2020-09/plugins/ (89.82kB) [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/staging/2020-09/plugins/ (148.25kB) [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/staging/2020-09/plugins/ (148.25kB) [INFO] Unpacking org.eclipse.wst.standard.schemas_1.0.800.v201901071922... [INFO] Fetching org.eclipse.wst.web_core.feature_3.19.0.v202008180353.jar from https://download.eclipse.org/staging/2020-09/features/ (31.97kB) [INFO] Fetching org.eclipse.wst.web_js_support.feature_3.19.0.v202008161910.jar from https://download.eclipse.org/staging/2020-09/features/ (19.29kB) [INFO] Fetching org.eclipse.wst.html.ui.infopop_1.0.201.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.09kB) [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/staging/2020-09/plugins/ (10.09kB) [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/staging/2020-09/plugins/ (8.42kB) [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/staging/2020-09/plugins/ (8.42kB) [INFO] Unpacking org.eclipse.wst.web.ui.infopop_1.0.300.v201903222120... [INFO] Fetching org.eclipse.wst.web_ui.feature_3.19.0.v202008192335.jar from https://download.eclipse.org/staging/2020-09/features/ (19.51kB) [INFO] Fetching org.eclipse.wst.doc.user_1.2.0.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (758.04kB) [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/staging/2020-09/plugins/ (758.04kB) [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/staging/2020-09/plugins/ (78.57kB) [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/staging/2020-09/plugins/ (78.57kB) [INFO] Unpacking org.eclipse.wst.webtools.doc.user_1.0.500.v201903222120... [INFO] Fetching org.eclipse.wst.web_userdoc.feature_3.18.0.v202004271556.jar from https://download.eclipse.org/staging/2020-09/features/ (31.89kB) [INFO] Fetching org.eclipse.wst.xml_core.feature_3.19.0.v202008180353.jar from https://download.eclipse.org/staging/2020-09/features/ (31.97kB) [INFO] Fetching org.eclipse.wst.dtd.ui.infopop_1.0.400.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (9.18kB) [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/staging/2020-09/plugins/ (9.18kB) [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/staging/2020-09/plugins/ (9.23kB) [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/staging/2020-09/plugins/ (9.23kB) [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/staging/2020-09/plugins/ (14.26kB) [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/staging/2020-09/plugins/ (14.26kB) [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/staging/2020-09/plugins/ (376.36kB) [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/staging/2020-09/plugins/ (376.36kB) [INFO] Unpacking org.eclipse.wst.xsd.ui_1.3.400.v202008091424... [INFO] Fetching org.eclipse.wst.xml_ui.feature_3.19.0.v202008192217.jar from https://download.eclipse.org/staging/2020-09/features/ (32.02kB) [INFO] Fetching org.eclipse.wst.xmleditor.doc.user_1.1.0.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (87.41kB) [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/staging/2020-09/plugins/ (87.41kB) [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/staging/2020-09/plugins/ (77.34kB) [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/staging/2020-09/plugins/ (77.34kB) [INFO] Unpacking org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201903222120... [INFO] Fetching org.eclipse.wst.xml_userdoc.feature_3.18.0.v202004271556.jar from https://download.eclipse.org/staging/2020-09/features/ (31.82kB) [INFO] Fetching org.eclipse.xsd_2.18.0.v20200723-0820.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (532.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xsd_2.18.0.v20200723-0820.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (532.33kB) [INFO] Unpacking org.eclipse.xsd_2.18.0.v20200723-0820... [INFO] Fetching org.eclipse.xsd.edit_2.11.0.v20200723-0820.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (65.54kB) [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/staging/2020-09/plugins/ (65.54kB) [INFO] Unpacking org.eclipse.xsd.edit_2.11.0.v20200723-0820... [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1300.v20200819-0940.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (81.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1300.v20200819-0940.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (81.96kB) [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1300.v20200819-0940... [INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.115.0.v20200820-0635.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (683.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.115.0.v20200820-0635.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (683.67kB) [INFO] Unpacking org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.115.0.v20200820-0635... [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.0.700.v20200607-1314.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (7.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.0.700.v20200607-1314.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (7.9kB) [INFO] Unpacking org.eclipse.e4.ui.swt.win32_1.0.700.v20200607-1314... [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1300.v20200819-0940.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (69.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1300.v20200819-0940.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (69.69kB) [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1300.v20200819-0940... [INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.115.0.v20200820-0635.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (741.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.115.0.v20200820-0635.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (741.12kB) [INFO] Unpacking org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.115.0.v20200820-0635... [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8kB) [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755... [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.eclipse.test/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 18:02:17.804 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 18:02:17.809 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 18:02:17.967 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 18:02:17.988 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 18:02:18.142 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 18:02:18.234 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:02:18.242 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:02:18.248 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 18:02:18.254 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 18:02:18.256 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 18:02:18.332 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 18:02:18.456 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:02:18.457 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:02:18.463 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:02:18.463 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:02:18.487 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. 18:02:22.330 INFO [WorkbenchTestable][DebugPerspective] Open perspective: 'Debug' 18:02:22.332 DEBUG [WorkbenchTestable][DebugPerspective] Trying to open perspective: 'Debug' 18:02:22.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:02:22.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:02:22.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:02:22.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:02:22.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:02:22.418 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") 18:02:22.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:22.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:22.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:22.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:22.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:02:22.511 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 18:02:22.513 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:02:22.514 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:02:22.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 18:02:22.756 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 18:02:22.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 18:02:22.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:02:22.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:02:22.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:02:22.794 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:02:22.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:02:22.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:02:22.800 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:02:22.801 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:02:22.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:22.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:22.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:22.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:22.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:02:22.813 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Debug') 18:02:22.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:02:22.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:02:22.830 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 18:02:22.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:02:22.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:02:22.832 TRACE [main][WidgetHandler] Notify Table with event 13 18:02:22.835 TRACE [main][WidgetHandler] Wait for synchronization 18:02:22.838 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:02:22.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:02:22.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:02:22.845 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:02:22.845 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:02:22.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:22.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:22.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 "Open") 18:02:22.898 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:02:22.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:02:22.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:02:22.900 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:02:22.900 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:02:22.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:22.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:22.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:22.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:22.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:02:22.917 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:02:22.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:02:22.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:02:22.921 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:02:22.921 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:02:26.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:02:26.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:02:26.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:02:26.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:02:26.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:02:26.301 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:02:26.307 DEBUG [main][MenuItemLookup] Found menu:'File' 18:02:26.308 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:02:26.308 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:02:26.308 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:02:26.308 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:02:26.308 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:02:26.308 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:02:26.309 DEBUG [main][MenuItemLookup] Item match:Window 18:02:26.317 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:02:26.317 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:02:26.317 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:02:26.317 DEBUG [main][MenuItemLookup] Found menu:'' 18:02:26.317 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:02:26.317 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:02:26.318 DEBUG [main][MenuItemLookup] Found menu:'' 18:02:26.318 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:02:26.318 DEBUG [main][MenuItemLookup] Found menu:'' 18:02:26.318 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:02:26.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:02:26.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:02:26.321 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:02:26.321 DEBUG [main][MenuItemLookup] Found menu:'File' 18:02:26.322 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:02:26.322 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:02:26.322 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:02:26.322 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:02:26.322 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:02:26.322 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:02:26.322 DEBUG [main][MenuItemLookup] Item match:Window 18:02:26.324 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:02:26.324 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:02:26.324 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:02:26.324 DEBUG [main][MenuItemLookup] Found menu:'' 18:02:26.325 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:02:26.325 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:02:26.325 DEBUG [main][MenuItemLookup] Item match:Perspective 18:02:26.393 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:02:26.393 DEBUG [main][MenuItemLookup] Found menu:'' 18:02:26.393 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:02:26.393 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:02:26.394 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:02:26.394 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:02:26.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:02:26.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:02:26.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:02:26.400 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:02:26.400 DEBUG [main][MenuItemLookup] Found menu:'File' 18:02:26.400 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:02:26.401 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:02:26.401 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:02:26.401 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:02:26.401 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:02:26.401 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:02:26.401 DEBUG [main][MenuItemLookup] Item match:Window 18:02:26.402 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:02:26.403 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:02:26.403 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:02:26.403 DEBUG [main][MenuItemLookup] Found menu:'' 18:02:26.403 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:02:26.403 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:02:26.403 DEBUG [main][MenuItemLookup] Found menu:'' 18:02:26.403 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:02:26.403 DEBUG [main][MenuItemLookup] Found menu:'' 18:02:26.404 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:02:26.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:02:26.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:02:26.405 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:02:26.406 DEBUG [main][MenuItemLookup] Found menu:'File' 18:02:26.406 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:02:26.406 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:02:26.406 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:02:26.406 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:02:26.407 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:02:26.407 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:02:26.407 DEBUG [main][MenuItemLookup] Item match:Window 18:02:26.408 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:02:26.408 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:02:26.408 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:02:26.408 DEBUG [main][MenuItemLookup] Found menu:'' 18:02:26.409 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:02:26.409 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:02:26.409 DEBUG [main][MenuItemLookup] Item match:Perspective 18:02:26.411 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:02:26.411 DEBUG [main][MenuItemLookup] Found menu:'' 18:02:26.411 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:02:26.411 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:02:26.411 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:02:26.411 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:02:26.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:02:26.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:02:26.413 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:02:26.413 DEBUG [main][MenuItemLookup] Found menu:'File' 18:02:26.413 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:02:26.413 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:02:26.414 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:02:26.414 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:02:26.414 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:02:26.414 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:02:26.414 DEBUG [main][MenuItemLookup] Item match:Window 18:02:26.415 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:02:26.415 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:02:26.415 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:02:26.416 DEBUG [main][MenuItemLookup] Found menu:'' 18:02:26.416 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:02:26.416 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:02:26.416 DEBUG [main][MenuItemLookup] Found menu:'' 18:02:26.416 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:02:26.416 DEBUG [main][MenuItemLookup] Found menu:'' 18:02:26.416 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:02:26.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:02:26.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:02:26.418 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:02:26.418 DEBUG [main][MenuItemLookup] Found menu:'File' 18:02:26.419 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:02:26.419 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:02:26.419 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:02:26.419 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:02:26.419 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:02:26.419 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:02:26.419 DEBUG [main][MenuItemLookup] Item match:Window 18:02:26.420 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:02:26.420 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:02:26.421 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:02:26.421 DEBUG [main][MenuItemLookup] Found menu:'' 18:02:26.421 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:02:26.421 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:02:26.421 DEBUG [main][MenuItemLookup] Item match:Perspective 18:02:26.423 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:02:26.423 DEBUG [main][MenuItemLookup] Found menu:'' 18:02:26.423 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:02:26.423 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:02:26.423 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:02:26.423 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:02:26.487 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 18:02:26.487 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 18:02:26.491 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 18:02:26.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 18:02:26.698 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 18:02:26.698 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 18:02:26.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:02:26.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:02:26.700 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:02:26.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:02:26.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:02:26.703 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:02:26.703 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:02:26.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:26.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:26.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") 18:02:26.709 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:02:26.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:02:26.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:02:26.710 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:02:26.711 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:02:26.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:26.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:26.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:26.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:26.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:02:26.715 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 18:02:26.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:02:26.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:02:26.716 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:02:26.716 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:02:27.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:27.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:27.221 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:02:27.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:27.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:27.237 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:02:27.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:02:27.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:02:27.240 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:02:27.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 '\*?\QProject Explorer\E') 18:02:27.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:27.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:27.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:27.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:27.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:02:27.299 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:02:27.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:02:27.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:02:27.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:02:27.394 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:02:27.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:02:27.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:02:27.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:02:27.409 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:02:27.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:02:27.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:02:27.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:02:27.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:27.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:27.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:02:27.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:27.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:02:28.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:28.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:02:28.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:02:28.424 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:02:28.425 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:02:28.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:02:28.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:02:28.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 18:02:28.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:28.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:28.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:28.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:28.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:02:28.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: "New"] 18:02:28.463 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:02:28.464 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:02:28.465 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:02:28.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 Maven Project"] 18:02:28.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:02:28.466 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:02:28.467 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:02:28.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"] 18:02:28.468 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:02:28.469 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:02:28.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:02:28.470 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Maven Project"] 18:02:28.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:02:28.471 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:02:28.471 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:02:28.471 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:02:28.472 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:02:28.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:02:28.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:02:28.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:02:28.489 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:02:28.491 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:02:28.491 DEBUG [main][MenuItemLookup] Found menu:'File' 18:02:28.495 DEBUG [main][MenuItemLookup] Item match:File 18:02:28.502 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:02:28.502 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:02:28.506 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:02:28.506 DEBUG [main][MenuItemLookup] Found menu:'' 18:02:28.506 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:02:28.506 DEBUG [main][MenuItemLookup] Found menu:'' 18:02:28.507 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:02:28.507 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:02:28.528 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:02:28.528 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:02:28.529 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:02:28.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:02:28.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:02:28.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:02:28.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:02:28.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:02:28.908 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:02:28.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:02:28.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:02:28.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:28.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:28.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:28.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:28.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:02:28.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:02:28.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:02:28.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 18:02:28.954 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:02:28.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:02:29.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:02:29.504 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:02:29.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 18:02:29.507 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:02:29.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:02:29.508 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:02:29.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:02:29.509 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:02:29.510 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven Project 18:02:29.511 DEBUG [main][TreeItemHandler] Selecting tree item: Maven Project 18:02:29.514 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven Project about selection 18:02:29.543 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven Project 18:02:29.543 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:02:29.544 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:02:29.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:02:29.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:29.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:29.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:29.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:29.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:02:29.599 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:02:29.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:02:29.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:02:29.600 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:02:29.600 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:02:30.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:02:30.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:02:30.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:02:30.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available.... 18:02:30.145 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 18:02:30.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Maven Project 18:02:30.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:02:30.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:02:30.147 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 18:02:30.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:02:30.148 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 18:02:30.148 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 18:02:30.149 DEBUG [WorkbenchTestable][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) 18:02:30.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:30.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:30.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:30.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:30.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:02:30.208 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:02:30.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:02:30.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:02:30.209 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:02:30.209 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:02:30.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:02:30.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 18:02:30.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running finished successfully 18:02:30.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:02:30.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 18:02:30.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 18:02:31.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 18:02:31.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 18:02:32.330 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 18:02:32.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is not listed in considered jobs, ignore it 18:02:32.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is not listed in considered jobs, ignore it 18:02:32.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 18:02:32.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 18:02:32.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:02:32.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 18:02:32.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:02:35.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:02:35.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:02:35.928 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Maven Project" as the parent 18:02:35.928 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:02:35.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:35.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:35.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:35.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:35.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:02:35.937 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:02:35.940 INFO [WorkbenchTestable][AbstractText] Text set to: org.apache.maven 18:02:36.129 DEBUG [WorkbenchTestable][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") 18:02:36.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:36.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:36.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:36.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:36.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:02:36.143 INFO [WorkbenchTestable][CheckBox] Select checkbox &Show the last version of Archetype only 18:02:36.145 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Show the last version of Archetype only 18:02:36.146 INFO [WorkbenchTestable][AbstractButton] Click button &Show the last version of Archetype only 18:02:36.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:02:36.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:02:36.152 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:02:36.152 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:02:36.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:02:36.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is not listed in considered jobs, ignore it 18:02:36.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is not listed in considered jobs, ignore it 18:02:36.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 18:02:36.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 18:02:36.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:02:36.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypePage, index 0 and no matchers specified 18:02:36.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:36.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:36.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:36.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:36.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:02:36.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:02:36.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:02:36.294 TRACE [main][WidgetHandler] Notify Table with event 13 18:02:36.295 TRACE [main][WidgetHandler] Wait for synchronization 18:02:36.299 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 18:02:36.299 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 18:02:36.300 DEBUG [WorkbenchTestable][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) 18:02:36.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:36.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:36.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:36.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:36.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:02:36.335 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:02:36.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:02:36.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:02:36.336 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:02:36.336 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:02:36.616 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:") 18:02:36.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:36.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:36.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:36.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:36.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:02:36.806 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:com.example 18:02:36.944 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:") 18:02:36.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:36.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:37.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:37.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:37.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:02:37.032 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:debugger 18:02:37.088 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 18:02:37.089 INFO [WorkbenchTestable][MavenProjectWizard] Finish wizard 18:02:37.102 DEBUG [WorkbenchTestable][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) 18:02:37.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:37.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:37.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:37.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:37.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:02:37.130 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:02:37.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:02:37.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:02:37.131 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:02:37.131 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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/work/data/debugger 18:02:37.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:02:37.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:02:37.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:02:37.440 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:37.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:38.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:38.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update package explorer' is a system job, skipped 18:02:38.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:39.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update package explorer' is a system job, skipped 18:02:39.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:40.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:40.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:41.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:41.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:42.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:42.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:43.009 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:43.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:44.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:44.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:45.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:45.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:46.012 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:46.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:47.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:47.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:48.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:48.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:49.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:49.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:02:50.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Discover lifecycle mappings' has no excuses, wait for it 18:02:50.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 18:02:51.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 18:02:51.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 18:02:52.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:02:52.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:02:52.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:02:52.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:02:52.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:02:52.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:02:52.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:02:52.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:02:52.022 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:02:52.029 INFO [WorkbenchTestable][RequirementsRunner] Started test: debugWithFirstBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 18:02:52.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 18:02:52.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:02:52.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:02:52.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:02:52.038 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 18:02:52.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:52.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:52.054 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:02:52.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:52.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:52.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:02:52.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:02:52.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:02:52.068 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:02:52.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 '\*?\QBreakpoints\E') 18:02:52.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:52.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:52.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:52.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:52.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:02:52.079 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:02:52.079 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:02:52.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:02:52.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:02:52.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:02:52.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:52.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:52.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:52.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:52.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:02:52.442 INFO [WorkbenchTestable][AbstractView] Importing breakpoints from '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt' 18:02:52.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:52.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:52.450 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:02:52.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:52.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:52.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:02:52.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:02:52.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:02:52.523 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:02:52.524 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 18:02:52.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:52.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:52.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:52.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:52.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:02:52.544 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:02:52.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:02:52.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:02:52.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:02:52.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:02:52.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:02:52.562 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 18:02:52.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:52.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:52.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:52.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:52.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:02:52.588 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:02:52.588 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:02:52.725 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 18:02:52.725 DEBUG [main][MenuItemLookup] Found menu:'' 18:02:52.725 DEBUG [main][MenuItemLookup] Found menu:'Enable' 18:02:52.725 DEBUG [main][MenuItemLookup] Found menu:'Disable' 18:02:52.725 DEBUG [main][MenuItemLookup] Found menu:'Remove' 18:02:52.725 DEBUG [main][MenuItemLookup] Found menu:'Remove All Triggers' 18:02:52.725 DEBUG [main][MenuItemLookup] Found menu:'Remove All' 18:02:52.725 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 18:02:52.726 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:02:52.729 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:02:52.729 DEBUG [main][MenuItemLookup] Found menu:'' 18:02:52.730 DEBUG [main][MenuItemLookup] Found menu:'Import Breakpoints...' 18:02:52.730 DEBUG [main][MenuItemLookup] Item match:Import Breakpoints... 18:02:52.731 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"I&mport Breakpoints..." 18:02:52.731 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import Breakpoints... 18:02:52.732 INFO [main][MenuItemHandler] Select menu item: I&mport Breakpoints... 18:02:52.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: "Import Breakpoints"] is available.... 18:02:52.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:02:52.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:02:52.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Breakpoints"] is available. finished successfully 18:02:52.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 18:02:52.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:02:52.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:02:52.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 18:02:52.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:02:52.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:02:52.995 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:") 18:02:52.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:52.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:53.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:53.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:53.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:02:53.011 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:02:53.014 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt 18:02:53.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:02:53.035 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 18:02:53.036 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) 18:02:53.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:53.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:53.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:53.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:53.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:02:53.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:02:53.051 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 18:02:53.052 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) 18:02:53.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:53.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:53.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:53.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:53.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:02:53.097 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 18:02:53.097 INFO [WorkbenchTestable][WizardDialog] Finish wizard 18:02:53.097 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) 18:02:53.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:53.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:53.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:53.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:53.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:02:53.110 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:02:53.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:02:53.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:02:53.111 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:02:53.111 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:02:54.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:02:54.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:02:54.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:02:54.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Remote System Explorer Operation' has no excuses, wait for it 18:02:55.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:02:55.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:02:55.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:02:55.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:02:55.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:02:55.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:02:55.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:02:55.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:02:55.037 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:02:55.046 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:02:55.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:02:55.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:02:55.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:02:55.053 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 18:02:55.053 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:02:55.054 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:02:55.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:02:55.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:02:55.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:02:55.060 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 18:02:56.061 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 18:02:56.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:56.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:56.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:56.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:56.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:02:56.063 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 18:02:56.070 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:02:56.070 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:02:56.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:02:56.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:02:56.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:02:56.075 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 18:02:56.075 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:02:56.076 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:02:56.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:02:56.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:02:56.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:02:56.079 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 18:02:57.080 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 18:02:57.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:57.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:57.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:57.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:57.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:02:57.085 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 18:02:57.085 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 18:02:57.085 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 18:02:57.085 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:02:57.086 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:02:57.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:02:57.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:02:57.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:02:57.089 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 18:02:58.090 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 18:02:58.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:58.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:58.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:58.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:58.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:02:58.093 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 18:02:58.093 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 18:02:58.094 DEBUG [WorkbenchTestable][Breakpoint] Performing 'Remove' on breakpoint: AppTest [line: 36] - testApp() 18:02:58.095 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest [line: 36] - testApp() 18:02:58.095 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest [line: 36] - testApp() 18:02:58.096 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest [line: 36] - testApp() about selection 18:02:58.108 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest [line: 36] - testApp() 18:02:58.117 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:02:58.118 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:02:58.250 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 18:02:58.250 DEBUG [main][MenuItemLookup] Found menu:'' 18:02:58.250 DEBUG [main][MenuItemLookup] Found menu:'Suspend VM' 18:02:58.250 DEBUG [main][MenuItemLookup] Found menu:'Hit Count...' 18:02:58.251 DEBUG [main][MenuItemLookup] Found menu:'' 18:02:58.251 DEBUG [main][MenuItemLookup] Found menu:'Enable' 18:02:58.251 DEBUG [main][MenuItemLookup] Found menu:'Disable' 18:02:58.251 DEBUG [main][MenuItemLookup] Found menu:'Remove' 18:02:58.251 DEBUG [main][MenuItemLookup] Item match:Remove 18:02:58.251 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Rem&ove" 18:02:58.251 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Remove 18:02:58.254 INFO [main][MenuItemHandler] Select menu item: Rem&ove 18:02:58.325 DEBUG [WorkbenchTestable][Breakpoint] Operation 'Remove' was performed 18:02:58.409 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:02:58.410 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:02:58.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:02:58.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:02:58.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:02:58.418 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 18:02:58.418 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:02:58.419 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:02:58.420 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:02:58.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:02:58.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:02:58.423 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 18:02:59.424 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 18:02:59.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:59.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:59.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:59.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:59.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:02:59.427 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 18:02:59.428 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:02:59.428 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:02:59.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:02:59.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:02:59.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:02:59.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:59.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:59.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:02:59.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:02:59.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:02:59.489 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:02:59.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 '\*?\QProject Explorer\E') 18:02:59.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:59.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:59.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:02:59.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:02:59.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:02:59.535 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:02:59.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:02:59.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:02:59.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:02:59.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:02:59.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:02:59.571 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:02:59.571 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:02:59.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:02:59.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:02:59.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:02:59.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:02:59.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:03:00.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:00.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:03:00.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:00.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:03:00.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:03:00.586 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:03:00.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:03:00.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:00.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:00.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:03:00.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:00.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:00.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:00.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:00.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:03:00.602 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 18:03:00.617 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 18:03:00.620 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src/test/java of tree item debugger 18:03:00.621 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item debugger 18:03:00.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:03:01.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:03:01.123 INFO [WorkbenchTestable][TreeItemHandler] Expanded: debugger 18:03:01.128 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item com.example.debugger of tree item src/test/java 18:03:01.128 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src/test/java 18:03:01.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:03:01.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:03:01.633 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src/test/java 18:03:01.639 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AppTest.java of tree item com.example.debugger 18:03:01.662 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item com.example.debugger 18:03:01.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:03:02.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:03:02.164 INFO [WorkbenchTestable][TreeItemHandler] Expanded: com.example.debugger 18:03:02.167 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.java 18:03:02.167 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.java 18:03:02.168 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.java about selection 18:03:02.264 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.java 18:03:02.266 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:03:02.267 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:02.634 DEBUG [main][MenuItemLookup] Found menu:'New' 18:03:02.635 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:02.635 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:03:02.635 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:03:02.635 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:03:02.635 DEBUG [main][MenuItemLookup] Found menu:'Open With' 18:03:02.635 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:02.635 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:03:02.635 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:03:02.635 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:03:02.636 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:03:02.636 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:03:02.636 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:03:02.636 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:03:02.636 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:03:02.636 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:02.636 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:03:02.636 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:03:02.636 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:02.636 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:03:02.636 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:02.636 DEBUG [main][MenuItemLookup] Found menu:'References' 18:03:02.637 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 18:03:02.637 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:02.637 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:03:02.637 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:03:02.637 DEBUG [main][MenuItemLookup] Item match:Debug As 18:03:02.813 DEBUG [main][MenuItemLookup] Found menu:'1 Debug on Server Shift+Alt+D R' 18:03:02.813 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 18:03:02.813 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+D T 18:03:02.814 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+D T" 18:03:02.815 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+D T 18:03:02.815 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+D T 18:03:02.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 18:03:03.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:03:03.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:03.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:03.030 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:03:03.032 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.*') 18:03:03.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:03.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:03.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:03.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:03.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:03:08.498 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 18:03:09.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 18:03:09.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:09.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:09.508 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 18:03:09.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:09.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:09.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:09.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:09.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:09.519 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03: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 '\*?\QDebug\E') 18:03:09.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:09.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:09.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:09.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:09.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:03:09.524 INFO [WorkbenchTestable][AbstractView] Activate view Debug 18:03:09.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 18:03:09.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:09.527 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 18:03:09.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:03:09.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:03:09.530 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:03:09.530 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:03:09.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:09.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:09.572 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 18:03:09.573 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:03:09.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:09.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:09.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:09.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:09.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:03:09.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:09.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:09.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:09.577 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:09.578 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.*') 18:03:09.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:09.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:09.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:09.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:09.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:03:09.656 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 18:03:09.657 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:03:09.657 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:09.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled... 18:03:09.921 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:10.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:10.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:10.218 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:10.248 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.*') 18:03:10.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:10.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:10.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:10.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:10.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:03:10.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled finished successfully 18:03:10.343 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 18:03:10.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:10.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:10.411 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:03:10.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:10.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:10.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:10.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:10.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:10.433 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:10.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 18:03:10.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:10.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:10.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:10.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:10.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:03:10.460 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:03:10.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:03:10.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:10.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:10.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:03:10.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:10.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:10.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:10.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:10.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:03:10.573 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 18:03:10.573 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:03:10.573 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:10.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 18:03:10.697 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 18:03:10.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 18:03:10.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:10.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:10.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:10.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:10.711 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:03:10.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:03:10.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:03:10.711 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:03:10.711 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:10.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:03:10.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:03:10.956 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 18:03:10.956 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:03:10.987 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:03:10.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:10.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:11.005 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debugWithFirstBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 18:03:11.005 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:03:11.006 INFO [WorkbenchTestable][RequirementsRunner] Started test: debugWithSecondBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 18:03:11.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 18:03:11.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:03:11.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:03:11.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:03:11.008 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 18:03:11.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:11.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:11.036 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:03:11.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:11.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:11.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:11.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:11.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:11.148 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:11.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 '\*?\QBreakpoints\E') 18:03:11.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:11.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:11.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:11.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:11.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:03:11.206 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:03:11.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:03:11.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:11.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform TooltipText=null 18:03:11.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:03:11.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:03:11.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:03:11.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:11.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:11.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:11.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:11.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:03:11.300 INFO [WorkbenchTestable][AbstractView] Importing breakpoints from '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt' 18:03:11.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:11.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:11.341 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:03:11.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:11.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:11.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:11.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:11.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:11.470 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:11.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 '\*?\QBreakpoints\E') 18:03:11.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:11.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:11.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:11.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:11.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:03:11.520 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:03:11.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:03:11.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:11.532 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 18:03:11.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:03:11.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:03:11.603 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 18:03:11.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:11.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:11.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:11.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:11.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:03:11.605 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:03:11.605 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:11.702 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 18:03:11.704 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:11.704 DEBUG [main][MenuItemLookup] Found menu:'Enable' 18:03:11.704 DEBUG [main][MenuItemLookup] Found menu:'Disable' 18:03:11.704 DEBUG [main][MenuItemLookup] Found menu:'Remove' 18:03:11.704 DEBUG [main][MenuItemLookup] Found menu:'Remove All Triggers' 18:03:11.704 DEBUG [main][MenuItemLookup] Found menu:'Remove All' 18:03:11.704 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 18:03:11.704 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:03:11.704 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:03:11.704 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:11.704 DEBUG [main][MenuItemLookup] Found menu:'Import Breakpoints...' 18:03:11.704 DEBUG [main][MenuItemLookup] Item match:Import Breakpoints... 18:03:11.705 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"I&mport Breakpoints..." 18:03:11.705 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import Breakpoints... 18:03:11.705 INFO [main][MenuItemHandler] Select menu item: I&mport Breakpoints... 18:03:11.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:03:11.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:03:11.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:03:11.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: "Import Breakpoints"] is available. finished successfully 18:03:11.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 18:03:11.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:11.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:11.915 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 18:03:11.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:11.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:11.917 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:") 18:03:11.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:11.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:11.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:11.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:11.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:03:11.936 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:03:11.939 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt 18:03:11.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:03:11.951 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 18:03:11.952 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) 18:03:11.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:11.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:11.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:11.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:11.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:03:11.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:03:11.999 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 18:03:12.000 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) 18:03:12.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:12.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:12.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:12.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:12.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:03:12.009 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 18:03:12.009 INFO [WorkbenchTestable][WizardDialog] Finish wizard 18:03:12.009 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) 18:03:12.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:12.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:12.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:12.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:12.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:03:12.014 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:03:12.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:03:12.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:03:12.014 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:03:12.014 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:12.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:03:12.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:03:12.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:03:12.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:03:12.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:03:12.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:03:12.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:03:12.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:03:12.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:03:12.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:03:12.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:03:12.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:03:12.397 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:03:12.400 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:03:12.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:03:12.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:12.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:12.421 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 18:03:12.426 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:03:12.428 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:03:12.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:03:12.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:12.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:12.431 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 18:03:13.432 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 18:03:13.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:13.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:13.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:13.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:13.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:03:13.436 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 18:03:13.437 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:03:13.438 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:03:13.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:03:13.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:13.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:13.447 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 18:03:13.447 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:03:13.448 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:03:13.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:03:13.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:13.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:13.452 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 18:03:14.453 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 18:03:14.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:14.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:14.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:14.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:14.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:03:14.456 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 18:03:14.456 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 18:03:14.457 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 18:03:14.457 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:03:14.457 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:03:14.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:03:14.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:14.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:14.461 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 18:03:15.461 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 18:03:15.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:15.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:15.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:15.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:15.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:03:15.469 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 18:03:15.469 DEBUG [WorkbenchTestable][Breakpoint] Performing 'Disable' on breakpoint: AppTest [line: 28] - suite() 18:03:15.470 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest [line: 28] - suite() 18:03:15.470 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest [line: 28] - suite() 18:03:15.471 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest [line: 28] - suite() about selection 18:03:15.476 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest [line: 28] - suite() 18:03:15.506 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:03:15.506 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:15.599 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 18:03:15.599 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:15.599 DEBUG [main][MenuItemLookup] Found menu:'Suspend VM' 18:03:15.599 DEBUG [main][MenuItemLookup] Found menu:'Hit Count...' 18:03:15.599 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:15.599 DEBUG [main][MenuItemLookup] Found menu:'Enable' 18:03:15.599 DEBUG [main][MenuItemLookup] Found menu:'Disable' 18:03:15.600 DEBUG [main][MenuItemLookup] Item match:Disable 18:03:15.600 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Disable" 18:03:15.601 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Disable 18:03:15.601 INFO [main][MenuItemHandler] Select menu item: &Disable 18:03:15.606 DEBUG [WorkbenchTestable][Breakpoint] Operation 'Disable' was performed 18:03:15.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:03:16.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:03:16.111 DEBUG [WorkbenchTestable][Breakpoint] Checking operation 'Disable' on breakpoint:AppTest [line: 28] - suite() 18:03:16.112 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest [line: 28] - suite() 18:03:16.112 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest [line: 28] - suite() 18:03:16.112 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest [line: 28] - suite() about selection 18:03:16.118 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest [line: 28] - suite() 18:03:16.136 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:03:16.136 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:16.222 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 18:03:16.223 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:16.223 DEBUG [main][MenuItemLookup] Found menu:'Suspend VM' 18:03:16.223 DEBUG [main][MenuItemLookup] Found menu:'Hit Count...' 18:03:16.223 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:16.223 DEBUG [main][MenuItemLookup] Found menu:'Enable' 18:03:16.223 DEBUG [main][MenuItemLookup] Found menu:'Disable' 18:03:16.223 DEBUG [main][MenuItemLookup] Item match:Disable 18:03:16.227 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:03:16.228 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:03:16.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:03:16.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:16.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:16.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:16.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:16.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:16.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:16.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:16.359 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:16.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:03:16.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:16.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:16.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:16.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:16.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:03:16.449 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:03:16.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:03:16.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:16.451 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 18:03:16.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:03:16.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:03:16.454 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:03:16.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:03:16.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:16.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:16.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:16.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:16.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:03:17.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:17.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:03:17.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:17.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:03:17.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:03:17.540 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:03:17.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:03:17.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:17.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:17.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 18:03:17.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:17.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:17.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:17.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:17.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:03:17.547 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 18:03:17.549 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 18:03:17.550 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src/test/java of tree item debugger 18:03:17.551 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item debugger 18:03:17.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:03:17.551 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item debugger is already expanded. No action performed 18:03:17.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:03:17.552 INFO [WorkbenchTestable][TreeItemHandler] Expanded: debugger 18:03:17.552 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item com.example.debugger of tree item src/test/java 18:03:17.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src/test/java 18:03:17.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:03:17.554 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src/test/java is already expanded. No action performed 18:03:17.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:03:17.554 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src/test/java 18:03:17.555 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AppTest.java of tree item com.example.debugger 18:03:17.556 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item com.example.debugger 18:03:17.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:03:17.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item com.example.debugger is already expanded. No action performed 18:03:17.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:03:17.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: com.example.debugger 18:03:17.558 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.java 18:03:17.558 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.java 18:03:17.559 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.java about selection 18:03:17.591 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.java 18:03:17.593 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:03:17.593 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:17.759 DEBUG [main][MenuItemLookup] Found menu:'New' 18:03:17.759 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:17.759 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:03:17.759 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:03:17.759 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:03:17.760 DEBUG [main][MenuItemLookup] Found menu:'Open With' 18:03:17.760 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:17.760 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:03:17.760 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:03:17.760 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:03:17.760 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:03:17.760 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:03:17.760 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:03:17.760 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:03:17.760 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:03:17.760 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:17.760 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:03:17.760 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:03:17.761 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:17.761 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:03:17.761 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:17.761 DEBUG [main][MenuItemLookup] Found menu:'References' 18:03:17.761 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 18:03:17.761 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:17.761 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:03:17.761 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:03:17.761 DEBUG [main][MenuItemLookup] Item match:Debug As 18:03:17.788 DEBUG [main][MenuItemLookup] Found menu:'1 Debug on Server Shift+Alt+D R' 18:03:17.788 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 18:03:17.788 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+D T 18:03:17.789 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+D T" 18:03:17.789 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+D T 18:03:17.789 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+D T 18:03:17.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 18:03:17.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:17.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:17.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:18.098 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:18.102 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.*') 18:03:18.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:18.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:18.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:18.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:18.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:03:19.636 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 18:03:20.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 18:03:20.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:20.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:20.642 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 18:03:20.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:20.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:20.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:20.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:20.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:20.649 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03: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 '\*?\QDebug\E') 18:03:20.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:20.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:20.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:20.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:20.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:03:20.654 INFO [WorkbenchTestable][AbstractView] Activate view Debug 18:03:20.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 18:03:20.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:20.657 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 18:03:20.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:03:20.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:03:20.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:03:20.661 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:03:20.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:20.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:20.707 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 18:03:20.711 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:03:20.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:20.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:20.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:20.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:20.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:03:20.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:20.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:20.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:20.763 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:20.764 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.*') 18:03:20.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:20.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:20.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:20.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:03:20.813 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 18:03:20.814 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:03:20.814 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:20.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled... 18:03:20.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:20.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:21.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:21.121 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:21.125 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.*') 18:03:21.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:21.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:21.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:21.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:21.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:03:21.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled finished successfully 18:03:21.228 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 18:03:21.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:21.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:21.240 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:03:21.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:21.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:21.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:21.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:21.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:21.261 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:21.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 '\*?\QBreakpoints\E') 18:03:21.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:21.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:21.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:21.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:21.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:03:21.275 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:03:21.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:03:21.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:21.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:21.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:03:21.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:21.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:21.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:21.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:21.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:03:21.406 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 18:03:21.406 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:03:21.406 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:21.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 18:03:21.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available. finished successfully 18:03:21.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 18:03:21.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:21.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:21.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:21.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:21.546 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:03:21.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:03:21.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:03:21.547 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:03:21.547 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:21.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:03:21.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:03:21.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 18:03:21.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:03:21.761 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:03:21.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:21.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:21.763 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debugWithSecondBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 18:03:21.763 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:03:21.763 INFO [WorkbenchTestable][RequirementsRunner] Started test: debugWithBothBreakpointsTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 18:03:21.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 18:03:21.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:03:21.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:03:21.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:03:21.765 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 18:03:21.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:21.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:21.795 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:03:21.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:21.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:21.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:21.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:21.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:21.868 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:21.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 '\*?\QBreakpoints\E') 18:03:21.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:21.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:21.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:21.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:21.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:03:21.903 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:03:21.904 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:03:21.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:21.906 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 18:03:21.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:03:21.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:03:22.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:03:22.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:22.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:22.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:22.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:22.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:03:22.006 INFO [WorkbenchTestable][AbstractView] Importing breakpoints from '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt' 18:03:22.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:22.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:22.036 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:03:22.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:22.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:22.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:22.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:22.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:22.125 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:22.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 '\*?\QBreakpoints\E') 18:03:22.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:22.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:22.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:22.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:22.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:03:22.143 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:03:22.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:03:22.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:22.146 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 18:03:22.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:03:22.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:03:22.214 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 18:03:22.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:22.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:22.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:22.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:22.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:03:22.217 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:03:22.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:22.306 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 18:03:22.307 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:22.307 DEBUG [main][MenuItemLookup] Found menu:'Enable' 18:03:22.307 DEBUG [main][MenuItemLookup] Found menu:'Disable' 18:03:22.308 DEBUG [main][MenuItemLookup] Found menu:'Remove' 18:03:22.308 DEBUG [main][MenuItemLookup] Found menu:'Remove All Triggers' 18:03:22.308 DEBUG [main][MenuItemLookup] Found menu:'Remove All' 18:03:22.308 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 18:03:22.308 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:03:22.308 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:03:22.308 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:22.308 DEBUG [main][MenuItemLookup] Found menu:'Import Breakpoints...' 18:03:22.309 DEBUG [main][MenuItemLookup] Item match:Import Breakpoints... 18:03:22.309 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"I&mport Breakpoints..." 18:03:22.309 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import Breakpoints... 18:03:22.310 INFO [main][MenuItemHandler] Select menu item: I&mport Breakpoints... 18:03:22.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:03:22.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:03:22.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:03:22.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:03:22.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 18:03:22.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:22.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:22.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 18:03:22.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:22.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:22.550 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:") 18:03:22.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:22.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:22.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:22.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:22.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:03:22.556 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:03:22.558 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt 18:03:22.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:03:22.559 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 18:03:22.559 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) 18:03:22.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:22.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:22.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:22.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:22.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:03:22.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:03:22.607 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 18:03:22.608 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) 18:03:22.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:22.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:22.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:22.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:22.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:03:22.617 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 18:03:22.617 INFO [WorkbenchTestable][WizardDialog] Finish wizard 18:03:22.618 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) 18:03:22.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:22.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:22.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:22.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:22.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:03:22.623 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:03:22.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:03:22.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:03:22.623 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:03:22.623 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:22.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:03:22.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:03:22.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:03:22.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Debug children update' is a system job, skipped 18:03:22.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:03:22.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Label Job' is a system job, skipped 18:03:22.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:03:22.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:03:22.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:03:22.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:03:22.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:03:22.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:03:22.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:03:22.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:03:22.964 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:03:23.001 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:03:23.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:03:23.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:23.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:23.006 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 18:03:23.006 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:03:23.007 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:03:23.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:03:23.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:23.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:23.011 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 18:03:24.012 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 18:03:24.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:24.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:24.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:24.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:24.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:03:24.020 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 18:03:24.020 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:03:24.021 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:03:24.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:03:24.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:24.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:24.026 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 18:03:24.027 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:03:24.028 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:03:24.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:03:24.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:24.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:24.032 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 18:03:25.032 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 18:03:25.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:25.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:25.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:25.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:25.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:03:25.036 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 18:03:25.037 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 18:03:25.037 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:03:25.038 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:03:25.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:03:25.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:25.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:25.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:25.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:25.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:25.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:25.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:25.241 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:25.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 '\*?\QProject Explorer\E') 18:03:25.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:25.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:25.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:25.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:25.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:03:25.246 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:03:25.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:03:25.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:25.249 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 18:03:25.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:03:25.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:03:25.253 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:03:25.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:03:25.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:25.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:25.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:25.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:25.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:03:25.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:25.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:03:26.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:26.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:03:26.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:03:26.347 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:03:26.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:03:26.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:26.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:26.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 18:03:26.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:26.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:26.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:26.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:26.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:03:26.355 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 18:03:26.356 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 18:03:26.357 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src/test/java of tree item debugger 18:03:26.357 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item debugger 18:03:26.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:03:26.358 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item debugger is already expanded. No action performed 18:03:26.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:03:26.359 INFO [WorkbenchTestable][TreeItemHandler] Expanded: debugger 18:03:26.360 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item com.example.debugger of tree item src/test/java 18:03:26.361 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src/test/java 18:03:26.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:03:26.362 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src/test/java is already expanded. No action performed 18:03:26.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:03:26.363 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src/test/java 18:03:26.363 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AppTest.java of tree item com.example.debugger 18:03:26.364 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item com.example.debugger 18:03:26.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:03:26.365 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item com.example.debugger is already expanded. No action performed 18:03:26.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:03:26.365 INFO [WorkbenchTestable][TreeItemHandler] Expanded: com.example.debugger 18:03:26.366 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.java 18:03:26.367 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.java 18:03:26.367 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.java about selection 18:03:26.391 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.java 18:03:26.393 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:03:26.393 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:26.522 DEBUG [main][MenuItemLookup] Found menu:'New' 18:03:26.522 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:26.522 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:03:26.522 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:03:26.522 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:03:26.522 DEBUG [main][MenuItemLookup] Found menu:'Open With' 18:03:26.522 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:26.522 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:03:26.522 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:03:26.523 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:03:26.523 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:03:26.523 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:03:26.523 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:03:26.523 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:03:26.523 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:03:26.523 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:26.523 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:03:26.523 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:03:26.523 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:26.523 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:03:26.523 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:26.523 DEBUG [main][MenuItemLookup] Found menu:'References' 18:03:26.523 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 18:03:26.524 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:26.524 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:03:26.524 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:03:26.524 DEBUG [main][MenuItemLookup] Item match:Debug As 18:03:26.535 DEBUG [main][MenuItemLookup] Found menu:'1 Debug on Server Shift+Alt+D R' 18:03:26.536 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 18:03:26.536 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+D T 18:03:26.536 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+D T" 18:03:26.536 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+D T 18:03:26.537 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+D T 18:03:26.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 18:03:26.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:26.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:26.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:26.753 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:26.753 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.*') 18:03:26.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:26.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:27.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:27.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:27.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:03:28.935 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 18:03:29.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 18:03:29.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:29.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:29.943 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 18:03:29.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:29.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:29.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:29.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:29.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:29.950 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:29.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 '\*?\QDebug\E') 18:03:29.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:29.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:29.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:29.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:29.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:03:29.994 INFO [WorkbenchTestable][AbstractView] Activate view Debug 18:03:29.994 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 18:03:29.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:29.998 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 18:03:29.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:03:29.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:03:30.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:03:30.001 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:03:30.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:30.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:30.001 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 18:03:30.002 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:03:30.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:30.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:30.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:30.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:30.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:03:30.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:30.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:30.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:30.046 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:30.047 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.*') 18:03:30.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:30.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:30.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:30.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:30.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:03:30.142 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 18:03:30.142 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:03:30.142 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:30.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 18:03:30.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:30.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:30.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:30.524 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:30.526 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.*') 18:03:30.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:30.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:30.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:30.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:30.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:03:30.638 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 18:03:31.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 18:03:31.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:31.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:31.653 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 18:03:31.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:31.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:31.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:31.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:31.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:31.669 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:31.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 '\*?\QDebug\E') 18:03:31.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:31.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:31.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:31.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:31.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:03:31.689 INFO [WorkbenchTestable][AbstractView] Activate view Debug 18:03:31.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 18:03:31.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:31.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:31.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 18:03:31.858 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:03:31.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:31.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:31.903 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 18:03:31.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:03:31.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:31.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:31.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:31.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:31.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:03:31.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:32.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:32.004 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 18:03:32.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:32.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:32.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:32.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:32.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:32.032 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:32.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E') 18:03:32.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:32.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:32.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:32.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:32.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:03:32.036 INFO [WorkbenchTestable][AbstractView] Activate view Debug 18:03:32.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 18:03:32.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:32.039 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 18:03:32.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:03:32.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:03:32.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 18:03:32.043 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:03:32.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:32.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:32.089 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 18:03:32.089 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:03:32.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:32.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:32.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:32.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:32.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:03:32.092 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.testApp() line: 36 18:03:32.092 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.testApp() line: 36 18:03:32.098 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.testApp() line: 36 about selection 18:03:32.108 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.testApp() line: 36 18:03:32.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:32.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:32.157 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QVariables\E'' is already open. Activate. 18:03:32.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:32.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:32.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:32.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:32.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:32.219 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:32.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 '\*?\QVariables\E') 18:03:32.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:32.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:32.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:32.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:32.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:03:32.296 INFO [WorkbenchTestable][AbstractView] Activate view Variables 18:03:32.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Variables 18:03:32.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:32.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:32.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is not selected... 18:03:32.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:03:32.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:32.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:32.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:32.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:32.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:03:32.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:03:32.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:03:32.944 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item this 18:03:32.945 DEBUG [main][TreeItemHandler] Selecting tree item: this 18:03:32.946 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item this about selection 18:03:32.959 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: this 18:03:33.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is not selected finished successfully 18:03:33.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is empty... 18:03:33.118 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 18:03:33.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:33.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:33.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:33.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:33.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:03:33.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is empty finished successfully 18:03:33.203 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 18:03:33.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:33.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:33.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:33.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:33.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:03:33.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:33.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:33.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:33.259 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:33.260 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.*') 18:03:33.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:33.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:33.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:33.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:33.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:03:33.344 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 18:03:33.345 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:03:33.345 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:33.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled... 18:03:33.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:33.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:33.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:33.655 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:33.700 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.*') 18:03:33.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:33.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:33.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:33.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:33.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:03:33.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled finished successfully 18:03:33.751 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 18:03:33.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:33.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:33.801 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:03:33.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:33.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:33.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 18:03:33.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:33.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:33.835 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 18:03:33.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 '\*?\QBreakpoints\E') 18:03:33.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:33.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:33.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:33.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:33.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:03:33.851 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:03:33.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:03:34.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:34.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:34.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 All Breakpoints") 18:03:34.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:34.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:34.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:34.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:34.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:03:34.052 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 18:03:34.053 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:03:34.053 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:34.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 18:03:34.222 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 18:03:34.223 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 18:03:34.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:34.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:34.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:34.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:34.232 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:03:34.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:03:34.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:03:34.233 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:03:34.233 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:34.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:03:34.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:03:34.443 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 18:03:34.444 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:03:34.444 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:03:34.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:34.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:34.445 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debugWithBothBreakpointsTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 18:03:34.446 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:03:34.455 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:03:34.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:03:34.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:34.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:34.540 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:03:34.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:03:34.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:34.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:34.544 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:03:34.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:03:34.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:34.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:34.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:34.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:34.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:03:35.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:35.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:03:35.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:35.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:03:35.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:03:35.563 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:03:35.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:03:35.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:03:35.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:03:35.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:03:35.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:35.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:35.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:35.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:35.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:03:35.570 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 18:03:35.578 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item debugger 18:03:35.579 DEBUG [main][TreeItemHandler] Selecting tree item: debugger 18:03:35.580 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item debugger about selection 18:03:35.626 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: debugger 18:03:35.628 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:03:35.628 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:35.835 DEBUG [main][MenuItemLookup] Found menu:'New' 18:03:35.835 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:03:35.835 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:35.835 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:03:35.836 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:35.836 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:03:35.836 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:03:35.836 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:03:35.836 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:03:35.836 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:03:35.836 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:03:35.836 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:03:35.836 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:35.836 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:03:35.836 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:03:35.837 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:35.837 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:03:35.837 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:03:35.839 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:03:35.839 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:03:35.839 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:03:35.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:03:35.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:03:36.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:03:36.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:03:36.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:03:36.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:03:36.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:03:36.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:03:36.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:03:36.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:03:36.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:03:36.344 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'debugger' via Explorer 18:03:36.345 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item debugger 18:03:36.345 DEBUG [main][TreeItemHandler] Selecting tree item: debugger 18:03:36.346 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item debugger about selection 18:03:36.365 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: debugger 18:03:36.366 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:03:36.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:36.631 DEBUG [main][MenuItemLookup] Found menu:'New' 18:03:36.631 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:03:36.631 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:36.631 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:03:36.631 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:36.631 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:03:36.632 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:03:36.632 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:03:36.632 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:03:36.632 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:03:36.687 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:03:36.687 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:03:36.688 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:03:36.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:03:38.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 18:03:38.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:03:38.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:38.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:38.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:38.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:38.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:03:38.030 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:03:38.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:38.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:38.031 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:03:38.031 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:03:38.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:38.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:38.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:38.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:38.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:03:38.034 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:03:38.035 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:03:38.035 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:03:38.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:03:38.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:03:38.036 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:03:38.036 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:38.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:03:38.038 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:03:38.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:38.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:38.038 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:03:38.038 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:03:38.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:38.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:38.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:38.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:38.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:03:38.091 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:03:38.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:03:38.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:03:38.092 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:03:38.092 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:38.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:03:38.126 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:03:38.627 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:03:39.128 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:03:40.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:03:40.191 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:03:40.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:03:40.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:03:40.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' has no excuses, wait for it 18:03:40.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:03:40.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' has no excuses, wait for it 18:03:41.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:03:41.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:03:41.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:03:41.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:03:41.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:03:41.194 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 18:03:41.195 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:03:41.195 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:03:41.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:41.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 83.453 s - in org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest debugWithFirstBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) Time elapsed: 18.975 s debugWithSecondBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) Time elapsed: 10.757 s debugWithBothBreakpointsTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) Time elapsed: 12.682 s Running org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 18:03:41.310 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 18:03:41.312 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:03:41.313 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:03:41.314 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 18:03:41.314 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:03:41.314 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:03:41.316 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:03:41.316 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:03:41.316 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:03:41.318 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 18:03:41.319 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 18:03:41.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:41.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:41.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:03:41.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:41.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:41.325 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") 18:03:41.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:41.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:41.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:41.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:41.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:03:41.614 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 18:03:41.614 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:03:41.614 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:41.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 18:03:41.896 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 18:03:41.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 18:03:41.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:41.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:41.900 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:03:41.900 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:03:41.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:41.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:41.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:03:41.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:03:41.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:41.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:41.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:41.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:41.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:03:41.905 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 18:03:41.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:03:41.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:03:41.919 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 18:03:41.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:03:41.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:03:41.920 TRACE [main][WidgetHandler] Notify Table with event 13 18:03:41.920 TRACE [main][WidgetHandler] Wait for synchronization 18:03:41.921 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:03:41.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:41.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:41.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:03:41.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:03:41.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:42.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:42.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 "Open") 18:03:42.003 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:03:42.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:42.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:42.005 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:03:42.005 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:03:42.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:42.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:42.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:42.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:42.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:03:42.020 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:03:42.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:03:42.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:03:42.021 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:03:42.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:44.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:03:44.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:03:44.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:03:44.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:44.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:44.891 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:03:44.891 DEBUG [main][MenuItemLookup] Found menu:'File' 18:03:44.892 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:03:44.892 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:03:44.892 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:03:44.892 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:03:44.892 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:03:44.892 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:03:44.892 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:03:44.892 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:03:44.892 DEBUG [main][MenuItemLookup] Item match:Window 18:03:44.894 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:03:44.894 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:03:44.894 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:03:44.894 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:44.894 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:03:44.894 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:03:44.894 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:44.894 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:03:44.894 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:44.936 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:03:44.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:44.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:44.938 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:03:44.940 DEBUG [main][MenuItemLookup] Found menu:'File' 18:03:44.940 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:03:44.940 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:03:44.940 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:03:44.940 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:03:44.940 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:03:44.940 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:03:44.940 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:03:44.940 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:03:44.941 DEBUG [main][MenuItemLookup] Item match:Window 18:03:44.942 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:03:44.942 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:03:44.942 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:03:44.942 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:44.942 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:03:44.943 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:03:44.943 DEBUG [main][MenuItemLookup] Item match:Perspective 18:03:44.988 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:03:44.988 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:44.988 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:03:44.988 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:03:44.988 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:03:44.988 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:03:44.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:03:44.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:44.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:44.990 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:03:44.991 DEBUG [main][MenuItemLookup] Found menu:'File' 18:03:44.991 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:03:44.991 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:03:44.991 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:03:44.991 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:03:44.991 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:03:44.991 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:03:44.991 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:03:44.991 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:03:44.992 DEBUG [main][MenuItemLookup] Item match:Window 18:03:44.993 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:03:44.993 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:03:44.993 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:03:44.993 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:44.993 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:03:44.993 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:03:44.993 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:44.993 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:03:44.993 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:44.993 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:03:44.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:44.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:44.996 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:03:44.996 DEBUG [main][MenuItemLookup] Found menu:'File' 18:03:44.996 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:03:44.996 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:03:44.996 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:03:44.996 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:03:44.997 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:03:44.997 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:03:44.997 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:03:44.997 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:03:44.997 DEBUG [main][MenuItemLookup] Item match:Window 18:03:44.998 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:03:44.998 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:03:44.998 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:03:44.998 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:44.998 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:03:44.998 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:03:44.999 DEBUG [main][MenuItemLookup] Item match:Perspective 18:03:45.000 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:03:45.000 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:45.000 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:03:45.000 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:03:45.001 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:03:45.001 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:03:45.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:45.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:45.003 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:03:45.003 DEBUG [main][MenuItemLookup] Found menu:'File' 18:03:45.003 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:03:45.003 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:03:45.004 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:03:45.004 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:03:45.004 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:03:45.004 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:03:45.004 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:03:45.004 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:03:45.004 DEBUG [main][MenuItemLookup] Item match:Window 18:03:45.005 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:03:45.005 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:03:45.005 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:03:45.005 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:45.005 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:03:45.006 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:03:45.006 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:45.006 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:03:45.006 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:45.006 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:03:45.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:45.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:45.007 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:03:45.007 DEBUG [main][MenuItemLookup] Found menu:'File' 18:03:45.007 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:03:45.007 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:03:45.007 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:03:45.007 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:03:45.008 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:03:45.008 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:03:45.008 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:03:45.008 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:03:45.008 DEBUG [main][MenuItemLookup] Item match:Window 18:03:45.009 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:03:45.009 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:03:45.009 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:03:45.009 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:45.009 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:03:45.009 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:03:45.009 DEBUG [main][MenuItemLookup] Item match:Perspective 18:03:45.011 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:03:45.011 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:45.011 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:03:45.011 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:03:45.011 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:03:45.011 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:03:45.012 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 18:03:45.012 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 18:03:45.012 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 18:03:45.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 18:03:45.193 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 18:03:45.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 18:03:45.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:45.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:45.195 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:03:45.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:45.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:45.196 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:03:45.196 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:03:45.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:45.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:45.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 "Reset Perspective") 18:03:45.198 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:03:45.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:45.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:45.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:03:45.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:03:45.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:45.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:45.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:45.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:45.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:03:45.202 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 18:03:45.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:03:45.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:03:45.203 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:03:45.203 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:46.316 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:03:46.316 INFO [WorkbenchTestable][RequirementsRunner] Started test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest) 18:03:46.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 18:03:46.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:03:46.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:03:46.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:03:46.322 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 18:03:46.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:46.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:46.323 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:03:46.332 DEBUG [main][MenuItemLookup] Found menu:'File' 18:03:46.333 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:03:46.333 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:03:46.333 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:03:46.333 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:03:46.333 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:03:46.333 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:03:46.333 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:03:46.333 DEBUG [main][MenuItemLookup] Item match:Run 18:03:46.392 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 18:03:46.392 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 18:03:46.392 DEBUG [main][MenuItemLookup] Found menu:'' 18:03:46.392 DEBUG [main][MenuItemLookup] Found menu:'Run History' 18:03:46.393 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:03:46.393 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 18:03:46.393 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 18:03:46.393 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 18:03:46.393 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 18:03:46.394 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 18:03:47.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 18:03:47.305 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 18:03:47.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 18:03:47.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:03:47.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:03:47.319 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit 18:03:47.319 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name null 18:03:47.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:03:47.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:03:47.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:47.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:47.320 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 18:03:47.320 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:03:47.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:47.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:47.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:47.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:47.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:03:47.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:03:47.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:03:47.393 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 18:03:47.393 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 18:03:47.394 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 18:03:47.395 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 18:03:47.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 18:03:47.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 18:03:47.501 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:03:47.501 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:47.507 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 18:03:47.507 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 18:03:47.508 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 18:03:47.508 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 18:03:47.508 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 18:03:47.605 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 18:03:47.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:03:47.605 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:03:49.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:49.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:49.303 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 18:03:49.303 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:03:49.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:49.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:49.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:49.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:49.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:03:49.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:03:49.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:03:49.319 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 18:03:49.319 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 18:03:49.322 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 18:03:49.324 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 18:03:49.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 18:03:49.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 18:03:49.816 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:03:49.816 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:49.818 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 18:03:49.818 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 18:03:49.819 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 18:03:49.819 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 18:03:49.823 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 18:03:49.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:") 18:03:49.887 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:03:50.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:50.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:50.798 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 18:03:50.799 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:03:50.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:50.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:50.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:50.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:50.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:03:50.903 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:03:50.911 INFO [WorkbenchTestable][AbstractText] Text set to: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 18:03:50.914 INFO [WorkbenchTestable][LaunchConfiguration] Apply the launch configuration 18:03:50.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 "Apply") 18:03:50.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:03:50.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:50.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:50.916 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 18:03:50.916 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:03:50.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:50.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:50.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:50.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:50.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:03:51.000 INFO [WorkbenchTestable][AbstractButton] Click button Appl&y 18:03:51.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:03:51.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:03:51.502 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:03:51.502 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:03:53.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:03:53.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:03:53.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 18:03:53.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 18:03:53.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 18:03:53.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 18:03:53.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:03:53.700 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:03:53.700 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:03:53.700 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:03:53.700 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:03:53.700 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:03:53.700 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:03:53.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:03:53.700 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit 18:03:53.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:03:53.701 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:03:53.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:53.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:53.707 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 18:03:53.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:03:53.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:53.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:53.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:53.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:53.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:03:53.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:03:53.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:03:53.722 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 18:03:53.723 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 18:03:53.724 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 18:03:53.797 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 18:03:53.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 18:03:53.798 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:03:54.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:54.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:54.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 18:03:54.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:03:54.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:54.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:54.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:54.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:54.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:03:54.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:03:54.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:03:54.200 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 18:03:54.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:03:54.200 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:03:54.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:54.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:54.201 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 18:03:54.201 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:03:54.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:54.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:54.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:03:54.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:03:54.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:03:54.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:03:54.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:03:54.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 18:03:54.209 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 18:03:54.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:03:54.209 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 18:03:54.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:03:54.210 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 18:03:54.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 18:03:54.210 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 18:03:54.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:03:54.211 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 18:03:54.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:03:54.211 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 18:03:54.212 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 18:03:54.212 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 18:03:54.216 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration about selection 18:03:54.217 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 18:03:54.218 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:03:55.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:03:55.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:03:55.018 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 18:03:55.018 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:03:55.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:03:55.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:55.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:03:55.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:55.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:03:56.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:56.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:03:56.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:56.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:03:57.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:57.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:03:57.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:57.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:03:58.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:58.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:03:58.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:58.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:03:59.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:59.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:03:59.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:03:59.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:00.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:00.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:00.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:00.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:01.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:01.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:01.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:01.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:02.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:02.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:02.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:02.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:03.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:03.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:03.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:03.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:04.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:04.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:04.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:04.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:05.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:05.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:05.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:04:05.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:04:05.344 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:04:05.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:05.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:05.345 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 18:04:05.345 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:04:05.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:05.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:05.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:05.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:05.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:05.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:05.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:05.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 18:04:05.351 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 18:04:05.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:05.352 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 18:04:05.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:05.352 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 18:04:05.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 18:04:05.354 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 18:04:05.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:05.355 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 18:04:05.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:05.355 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 18:04:05.356 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Delete launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 18:04:05.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:04:05.356 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:04:05.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:05.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:05.357 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 18:04:05.357 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:04:05.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:05.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:05.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:05.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:05.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:05.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:05.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:05.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 18:04:05.365 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 18:04:05.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:05.366 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 18:04:05.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:05.367 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 18:04:05.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 18:04:05.368 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 18:04:05.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:05.369 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 18:04:05.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:05.369 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 18:04:05.371 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 18:04:05.371 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 18:04:05.375 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration about selection 18:04:05.377 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 18:04:05.377 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:04:05.377 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:05.380 DEBUG [main][MenuItemLookup] Found menu:'New Configuration' 18:04:05.381 DEBUG [main][MenuItemLookup] Found menu:'New Prototype' 18:04:05.381 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:04:05.381 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 18:04:05.381 DEBUG [main][MenuItemLookup] Found menu:'Delete' 18:04:05.381 DEBUG [main][MenuItemLookup] Item match:Delete 18:04:05.381 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Dele&te" 18:04:05.381 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 18:04:05.388 INFO [main][MenuItemHandler] Select menu item: Dele&te 18:04:05.467 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.... 18:04:05.468 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 18:04:05.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Launch Configuration Deletion 18:04:05.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:05.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:05.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:05.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:05.473 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") 18:04:05.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:05.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:05.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:05.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:05.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:05.479 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 18:04:05.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:05.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:05.480 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:05.480 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:06.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:04:06.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:04:06.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:04:06.073 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:04:06.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:06.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:06.083 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 18:04:06.083 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:04:06.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:06.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:06.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:06.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:06.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:06.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:06.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:06.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 18:04:06.088 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 18:04:06.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:06.089 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 18:04:06.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:06.089 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 18:04:06.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 18:04:06.090 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 18:04:06.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:06.098 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 18:04:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:06.098 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 18:04:06.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 18:04:06.100 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 18:04:06.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 18:04:06.101 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 18:04:06.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 18:04:06.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:06.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:06.103 INFO [WorkbenchTestable][AbstractShell] Close shell Run Configurations 18:04:06.103 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Run Configurations' 18:04:06.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:04:06.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:04:06.394 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 18:04:06.394 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:06.394 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:06.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:06.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:06.397 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest) 18:04:06.397 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 18:04:06.397 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:06.397 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:06.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:06.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.09 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: 20.081 s Running org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 18:04:06.506 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 18:04:06.507 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:04:06.508 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:06.509 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 18:04:06.509 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:06.509 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:04:06.510 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:06.510 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:04:06.511 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:06.512 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 18:04:06.512 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 18:04:06.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:04:06.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:06.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:06.516 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:06.517 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:06.518 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:04:06.518 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:04:06.518 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:04:06.518 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:04:06.519 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:04:06.519 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:04:06.519 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:04:06.519 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:04:06.519 DEBUG [main][MenuItemLookup] Item match:Window 18:04:06.521 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:04:06.521 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:04:06.521 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:04:06.521 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:06.521 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:04:06.521 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:04:06.521 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:06.521 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:04:06.521 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:06.521 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:04:06.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:06.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:06.522 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:06.523 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:06.523 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:04:06.523 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:04:06.523 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:04:06.523 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:04:06.523 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:04:06.523 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:04:06.523 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:04:06.523 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:04:06.523 DEBUG [main][MenuItemLookup] Item match:Window 18:04:06.524 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:04:06.524 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:04:06.524 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:04:06.525 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:06.525 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:04:06.525 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:04:06.525 DEBUG [main][MenuItemLookup] Item match:Perspective 18:04:06.526 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:04:06.527 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:06.527 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:04:06.527 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:04:06.527 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:04:06.527 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:04:06.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:04:06.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:06.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:06.528 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:06.529 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:06.529 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:04:06.529 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:04:06.529 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:04:06.529 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:04:06.529 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:04:06.530 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:04:06.530 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:04:06.530 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:04:06.530 DEBUG [main][MenuItemLookup] Item match:Window 18:04:06.531 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:04:06.531 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:04:06.531 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:04:06.531 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:06.531 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:04:06.531 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:04:06.531 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:06.532 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:04:06.532 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:06.532 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:04:06.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:06.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:06.533 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:06.533 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:06.533 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:04:06.533 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:04:06.533 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:04:06.534 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:04:06.534 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:04:06.534 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:04:06.534 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:04:06.534 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:04:06.534 DEBUG [main][MenuItemLookup] Item match:Window 18:04:06.535 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:04:06.535 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:04:06.535 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:04:06.535 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:06.535 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:04:06.536 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:04:06.536 DEBUG [main][MenuItemLookup] Item match:Perspective 18:04:06.537 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:04:06.537 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:06.538 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:04:06.538 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:04:06.538 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:04:06.538 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:04:06.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:06.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:06.539 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:06.539 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:06.540 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:04:06.540 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:04:06.540 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:04:06.540 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:04:06.540 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:04:06.540 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:04:06.540 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:04:06.540 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:04:06.540 DEBUG [main][MenuItemLookup] Item match:Window 18:04:06.541 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:04:06.541 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:04:06.542 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:04:06.542 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:06.542 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:04:06.542 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:04:06.542 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:06.542 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:04:06.542 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:06.542 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:04:06.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:06.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:06.543 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:06.543 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:06.543 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:04:06.543 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:04:06.543 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:04:06.543 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:04:06.543 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:04:06.543 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:04:06.544 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:04:06.544 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:04:06.544 DEBUG [main][MenuItemLookup] Item match:Window 18:04:06.587 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:04:06.587 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:04:06.587 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:04:06.587 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:06.587 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:04:06.587 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:04:06.587 DEBUG [main][MenuItemLookup] Item match:Perspective 18:04:06.589 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:04:06.589 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:06.589 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:04:06.589 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:04:06.589 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:04:06.589 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:04:06.590 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 18:04:06.590 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 18:04:06.590 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 18:04:06.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 18:04:06.698 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 18:04:06.698 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 18:04:06.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:06.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:06.700 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:04:06.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:06.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:06.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:04:06.701 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:04:06.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:06.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:06.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 18:04:06.704 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:04:06.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:06.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:06.705 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:04:06.705 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:04:06.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:06.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:06.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:06.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:06.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:06.712 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 18:04:06.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:06.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:06.712 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:06.713 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:07.108 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:07.108 INFO [WorkbenchTestable][RequirementsRunner] Started test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest) 18:04:07.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 18:04:07.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:07.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:07.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:07.109 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 18:04:07.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:07.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:07.110 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:07.114 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:07.114 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:04:07.114 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:04:07.114 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:04:07.114 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:04:07.114 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:04:07.114 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:04:07.114 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:04:07.114 DEBUG [main][MenuItemLookup] Item match:Run 18:04:07.118 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 18:04:07.118 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 18:04:07.118 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:07.118 DEBUG [main][MenuItemLookup] Found menu:'Run History' 18:04:07.118 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:04:07.118 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 18:04:07.118 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:07.119 DEBUG [main][MenuItemLookup] Found menu:'Debug History' 18:04:07.119 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:04:07.119 DEBUG [main][MenuItemLookup] Found menu:'Debug Configurations...' 18:04:07.119 DEBUG [main][MenuItemLookup] Item match:Debug Configurations... 18:04:07.126 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"De&bug Configurations..." 18:04:07.126 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Configurations... 18:04:07.127 INFO [main][MenuItemHandler] Select menu item: De&bug Configurations... 18:04:07.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available.... 18:04:07.426 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 18:04:07.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Debug Configurations 18:04:07.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:07.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:07.429 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit 18:04:07.429 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name null 18:04:07.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:04:07.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:04:07.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:07.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:07.431 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 18:04:07.431 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:04:07.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:07.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:07.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:07.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:07.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:07.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:07.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:07.459 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 18:04:07.459 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 18:04:07.461 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 18:04:07.462 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 18:04:07.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 18:04:07.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 18:04:07.521 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:04:07.521 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:07.527 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 18:04:07.527 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 18:04:07.527 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 18:04:07.527 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 18:04:07.528 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 18:04:07.538 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 18:04:07.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:04:07.538 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:04:08.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:08.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:08.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 18:04:08.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:04:08.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:08.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:08.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:08.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:08.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:08.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:08.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:08.067 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 18:04:08.067 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 18:04:08.107 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 18:04:08.139 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 18:04:08.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 18:04:08.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 18:04:08.503 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:04:08.503 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:08.508 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 18:04:08.509 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 18:04:08.509 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 18:04:08.509 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 18:04:08.509 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 18:04:08.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:") 18:04:08.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:04:09.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:09.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:09.084 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 18:04:09.084 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:04:09.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:09.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:09.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:09.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:09.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:04:09.120 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:04:09.122 INFO [WorkbenchTestable][AbstractText] Text set to: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 18:04:09.123 INFO [WorkbenchTestable][LaunchConfiguration] Apply the launch configuration 18:04:09.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 18:04:09.123 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:04:09.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:09.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:09.137 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 18:04:09.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:04:09.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:09.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:09.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:09.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:09.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:09.223 INFO [WorkbenchTestable][AbstractButton] Click button Appl&y 18:04:09.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:09.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:09.224 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:09.225 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:10.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:04:10.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 18:04:10.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:04:10.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:04:10.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 18:04:10.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 18:04:10.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 18:04:10.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 18:04:10.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:04:10.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:04:10.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:04:10.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:04:10.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:04:10.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:04:10.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:04:10.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:04:10.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:04:10.279 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit 18:04:10.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:04:10.279 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:04:10.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:10.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:10.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 18:04:10.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:04:10.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:10.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:10.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:10.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:10.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:10.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:10.310 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 18:04:10.310 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 18:04:10.311 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 18:04:10.312 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 18:04:10.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:04:10.313 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:04:10.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:10.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:10.496 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 18:04:10.496 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:04:10.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:10.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:10.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:10.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:10.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:10.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:10.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:10.502 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 18:04:10.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:04:10.503 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:04:10.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:10.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:10.504 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 18:04:10.504 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:04:10.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:10.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:10.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:10.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:10.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:10.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:10.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:10.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 18:04:10.513 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 18:04:10.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:10.514 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 18:04:10.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:10.514 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 18:04:10.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 18:04:10.515 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 18:04:10.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:10.515 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 18:04:10.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:10.516 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 18:04:10.517 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 18:04:10.517 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 18:04:10.520 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration about selection 18:04:10.521 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 18:04:10.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:04:10.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:10.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:10.859 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 18:04:10.859 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:04:10.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:10.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:10.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:11.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:11.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:11.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:11.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:12.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:12.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:12.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:12.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:13.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:13.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:13.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:13.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:14.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:14.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:15.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:15.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:15.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:15.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:16.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:16.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:16.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:16.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:17.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:17.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:17.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:17.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:18.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:18.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:18.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:18.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:19.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:19.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:19.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:19.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:20.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:20.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:20.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:20.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:21.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:21.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:04:21.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:04:21.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:04:21.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:04:21.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:21.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:21.251 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 18:04:21.251 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:04:21.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:21.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:21.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:21.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:21.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:21.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:21.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:21.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 18:04:21.257 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 18:04:21.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:21.258 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 18:04:21.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:21.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 18:04:21.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 18:04:21.259 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 18:04:21.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:21.260 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 18:04:21.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:21.260 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 18:04:21.262 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Delete launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 18:04:21.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 18:04:21.262 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:04:21.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:21.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:21.263 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 18:04:21.263 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:04:21.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:21.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:21.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:21.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:21.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:21.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:21.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:21.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 18:04:21.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 18:04:21.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:21.269 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 18:04:21.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:21.270 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 18:04:21.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 18:04:21.271 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 18:04:21.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:21.272 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 18:04:21.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:21.272 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 18:04:21.273 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 18:04:21.273 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 18:04:21.276 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration about selection 18:04:21.277 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 18:04:21.277 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:04:21.277 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:21.278 DEBUG [main][MenuItemLookup] Found menu:'New Configuration' 18:04:21.278 DEBUG [main][MenuItemLookup] Found menu:'New Prototype' 18:04:21.278 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:04:21.278 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 18:04:21.278 DEBUG [main][MenuItemLookup] Found menu:'Delete' 18:04:21.279 DEBUG [main][MenuItemLookup] Item match:Delete 18:04:21.279 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Dele&te" 18:04:21.279 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 18:04:21.280 INFO [main][MenuItemHandler] Select menu item: Dele&te 18:04:21.344 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.... 18:04:21.346 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 18:04:21.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Launch Configuration Deletion 18:04:21.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:21.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:21.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:21.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:21.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 18:04:21.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:21.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:21.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:21.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:21.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:21.390 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 18:04:21.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:21.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:21.391 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:21.391 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:22.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:04:22.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:04:22.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 18:04:22.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:04:22.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:22.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:22.020 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 18:04:22.020 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:04:22.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:22.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:22.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:22.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:22.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:22.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:22.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:22.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 18:04:22.034 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 18:04:22.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:22.035 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 18:04:22.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:22.036 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 18:04:22.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 18:04:22.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 18:04:22.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:22.037 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 18:04:22.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:22.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 18:04:22.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available.... 18:04:22.039 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 18:04:22.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available.... 18:04:22.040 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 18:04:22.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Debug Configurations 18:04:22.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:22.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:22.048 INFO [WorkbenchTestable][AbstractShell] Close shell Debug Configurations 18:04:22.048 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Debug Configurations' 18:04:22.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:04:22.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:04:22.350 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 18:04:22.350 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:22.350 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:22.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:22.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:22.355 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest) 18:04:22.355 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 18:04:22.355 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:22.355 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:22.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:22.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.854 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: 15.247 s Running org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 18:04:22.399 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 18:04:22.400 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:04:22.401 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:22.401 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 18:04:22.401 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:22.401 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:04:22.402 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:22.402 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:04:22.402 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:22.403 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:22.403 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowConsoleOnOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 18:04:22.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 18:04:22.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:22.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:22.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:22.406 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:22.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:22.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.*'] 18:04:22.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:22.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.*'] 18:04:22.409 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:22.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:22.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:22.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:22.411 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:04:22.411 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:22.412 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:22.413 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:04:22.413 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:04:22.413 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:04:22.413 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:04:22.413 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:04:22.413 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:04:22.413 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:04:22.413 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:04:22.414 DEBUG [main][MenuItemLookup] Item match:Window 18:04:22.415 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:04:22.415 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:04:22.415 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:04:22.415 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:22.415 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:04:22.416 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:04:22.416 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:22.416 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:04:22.416 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:22.416 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:04:22.416 DEBUG [main][MenuItemLookup] Item match:Preferences 18:04:22.416 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:04:22.416 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:04:22.417 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:04:22.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:04:22.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:04:22.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:04:22.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:22.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:22.802 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:04:22.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:22.804 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:04:22.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:22.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:22.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:22.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:22.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:22.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:22.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:22.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 18:04:22.810 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 18:04:22.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:23.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:23.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 18:04:23.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 18:04:23.318 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 18:04:23.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:23.318 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 18:04:23.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:23.319 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 18:04:23.320 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 18:04:23.320 DEBUG [main][TreeItemHandler] Selecting tree item: Console 18:04:23.321 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 18:04:23.321 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 18:04:23.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:23.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:23.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:23.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:23.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 "Restore Defaults") 18:04:23.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:23.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:23.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:23.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:23.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:23.460 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 18:04:23.460 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:04:23.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:23.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:23.461 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:23.461 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:23.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 18:04:23.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:23.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:23.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:23.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:23.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:23.483 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 18:04:23.483 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 18:04:23.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:23.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:23.484 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:23.484 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:23.486 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") 18:04:23.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:23.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:23.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:23.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:23.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:23.512 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") 18:04:23.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:23.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:23.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:23.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:23.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:23.524 INFO [WorkbenchTestable][CheckBox] Select checkbox &Show when program writes to standard out 18:04:23.525 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Show when program writes to standard out 18:04:23.525 INFO [WorkbenchTestable][AbstractButton] Click button &Show when program writes to standard out 18:04:23.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:23.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:23.525 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:23.525 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:23.526 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") 18:04:23.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:23.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:23.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:23.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:23.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:23.531 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") 18:04:23.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:23.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:23.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:23.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:23.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:23.535 INFO [WorkbenchTestable][CheckBox] Select checkbox &Show when program writes to standard out 18:04:23.535 INFO [WorkbenchTestable][CheckBox] Check checkbox &Show when program writes to standard out 18:04:23.535 INFO [WorkbenchTestable][AbstractButton] Click button &Show when program writes to standard out 18:04:23.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:23.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:23.535 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:23.535 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:23.536 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") 18:04:23.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:23.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:23.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:23.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:23.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:23.548 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:23.548 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:23.548 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:23.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:04:23.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:23.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:23.550 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:04:23.550 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:23.580 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:04:23.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:23.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:23.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:23.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:23.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:23.592 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:04:23.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:23.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:23.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:23.592 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:23.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:04:23.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:04:23.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:23.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:23.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:23.726 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 18:04:23.726 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:23.726 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:23.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:23.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:23.728 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 18:04:23.730 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowConsoleOnOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 18:04:23.731 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:23.731 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLimitConsoleOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 18:04:23.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 18:04:23.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:23.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:23.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:23.732 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:23.732 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:23.732 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:23.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:23.733 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:23.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:23.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:23.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:23.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:23.734 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:04:23.735 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:23.735 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:23.736 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:04:23.736 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:04:23.736 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:04:23.736 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:04:23.736 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:04:23.736 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:04:23.736 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:04:23.736 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:04:23.736 DEBUG [main][MenuItemLookup] Item match:Window 18:04:23.738 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:04:23.738 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:04:23.738 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:04:23.738 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:23.738 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:04:23.738 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:04:23.738 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:23.738 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:04:23.738 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:23.738 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:04:23.738 DEBUG [main][MenuItemLookup] Item match:Preferences 18:04:23.738 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:04:23.738 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:04:23.739 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:04:24.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.... 18:04:24.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:04:24.005 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:04:24.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:24.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:24.015 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:04:24.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:24.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:04:24.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:24.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:24.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:24.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:24.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:24.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:24.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:24.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 18:04:24.096 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 18:04:24.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:24.097 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 18:04:24.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:24.097 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 18:04:24.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 18:04:24.097 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 18:04:24.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:24.098 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 18:04:24.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:24.098 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 18:04:24.099 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 18:04:24.099 DEBUG [main][TreeItemHandler] Selecting tree item: Console 18:04:24.099 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 18:04:24.100 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 18:04:24.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:24.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:24.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:24.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:24.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 18:04:24.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:24.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:24.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:24.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:24.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:24.116 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 18:04:24.116 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:04:24.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:24.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:24.117 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:24.117 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:24.119 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 18:04:24.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:24.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:24.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:24.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:24.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:24.139 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 18:04:24.145 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 18:04:24.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:24.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:24.146 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:24.146 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:24.147 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") 18:04:24.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:24.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:24.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:24.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:24.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:24.154 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") 18:04:24.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:24.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:24.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:24.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:24.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:24.179 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 18:04:24.179 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Limit console output 18:04:24.179 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 18:04:24.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:24.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:24.180 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:24.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:24.182 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") 18:04:24.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:24.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:24.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:24.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:24.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:24.196 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") 18:04:24.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:24.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:24.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:24.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:24.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:24.200 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 18:04:24.201 INFO [WorkbenchTestable][CheckBox] Check checkbox &Limit console output 18:04:24.202 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 18:04:24.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:24.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:24.203 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:24.203 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:24.204 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") 18:04:24.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:24.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:24.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:24.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:24.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:24.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:24.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:24.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:24.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:04:24.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:24.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:24.222 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:04:24.222 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:24.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 "Cancel", Widget matcher matching widgets with style: 8) 18:04:24.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:24.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:24.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:24.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:24.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:24.263 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:04:24.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:24.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:24.263 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:24.264 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:24.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:04:24.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:04:24.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:24.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:24.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:24.370 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 18:04:24.370 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:24.370 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:24.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:24.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:24.371 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLimitConsoleOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 18:04:24.371 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:24.372 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingConsoleOutputSizeWithoutLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 18:04:24.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 18:04:24.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:24.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:24.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:24.372 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:24.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:24.373 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:24.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:24.373 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:24.374 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:24.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:24.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:24.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:24.375 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:04:24.375 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:24.376 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:24.377 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:04:24.377 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:04:24.377 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:04:24.377 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:04:24.377 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:04:24.377 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:04:24.377 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:04:24.377 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:04:24.377 DEBUG [main][MenuItemLookup] Item match:Window 18:04:24.378 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:04:24.378 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:04:24.378 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:04:24.378 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:24.378 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:04:24.378 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:04:24.378 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:24.378 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:04:24.378 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:24.378 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:04:24.378 DEBUG [main][MenuItemLookup] Item match:Preferences 18:04:24.379 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:04:24.379 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:04:24.379 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:04:24.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:04:24.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 18:04:24.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:04:24.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:24.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:24.704 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:04:24.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:24.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:04:24.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:24.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:24.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:24.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:24.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:24.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:24.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:24.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 18:04:24.749 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 18:04:24.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:24.750 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 18:04:24.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:24.750 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 18:04:24.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 18:04:24.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 18:04:24.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:24.751 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 18:04:24.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:24.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 18:04:24.752 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 18:04:24.753 DEBUG [main][TreeItemHandler] Selecting tree item: Console 18:04:24.753 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 18:04:24.754 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 18:04:24.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:24.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:24.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:24.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:24.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 18:04:24.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:24.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:24.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:24.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:24.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:24.771 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 18:04:24.771 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:04:24.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:24.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:24.772 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:24.772 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:24.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 18:04:24.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:24.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:24.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:24.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:24.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:24.799 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 18:04:24.800 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 18:04:24.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:24.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:24.800 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:24.800 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:24.801 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") 18:04:24.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:24.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:24.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:24.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:24.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:24.818 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 18:04:24.818 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Limit console output 18:04:24.819 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 18:04:24.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:24.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:24.820 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:24.820 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:24.821 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") 18:04:24.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:24.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:24.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:24.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:24.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:24.824 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 18:04:24.824 INFO [WorkbenchTestable][CheckBox] Check checkbox &Limit console output 18:04:24.824 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 18:04:24.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:24.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:24.831 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:24.831 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:24.833 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):") 18:04:24.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:24.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:24.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:24.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:24.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:04:24.865 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:04:24.867 INFO [WorkbenchTestable][AbstractText] Text set to: 54321 18:04:24.868 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") 18:04:24.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:24.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:24.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:24.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:24.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:24.882 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):") 18:04:24.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:24.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:24.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:24.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:24.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:04:24.913 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:04:24.918 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:24.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:24.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:24.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:04:24.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:24.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:24.963 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:04:24.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:24.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:04:24.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:24.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:24.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:24.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:24.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:24.983 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:04:24.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:24.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:24.984 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:24.984 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:25.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:04:25.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:04:25.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:25.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:25.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:25.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 18:04:25.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:25.094 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:25.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:25.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:25.095 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingConsoleOutputSizeWithoutLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 18:04:25.095 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:25.095 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingConsoleOutputSizeWithLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 18:04:25.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 18:04:25.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:25.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:25.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:25.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.*'] 18:04:25.096 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:25.097 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:25.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:25.097 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:25.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:25.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:25.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:25.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:25.099 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:04:25.099 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:25.099 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:25.101 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:04:25.101 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:04:25.101 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:04:25.101 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:04:25.101 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:04:25.101 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:04:25.101 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:04:25.101 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:04:25.101 DEBUG [main][MenuItemLookup] Item match:Window 18:04:25.102 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:04:25.102 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:04:25.102 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:04:25.102 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:25.102 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:04:25.102 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:04:25.102 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:25.103 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:04:25.103 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:25.103 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:04:25.103 DEBUG [main][MenuItemLookup] Item match:Preferences 18:04:25.103 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:04:25.103 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:04:25.103 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:04:25.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.... 18:04:25.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:04:25.375 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:04:25.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:25.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:25.418 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:04:25.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:25.419 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:04:25.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:25.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:25.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:25.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:25.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:25.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:25.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:25.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 18:04:25.426 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 18:04:25.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:25.426 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 18:04:25.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:25.426 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 18:04:25.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 18:04:25.427 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 18:04:25.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:25.427 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 18:04:25.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:25.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 18:04:25.493 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 18:04:25.494 DEBUG [main][TreeItemHandler] Selecting tree item: Console 18:04:25.494 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 18:04:25.495 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 18:04:25.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:25.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:25.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:25.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:25.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 18:04:25.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:25.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:25.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:25.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:25.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:25.516 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 18:04:25.516 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:04:25.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:25.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:25.517 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:25.517 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:25.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 18:04:25.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:25.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:25.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:25.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:25.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:25.547 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 18:04:25.547 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 18:04:25.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:25.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:25.548 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:25.548 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:25.549 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") 18:04:25.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:25.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:25.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:25.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:25.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:25.609 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 18:04:25.609 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Limit console output already selected, no action performed 18:04:25.610 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") 18:04:25.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:25.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:25.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:25.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:25.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:25.625 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 18:04:25.625 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Limit console output already selected, no action performed 18:04:25.626 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):") 18:04:25.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:25.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:25.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:25.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:25.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:04:25.658 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:04:25.660 INFO [WorkbenchTestable][AbstractText] Text set to: 12345 18:04:25.661 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") 18:04:25.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:25.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:25.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:25.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:25.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:25.676 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):") 18:04:25.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:25.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:25.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:25.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:25.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:04:25.701 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:04:25.711 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:25.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:25.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:25.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:04:25.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:25.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:25.714 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:04:25.714 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:25.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:04:25.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:25.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:25.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:25.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:25.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:25.723 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:04:25.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:25.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:25.724 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:25.724 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:25.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:04:25.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:04:25.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:25.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:25.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:25.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 18:04:25.831 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:25.831 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:25.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:25.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:25.834 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingConsoleOutputSizeWithLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 18:04:25.834 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:25.834 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowConsoleOnError no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 18:04:25.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 18:04:25.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:25.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:25.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:25.836 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:25.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:25.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.*'] 18:04:25.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:25.838 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:25.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:25.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:25.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:25.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:25.841 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:04:25.841 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:25.842 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:25.844 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:04:25.844 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:04:25.844 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:04:25.844 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:04:25.844 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:04:25.844 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:04:25.844 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:04:25.844 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:04:25.844 DEBUG [main][MenuItemLookup] Item match:Window 18:04:25.845 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:04:25.845 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:04:25.845 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:04:25.845 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:25.845 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:04:25.845 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:04:25.845 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:25.845 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:04:25.846 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:25.846 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:04:25.846 DEBUG [main][MenuItemLookup] Item match:Preferences 18:04:25.846 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:04:25.846 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:04:25.847 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:04:26.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:04:26.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:04:26.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:04:26.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:26.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:26.169 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:04:26.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:26.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:04:26.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:26.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:26.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:26.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:26.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:26.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:26.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:26.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 18:04:26.199 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 18:04:26.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:26.200 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 18:04:26.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:26.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 18:04:26.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 18:04:26.201 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 18:04:26.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:26.201 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 18:04:26.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:26.201 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 18:04:26.202 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 18:04:26.202 DEBUG [main][TreeItemHandler] Selecting tree item: Console 18:04:26.202 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 18:04:26.203 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 18:04:26.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:26.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:26.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:26.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:26.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 "Restore Defaults") 18:04:26.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:26.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:26.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:26.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:26.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:26.255 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 18:04:26.300 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:04:26.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:26.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:26.300 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:26.300 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:26.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 18:04:26.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:26.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:26.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:26.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:26.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:26.323 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 18:04:26.323 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 18:04:26.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:26.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:26.324 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:26.324 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:26.326 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") 18:04:26.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:26.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:26.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:26.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:26.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:26.340 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") 18:04:26.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:26.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:26.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:26.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:26.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:26.353 INFO [WorkbenchTestable][CheckBox] Select checkbox Show when &program writes to standard error 18:04:26.354 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Show when &program writes to standard error 18:04:26.354 INFO [WorkbenchTestable][AbstractButton] Click button Show when &program writes to standard error 18:04:26.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:26.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:26.355 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:26.355 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:26.355 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") 18:04:26.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:26.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:26.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:26.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:26.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:26.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard error") 18:04:26.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:26.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:26.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:26.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:26.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:26.415 INFO [WorkbenchTestable][CheckBox] Select checkbox Show when &program writes to standard error 18:04:26.416 INFO [WorkbenchTestable][CheckBox] Check checkbox Show when &program writes to standard error 18:04:26.416 INFO [WorkbenchTestable][AbstractButton] Click button Show when &program writes to standard error 18:04:26.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:26.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:26.417 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:26.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:26.417 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") 18:04:26.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:26.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:26.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:26.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:26.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:26.435 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:26.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:26.436 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:26.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:04:26.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:26.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:26.438 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:04:26.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:26.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:04:26.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:26.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:26.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:26.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:26.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:26.473 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:04:26.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:26.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:26.473 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:26.474 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:26.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:04:26.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:04:26.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:26.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:26.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:26.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 18:04:26.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:26.578 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:26.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:26.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:26.580 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowConsoleOnError no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 18:04:26.580 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 18:04:26.580 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:26.580 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:26.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:26.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.184 s - in org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest testShowConsoleOnOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 1.327 s testLimitConsoleOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.64 s testSettingConsoleOutputSizeWithoutLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.723 s testSettingConsoleOutputSizeWithLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.739 s testShowConsoleOnError no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.746 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 18:04:26.615 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 18:04:26.622 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:04:26.623 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:26.623 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 18:04:26.623 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:26.624 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:04:26.624 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:26.625 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:04:26.625 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:26.626 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:26.626 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:26.627 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:26.627 INFO [WorkbenchTestable][RequirementsRunner] Started test: setSettingsXMLTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest) 18:04:26.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 18:04:26.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:26.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:26.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:26.628 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:26.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:26.629 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:26.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:26.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:26.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:26.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:26.631 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:04:26.632 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:26.632 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:26.633 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:04:26.633 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:04:26.634 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:04:26.634 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:04:26.634 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:04:26.634 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:04:26.634 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:04:26.634 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:04:26.634 DEBUG [main][MenuItemLookup] Item match:Window 18:04:26.635 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:04:26.635 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:04:26.635 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:04:26.635 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:26.636 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:04:26.636 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:04:26.636 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:26.636 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:04:26.636 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:26.636 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:04:26.636 DEBUG [main][MenuItemLookup] Item match:Preferences 18:04:26.636 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:04:26.636 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:04:26.637 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:04:26.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:04:26.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:04:26.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:04:26.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:26.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:26.950 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:04:26.950 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:26.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:04:26.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:26.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:26.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:26.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:26.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:26.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:26.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:26.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 18:04:26.964 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:04:26.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:27.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:27.468 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:04:27.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 18:04:27.471 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:04:27.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:27.472 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:04:27.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:27.472 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:04:27.473 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 18:04:27.473 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 18:04:27.474 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 18:04:27.474 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 18:04:27.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:27.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:27.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:27.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:27.527 DEBUG [WorkbenchTestable][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") 18:04:27.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:27.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:27.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:27.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:27.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:27.536 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 18:04:27.537 DEBUG [main][AbstractWait] Waiting until widget is found... 18:04:27.537 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:04:27.537 TRACE [main][WidgetLookup] widget with index 1 is found 18:04:27.537 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 18:04:27.537 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 18:04:27.538 DEBUG [main][AbstractText] Set focus to Text 18:04:27.541 INFO [WorkbenchTestable][AbstractText] Text set to: test 18:04:27.556 DEBUG [WorkbenchTestable][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") 18:04:27.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:27.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:27.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:27.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:27.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:27.564 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 18:04:27.565 DEBUG [main][AbstractWait] Waiting until widget is found... 18:04:27.565 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:04:27.565 TRACE [main][WidgetLookup] widget with index 1 is found 18:04:27.565 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 18:04:27.565 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 18:04:27.565 DEBUG [main][AbstractText] Set focus to Text 18:04:27.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:04:27.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:27.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:27.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:27.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:27.593 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:04:27.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:27.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:27.594 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:27.594 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:27.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:04:27.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:04:27.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:27.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:27.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:27.735 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 18:04:27.735 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:27.735 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:27.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:27.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:27.737 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setSettingsXMLTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest) 18:04:27.737 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 18:04:27.737 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:27.737 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:27.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:27.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.124 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: 1.11 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 18:04:27.749 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 18:04:27.751 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:04:27.752 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:27.752 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 18:04:27.752 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:27.752 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:04:27.753 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:27.753 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:04:27.753 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:27.754 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:27.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:27.756 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:27.757 INFO [WorkbenchTestable][RequirementsRunner] Started test: setLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 18:04:27.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 18:04:27.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:27.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:27.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:27.757 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:27.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:27.758 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:27.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:27.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:27.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:27.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:27.760 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:04:27.760 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:27.760 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:27.761 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:04:27.761 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:04:27.761 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:04:27.761 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:04:27.761 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:04:27.762 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:04:27.762 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:04:27.762 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:04:27.762 DEBUG [main][MenuItemLookup] Item match:Window 18:04:27.763 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:04:27.763 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:04:27.763 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:04:27.763 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:27.763 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:04:27.763 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:04:27.763 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:27.763 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:04:27.763 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:27.763 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:04:27.763 DEBUG [main][MenuItemLookup] Item match:Preferences 18:04:27.764 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:04:27.764 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:04:27.764 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:04:27.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:04: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 'Preferences.*'] is available. finished successfully 18:04:27.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:04:27.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:27.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:27.957 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:04:27.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:27.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:04:27.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:27.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:27.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:27.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:27.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:27.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:27.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:27.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 18:04:27.975 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:04:27.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:27.976 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:04:27.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:27.976 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:04:27.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 18:04:27.977 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:04:27.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:27.991 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:04:27.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:27.991 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:04:27.993 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 18:04:27.993 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 18:04:27.999 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 18:04:28.000 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 18:04:28.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:28.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:28.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:28.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:28.094 DEBUG [WorkbenchTestable][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...") 18:04:28.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:28.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:28.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:28.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:28.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:28.128 INFO [WorkbenchTestable][AbstractButton] Click button Add &Local Catalog... 18:04:28.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:28.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:28.133 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:28.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:28.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Local Archetype Catalog"] is available.... 18:04:28.253 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 18:04:28.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Local Archetype Catalog 18:04:28.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:28.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:28.258 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 18:04:28.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:28.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:28.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:28.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:28.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:04:28.261 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/m2e/core/ui/preferences/archetype-catalog.xml 18:04:28.294 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:") 18:04:28.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:28.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:28.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:28.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:28.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:04:28.298 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:04:28.300 INFO [WorkbenchTestable][AbstractText] Text set to: Local Test Catalog 18:04:28.301 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) 18:04:28.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:28.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:28.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:28.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:28.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:28.305 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:04:28.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:28.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:28.305 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:28.306 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:28.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:04:28.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:04:28.393 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 18:04:28.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:28.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:28.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:28.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:28.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:28.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:28.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04:28.399 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 18:04:28.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:28.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:28.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:28.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:28.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:28.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:28.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04:28.426 TRACE [main][WidgetHandler] Notify Table with event 13 18:04:28.427 TRACE [main][WidgetHandler] Wait for synchronization 18:04:28.427 DEBUG [WorkbenchTestable][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") 18:04:28.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:28.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:28.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:28.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:28.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:28.434 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:04:28.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:28.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:28.435 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:28.435 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:28.451 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 18:04:28.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:28.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:28.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:28.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:28.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:28.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:28.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04:28.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:04:28.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:28.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:28.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:28.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:28.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:28.512 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:04:28.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:28.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:28.512 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:28.512 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:28.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:04:28.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:04:28.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:28.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:28.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:28.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 18:04:28.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:28.651 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:28.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:28.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:28.653 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 18:04:28.653 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:28.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:28.654 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:28.654 INFO [WorkbenchTestable][RequirementsRunner] Started test: setRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 18:04:28.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 18:04:28.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:28.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:28.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:28.654 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:28.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:28.655 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:28.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:28.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:28.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:28.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:28.687 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:04:28.687 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:28.687 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:28.688 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:04:28.689 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:04:28.689 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:04:28.689 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:04:28.689 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:04:28.689 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:04:28.689 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:04:28.689 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:04:28.689 DEBUG [main][MenuItemLookup] Item match:Window 18:04:28.690 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:04:28.690 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:04:28.690 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:04:28.690 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:28.690 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:04:28.690 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:04:28.690 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:28.690 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:04:28.690 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:28.690 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:04:28.691 DEBUG [main][MenuItemLookup] Item match:Preferences 18:04:28.691 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:04:28.691 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:04:28.691 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:04:28.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:04:28.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 18:04:28.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:04:28.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:28.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:28.943 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:04:28.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:28.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:04:28.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:28.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:28.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:28.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:28.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:28.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:28.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:28.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 18:04:28.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:04:28.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:28.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:04:28.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:28.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:04:28.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 18:04:28.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:04:28.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:28.951 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:04:28.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:28.951 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:04:28.952 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 18:04:28.952 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 18:04:28.953 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 18:04:28.953 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 18:04:28.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:28.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:28.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:28.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:28.977 DEBUG [WorkbenchTestable][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...") 18:04:28.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:28.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:28.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:28.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:28.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:28.983 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 18:04:28.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:28.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:28.984 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:28.984 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:29.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remote Archetype Catalog"] is available.... 18:04:29.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remote Archetype Catalog"] is available. finished successfully 18:04:29.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 18:04:29.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:29.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:29.089 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 18:04:29.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:29.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:29.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:29.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:29.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:04:29.108 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:http://repo1.maven.org/maven2/archetype-catalog.xml 18:04:29.113 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:") 18:04:29.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:29.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:29.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:29.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:29.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:04:29.121 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:04:29.122 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 18:04:29.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Verify...") 18:04:29.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:29.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:29.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:29.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:29.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:29.130 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 18:04:29.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:29.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:29.130 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:29.130 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:29.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:04:29.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it [WARNING] Error reading archetype catalog http://repo1.maven.org/maven2 org.apache.maven.wagon.TransferFailedException: Failed to transfer file: http://repo1.maven.org/maven2. Return code is: 501 at io.takari.aether.wagon.OkHttpWagon.fillInputData(OkHttpWagon.java:78) at org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:126) at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88) at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61) at org.apache.maven.archetype.source.RemoteCatalogArchetypeDataSource.downloadCatalog(RemoteCatalogArchetypeDataSource.java:119) at org.apache.maven.archetype.source.RemoteCatalogArchetypeDataSource.getArchetypeCatalog(RemoteCatalogArchetypeDataSource.java:87) at org.apache.maven.archetype.DefaultArchetypeManager.getRemoteCatalog(DefaultArchetypeManager.java:216) at org.eclipse.m2e.core.internal.archetype.ArchetypeCatalogFactory$RemoteCatalogFactory.getArchetypeCatalog(ArchetypeCatalogFactory.java:249) at org.eclipse.m2e.core.ui.internal.preferences.RemoteArchetypeCatalogDialog$1.run(RemoteArchetypeCatalogDialog.java:177) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 18:04:29.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:04:29.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:04:29.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:04:29.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:04:29.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:04:29.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:04:29.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:04:29.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:04:29.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:04:29.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Remote Archetype Catalog") 18:04:29.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:29.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:29.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:29.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:29.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:04:29.690 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:04:29.694 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Remote catalog is empty 18:04:29.695 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) 18:04:29.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:29.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:29.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:29.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:29.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:29.701 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:04:29.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:29.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:29.701 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:29.701 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:29.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:04:29.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:04:29.772 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 18:04:29.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:29.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:29.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:29.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:29.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:29.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:29.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04:29.800 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 18:04:29.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:29.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:29.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:29.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:29.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:29.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:29.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04:29.806 TRACE [main][WidgetHandler] Notify Table with event 13 18:04:29.806 TRACE [main][WidgetHandler] Wait for synchronization 18:04:29.806 DEBUG [WorkbenchTestable][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") 18:04:29.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:29.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:29.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:29.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:29.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:29.814 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:04:29.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:29.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:29.815 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:29.815 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:29.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 18:04:29.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:29.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:29.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:29.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:29.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:29.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:29.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04:29.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:04:29.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:29.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:29.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:29.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:29.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:29.869 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:04:29.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:29.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:29.869 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:29.869 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:29.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:04:29.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:04:29.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:29.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:29.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:29.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 18:04:29.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:29.964 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:29.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:29.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:29.966 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 18:04:29.967 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:29.967 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:29.968 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:29.968 INFO [WorkbenchTestable][RequirementsRunner] Started test: setRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 18:04:29.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 18:04:29.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:29.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:29.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:29.969 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:29.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:29.971 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:29.987 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:29.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:29.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:29.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:29.989 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:04:29.989 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:29.990 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:29.991 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:04:29.991 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:04:29.991 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:04:29.991 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:04:29.991 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:04:29.991 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:04:29.991 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:04:29.992 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:04:29.992 DEBUG [main][MenuItemLookup] Item match:Window 18:04:29.993 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:04:29.993 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:04:29.993 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:04:29.993 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:29.993 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:04:29.993 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:04:29.993 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:29.993 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:04:29.993 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:29.993 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:04:29.993 DEBUG [main][MenuItemLookup] Item match:Preferences 18:04:29.993 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:04:29.993 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:04:29.994 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:04:30.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:04:30.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:04:30.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:04:30.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:30.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:30.236 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:04:30.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:30.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:04:30.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:30.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:30.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:30.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:30.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:30.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:30.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:30.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 18:04:30.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:04:30.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:30.265 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:04:30.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:30.266 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:04:30.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 18:04:30.267 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:04:30.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:30.268 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:04:30.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:30.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:04:30.269 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 18:04:30.269 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 18:04:30.292 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 18:04:30.293 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 18:04:30.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:30.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:30.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:30.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:30.297 DEBUG [WorkbenchTestable][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...") 18:04:30.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:30.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:30.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:30.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:30.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:30.303 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 18:04:30.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:30.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:30.303 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:30.303 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:30.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remote Archetype Catalog"] is available.... 18:04:30.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remote Archetype Catalog"] is available. finished successfully 18:04:30.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 18:04:30.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:30.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:30.416 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 18:04:30.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:30.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:30.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:30.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:30.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:04:30.419 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:http://repo1.maven.org/maven2/archetype-catalog.xml_test 18:04:30.440 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:") 18:04:30.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:30.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:30.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:30.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:30.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:04:30.443 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:04:30.445 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 18:04:30.445 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] 18:04:30.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.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) 18:04:30.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:30.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:30.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:30.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:30.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:30.449 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:04:30.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:30.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:30.450 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:30.450 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:30.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:04:30.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:04:30.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 18:04:30.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:30.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:30.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:30.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:30.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:30.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:30.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04:30.523 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 18:04:30.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:30.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:30.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:30.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:30.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:30.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:30.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04:30.526 TRACE [main][WidgetHandler] Notify Table with event 13 18:04:30.526 TRACE [main][WidgetHandler] Wait for synchronization 18:04:30.527 DEBUG [WorkbenchTestable][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") 18:04:30.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:30.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:30.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:30.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:30.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:30.552 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:04:30.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:30.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:30.553 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:30.553 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:30.558 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 18:04:30.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:30.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:30.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:30.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:30.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:30.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:30.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04:30.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:04:30.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:30.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:30.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:30.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:30.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:30.592 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:04:30.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:30.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:30.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:30.592 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:30.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:04:30.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:04:30.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:30.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:30.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:30.688 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 18:04:30.688 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:30.688 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:30.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:30.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:30.689 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 18:04:30.690 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:30.690 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:30.690 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:30.691 INFO [WorkbenchTestable][RequirementsRunner] Started test: editLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 18:04:30.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 18:04:30.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:30.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:30.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:30.691 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:30.691 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:30.692 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:30.692 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:30.692 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:30.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:30.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:30.693 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:04:30.693 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:30.694 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:30.695 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:04:30.695 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:04:30.695 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:04:30.695 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:04:30.696 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:04:30.696 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:04:30.696 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:04:30.696 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:04:30.696 DEBUG [main][MenuItemLookup] Item match:Window 18:04:30.697 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:04:30.697 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:04:30.697 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:04:30.697 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:30.697 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:04:30.697 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:04:30.697 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:30.697 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:04:30.697 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:30.697 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:04:30.698 DEBUG [main][MenuItemLookup] Item match:Preferences 18:04:30.698 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:04:30.698 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:04:30.698 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:04:30.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:04:30.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 18:04:30.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:04:30.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:30.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:30.933 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:04:30.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:30.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 18:04:30.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:30.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:30.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:30.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:30.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:30.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:30.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:30.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 18:04:30.955 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:04:30.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:30.960 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:04:30.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:30.960 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:04:30.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 18:04:30.961 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:04:30.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:30.962 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:04:30.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:30.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:04:30.963 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 18:04:30.963 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 18:04:30.963 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 18:04:30.964 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 18:04:30.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:30.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:30.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:30.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:30.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.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...") 18:04:30.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:30.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:30.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:30.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:30.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:30.982 INFO [WorkbenchTestable][AbstractButton] Click button Add &Local Catalog... 18:04:30.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:30.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:30.983 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:30.983 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:31.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Local Archetype Catalog"] is available.... 18:04:31.067 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 18:04:31.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Local Archetype Catalog 18:04:31.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:31.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:31.070 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 18:04:31.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:31.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:31.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:31.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:31.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:04:31.073 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/m2e/core/ui/preferences/archetype-catalog.xml 18:04:31.087 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:") 18:04:31.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:31.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:31.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:31.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:31.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:04:31.091 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:04:31.092 INFO [WorkbenchTestable][AbstractText] Text set to: Local Test Catalog 18:04:31.095 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) 18:04:31.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:31.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:31.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:31.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:31.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:31.107 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:04:31.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:31.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:31.107 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:31.107 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:31.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:04:31.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:04:31.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 18:04:31.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:31.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:31.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:31.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:31.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:31.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:31.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04:31.182 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 18:04:31.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:31.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:31.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:31.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:31.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:31.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:31.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04: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.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...") 18:04:31.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:31.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:31.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:31.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:31.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:31.209 INFO [WorkbenchTestable][AbstractButton] Click button &Edit... 18:04:31.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:31.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:31.210 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:31.210 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:31.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '.* Archetype Catalog'] is available.... 18:04:31.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 '.* Archetype Catalog'] is available. finished successfully 18:04:31.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Local Archetype Catalog 18:04:31.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:31.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:31.348 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 18:04:31.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:31.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:31.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:31.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:31.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:04:31.358 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/m2e/core/ui/preferences/archetype-catalog.xml 18:04:31.371 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:") 18:04:31.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:31.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:31.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:31.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:31.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:04:31.374 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:04:31.375 INFO [WorkbenchTestable][AbstractText] Text set to: Local: Local Test Catalog test 18:04:31.376 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] 18:04:31.376 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) 18:04:31.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:31.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:31.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:31.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:31.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:31.380 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:04:31.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:31.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:31.380 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:31.380 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:31.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:04:31.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:04:31.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 18:04:31.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:31.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:31.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:31.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:31.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:31.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:31.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04:31.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.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") 18:04:31.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:31.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:31.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:31.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:31.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:31.459 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:04:31.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:31.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:31.459 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:31.459 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:31.474 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 18:04:31.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:31.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:31.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:31.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:31.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:31.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:31.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04:31.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:04:31.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:31.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:31.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:31.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:31.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:31.488 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:04:31.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:31.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:31.489 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:31.489 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:31.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:04:31.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:04:31.574 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:31.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:31.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:31.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 18:04:31.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:31.575 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:31.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:31.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:31.576 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 18:04:31.577 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:31.577 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:31.577 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:31.577 INFO [WorkbenchTestable][RequirementsRunner] Started test: editRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 18:04:31.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 18:04:31.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:31.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:31.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:31.578 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:31.578 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:31.578 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:31.579 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:31.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:31.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:31.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:31.580 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:04:31.580 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:31.580 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:31.582 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:04:31.582 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:04:31.582 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:04:31.582 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:04:31.582 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:04:31.582 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:04:31.582 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:04:31.582 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:04:31.582 DEBUG [main][MenuItemLookup] Item match:Window 18:04:31.583 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:04:31.583 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:04:31.583 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:04:31.583 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:31.583 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:04:31.583 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:04:31.584 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:31.584 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:04:31.584 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:31.584 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:04:31.584 DEBUG [main][MenuItemLookup] Item match:Preferences 18:04:31.584 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:04:31.584 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:04:31.584 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:04:31.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 'Preferences.*'] is available.... 18:04:31.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. finished successfully 18:04:31.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:04:31.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:31.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:31.784 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:04:31.784 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:31.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:04:31.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:31.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:31.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:31.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:31.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:31.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:31.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:31.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 18:04:31.790 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:04:31.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:31.790 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:04:31.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:31.790 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:04:31.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 18:04:31.791 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:04:31.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:31.791 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:04:31.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:31.791 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:04:31.792 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 18:04:31.792 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 18:04:31.793 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 18:04:31.793 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 18:04:31.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:31.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:31.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:31.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:31.799 DEBUG [WorkbenchTestable][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...") 18:04:31.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:31.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:31.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:31.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:31.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:31.825 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 18:04:31.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:31.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:31.826 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:31.826 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:31.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remote Archetype Catalog"] is available.... 18:04:31.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remote Archetype Catalog"] is available. finished successfully 18:04:31.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 18:04:31.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:31.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:31.932 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 18:04:31.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:31.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:31.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:31.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:31.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:04:31.934 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:http://repo1.maven.org/maven2/archetype-catalog.xml 18:04:31.950 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:") 18:04:31.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:31.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:31.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:31.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:31.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:04:31.953 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:04:31.955 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 18:04:31.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Verify...") 18:04:31.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:31.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:31.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:31.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:31.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:31.958 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 18:04:31.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:31.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:31.959 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:31.959 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:31.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:04:31.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it [WARNING] Error reading archetype catalog http://repo1.maven.org/maven2 org.apache.maven.wagon.TransferFailedException: Failed to transfer file: http://repo1.maven.org/maven2. Return code is: 501 at io.takari.aether.wagon.OkHttpWagon.fillInputData(OkHttpWagon.java:78) at org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:126) at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88) at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61) at org.apache.maven.archetype.source.RemoteCatalogArchetypeDataSource.downloadCatalog(RemoteCatalogArchetypeDataSource.java:119) at org.apache.maven.archetype.source.RemoteCatalogArchetypeDataSource.getArchetypeCatalog(RemoteCatalogArchetypeDataSource.java:87) at org.apache.maven.archetype.DefaultArchetypeManager.getRemoteCatalog(DefaultArchetypeManager.java:216) at org.eclipse.m2e.core.internal.archetype.ArchetypeCatalogFactory$RemoteCatalogFactory.getArchetypeCatalog(ArchetypeCatalogFactory.java:249) at org.eclipse.m2e.core.ui.internal.preferences.RemoteArchetypeCatalogDialog$1.run(RemoteArchetypeCatalogDialog.java:177) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 18:04:32.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:04:32.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:04:32.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:04:32.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:04:32.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:04:32.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:04:32.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:04:32.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:04:32.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:04:32.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Remote Archetype Catalog") 18:04:32.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:32.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:32.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:32.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:32.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:04:32.491 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:04:32.496 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Remote catalog is empty 18:04:32.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 "OK", Widget matcher matching widgets with style: 8) 18:04:32.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:32.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:32.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:32.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:32.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:32.502 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:04:32.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:32.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:32.503 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:32.503 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:32.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:04:32.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:04:32.574 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 18:04:32.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:32.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:32.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:32.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:32.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:32.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:32.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04:32.582 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 18:04:32.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:32.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:32.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:32.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:32.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:32.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:32.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04:32.600 DEBUG [WorkbenchTestable][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...") 18:04:32.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:32.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:32.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:32.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:32.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:32.611 INFO [WorkbenchTestable][AbstractButton] Click button &Edit... 18:04:32.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:32.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:32.612 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:32.612 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:32.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '.* Archetype Catalog'] is available.... 18:04:32.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 '.* Archetype Catalog'] is available. finished successfully 18:04:32.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 18:04:32.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:32.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:32.716 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 18:04:32.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:32.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:32.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:32.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:32.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:04:32.721 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo http://repo1.maven.org/maven2/archetype-catalog.xml to:http://repo1.maven.org/maven2/archetype-catalog.xml 18:04:32.722 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:") 18:04:32.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:32.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:32.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:32.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:32.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:04:32.732 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:04:32.733 INFO [WorkbenchTestable][AbstractText] Text set to: Remote: Remote Test Catalog test 18:04:32.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Verify...") 18:04:32.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:32.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:32.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:32.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:32.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:32.738 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 18:04:32.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:32.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:32.739 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:32.739 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:32.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:04:32.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it [WARNING] Error reading archetype catalog http://repo1.maven.org/maven2 org.apache.maven.wagon.TransferFailedException: Failed to transfer file: http://repo1.maven.org/maven2. Return code is: 501 at io.takari.aether.wagon.OkHttpWagon.fillInputData(OkHttpWagon.java:78) at org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:126) at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88) at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61) at org.apache.maven.archetype.source.RemoteCatalogArchetypeDataSource.downloadCatalog(RemoteCatalogArchetypeDataSource.java:119) at org.apache.maven.archetype.source.RemoteCatalogArchetypeDataSource.getArchetypeCatalog(RemoteCatalogArchetypeDataSource.java:87) at org.apache.maven.archetype.DefaultArchetypeManager.getRemoteCatalog(DefaultArchetypeManager.java:216) at org.eclipse.m2e.core.internal.archetype.ArchetypeCatalogFactory$RemoteCatalogFactory.getArchetypeCatalog(ArchetypeCatalogFactory.java:249) at org.eclipse.m2e.core.ui.internal.preferences.RemoteArchetypeCatalogDialog$1.run(RemoteArchetypeCatalogDialog.java:177) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 18:04:33.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:04:33.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:04:33.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:04:33.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:04:33.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:04:33.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:04:33.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:04:33.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:04:33.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:04:33.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Remote Archetype Catalog") 18:04:33.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:33.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:33.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:33.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:33.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:04:33.257 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:04:33.261 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Remote catalog is empty 18:04:33.262 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) 18:04:33.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:33.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:33.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:33.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:33.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:33.266 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:04:33.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:33.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:33.267 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:33.267 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:33.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:04:33.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:04:33.328 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 18:04:33.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:33.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:33.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:33.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:33.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:33.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:33.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04:33.333 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 18:04:33.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:33.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:33.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:33.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:33.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:33.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:33.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04:33.347 DEBUG [WorkbenchTestable][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") 18:04:33.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:33.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:33.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:33.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:33.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:33.366 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:04:33.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:33.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:33.367 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:33.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:33.387 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 18:04:33.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:33.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:33.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:33.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:33.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:33.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:33.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04:33.394 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:04:33.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:33.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:33.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:33.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:33.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:33.420 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:04:33.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:33.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:33.421 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:33.421 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:33.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:04:33.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:04:33.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:33.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:33.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:33.532 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 18:04:33.532 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:33.532 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:33.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:33.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:33.534 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 18:04:33.534 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:33.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:33.535 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:33.535 INFO [WorkbenchTestable][RequirementsRunner] Started test: editRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 18:04:33.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 18:04:33.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:33.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:33.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:33.536 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:33.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:33.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.*'] 18:04:33.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:33.538 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:33.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:33.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:33.539 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:04:33.540 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:33.541 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:33.543 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:04:33.543 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:04:33.543 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:04:33.543 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:04:33.543 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:04:33.543 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:04:33.543 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:04:33.543 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:04:33.543 DEBUG [main][MenuItemLookup] Item match:Window 18:04:33.545 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:04:33.545 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:04:33.545 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:04:33.545 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:33.545 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:04:33.545 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:04:33.545 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:33.545 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:04:33.545 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:33.546 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:04:33.546 DEBUG [main][MenuItemLookup] Item match:Preferences 18:04:33.546 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:04:33.546 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:04:33.547 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:04:33.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.... 18:04:33.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:04:33.774 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:04:33.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:33.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:33.777 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:04:33.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:33.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:04:33.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:33.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:33.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:33.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:33.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:33.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:33.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:33.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 18:04:33.809 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:04:33.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:33.810 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:04:33.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:33.810 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:04:33.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 18:04:33.811 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:04:33.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:33.811 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:04:33.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:33.812 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:04:33.813 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 18:04:33.813 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 18:04:33.813 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 18:04:33.814 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 18:04:33.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:33.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:33.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:33.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:33.817 DEBUG [WorkbenchTestable][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...") 18:04:33.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:33.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:33.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:33.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:33.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:33.842 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 18:04:33.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:33.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:33.843 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:33.843 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:33.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remote Archetype Catalog"] is available.... 18:04:33.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remote Archetype Catalog"] is available. finished successfully 18:04:33.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 18:04:33.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:33.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:33.965 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 18:04:33.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:33.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:33.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:33.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:33.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:04:33.971 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:http://repo1.maven.org/maven2/archetype-catalog.xml 18:04:34.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 18:04:34.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:34.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:34.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:34.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:34.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:04:34.015 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:04:34.016 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 18:04:34.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Verify...") 18:04:34.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:34.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:34.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:34.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:34.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:34.022 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 18:04:34.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:34.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:34.027 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:34.028 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:34.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:04:34.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it [WARNING] Error reading archetype catalog http://repo1.maven.org/maven2 org.apache.maven.wagon.TransferFailedException: Failed to transfer file: http://repo1.maven.org/maven2. Return code is: 501 at io.takari.aether.wagon.OkHttpWagon.fillInputData(OkHttpWagon.java:78) at org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:126) at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88) at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61) at org.apache.maven.archetype.source.RemoteCatalogArchetypeDataSource.downloadCatalog(RemoteCatalogArchetypeDataSource.java:119) at org.apache.maven.archetype.source.RemoteCatalogArchetypeDataSource.getArchetypeCatalog(RemoteCatalogArchetypeDataSource.java:87) at org.apache.maven.archetype.DefaultArchetypeManager.getRemoteCatalog(DefaultArchetypeManager.java:216) at org.eclipse.m2e.core.internal.archetype.ArchetypeCatalogFactory$RemoteCatalogFactory.getArchetypeCatalog(ArchetypeCatalogFactory.java:249) at org.eclipse.m2e.core.ui.internal.preferences.RemoteArchetypeCatalogDialog$1.run(RemoteArchetypeCatalogDialog.java:177) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 18:04:34.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:04:34.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:04:34.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:04:34.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:04:34.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:04:34.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:04:34.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:04:34.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:04:34.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:04:34.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Remote Archetype Catalog") 18:04:34.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:34.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:34.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:34.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:34.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:04:34.543 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:04:34.547 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Remote catalog is empty 18:04:34.552 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) 18:04:34.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:34.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:34.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:34.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:34.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:34.557 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:04:34.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:34.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:34.558 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:34.558 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:34.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:04:34.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:04:34.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 18:04:34.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:34.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:34.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:34.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:34.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:34.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:34.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04:34.639 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 18:04:34.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:34.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:34.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:34.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:34.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:34.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:34.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04:34.656 DEBUG [WorkbenchTestable][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...") 18:04:34.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:34.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:34.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:34.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:34.663 INFO [WorkbenchTestable][AbstractButton] Click button &Edit... 18:04:34.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:34.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:34.664 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:34.664 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:34.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '.* Archetype Catalog'] is available.... 18:04:34.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 '.* Archetype Catalog'] is available. finished successfully 18:04:34.762 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 18:04:34.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:34.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:34.773 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 18:04:34.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:34.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:34.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:34.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:34.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:04:34.794 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo http://repo1.maven.org/maven2/archetype-catalog.xml to:http://repo1.maven.org/maven2/archetype-catalog.xmlabc 18:04:34.796 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:") 18:04:34.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:34.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:34.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:34.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:34.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:04:34.808 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:04:34.809 INFO [WorkbenchTestable][AbstractText] Text set to: Remote: Remote Test Catalog test 18:04:34.810 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] 18:04:34.810 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) 18:04:34.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:34.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:34.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:34.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:34.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:34.823 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:04:34.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:34.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:34.824 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:34.824 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:34.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:04:34.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:04:34.906 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 18:04:34.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:34.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:34.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:34.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:34.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:34.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:34.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04:34.921 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 18:04:34.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:34.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:34.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:34.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:34.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:34.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:34.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04:34.925 DEBUG [WorkbenchTestable][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") 18:04:34.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:34.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:34.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:34.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:34.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:34.931 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:04:34.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:34.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:34.933 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:34.933 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:34.939 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 18:04:34.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:34.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:34.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:34.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:34.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:04:34.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:04:34.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:04:34.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:04:34.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:34.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:34.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:34.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:35.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:35.004 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:04:35.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:35.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:35.005 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:35.005 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:35.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:04:35.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:04:35.114 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:35.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:35.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:35.114 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 18:04:35.114 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:35.115 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:35.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:35.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:35.117 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 18:04:35.118 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 18:04:35.118 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:35.118 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:35.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:35.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.373 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.896 s setRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 1.312 s setRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 0.721 s editLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 0.885 s editRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 1.957 s editRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 1.582 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 18:04:35.134 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 18:04:35.136 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:04:35.137 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:35.137 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 18:04:35.137 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:35.137 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:04:35.139 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:35.139 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:04:35.139 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:35.140 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:35.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:35.142 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:35.142 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 18:04:35.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 18:04:35.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:35.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:35.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:35.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.*'] 18:04:35.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:35.144 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:35.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:35.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:35.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:35.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:35.146 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:04:35.147 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:35.147 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:35.148 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:04:35.148 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:04:35.148 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:04:35.148 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:04:35.148 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:04:35.148 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:04:35.148 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:04:35.149 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:04:35.149 DEBUG [main][MenuItemLookup] Item match:Window 18:04:35.150 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:04:35.150 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:04:35.150 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:04:35.150 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:35.150 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:04:35.150 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:04:35.150 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:35.150 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:04:35.150 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:35.150 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:04:35.150 DEBUG [main][MenuItemLookup] Item match:Preferences 18:04:35.151 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:04:35.151 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:04:35.152 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:04:35.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:04:35.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:04:35.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:04:35.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:35.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:35.410 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:04:35.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:35.411 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:04:35.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:35.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:35.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:35.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:35.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:35.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:35.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:35.418 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven 18:04:35.418 DEBUG [main][TreeItemHandler] Selecting tree item: Maven 18:04:35.419 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven about selection 18:04:35.419 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven 18:04:35.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:35.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:35.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:35.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:35.522 DEBUG [WorkbenchTestable][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") 18:04:35.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:35.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:35.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:35.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:35.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:35.533 INFO [WorkbenchTestable][CheckBox] Select checkbox Debu&g Output 18:04:35.533 INFO [WorkbenchTestable][CheckBox] Check checkbox Debu&g Output 18:04:35.534 INFO [WorkbenchTestable][AbstractButton] Click button Debu&g Output 18:04:35.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:35.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:35.535 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:35.535 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:35.536 DEBUG [WorkbenchTestable][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") 18:04:35.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:35.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:35.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:35.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:35.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:35.596 INFO [WorkbenchTestable][CheckBox] Select checkbox Do not automatically update dependencies from remote repositories 18:04:35.597 DEBUG [WorkbenchTestable][CheckBox] Checkbox Do not automatically update dependencies from remote repositories already selected, no action performed 18:04:35.600 DEBUG [WorkbenchTestable][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) 18:04:35.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:35.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:35.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:35.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:35.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:35.606 INFO [WorkbenchTestable][CheckBox] Select checkbox Download Artifact &Javadoc 18:04:35.617 INFO [WorkbenchTestable][CheckBox] Check checkbox Download Artifact &Javadoc 18:04:35.617 INFO [WorkbenchTestable][AbstractButton] Click button Download Artifact &Javadoc 18:04:35.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:35.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:35.618 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:35.618 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:35.620 DEBUG [WorkbenchTestable][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") 18:04:35.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:35.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:35.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:35.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:35.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:35.635 INFO [WorkbenchTestable][CheckBox] Select checkbox Do&wnload Artifact Sources 18:04:35.635 INFO [WorkbenchTestable][CheckBox] Check checkbox Do&wnload Artifact Sources 18:04:35.635 INFO [WorkbenchTestable][AbstractButton] Click button Do&wnload Artifact Sources 18:04:35.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:35.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:35.636 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:35.636 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:35.636 DEBUG [WorkbenchTestable][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") 18:04:35.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:35.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:35.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:35.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:35.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:35.654 INFO [WorkbenchTestable][CheckBox] Select checkbox Download repository index updates on startup 18:04:35.654 INFO [WorkbenchTestable][CheckBox] Check checkbox Download repository index updates on startup 18:04:35.654 INFO [WorkbenchTestable][AbstractButton] Click button Download repository index updates on startup 18:04:35.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:35.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:35.655 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:35.655 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:35.701 DEBUG [WorkbenchTestable][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)") 18:04:35.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:35.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:35.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:35.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:35.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:35.708 INFO [WorkbenchTestable][CheckBox] Select checkbox Hide folders of physically nested modules (experimental) 18:04:35.708 INFO [WorkbenchTestable][CheckBox] Check checkbox Hide folders of physically nested modules (experimental) 18:04:35.712 INFO [WorkbenchTestable][AbstractButton] Click button Hide folders of physically nested modules (experimental) 18:04:35.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:35.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:35.713 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:35.713 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:35.725 DEBUG [WorkbenchTestable][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") 18:04:35.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:35.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:35.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:35.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:35.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:35.738 INFO [WorkbenchTestable][CheckBox] Select checkbox &Offline 18:04:35.738 INFO [WorkbenchTestable][CheckBox] Check checkbox &Offline 18:04:35.739 INFO [WorkbenchTestable][AbstractButton] Click button &Offline 18:04:35.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:35.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:35.739 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:35.739 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:35.740 DEBUG [WorkbenchTestable][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") 18:04:35.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:35.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:35.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:35.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:35.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:35.746 INFO [WorkbenchTestable][CheckBox] Select checkbox Update Maven projects on startup 18:04:35.746 INFO [WorkbenchTestable][CheckBox] Check checkbox Update Maven projects on startup 18:04:35.791 INFO [WorkbenchTestable][AbstractButton] Click button Update Maven projects on startup 18:04:35.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:35.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:35.793 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:35.793 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:35.794 DEBUG [WorkbenchTestable][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") 18:04:35.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:35.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:35.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:35.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:35.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:35.800 DEBUG [WorkbenchTestable][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") 18:04:35.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:35.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:35.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:35.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:35.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:35.819 DEBUG [WorkbenchTestable][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) 18:04:35.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:35.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:35.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:35.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:35.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:35.830 DEBUG [WorkbenchTestable][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") 18:04:35.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:35.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:35.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:35.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:35.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:35.836 DEBUG [WorkbenchTestable][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") 18:04:35.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:35.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:35.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:35.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:35.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:35.854 DEBUG [WorkbenchTestable][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)") 18:04:35.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:35.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:35.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:35.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:35.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:35.886 DEBUG [WorkbenchTestable][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") 18:04:35.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:35.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:35.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:35.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:35.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:35.896 DEBUG [WorkbenchTestable][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") 18:04:35.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:35.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:35.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:35.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:35.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:35.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:04:35.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:35.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:35.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:35.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:35.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:35.929 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:04:35.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:35.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:35.930 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:35.930 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:36.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:04:36.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:04:36.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:36.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:36.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:36.057 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 18:04:36.057 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:36.057 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:36.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:36.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:36.059 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 18:04:36.059 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:36.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:36.061 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:36.061 INFO [WorkbenchTestable][RequirementsRunner] Started test: uncheckAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 18:04:36.061 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 18:04:36.061 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:36.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:36.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:36.062 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:36.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:36.064 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:36.064 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:36.065 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:36.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:36.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:36.065 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:04:36.066 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:36.066 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:36.068 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:04:36.068 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:04:36.068 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:04:36.068 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:04:36.068 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:04:36.068 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:04:36.068 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:04:36.068 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:04:36.068 DEBUG [main][MenuItemLookup] Item match:Window 18:04:36.071 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:04:36.071 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:04:36.071 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:04:36.071 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:36.071 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:04:36.071 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:04:36.071 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:36.071 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:04:36.071 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:36.071 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:04:36.071 DEBUG [main][MenuItemLookup] Item match:Preferences 18:04:36.071 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:04:36.087 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:04:36.088 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:04:36.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:04:36.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 'Preferences.*'] is available. finished successfully 18:04:36.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:04:36.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:36.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:36.315 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:04:36.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:36.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 18:04:36.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:36.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:36.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:36.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:36.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:36.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:36.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:36.355 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven 18:04:36.355 DEBUG [main][TreeItemHandler] Selecting tree item: Maven 18:04:36.356 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven about selection 18:04:36.357 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven 18:04:36.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:36.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:36.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:36.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:36.360 DEBUG [WorkbenchTestable][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") 18:04:36.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:36.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:36.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:36.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:36.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:36.366 INFO [WorkbenchTestable][CheckBox] Select checkbox Debu&g Output 18:04:36.366 DEBUG [WorkbenchTestable][CheckBox] Checkbox Debu&g Output not checked, no action performed 18:04:36.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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") 18:04:36.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:36.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:36.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:36.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:36.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:36.384 INFO [WorkbenchTestable][CheckBox] Select checkbox Do not automatically update dependencies from remote repositories 18:04:36.392 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Do not automatically update dependencies from remote repositories 18:04:36.392 INFO [WorkbenchTestable][AbstractButton] Click button Do not automatically update dependencies from remote repositories 18:04:36.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:36.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:36.393 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:36.393 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:36.393 DEBUG [WorkbenchTestable][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) 18:04:36.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:36.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:36.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:36.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:36.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:36.399 INFO [WorkbenchTestable][CheckBox] Select checkbox Download Artifact &Javadoc 18:04:36.400 DEBUG [WorkbenchTestable][CheckBox] Checkbox Download Artifact &Javadoc not checked, no action performed 18:04:36.400 DEBUG [WorkbenchTestable][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") 18:04:36.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:36.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:36.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:36.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:36.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:36.411 INFO [WorkbenchTestable][CheckBox] Select checkbox Do&wnload Artifact Sources 18:04:36.411 DEBUG [WorkbenchTestable][CheckBox] Checkbox Do&wnload Artifact Sources not checked, no action performed 18:04:36.411 DEBUG [WorkbenchTestable][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") 18:04:36.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:36.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:36.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:36.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:36.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:36.422 INFO [WorkbenchTestable][CheckBox] Select checkbox Download repository index updates on startup 18:04:36.423 DEBUG [WorkbenchTestable][CheckBox] Checkbox Download repository index updates on startup not checked, no action performed 18:04:36.423 DEBUG [WorkbenchTestable][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)") 18:04:36.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:36.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:36.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:36.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:36.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:36.430 INFO [WorkbenchTestable][CheckBox] Select checkbox Hide folders of physically nested modules (experimental) 18:04:36.430 DEBUG [WorkbenchTestable][CheckBox] Checkbox Hide folders of physically nested modules (experimental) not checked, no action performed 18:04:36.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.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") 18:04:36.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:36.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:36.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:36.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:36.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:36.440 INFO [WorkbenchTestable][CheckBox] Select checkbox &Offline 18:04:36.441 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Offline not checked, no action performed 18:04:36.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.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") 18:04:36.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:36.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:36.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:36.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:36.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:36.447 INFO [WorkbenchTestable][CheckBox] Select checkbox Update Maven projects on startup 18:04:36.448 DEBUG [WorkbenchTestable][CheckBox] Checkbox Update Maven projects on startup not checked, no action performed 18:04:36.448 DEBUG [WorkbenchTestable][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") 18:04:36.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:36.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:36.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:36.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:36.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:36.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Do not automatically update dependencies from remote repositories") 18:04:36.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:36.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:36.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:36.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:36.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:36.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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) 18:04:36.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:36.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:36.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:36.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:36.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:36.497 DEBUG [WorkbenchTestable][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") 18:04:36.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:36.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:36.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:36.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:36.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:36.507 DEBUG [WorkbenchTestable][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") 18:04:36.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:36.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:36.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:36.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:36.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:36.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.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)") 18:04:36.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:36.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:36.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:36.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:36.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:36.520 DEBUG [WorkbenchTestable][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") 18:04:36.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:36.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:36.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:36.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:36.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:36.528 DEBUG [WorkbenchTestable][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") 18:04:36.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:36.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:36.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:36.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:36.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:36.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:04:36.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:36.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:36.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:36.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:36.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:36.546 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:04:36.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:36.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:36.546 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:36.546 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:36.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:04:36.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:04:36.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:36.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:36.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:36.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 18:04:36.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:36.694 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:36.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:36.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:36.695 INFO [WorkbenchTestable][RequirementsRunner] Finished test: uncheckAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 18:04:36.695 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 18:04:36.695 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:36.695 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:36.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:36.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.563 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.916 s uncheckAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) Time elapsed: 0.634 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 18:04:36.709 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 18:04:36.710 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:04:36.710 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:36.711 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 18:04:36.711 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:36.711 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:04:36.712 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:36.712 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:04:36.712 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:36.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.*'] 18:04:36.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:36.714 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:36.714 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest) 18:04:36.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 18:04:36.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:36.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:36.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:36.714 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:36.715 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:36.715 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:04:36.715 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:36.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:36.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:36.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:36.716 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:04:36.717 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:36.717 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:36.718 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:04:36.718 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:04:36.718 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:04:36.718 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:04:36.718 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:04:36.718 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:04:36.718 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:04:36.718 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:04:36.719 DEBUG [main][MenuItemLookup] Item match:Window 18:04:36.720 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:04:36.720 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:04:36.720 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:04:36.720 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:36.720 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:04:36.720 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:04:36.720 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:36.721 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:04:36.721 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:36.721 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:04:36.721 DEBUG [main][MenuItemLookup] Item match:Preferences 18:04:36.721 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:04:36.721 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:04:36.721 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:04:36.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:04:36.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:04:36.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:04:36.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:36.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:36.993 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:04:36.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:36.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:04:36.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:36.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:37.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:37.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:37.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:37.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:37.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:37.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 18:04:37.008 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:04:37.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:37.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:37.511 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:04:37.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 18:04:37.514 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:04:37.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:37.515 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:04:37.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:37.515 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:04:37.516 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Errors/Warnings 18:04:37.516 DEBUG [main][TreeItemHandler] Selecting tree item: Errors/Warnings 18:04:37.517 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Errors/Warnings about selection 18:04:37.517 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Errors/Warnings 18:04:37.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:37.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:37.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:37.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:37.608 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") 18:04:37.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:37.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:37.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:37.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:37.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:04:37.625 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Warning to selection: Ignore 18:04:37.641 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Group ID to: Ignore 18:04:37.642 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") 18:04:37.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:37.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:37.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:37.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:37.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:04:37.676 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Warning to selection: Ignore 18:04:37.677 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Version to: Ignore 18:04:37.677 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") 18:04:37.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:37.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:37.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:37.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:37.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:04:37.724 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Error to selection: Ignore 18:04:37.724 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Project Config to: Ignore 18:04:37.725 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") 18:04:37.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:37.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:37.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:37.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:37.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:04:37.761 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Error to selection: Ignore 18:04:37.762 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Plugin Execution to: Ignore 18:04:37.762 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") 18:04:37.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:37.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:37.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:37.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:37.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:04:37.801 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Warning to selection: Ignore 18:04:37.801 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Managed Version to: Ignore 18:04:37.802 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") 18:04:37.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:37.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:37.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:37.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:37.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:04:37.812 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") 18:04:37.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:37.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:37.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:37.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:37.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:04:37.828 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") 18:04:37.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:37.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:37.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:37.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:37.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:04:37.854 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") 18:04:37.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:37.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:37.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:37.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:37.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:04:37.885 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") 18:04:37.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:37.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:37.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:37.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:37.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:04:37.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:04:37.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:37.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:37.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:37.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:37.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:37.926 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:04:37.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:37.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:37.926 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:37.926 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:38.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:04:38.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:04:38.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:38.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:38.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:38.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 18:04:38.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:38.045 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:38.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:38.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:38.047 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest) 18:04:38.047 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 18:04:38.047 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:38.047 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:38.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:38.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.341 s - in org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest) Time elapsed: 1.333 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 18:04:38.081 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 18:04:38.082 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:04:38.083 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:38.083 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 18:04:38.084 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:38.084 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:04:38.085 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:38.085 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:04:38.085 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:38.086 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:38.087 INFO [WorkbenchTestable][RequirementsRunner] Started test: openMavenSCMWizard no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest) 18:04:38.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 18:04:38.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:38.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:38.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:38.090 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:04:38.090 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:38.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: "New"] 18:04:38.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:38.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: "Check out as Maven project from SCM"] 18:04:38.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:38.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: "New"] 18:04:38.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:38.093 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:04:38.093 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:38.093 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:04:38.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:38.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: "Check out as Maven project from SCM"] 18:04:38.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:38.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: "New"] 18:04:38.095 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:38.096 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:04:38.096 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:38.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:38.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:38.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:38.097 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:04:38.097 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:38.098 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:38.099 DEBUG [main][MenuItemLookup] Item match:File 18:04:38.101 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:04:38.102 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:04:38.116 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:04:38.116 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:04:38.116 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:38.116 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:04:38.116 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:04:38.116 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:04:38.116 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:04:38.116 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:04:38.116 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:04:38.116 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:04:38.116 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:04:38.116 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:04:38.116 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:38.116 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:04:38.116 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:04:38.116 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:04:38.116 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:38.116 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:04:38.116 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:38.116 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:04:38.116 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:04:38.117 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:04:38.117 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:04:38.118 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:04:38.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:04:38.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:04:38.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:04:38.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:38.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:38.404 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:04:38.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:38.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:04:38.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:38.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:38.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:38.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:38.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:38.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:38.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:38.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 18:04:38.420 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:04:38.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:38.420 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:04:38.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:38.420 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:04:38.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 18:04:38.421 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:04:38.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:38.421 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:04:38.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:38.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:04:38.434 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Check out Maven Projects from SCM 18:04:38.435 DEBUG [main][TreeItemHandler] Selecting tree item: Check out Maven Projects from SCM 18:04:38.435 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Check out Maven Projects from SCM about selection 18:04:38.449 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Check out Maven Projects from SCM 18:04:38.450 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:04:38.450 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:04:38.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.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:04:38.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:38.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:38.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:38.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:38.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:38.456 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:04:38.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:38.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:38.456 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:38.456 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:38.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"] 18:04:38.732 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:38.732 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:38.733 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.... 18:04:38.734 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 18:04:38.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Check out as Maven project from SCM 18:04:38.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:38.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:38.736 TRACE [WorkbenchTestable][MavenCheckoutWizard] Shell Check out as Maven project from SCM is not null and is not disposed 18:04:38.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:38.804 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") 18:04:38.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:38.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:38.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:38.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:38.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:38.809 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") 18:04:38.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:38.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:38.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:38.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:38.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:38.813 TRACE [WorkbenchTestable][MavenCheckoutWizard] Shell Check out as Maven project from SCM is not null and is not disposed 18:04:38.813 INFO [WorkbenchTestable][MavenCheckoutWizard] Cancel wizard 18:04:38.813 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) 18:04:38.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:38.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:38.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:38.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:38.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:38.839 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:04:38.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:38.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:38.840 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:38.840 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:38.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:04:38.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:04:38.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:04:38.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:04:38.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:04:38.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:04:38.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:04:38.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:04:38.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:04:38.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:04:38.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:04:38.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:04:38.981 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 18:04:38.981 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:38.982 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:38.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:38.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:38.983 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openMavenSCMWizard no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest) 18:04:38.983 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 18:04:38.983 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:04:38.983 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:04:38.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:38.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.906 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.896 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 18:04:38.996 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 18:04:38.997 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:04:38.998 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:38.998 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 18:04:38.998 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:38.998 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:04:38.999 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:38.999 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:04:39.000 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:39.000 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:04:39.000 INFO [WorkbenchTestable][RequirementsRunner] Started test: testImportingWrongMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 18:04:39.000 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 18:04:39.000 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:04:39.000 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:04:39.000 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:04:39.004 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:04:39.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:39.006 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:04:39.006 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:39.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: "Import Maven Projects"] 18:04:39.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:39.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: "Import"] 18:04:39.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:39.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: "Import"] 18:04:39.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:39.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: "Import"] 18:04:39.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:39.011 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Maven Projects"] 18:04:39.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:39.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:04:39.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:39.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:04:39.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:39.014 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:04:39.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:39.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:39.015 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:04:39.015 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:04:39.015 DEBUG [main][MenuItemLookup] Found menu:'File' 18:04:39.016 DEBUG [main][MenuItemLookup] Item match:File 18:04:39.019 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:04:39.019 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:04:39.019 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:04:39.019 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:04:39.019 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:39.019 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:04:39.019 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:04:39.019 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:39.019 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:04:39.019 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:04:39.019 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:04:39.019 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:04:39.019 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:39.019 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:04:39.019 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:04:39.019 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:04:39.019 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:04:39.019 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:39.019 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:04:39.019 DEBUG [main][MenuItemLookup] Found menu:'' 18:04:39.019 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:04:39.019 DEBUG [main][MenuItemLookup] Item match:Import... 18:04:39.020 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:04:39.020 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:04:39.020 INFO [main][MenuItemHandler] Select menu item: &Import... 18:04:39.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:04:39.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 18:04:39.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:04:39.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:39.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:39.192 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:04:39.193 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:39.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:04:39.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:39.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:39.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:39.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:39.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:04:39.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:04:39.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:04:39.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 18:04:39.213 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:04:39.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:39.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:39.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:04:39.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 18:04:39.726 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:04:39.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:04:39.727 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:04:39.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:04:39.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:04:39.728 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Maven Projects 18:04:39.728 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Maven Projects 18:04:39.728 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Maven Projects about selection 18:04:39.734 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Maven Projects 18:04:39.734 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:04:39.734 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:04:39.735 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 18:04:39.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:39.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:39.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:39.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:39.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:39.739 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:04:39.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:39.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:39.740 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:39.740 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:39.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: "Import"] 18:04:39.862 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:39.863 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:39.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 18:04:39.864 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 18:04:39.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 18:04:39.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:39.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:39.867 TRACE [WorkbenchTestable][MavenImportWizard] Shell Import Maven Projects is not null and is not disposed 18:04:39.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:04:39.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 18:04:39.869 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 18:04:39.869 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 18:04:39.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:39.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:39.870 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:") 18:04:39.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:39.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:39.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:39.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:39.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:04:39.894 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/m2e/core/ui/wizard/maven-wrong-project 18:04:39.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 18:04:39.896 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 18:04:39.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 18:04:39.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:39.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:39.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.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") 18:04:39.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:39.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:39.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:39.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:39.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:40.009 INFO [WorkbenchTestable][AbstractButton] Click button &Refresh 18:04:40.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:40.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:40.010 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:40.010 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:40.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 18:04:40.080 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 18:04:40.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 18:04:40.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:40.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:40.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded.... 18:04:40.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.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") 18:04:40.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:40.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:40.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:40.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:40.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:40.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded. finished successfully 18:04:40.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 18:04:40.110 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 18:04:40.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 18:04:40.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:40.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:40.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 "Finish") 18:04:40.111 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:04:40.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:40.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:40.112 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Import Maven Projects" as the parent 18:04:40.112 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:04:40.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:40.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:40.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:40.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:40.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:40.130 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:04:40.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:40.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:40.130 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:40.130 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:40.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:04:40.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:04:40.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:04:40.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:04:40.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running finished successfully 18:04:40.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:04:40.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:04:40.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:04:41.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:04:41.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:04:42.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:04:42.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:04:43.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:04:43.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:04:44.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:04:44.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:04:45.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:04:45.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:04:46.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:04:46.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:04:47.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:04:47.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:04:48.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:04:48.814 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:04:49.315 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:04:49.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:04:50.315 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 18:04:50.815 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 18:04:51.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Discover lifecycle mappings' has no excuses, wait for it 18:04:51.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Discover lifecycle mappings' has no excuses, wait for it 18:04:52.317 DEBUG [WorkbenchTestable][JobIsRunning] job 'Discover lifecycle mappings' has no excuses, wait for it 18:04:52.817 DEBUG [WorkbenchTestable][JobIsRunning] job 'Discover lifecycle mappings' has no excuses, wait for it 18:04:53.317 DEBUG [WorkbenchTestable][JobIsRunning] job 'Discover lifecycle mappings' has no excuses, wait for it 18:04:53.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Discover lifecycle mappings' has no excuses, wait for it 18:04:54.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:04:54.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:04:54.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:04:54.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:04:54.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:04:54.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:04:54.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:04:54.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:04:54.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:04:54.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:04:54.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '(Import Maven Projects)|(Discover m2e connectors)'] is available.... 18:04:54.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 '(Import Maven Projects)|(Discover m2e connectors)'] is available. finished successfully 18:04:54.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Discover m2e connectors 18:04:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:04:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:04:54.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 18:04:54.326 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:04:54.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:54.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:54.327 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Discover m2e connectors" as the parent 18:04:54.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:04:54.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:54.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:54.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:54.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:54.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:54.331 INFO [WorkbenchTestable][AbstractButton] Click button &Resolve All Later 18:04:54.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:54.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:54.347 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:54.347 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:54.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 "Finish") 18:04:54.356 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:04:54.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:04:54.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:04:54.357 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Discover m2e connectors" as the parent 18:04:54.357 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:04:54.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:04:54.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:04:54.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:04:54.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:04:54.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:04:54.362 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:04:54.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:04:54.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:04:54.362 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:04:54.362 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:04:54.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:05:04.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available failed, an exception will be thrown 18:05:04.460 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.... 18:05:04.461 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 18:05:04.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Incomplete Maven Goal Execution 18:05:04.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:05:04.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:05:04.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:05:04.467 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:05:04.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:05:04.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:05:04.468 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Incomplete Maven Goal Execution" as the parent 18:05:04.468 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:05:04.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:04.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:04.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:04.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:04.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:05:04.471 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:05:04.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:05:04.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:05:04.472 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:05:04.472 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:05:04.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:05:04.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:05:04.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:05:04.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:04.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:04.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:04.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:04.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:04.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:04.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:04.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:05.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:05.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:05.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:05.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:05.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:05.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:05.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:05.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:05.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:05.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:05.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:05.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:05.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:05.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:05.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:05.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:06.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:06.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:06.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:06.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:06.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:06.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:06.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:06.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:06.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:06.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:06.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:06.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:06.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:06.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:06.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:06.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:07.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:07.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:07.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:07.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:07.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:07.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:07.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:07.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:07.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:07.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:07.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:07.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:07.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:07.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:07.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:07.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:08.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:08.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:08.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:08.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:08.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:08.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:08.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:08.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:08.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:08.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:08.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:08.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:08.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:08.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:08.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:08.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:09.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:09.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:09.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:09.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:09.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:09.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:09.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:09.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:09.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:09.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:09.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:09.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:09.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:09.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:09.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:09.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:10.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:10.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:10.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:10.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:10.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:10.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:10.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:10.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:10.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:10.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:10.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:10.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:10.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:10.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:10.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:10.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:11.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:11.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:11.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:11.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:11.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:11.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:11.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:11.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:11.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:11.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:11.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:11.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:11.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:11.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:11.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:11.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:12.109 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:12.109 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:12.109 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:12.109 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:12.109 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:12.109 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:12.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:12.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:12.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:12.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:12.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:12.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:12.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:12.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:12.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:12.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:13.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:13.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:13.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:13.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:13.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:13.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:13.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:13.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:13.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:13.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:13.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:13.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:13.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:13.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:13.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:13.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:14.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:14.113 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:14.113 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:14.113 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:14.113 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:14.113 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:14.113 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:14.113 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:14.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:14.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:14.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:14.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:14.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:14.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:14.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:14.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:14.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 18:05:14.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:05:14.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:14.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:14.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:14.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:14.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:14.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:14.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:14.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:14.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:05:14.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:14.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:05:14.651 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 18:05:14.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:05:14.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:05:14.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:05:14.653 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:05:14.656 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:05:14.657 DEBUG [main][MenuItemLookup] Found menu:'File' 18:05:14.657 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:05:14.657 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:05:14.657 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:05:14.657 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:05:14.657 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:05:14.657 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:05:14.657 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:05:14.657 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:05:14.657 DEBUG [main][MenuItemLookup] Item match:Window 18:05:14.659 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:05:14.659 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:05:14.659 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:05:14.659 DEBUG [main][MenuItemLookup] Found menu:'' 18:05:14.660 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:05:14.660 DEBUG [main][MenuItemLookup] Item match:Show View 18:05:14.678 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:05:14.678 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:05:14.678 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:05:14.678 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:05:14.678 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:05:14.678 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:05:14.678 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:05:14.679 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:05:14.679 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:05:14.679 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:05:14.679 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:05:14.679 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:05:14.679 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:05:14.679 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:05:14.679 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:05:14.679 DEBUG [main][MenuItemLookup] Found menu:'' 18:05:14.679 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:05:14.679 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:05:14.680 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:05:14.680 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:05:14.680 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:05:14.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:05:14.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:05:14.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:05:14.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:05:14.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:05:14.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:05:14.818 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:05:14.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:05:14.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:05:14.819 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:05:14.819 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:05:14.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:14.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:14.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:14.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:14.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:05:14.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:05:14.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:05:14.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:05:14.826 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:05:14.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:05:15.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:05:15.336 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:05:15.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:05:15.342 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:05:15.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:05:15.343 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:05:15.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:05:15.344 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:05:15.346 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 18:05:15.346 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 18:05:15.347 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 18:05:15.348 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 18:05:15.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:05:15.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:05:15.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:05:15.350 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:05:15.350 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:05:15.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:15.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:15.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:05:15.352 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:05:15.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:05:15.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:05:15.360 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:05:15.360 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:05:15.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:15.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:15.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:15.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:15.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:05:15.364 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:05:15.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:05:15.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:05:15.365 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:05:15.365 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:05:15.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:05:15.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:05:15.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 18:05:15.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:15.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:15.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 18:05:15.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:15.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:15.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:05:15.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:05:15.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:05:15.500 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:05:15.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:05:15.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:15.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:15.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:15.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:15.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:05:15.527 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:05:15.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:05:15.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:05:15.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:05:15.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:05:15.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:05:15.533 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:05:15.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:05:15.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:05:15.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:05:15.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:15.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:15.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:05:16.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:16.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:05:16.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:16.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:05:16.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:05:16.542 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:05:16.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:05:16.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:05:16.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:05:16.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 18:05:16.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:16.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:16.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:16.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:16.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:05:16.548 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 18:05:16.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 18:05:16.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:05:16.549 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:05:16.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:05:16.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:05:16.555 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testImportingWrongMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 18:05:16.555 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:05:16.555 INFO [WorkbenchTestable][RequirementsRunner] Started test: testImportingMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 18:05:16.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 18:05:16.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:05:16.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:05:16.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:05:16.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: "Import"] 18:05:16.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:16.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"] 18:05:16.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:16.563 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Maven Projects"] 18:05:16.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:16.564 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:05:16.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:16.566 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:05:16.566 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:16.567 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:05:16.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:16.568 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Maven Projects"] 18:05:16.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:16.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:05:16.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:16.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:05:16.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:16.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:05:16.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:05:16.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:05:16.574 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:05:16.574 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:05:16.575 DEBUG [main][MenuItemLookup] Found menu:'File' 18:05:16.576 DEBUG [main][MenuItemLookup] Item match:File 18:05:16.579 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:05:16.579 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:05:16.579 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:05:16.579 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:05:16.579 DEBUG [main][MenuItemLookup] Found menu:'' 18:05:16.579 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:05:16.579 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:05:16.579 DEBUG [main][MenuItemLookup] Found menu:'' 18:05:16.580 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:05:16.580 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:05:16.580 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:05:16.580 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:05:16.580 DEBUG [main][MenuItemLookup] Found menu:'' 18:05:16.580 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:05:16.580 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:05:16.580 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:05:16.580 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:05:16.580 DEBUG [main][MenuItemLookup] Found menu:'' 18:05:16.580 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:05:16.580 DEBUG [main][MenuItemLookup] Found menu:'' 18:05:16.580 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:05:16.580 DEBUG [main][MenuItemLookup] Item match:Import... 18:05:16.581 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:05:16.581 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:05:16.582 INFO [main][MenuItemHandler] Select menu item: &Import... 18:05:16.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:05:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:05:16.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:05:16.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:05:16.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:05:16.780 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:05:16.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:16.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:05:16.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:16.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:16.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:16.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:16.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:05:16.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:05:16.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:05:16.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 18:05:16.785 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:05:16.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:05:16.786 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:05:16.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:05:16.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:05:16.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 18:05:16.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:05:16.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:05:16.800 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:05:16.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:05:16.800 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:05:16.801 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Maven Projects 18:05:16.801 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Maven Projects 18:05:16.802 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Maven Projects about selection 18:05:16.802 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Maven Projects 18:05:16.803 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:05:16.803 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:05:16.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 18:05:16.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:16.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:16.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:16.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:16.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:05:16.812 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:05:16.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:05:16.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:05:16.813 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:05:16.813 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:05:16.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: "Import"] 18:05:16.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:16.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:16.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 18:05:16.949 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 18:05:16.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 18:05:16.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:05:16.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:05:16.952 TRACE [WorkbenchTestable][MavenImportWizard] Shell Import Maven Projects is not null and is not disposed 18:05:16.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:16.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 18:05:16.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available. finished successfully 18:05:16.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 18:05:16.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:05:16.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:05:16.955 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:") 18:05:16.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:16.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:16.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:16.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:16.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:05:16.980 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/m2e/core/ui/wizard/maven-test-project 18:05:16.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 18:05:16.981 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 18:05:16.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 18:05:17.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:05:17.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:05:17.074 DEBUG [WorkbenchTestable][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") 18:05:17.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:17.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:17.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:17.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:17.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:05:17.078 INFO [WorkbenchTestable][AbstractButton] Click button &Refresh 18:05:17.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:05:17.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:05:17.079 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:05:17.079 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:05:17.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 18:05:17.170 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 18:05:17.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 18:05:17.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:05:17.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:05:17.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded.... 18:05:17.206 DEBUG [WorkbenchTestable][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") 18:05:17.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:17.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:17.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:17.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:17.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:05:17.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded. finished successfully 18:05:17.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 18:05:17.235 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 18:05:17.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 18:05:17.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:05:17.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:05:17.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 18:05:17.236 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:05:17.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:05:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:05:17.237 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Import Maven Projects" as the parent 18:05:17.237 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:05:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:17.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:17.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:17.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:17.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:05:17.268 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:05:17.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:05:17.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:05:17.269 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:05:17.269 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:05:17.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:05:17.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:05:17.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:05:17.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:05:17.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running finished successfully 18:05:17.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:05:17.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:05:17.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:05:18.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 18:05:18.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 18:05:19.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:05:19.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:05:19.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:05:19.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 18:05:19.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:05:19.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:05:19.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:19.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:19.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:05:19.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:19.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:19.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:19.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:19.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:19.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:05:19.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 '(Import Maven Projects)|(Discover m2e connectors)'] is available.... 18:05:29.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 '(Import Maven Projects)|(Discover m2e connectors)'] is available. failed, an exception will be thrown 18:05:29.455 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.... 18:05:39.469 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 18:05:39.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:05:39.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:39.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:39.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:39.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:39.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:39.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:39.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:39.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:39.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:39.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:39.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:39.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:39.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:39.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:40.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:40.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:40.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:40.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:40.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:40.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:40.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:40.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:40.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:40.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:40.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:40.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:40.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:40.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:41.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:41.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:41.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:41.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:41.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:41.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:41.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:41.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:41.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:41.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:41.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:41.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:41.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:41.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:42.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:42.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:42.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:42.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:42.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:42.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:42.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:42.982 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:42.982 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:42.982 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:42.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:42.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:42.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:42.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:43.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:43.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:43.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:43.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:43.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:43.484 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:43.484 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:43.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:43.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:43.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:43.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:43.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:43.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:43.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:44.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:44.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:44.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:44.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:44.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:44.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:44.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:44.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:44.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:44.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:44.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:44.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:44.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:44.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:45.486 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:45.486 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:45.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:45.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:45.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:45.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:45.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:45.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:45.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:45.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:45.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:45.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:45.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:45.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:46.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:46.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:46.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:46.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:46.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:46.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:46.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:46.989 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:46.989 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:46.989 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:46.989 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:46.989 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:46.989 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:46.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:47.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:47.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:47.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:47.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:47.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:47.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:47.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:47.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:47.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:47.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:47.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:47.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:47.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:47.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:48.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:48.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:48.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:48.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:48.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:48.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:48.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:48.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:48.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:48.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:48.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:48.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:48.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:48.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:49.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:49.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:49.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:49.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:49.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:49.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:49.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:49.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 18:05:49.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:05:49.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:49.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:49.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:49.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:49.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:49.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:49.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:49.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:05:49.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:49.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:49.500 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:05:49.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:49.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:49.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:05:49.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:05:49.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:05:49.504 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:05:49.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:05:49.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:49.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:49.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:49.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:49.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:05:49.510 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:05:49.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:05:49.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:05:49.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:05:49.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:05:49.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:05:49.560 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:05:49.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:05:49.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:05:49.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:05:49.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:49.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:49.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:05:50.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:50.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:05:50.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:50.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:05:50.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:05:50.570 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:05:50.571 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:05:50.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:05:50.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:05:50.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 18:05:50.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:50.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:50.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:50.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:50.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:05:50.577 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 18:05:50.578 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 18:05:50.579 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 18:05:50.579 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:05:50.579 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:05:50.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:05:50.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:05:50.581 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testImportingMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 18:05:50.581 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 18:05:50.581 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:05:50.581 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:05:50.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:05:50.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 71.59 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: 37.554 s testImportingMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) Time elapsed: 34.026 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 18:05:50.661 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 18:05:50.662 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:05:50.663 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:05:50.663 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 18:05:50.663 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:05:50.663 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:05:50.664 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:05:50.664 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:05:50.664 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:05:50.665 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:05:50.665 INFO [WorkbenchTestable][RequirementsRunner] Started test: createMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest) 18:05:50.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 18:05:50.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:05:50.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:05:50.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:05:50.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"] 18:05:50.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:50.667 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:05:50.667 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:50.668 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Maven Project"] 18:05:50.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:50.669 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:05:50.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:50.670 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:05:50.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:50.687 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:05:50.688 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:50.688 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Maven Project"] 18:05:50.689 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:50.690 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:05:50.690 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:50.690 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:05:50.691 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:50.691 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:05:50.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:05:50.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:05:50.693 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:05:50.694 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:05:50.694 DEBUG [main][MenuItemLookup] Found menu:'File' 18:05:50.695 DEBUG [main][MenuItemLookup] Item match:File 18:05:50.698 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:05:50.698 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:05:50.715 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:05:50.715 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:05:50.715 DEBUG [main][MenuItemLookup] Found menu:'' 18:05:50.715 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:05:50.715 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:05:50.715 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:05:50.715 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:05:50.715 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:05:50.716 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:05:50.716 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:05:50.716 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:05:50.716 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:05:50.716 DEBUG [main][MenuItemLookup] Found menu:'File' 18:05:50.716 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:05:50.716 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:05:50.716 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:05:50.716 DEBUG [main][MenuItemLookup] Found menu:'' 18:05:50.716 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:05:50.716 DEBUG [main][MenuItemLookup] Found menu:'' 18:05:50.716 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:05:50.716 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:05:50.746 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:05:50.746 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:05:50.747 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:05:50.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:05:50.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:05:50.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:05:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:05:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:05:50.944 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:05:50.944 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:50.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:05:50.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:50.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:50.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:50.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:50.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:05:50.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:05:50.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:05:50.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 18:05:50.967 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:05:50.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:05:50.968 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:05:50.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:05:50.968 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:05:50.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 18:05:50.979 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:05:50.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:05:50.981 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:05:50.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:05:50.981 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:05:50.982 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven Project 18:05:50.982 DEBUG [main][TreeItemHandler] Selecting tree item: Maven Project 18:05:50.983 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven Project about selection 18:05:50.984 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven Project 18:05:50.985 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:05:50.985 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:05:50.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:05:50.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:50.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:51.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:51.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:51.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:05:51.001 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:05:51.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:05:51.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:05:51.002 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:05:51.002 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:05:51.325 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:05:51.326 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:51.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:51.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available.... 18:05:51.334 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 18:05:51.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Maven Project 18:05:51.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:05:51.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:05:51.336 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 18:05:51.336 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:05:51.337 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 18:05:51.337 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 18:05:51.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.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) 18:05:51.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:51.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:51.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:51.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:51.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:05:51.397 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:05:51.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:05:51.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:05:51.398 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:05:51.398 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:05:51.516 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 18:05:51.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:51.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:51.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:51.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:51.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:05:51.521 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 18:05:51.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:51.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:51.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:51.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:51.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:05:51.619 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo All Catalogs to selection: Internal 18:05:51.621 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 18:05:51.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:51.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:51.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:51.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:51.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:05:51.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:05:51.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 18:05:52.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 18:05:52.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 18:05:53.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 18:05:53.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 18:05:54.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:54.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:54.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:54.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:54.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:54.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:54.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:54.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:05:54.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:05:54.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:05:54.295 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 18:05:54.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:54.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:54.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:54.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:54.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:05:54.309 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 18:05:54.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:54.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:54.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:54.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:54.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:05:54.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:05:54.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:05:54.314 TRACE [main][WidgetHandler] Notify Table with event 13 18:05:54.315 TRACE [main][WidgetHandler] Wait for synchronization 18:05:54.316 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 18:05:54.316 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 18:05:54.316 DEBUG [WorkbenchTestable][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) 18:05:54.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:54.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:54.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:54.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:54.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:05:54.331 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:05:54.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:05:54.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:05:54.332 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:05:54.332 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:05:54.455 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:") 18:05:54.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:54.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:54.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:54.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:54.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:05:54.480 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:artifact 18:05:54.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Group Id:") 18:05:54.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:54.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:54.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:54.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:54.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:05:54.515 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo com.example to:group 18:05:54.516 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:") 18:05:54.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:54.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:54.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:54.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:54.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:05:54.582 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo 0.0.1-SNAPSHOT to:1.0.0 18:05:54.584 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:") 18:05:54.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:54.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:54.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:54.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:54.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:05:54.644 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:") 18:05:54.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:54.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:54.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:54.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:54.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:05:54.661 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:") 18:05:54.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:54.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:54.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:54.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:54.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:05:54.683 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:") 18:05:54.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:54.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:54.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:54.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:54.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:05:54.723 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 18:05:54.724 INFO [WorkbenchTestable][MavenProjectWizard] Finish wizard 18:05:54.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.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) 18:05:54.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:54.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:54.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:54.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:54.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:05:54.735 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:05:54.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:05:54.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:05:54.746 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:05:54.746 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.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/work/data/artifact 18:05:55.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:05:55.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:05:55.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:05:55.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:05:55.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:05:56.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 18:05:56.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:05:56.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:05:56.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:05:56.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:05:56.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:05:56.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:05:56.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:05:56.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:05:56.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:05:56.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:05:56.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:05:56.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:05:56.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:05:56.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:05:56.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:56.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:56.521 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:05:56.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:56.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:56.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:05:56.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:05:56.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:05:56.526 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:05:56.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') 18:05:56.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:56.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:56.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:56.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:56.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:05:56.530 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:05:56.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:05:56.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:05:56.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:05:56.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:05:56.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:05:56.538 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:05:56.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:05:56.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:05:56.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:05:56.570 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:05:56.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:05:56.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:05:56.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:05:56.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:56.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:56.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:05:57.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:57.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:05:57.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:57.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:05:57.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:05:57.577 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:05:57.578 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:05:57.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:05:57.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:05:57.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 18:05:57.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:57.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:57.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:57.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:57.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:05:57.585 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name artifact 18:05:57.586 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 18:05:57.587 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 18:05:57.588 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 18:05:57.588 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:05:57.588 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:05:57.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:05:57.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:05:57.590 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest) 18:05:57.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:57.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:57.597 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:05:57.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:57.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:57.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:05:57.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:05:57.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:05:57.608 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:05:57.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 '\*?\QProject Explorer\E') 18:05:57.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:57.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:57.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:57.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:57.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:05:57.642 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:05:57.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:05:57.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:05:57.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:05:57.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:05:57.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:05:57.648 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:05:57.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:05:57.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:05:57.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:05:57.652 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:05:57.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:05:57.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:05:57.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:05:57.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:57.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:57.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:05:58.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:58.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:05:58.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:58.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:05:58.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:05:58.660 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:05:58.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:05:58.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:05:58.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:05:58.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 18:05:58.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:58.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:58.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:58.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:58.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:05:58.670 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name artifact 18:05:58.671 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 18:05:58.672 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 18:05:58.674 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:05:58.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:05:58.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:05:58.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:05:58.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:58.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:58.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:05:59.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:59.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:05:59.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:59.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:05:59.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:05:59.682 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:05:59.682 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:05:59.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:05:59.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:05:59.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 18:05:59.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:59.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:59.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:59.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:59.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:05:59.692 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name artifact 18:05:59.694 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 18:05:59.695 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 18:05:59.697 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:05:59.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:05:59.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:05:59.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:05:59.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:05:59.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:05:59.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:05:59.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:05:59.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:05:59.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:05:59.703 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 18:05:59.703 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 18:05:59.706 DEBUG [main][TreeItemHandler] Set Tree selection 18:05:59.717 DEBUG [main][TreeHandler] Notify Tree about selection event 18:05:59.735 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 18:05:59.741 DEBUG [WorkbenchTestable][TreeItemHandler] artifact 18:05:59.743 DEBUG [WorkbenchTestable][TreeItemHandler] maven-test-project 18:05:59.743 DEBUG [WorkbenchTestable][TreeItemHandler] maven-wrong-project 18:05:59.744 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:05:59.744 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:05:59.858 DEBUG [main][MenuItemLookup] Found menu:'New' 18:05:59.858 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:05:59.858 DEBUG [main][MenuItemLookup] Found menu:'' 18:05:59.858 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:05:59.858 DEBUG [main][MenuItemLookup] Found menu:'' 18:05:59.858 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:05:59.858 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:05:59.858 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:05:59.858 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:05:59.858 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:05:59.858 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:05:59.858 DEBUG [main][MenuItemLookup] Found menu:'' 18:05:59.858 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:05:59.858 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:05:59.858 DEBUG [main][MenuItemLookup] Found menu:'' 18:05:59.858 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:05:59.859 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:05:59.859 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:05:59.859 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:05:59.860 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:05:59.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:05:59.861 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:06:00.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:06:00.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:00.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:00.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:00.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:00.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:00.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:06:00.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:00.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:00.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:00.362 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:06:00.362 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:00.455 DEBUG [main][MenuItemLookup] Found menu:'New' 18:06:00.455 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:06:00.455 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:00.455 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:06:00.455 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:00.455 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:06:00.455 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:06:00.455 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:06:00.455 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:06:00.455 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:06:00.456 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:06:00.456 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:06:00.457 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:06:00.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 18:06:01.244 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 18:06:01.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:06:01.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:01.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:01.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:06:01.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:01.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:01.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:01.250 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:06:01.250 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:01.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:01.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:01.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:01.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:01.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:01.257 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:06:01.258 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:06:01.258 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:06:01.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:01.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:01.258 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:01.258 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:01.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:06:01.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:01.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:01.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:01.259 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:06:01.259 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:01.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:01.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:01.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:01.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:01.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:01.270 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:06:01.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:01.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:01.271 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:01.271 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:01.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:06:01.290 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:06:01.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:06:01.792 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:06:01.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:01.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 18:06:01.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:06:01.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:06:01.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:06:01.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 18:06:01.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:06:01.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:01.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:01.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:01.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:01.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:01.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:01.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:01.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:01.793 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 18:06:01.793 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:06:01.793 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:06:01.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:01.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.136 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: 6.925 s Running org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 18:06:01.807 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 18:06:01.815 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:06:01.815 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:06:01.815 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 18:06:01.815 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:06:01.815 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:06:01.816 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:06:01.816 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:06:01.817 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:06:01.818 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:01.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:01.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: "Import"] 18:06:01.820 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:01.820 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:01.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:01.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: "Import"] 18:06:01.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:01.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: "Import"] 18:06:01.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:01.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"] 18:06:01.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:01.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"] 18:06:01.825 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:01.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: "Import"] 18:06:01.825 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:01.826 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:01.826 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:01.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:06:01.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:01.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:01.829 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:06:01.829 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:01.830 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:01.831 DEBUG [main][MenuItemLookup] Item match:File 18:06:01.834 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:06:01.834 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:06:01.834 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:06:01.834 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:06:01.834 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:01.834 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:06:01.834 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:06:01.834 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:01.834 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:06:01.834 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:06:01.834 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:06:01.834 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:06:01.834 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:01.834 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:06:01.834 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:06:01.834 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:06:01.834 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:06:01.834 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:01.834 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:06:01.834 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:01.834 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:06:01.834 DEBUG [main][MenuItemLookup] Item match:Import... 18:06:01.864 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:06:01.864 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:06:01.864 INFO [main][MenuItemHandler] Select menu item: &Import... 18:06:02.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:02.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:06:02.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:02.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:02.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:02.037 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:02.037 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:02.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:06:02.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:02.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:02.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:02.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:02.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:02.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:02.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:02.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:06:02.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:02.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:02.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:02.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:02.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:06:02.560 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:02.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:02.562 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:02.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:02.562 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:02.566 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 18:06:02.566 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 18:06:02.566 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 18:06:02.583 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 18:06:02.584 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:02.584 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:06:02.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 18:06:02.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:02.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:02.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:02.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:02.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:02.591 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:06:02.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:02.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:02.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:02.592 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:02.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: "Import"] 18:06:02.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:02.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:02.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:02.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:02.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:02.741 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:02.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:02.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:02.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:06:02.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:02.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:02.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:02.743 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:02.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:02.770 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip' 18:06:02.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.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:") 18:06:02.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:02.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:02.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:02.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:02.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:02.777 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 18:06:02.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:02.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:02.778 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:02.778 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:02.778 TRACE [main][WidgetHandler] Notify Button with event 27 18:06:02.778 TRACE [main][WidgetHandler] Wait for synchronization 18:06:02.778 TRACE [main][WidgetHandler] Notify Button with event 13 18:06:02.778 TRACE [main][WidgetHandler] Wait for synchronization 18:06:02.778 TRACE [main][WidgetHandler] Notify Button with event 26 18:06:02.779 TRACE [main][WidgetHandler] Wait for synchronization 18:06:02.779 TRACE [main][WidgetHandler] Notify Button with event 3 18:06:02.779 TRACE [main][WidgetHandler] Wait for synchronization 18:06:02.779 TRACE [main][WidgetHandler] Notify Button with event 4 18:06:02.779 TRACE [main][WidgetHandler] Wait for synchronization 18:06:02.779 TRACE [main][WidgetHandler] Notify Button with event 13 18:06:02.779 TRACE [main][WidgetHandler] Wait for synchronization 18:06:02.806 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 18:06:02.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:02.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:06:02.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:06:02.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:02.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:06:02.809 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip 18:06:02.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.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") 18:06:02.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:02.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:02.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:02.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:02.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:02.954 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 18:06:02.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:02.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:03.020 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:03.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:03.210 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 18:06:03.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:03.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:03.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:03.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:03.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:03.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 18:06:03.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 18:06:03.230 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 18:06:03.230 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 18:06:03.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 18:06:03.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:03.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:03.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:03.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:03.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:03.245 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 18:06:03.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:03.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:03.245 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:03.246 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:03.248 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 18:06:03.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:03.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:03.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:03.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:03.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:03.262 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 18:06:03.262 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 18:06:03.264 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 18:06:03.279 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 18:06:03.280 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:03.280 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 18:06:03.280 DEBUG [WorkbenchTestable][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) 18:06:03.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:03.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:03.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:03.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:03.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:03.314 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:06:03.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:03.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:03.326 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:03.326 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:03.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:06:03.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:06:03.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:03.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:06:03.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:06:03.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:03.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:03.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:03.631 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:03.631 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:03.631 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:03.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:03.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:03.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:03.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:03.639 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:06:03.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:03.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:03.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:06:03.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:03.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:03.644 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:06:03.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 '\*?\QPackage Explorer\E') 18:06:03.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:03.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:03.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:03.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:03.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:06:03.648 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:03.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:03.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:03.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:03.722 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:03.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:03.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:03.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:03.731 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:03.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:03.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:03.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:03.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:03.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:03.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:04.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:04.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:04.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:04.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:04.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:06:04.741 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:04.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:04.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:04.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:04.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 18:06:04.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:04.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:04.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:04.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:04.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:04.748 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 18:06:04.750 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:06:04.751 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 18:06:04.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 18:06:04.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:05.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:05.254 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 18:06:05.264 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 18:06:05.265 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 18:06:05.265 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 18:06:05.279 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 18:06:05.280 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 18:06:05.280 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 18:06:05.287 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 18:06:05.288 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 18:06:05.293 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 18:06:05.293 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:06:05.294 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:06:06.082 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:06:06.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:06.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:06:06.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:06.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:06.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:06.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:06.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:06.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:06.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:06.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:06.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4ce0910e is found... 18:06:06.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4ce0910e is found finished successfully 18:06:06.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 18:06:06.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:06.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:06.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:06.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:06.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:06:06.120 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:06.120 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:06.121 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:06:06.122 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest) 18:06:06.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 18:06:06.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:06:06.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:06:06.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:06:06.125 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:06.125 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:06.125 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") 18:06:06.125 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:06.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:06.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:06.126 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 18:06:06.127 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:06.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:06.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:06.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:06.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:06.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:06:06.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 18:06:06.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:06:06.147 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:06.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:06.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:06.158 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 18:06:06.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:06.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:06.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:06.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:06.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:06.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:06.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:06.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:06.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 18:06:06.194 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 18:06:06.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:06.194 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 18:06:06.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:06.195 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 18:06:06.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 18:06:06.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 18:06:06.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:06.197 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 18:06:06.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:06.197 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 18:06:06.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:06.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:06.202 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:06:06.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:06.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:06.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 18:06:06.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:06.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:06.206 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 18:06:06.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:06:06.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:06.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:06.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:06.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:06.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:06:06.210 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:06.210 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:06.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:06.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:06.304 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part file.xml 18:06:06.376 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:06.376 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:06.386 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") 18:06:06.387 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:06.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:06.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:06.400 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 18:06:06.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:06.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:06.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:06.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:06.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:06.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:06:06.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 18:06:06.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 18:06:06.552 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:06.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:06.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:06.587 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 18:06:06.587 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:06.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:06.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:06.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:06.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:06.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:06:06.592 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 18:06:06.592 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:06:06.592 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:06:06.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:06.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:06.594 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest) 18:06:06.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:06.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:06.603 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:06:06.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:06.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:06.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 18:06:06.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:06.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:06.608 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 18:06:06.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 '\*?\QPackage Explorer\E') 18:06:06.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:06.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:06.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:06.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:06.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:06:06.612 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:06.612 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:06.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:06.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:06.716 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:06.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:06.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:06.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:06.722 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:06.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:06.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:06.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:06.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:06.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:06.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:07.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:07.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:07.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:07.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:07.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:06:07.729 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:07.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:07.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:07.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:07.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:06:07.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:07.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:07.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:07.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:07.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:07.734 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 18:06:07.734 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 18:06:07.735 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 18:06:07.736 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 18:06:07.744 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 18:06:07.744 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:06:07.744 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:07.827 DEBUG [main][MenuItemLookup] Found menu:'New' 18:06:07.827 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:06:07.827 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:07.827 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:06:07.827 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:06:07.827 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:07.827 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:06:07.827 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:06:07.827 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:06:07.827 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:06:07.828 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:07.828 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:06:07.828 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:06:07.828 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:06:07.828 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:07.828 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:06:07.828 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:06:07.828 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:07.828 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:06:07.828 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:06:07.828 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:06:07.828 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:06:07.829 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:06:07.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:07.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:06:08.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:08.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:08.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:08.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:08.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:08.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:08.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:08.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:08.334 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 18:06:08.334 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 18:06:08.334 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 18:06:08.335 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 18:06:08.340 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 18:06:08.341 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:06:08.341 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:08.428 DEBUG [main][MenuItemLookup] Found menu:'New' 18:06:08.428 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:06:08.428 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:08.428 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:06:08.428 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:06:08.428 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:08.428 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:06:08.428 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:06:08.428 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:06:08.428 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:06:08.428 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:06:08.428 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:06:08.428 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:06:08.429 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:06:08.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.... 18:06:09.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:06:09.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:06:09.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:09.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:09.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:09.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:09.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:06:09.179 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:09.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:09.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:09.180 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:06:09.180 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:09.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:09.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:09.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:09.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:09.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:09.182 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:06:09.183 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:06:09.183 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:06:09.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:09.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:09.184 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:09.184 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:09.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) 18:06:09.184 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:09.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:09.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:09.185 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:06:09.185 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:09.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:09.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:09.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:09.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:09.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:09.196 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:06:09.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:09.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:09.196 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:09.197 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:09.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:06:09.215 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:06:09.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:06:09.717 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:06:09.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:09.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:06:09.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:06:09.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:06:09.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:09.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:09.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:09.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:09.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:09.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:09.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:09.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:09.717 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 18:06:09.718 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:06:09.718 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:06:09.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:09.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.917 s - in org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest selectPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest) Time elapsed: 0.472 s Running org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:09.737 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:09.739 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:06:09.739 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:06:09.740 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:09.740 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:06:09.740 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:06:09.741 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:06:09.741 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:06:09.741 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:06:09.741 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:06:09.742 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 18:06:09.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:09.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:06:09.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:06:09.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:06:09.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: "Import"] 18:06:09.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:09.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: "Import"] 18:06:09.744 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:09.744 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:09.744 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:09.745 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:09.745 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:09.745 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:09.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:09.746 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:09.747 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:09.747 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:09.747 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:09.748 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:09.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:09.748 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:09.749 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:09.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:06:09.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:09.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:09.750 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:06:09.751 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:09.751 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:09.752 DEBUG [main][MenuItemLookup] Item match:File 18:06:09.754 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:06:09.754 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:06:09.755 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:06:09.755 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:06:09.755 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:09.755 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:06:09.755 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:06:09.755 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:09.755 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:06:09.755 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:06:09.755 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:06:09.755 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:06:09.755 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:09.755 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:06:09.755 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:06:09.755 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:06:09.755 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:06:09.755 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:09.755 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:06:09.755 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:09.755 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:06:09.755 DEBUG [main][MenuItemLookup] Item match:Import... 18:06:09.776 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:06:09.776 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:06:09.776 INFO [main][MenuItemHandler] Select menu item: &Import... 18:06:09.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:09.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:06:09.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:09.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:09.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:09.945 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:09.945 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:09.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:06:09.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:09.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:09.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:09.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:09.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:09.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:09.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:09.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:06:09.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:09.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:09.963 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:09.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:09.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:09.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:06:09.964 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:09.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:09.965 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:09.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:09.965 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:09.978 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 18:06:09.978 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 18:06:09.978 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 18:06:09.979 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 18:06:09.979 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:09.979 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:06:09.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 18:06:09.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:09.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:09.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:09.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:09.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:09.993 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:06:09.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:09.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:09.993 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:09.993 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:10.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: "Import"] 18:06:10.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:10.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:10.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:10.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:10.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:10.184 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:10.184 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:10.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:10.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:06:10.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:10.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:10.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:10.186 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:10.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:10.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: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 18:06:10.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:10.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:10.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:10.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:10.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:10.270 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 18:06:10.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:10.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:10.271 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:10.271 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:10.271 TRACE [main][WidgetHandler] Notify Button with event 27 18:06:10.272 TRACE [main][WidgetHandler] Wait for synchronization 18:06:10.272 TRACE [main][WidgetHandler] Notify Button with event 13 18:06:10.272 TRACE [main][WidgetHandler] Wait for synchronization 18:06:10.272 TRACE [main][WidgetHandler] Notify Button with event 26 18:06:10.272 TRACE [main][WidgetHandler] Wait for synchronization 18:06:10.272 TRACE [main][WidgetHandler] Notify Button with event 3 18:06:10.272 TRACE [main][WidgetHandler] Wait for synchronization 18:06:10.272 TRACE [main][WidgetHandler] Notify Button with event 4 18:06:10.272 TRACE [main][WidgetHandler] Wait for synchronization 18:06:10.273 TRACE [main][WidgetHandler] Notify Button with event 13 18:06:10.273 TRACE [main][WidgetHandler] Wait for synchronization 18:06:10.322 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 18:06:10.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:10.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:10.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:10.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:10.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:06:10.338 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to: 18:06:10.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 18:06:10.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:10.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:10.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:10.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:10.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:10.352 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:10.353 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 18:06:10.353 DEBUG [WorkbenchTestable][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) 18:06:10.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:10.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:10.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:10.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:10.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:10.371 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:06:10.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:10.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:10.371 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:10.371 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:10.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:06:10.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:06:10.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:10.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:06:10.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:10.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:10.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:10.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:10.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:10.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:10.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:10.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:10.493 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:10.493 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:06:10.493 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:06:10.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:10.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:10.501 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 18:06:10.501 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:06:10.502 INFO [WorkbenchTestable][RequirementsRunner] Started test: setArchiveFile no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 18:06:10.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:10.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:06:10.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:06:10.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:06:10.503 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:10.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:10.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: "Import"] 18:06:10.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:10.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: "Import"] 18:06:10.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:10.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"] 18:06:10.506 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:10.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: "Import"] 18:06:10.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:10.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: "Import"] 18:06:10.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:10.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: "Import"] 18:06:10.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:10.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"] 18:06:10.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:10.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: "Import"] 18:06:10.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:10.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:06:10.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:10.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:10.512 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:06:10.512 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:10.512 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:10.516 DEBUG [main][MenuItemLookup] Item match:File 18:06:10.518 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:06:10.519 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:06:10.519 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:06:10.519 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:06:10.519 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:10.519 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:06:10.519 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:06:10.519 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:10.519 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:06:10.519 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:06:10.519 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:06:10.519 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:06:10.519 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:10.519 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:06:10.519 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:06:10.519 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:06:10.519 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:06:10.519 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:10.519 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:06:10.519 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:10.519 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:06:10.519 DEBUG [main][MenuItemLookup] Item match:Import... 18:06:10.520 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:06:10.520 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:06:10.522 INFO [main][MenuItemHandler] Select menu item: &Import... 18:06:10.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:10.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:06:10.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:10.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:10.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:10.729 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:10.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:10.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:06:10.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:10.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:10.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:10.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:10.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:10.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:10.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:10.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:06:10.747 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:10.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:10.748 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:10.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:10.749 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:10.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:06:10.750 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:10.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:10.750 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:10.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:10.750 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:10.756 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 18:06:10.756 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 18:06:10.757 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 18:06:10.758 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 18:06:10.758 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:10.758 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:06:10.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 18:06:10.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:10.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:10.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:10.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:10.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:10.795 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:06:10.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:10.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:10.796 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:10.796 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:10.888 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:10.987 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:11.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:11.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:11.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:11.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:11.023 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:11.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:11.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:11.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:06:11.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:11.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:11.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:11.068 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:11.069 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:11.103 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip' 18:06:11.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.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:") 18:06:11.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:11.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:11.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:11.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:11.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:11.109 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 18:06:11.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:11.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:11.110 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:11.110 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:11.154 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 18:06:11.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:11.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:06:11.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:06:11.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:11.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:06:11.156 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip 18:06:11.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 18:06:11.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:11.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:11.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:11.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:11.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:11.335 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 18:06:11.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:11.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:11.336 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:11.337 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:11.454 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 18:06:11.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:11.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:11.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:11.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:11.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:11.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 18:06:11.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 18:06:11.488 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 18:06:11.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:11.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:11.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:11.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:11.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:11.540 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:11.540 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 18:06:11.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:06:11.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:11.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:11.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:11.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:11.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:11.587 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:06:11.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:11.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:11.588 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:11.589 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:11.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:06:11.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:06:11.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:11.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:11.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:11.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:11.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:11.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:11.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:11.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:11.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:11.718 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:11.718 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:06:11.718 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:06:11.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:11.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:11.720 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setArchiveFile no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 18:06:11.720 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:06:11.721 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_zipFile_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 18:06:11.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:11.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:06:11.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:06:11.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:06:11.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: "Import"] 18:06:11.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:11.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"] 18:06:11.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:11.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"] 18:06:11.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:11.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"] 18:06:11.726 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:11.726 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:11.727 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:11.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"] 18:06:11.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:11.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"] 18:06:11.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:11.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"] 18:06:11.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:11.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"] 18:06:11.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:11.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:06:11.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:11.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:11.730 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:06:11.731 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:11.731 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:11.732 DEBUG [main][MenuItemLookup] Item match:File 18:06:11.735 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:06:11.735 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:06:11.735 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:06:11.735 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:06:11.735 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:11.735 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:06:11.735 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:06:11.735 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:11.736 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:06:11.736 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:06:11.736 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:06:11.736 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:06:11.736 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:11.736 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:06:11.736 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:06:11.736 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:06:11.736 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:06:11.736 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:11.736 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:06:11.736 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:11.736 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:06:11.736 DEBUG [main][MenuItemLookup] Item match:Import... 18:06:11.737 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:06:11.738 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:06:11.738 INFO [main][MenuItemHandler] Select menu item: &Import... 18:06:11.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:11.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:06:11.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:11.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:11.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:11.917 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:11.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:11.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:06:11.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:11.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:11.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:11.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:11.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:11.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:11.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:11.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:06:11.934 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:11.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:11.947 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:11.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:11.947 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:11.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:06:11.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:11.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:11.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:11.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:11.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:11.956 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 18:06:11.956 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 18:06:11.956 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 18:06:11.958 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 18:06:11.958 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:11.958 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:06:11.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 18:06:11.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:11.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:11.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:11.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:11.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:11.964 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:06:11.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:11.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:11.965 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:11.965 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:12.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: "Import"] 18:06:12.133 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:12.149 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:12.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:12.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:12.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:12.152 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:12.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:12.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:12.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 18:06:12.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:12.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:12.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:12.154 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:12.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:12.154 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip' 18:06:12.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 18:06:12.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:12.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:12.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:12.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:12.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:12.158 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 18:06:12.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:12.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:12.158 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:12.158 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:12.161 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 18:06:12.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:12.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:06:12.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:06:12.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:12.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:06:12.164 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip 18:06:12.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.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") 18:06:12.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:12.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:12.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:12.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:12.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:12.361 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 18:06:12.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:12.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:12.362 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:12.362 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:12.510 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 18:06:12.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:12.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:12.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:12.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:12.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:12.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 18:06:12.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 18:06:12.514 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to false 18:06:12.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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:") 18:06:12.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:12.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:12.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:12.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:12.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:12.578 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:12.578 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 18:06:12.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 18:06:12.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:12.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:12.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:12.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:12.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:12.630 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:06:12.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:12.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:12.631 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:12.631 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:12.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:06:12.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:06:12.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:12.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:12.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:12.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:12.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:12.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:12.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:12.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:12.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:12.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:12.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:06:12.767 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:06:12.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:12.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:12.768 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_zipFile_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 18:06:12.769 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:06:12.769 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_zipFile_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 18:06:12.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:12.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:06:12.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:06:12.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:06:12.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:12.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:12.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:12.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:12.771 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:12.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:12.772 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:12.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:12.772 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:12.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:12.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: "Import"] 18:06:12.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:12.774 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:12.774 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:12.774 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:12.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:12.775 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:12.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:12.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:06:12.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:12.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:12.776 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:06:12.776 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:12.777 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:12.777 DEBUG [main][MenuItemLookup] Item match:File 18:06:12.780 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:06:12.780 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:06:12.780 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:06:12.780 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:06:12.780 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:12.780 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:06:12.780 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:06:12.780 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:12.780 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:06:12.780 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:06:12.780 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:06:12.780 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:06:12.780 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:12.780 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:06:12.780 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:06:12.780 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:06:12.780 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:06:12.780 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:12.780 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:06:12.780 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:12.780 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:06:12.781 DEBUG [main][MenuItemLookup] Item match:Import... 18:06:12.781 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:06:12.781 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:06:12.782 INFO [main][MenuItemHandler] Select menu item: &Import... 18:06:12.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:12.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:06:12.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:12.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:12.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:12.945 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:12.945 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:12.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:06:12.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:12.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:12.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:12.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:12.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:12.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:12.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:12.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:06:12.964 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:12.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:12.978 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:12.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:12.979 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:12.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:06:12.980 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:12.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:12.980 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:12.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:12.980 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:12.981 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 18:06:12.981 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 18:06:12.987 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 18:06:12.988 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 18:06:12.988 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:12.988 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:06:12.989 DEBUG [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) 18:06:12.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:12.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:12.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:12.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:12.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:12.996 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:06:12.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:12.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:12.997 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:12.997 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:13.078 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:13.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:13.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:13.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:13.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:13.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:13.162 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:13.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:13.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:13.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:06:13.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:13.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:13.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:13.164 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:13.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:13.164 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip' 18:06:13.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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:") 18:06:13.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:13.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:13.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:13.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:13.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:13.167 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 18:06:13.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:13.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:13.197 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:13.197 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:13.215 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 18:06:13.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:13.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:06:13.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:06:13.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:13.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:06:13.216 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip 18:06:13.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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") 18:06:13.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:13.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:13.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:13.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:13.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:13.310 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 18:06:13.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:13.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:13.311 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:13.311 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:13.431 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 18:06:13.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:13.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:13.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:13.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:13.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 18:06:13.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 18:06:13.448 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to false 18:06:13.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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:") 18:06:13.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:13.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:13.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:13.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:13.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:13.516 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:13.516 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 18:06:13.516 DEBUG [WorkbenchTestable][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) 18:06:13.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:13.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:13.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:13.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:13.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:13.565 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:06:13.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:13.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:13.566 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:13.566 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:13.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:06:13.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:06:13.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:13.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:13.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:13.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:13.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:13.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:13.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:13.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:13.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:13.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:13.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:06:13.676 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:06:13.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:13.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:13.677 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_zipFile_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 18:06:13.677 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:06:13.678 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_directory_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 18:06:13.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:13.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:06:13.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:06:13.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:06:13.678 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:13.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:13.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: "Import"] 18:06:13.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:13.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: "Import"] 18:06:13.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:13.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: "Import"] 18:06:13.680 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:13.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: "Import"] 18:06:13.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:13.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: "Import"] 18:06:13.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:13.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: "Import"] 18:06:13.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:13.682 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:13.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:13.682 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:13.683 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:13.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:06:13.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:13.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:13.684 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:06:13.684 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:13.684 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:13.686 DEBUG [main][MenuItemLookup] Item match:File 18:06:13.688 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:06:13.688 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:06:13.688 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:06:13.688 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:06:13.688 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:13.688 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:06:13.688 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:06:13.689 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:13.689 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:06:13.689 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:06:13.689 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:06:13.689 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:06:13.689 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:13.689 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:06:13.689 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:06:13.689 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:06:13.689 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:06:13.689 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:13.689 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:06:13.689 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:13.689 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:06:13.689 DEBUG [main][MenuItemLookup] Item match:Import... 18:06:13.690 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:06:13.690 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:06:13.690 INFO [main][MenuItemHandler] Select menu item: &Import... 18:06:13.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:13.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:06:13.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:13.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:13.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:13.856 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:13.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:13.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:06:13.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:13.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:13.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:13.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:13.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:13.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:13.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:13.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:06:13.870 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:13.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:13.870 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:13.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:13.870 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:13.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:06:13.871 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:13.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:13.871 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:13.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:13.871 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:13.872 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 18:06:13.872 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 18:06:13.873 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 18:06:13.873 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 18:06:13.873 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:13.873 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:06:13.874 DEBUG [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) 18:06:13.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:13.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:13.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:13.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:13.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:13.892 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:06:13.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:13.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:13.903 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:13.903 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:13.994 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:14.076 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:14.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:14.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:14.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:14.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:14.095 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:14.095 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:14.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:14.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:06:14.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:14.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:14.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:14.139 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:14.139 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:14.139 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 18:06:14.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 18:06:14.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:14.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:14.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:14.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:14.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:14.143 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 18:06:14.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:14.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:14.144 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:14.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:14.144 TRACE [main][WidgetHandler] Notify Button with event 27 18:06:14.144 TRACE [main][WidgetHandler] Wait for synchronization 18:06:14.144 TRACE [main][WidgetHandler] Notify Button with event 13 18:06:14.144 TRACE [main][WidgetHandler] Wait for synchronization 18:06:14.144 TRACE [main][WidgetHandler] Notify Button with event 26 18:06:14.144 TRACE [main][WidgetHandler] Wait for synchronization 18:06:14.144 TRACE [main][WidgetHandler] Notify Button with event 3 18:06:14.144 TRACE [main][WidgetHandler] Wait for synchronization 18:06:14.144 TRACE [main][WidgetHandler] Notify Button with event 4 18:06:14.144 TRACE [main][WidgetHandler] Wait for synchronization 18:06:14.145 TRACE [main][WidgetHandler] Notify Button with event 13 18:06:14.145 TRACE [main][WidgetHandler] Wait for synchronization 18:06:14.168 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 18:06:14.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:14.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:14.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:14.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:14.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:06:14.174 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 18:06:14.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 18:06:14.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:14.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:14.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:14.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:14.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:14.341 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 18:06:14.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:14.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:14.342 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:14.342 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:14.456 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 18:06:14.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:14.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:14.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:14.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:14.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:14.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 18:06:14.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 18:06:14.471 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to true 18:06:14.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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:") 18:06:14.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:14.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:14.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:14.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:14.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:14.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 18:06:14.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:14.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:14.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:14.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:14.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:14.539 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 18:06:14.540 INFO [WorkbenchTestable][CheckBox] Check checkbox &Copy projects into workspace 18:06:14.540 INFO [WorkbenchTestable][AbstractButton] Click button &Copy projects into workspace 18:06:14.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:14.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:14.571 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:14.571 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:14.591 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:14.591 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 18:06:14.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 18:06:14.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:14.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:14.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:14.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:14.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:14.598 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:06:14.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:14.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:14.599 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:14.599 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:14.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:06:14.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:06:14.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:14.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:14.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:14.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:14.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:14.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:14.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:14.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:14.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:14.707 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:14.707 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:06:14.707 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:06:14.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:14.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:14.709 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_directory_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 18:06:14.709 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:06:14.709 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 18:06:14.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:14.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:06:14.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:06:14.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:06:14.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: "Import"] 18:06:14.710 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:14.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: "Import"] 18:06:14.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:14.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: "Import"] 18:06:14.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:14.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: "Import"] 18:06:14.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:14.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: "Import"] 18:06:14.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:14.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: "Import"] 18:06:14.714 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:14.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: "Import"] 18:06:14.714 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:14.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: "Import"] 18:06:14.715 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:14.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: "Import"] 18:06:14.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:14.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:06:14.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:14.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:14.717 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:06:14.717 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:14.718 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:14.719 DEBUG [main][MenuItemLookup] Item match:File 18:06:14.721 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:06:14.721 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:06:14.721 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:06:14.721 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:06:14.721 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:14.721 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:06:14.721 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:06:14.721 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:14.721 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:06:14.722 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:06:14.722 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:06:14.722 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:06:14.722 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:14.722 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:06:14.722 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:06:14.722 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:06:14.722 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:06:14.722 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:14.722 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:06:14.722 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:14.722 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:06:14.722 DEBUG [main][MenuItemLookup] Item match:Import... 18:06:14.723 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:06:14.723 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:06:14.723 INFO [main][MenuItemHandler] Select menu item: &Import... 18:06:14.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:14.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:06:14.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:14.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:14.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:14.902 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:14.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:14.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:06:14.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:14.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:14.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:14.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:14.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:14.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:14.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:14.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:06:14.908 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:14.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:14.909 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:14.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:14.930 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:14.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:06:14.931 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:14.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:14.932 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:14.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:14.932 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:14.933 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 18:06:14.933 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 18:06:14.933 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 18:06:14.934 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 18:06:14.934 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:14.934 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:06:14.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 18:06:14.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:14.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:14.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:14.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:14.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:14.938 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:06:14.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:14.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:14.939 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:14.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:15.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"] 18:06:15.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:15.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:15.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:15.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:15.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:15.117 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:15.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:15.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:15.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:06:15.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:15.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:15.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:15.202 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:15.202 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:15.203 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 18:06:15.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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:") 18:06:15.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:15.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:15.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:15.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:15.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:15.216 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 18:06:15.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:15.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:15.217 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:15.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:15.217 TRACE [main][WidgetHandler] Notify Button with event 27 18:06:15.217 TRACE [main][WidgetHandler] Wait for synchronization 18:06:15.217 TRACE [main][WidgetHandler] Notify Button with event 13 18:06:15.217 TRACE [main][WidgetHandler] Wait for synchronization 18:06:15.218 TRACE [main][WidgetHandler] Notify Button with event 26 18:06:15.218 TRACE [main][WidgetHandler] Wait for synchronization 18:06:15.218 TRACE [main][WidgetHandler] Notify Button with event 3 18:06:15.218 TRACE [main][WidgetHandler] Wait for synchronization 18:06:15.218 TRACE [main][WidgetHandler] Notify Button with event 4 18:06:15.218 TRACE [main][WidgetHandler] Wait for synchronization 18:06:15.218 TRACE [main][WidgetHandler] Notify Button with event 13 18:06:15.218 TRACE [main][WidgetHandler] Wait for synchronization 18:06:15.241 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 18:06:15.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:15.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:15.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:15.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:15.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:06:15.243 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 18:06:15.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.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") 18:06:15.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:15.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:15.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:15.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:15.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:15.351 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 18:06:15.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:15.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:15.352 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:15.352 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:15.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 18:06:15.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:15.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:15.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:15.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:15.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:15.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 18:06:15.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 18:06:15.539 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 18:06:15.539 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 18:06:15.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 18:06:15.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:15.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:15.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:15.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:15.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:15.544 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 18:06:15.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:15.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:15.544 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:15.544 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:15.548 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 18:06:15.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:15.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:15.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:15.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:15.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:15.552 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item ProjectB (/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) 18:06:15.552 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item ProjectB (/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB): 18:06:15.552 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 18:06:15.615 INFO [WorkbenchTestable][TreeItemHandler] Checked: ProjectB (/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) 18:06:15.616 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item ProjectC (/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) 18:06:15.616 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item ProjectC (/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC): 18:06:15.616 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 18:06:15.617 INFO [WorkbenchTestable][TreeItemHandler] Checked: ProjectC (/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) 18:06:15.618 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 18:06:15.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:15.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:15.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:15.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:15.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:15.633 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:15.633 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 18:06:15.634 DEBUG [WorkbenchTestable][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) 18:06:15.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:15.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:15.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:15.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:15.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:15.649 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:06:15.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:15.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:15.650 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:15.650 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:15.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:06:15.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:06:15.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:15.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:15.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:15.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:15.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:15.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:15.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:15.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:15.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:15.800 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:15.800 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:06:15.800 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:06:15.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:15.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:15.802 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 18:06:15.802 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:06:15.802 INFO [WorkbenchTestable][RequirementsRunner] Started test: deselectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 18:06:15.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:15.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:06:15.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:06:15.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:06:15.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"] 18:06:15.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:15.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"] 18:06:15.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:15.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: "Import"] 18:06:15.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:15.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: "Import"] 18:06:15.805 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:15.805 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:15.805 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:15.805 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:15.805 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:15.806 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:15.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:15.806 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:15.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:15.806 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:15.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:15.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:06:15.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:15.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:15.807 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:06:15.807 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:15.808 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:15.809 DEBUG [main][MenuItemLookup] Item match:File 18:06:15.811 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:06:15.811 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:06:15.811 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:06:15.811 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:06:15.811 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:15.811 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:06:15.811 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:06:15.811 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:15.811 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:06:15.812 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:06:15.812 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:06:15.812 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:06:15.812 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:15.812 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:06:15.812 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:06:15.812 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:06:15.812 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:06:15.812 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:15.812 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:06:15.812 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:15.812 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:06:15.812 DEBUG [main][MenuItemLookup] Item match:Import... 18:06:15.812 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:06:15.812 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:06:15.813 INFO [main][MenuItemHandler] Select menu item: &Import... 18:06:16.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:16.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:06:16.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:16.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:16.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:16.040 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:16.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:16.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:06:16.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:16.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:16.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:16.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:16.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:16.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:16.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:16.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:06:16.055 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:16.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:16.055 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:16.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:16.056 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:16.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:06:16.069 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:16.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:16.070 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:16.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:16.070 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:16.071 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 18:06:16.071 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 18:06:16.071 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 18:06:16.072 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 18:06:16.072 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:16.072 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:06:16.072 DEBUG [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) 18:06:16.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:16.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:16.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:16.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:16.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:16.082 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:06:16.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:16.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:16.082 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:16.083 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:16.169 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:16.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:16.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:16.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:16.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:16.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:16.305 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:16.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:16.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:16.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:06:16.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:16.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:16.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:16.308 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:16.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:16.321 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 18:06:16.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.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:") 18:06:16.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:16.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:16.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:16.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:16.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:16.358 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 18:06:16.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:16.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:16.367 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:16.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:16.368 TRACE [main][WidgetHandler] Notify Button with event 27 18:06:16.368 TRACE [main][WidgetHandler] Wait for synchronization 18:06:16.368 TRACE [main][WidgetHandler] Notify Button with event 13 18:06:16.368 TRACE [main][WidgetHandler] Wait for synchronization 18:06:16.368 TRACE [main][WidgetHandler] Notify Button with event 26 18:06:16.368 TRACE [main][WidgetHandler] Wait for synchronization 18:06:16.368 TRACE [main][WidgetHandler] Notify Button with event 3 18:06:16.368 TRACE [main][WidgetHandler] Wait for synchronization 18:06:16.368 TRACE [main][WidgetHandler] Notify Button with event 4 18:06:16.368 TRACE [main][WidgetHandler] Wait for synchronization 18:06:16.368 TRACE [main][WidgetHandler] Notify Button with event 13 18:06:16.368 TRACE [main][WidgetHandler] Wait for synchronization 18:06:16.375 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 18:06:16.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:16.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:16.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:16.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:16.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:06:16.400 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 18:06:16.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") 18:06:16.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:16.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:16.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:16.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:16.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:16.523 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 18:06:16.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:16.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:16.524 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:16.524 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:16.660 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 18:06:16.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:16.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:16.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:16.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:16.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:16.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 18:06:16.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 18:06:16.715 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 18:06:16.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.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") 18:06:16.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:16.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:16.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:16.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:16.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:16.750 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 18:06:16.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:16.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:16.751 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:16.751 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:16.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 18:06:16.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:16.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:16.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:16.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:16.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:16.806 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:16.806 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 18:06:16.807 DEBUG [WorkbenchTestable][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) 18:06:16.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:16.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:16.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:16.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:16.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:16.835 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:06:16.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:16.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:16.836 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:16.836 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:16.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:06:16.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:06:16.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:16.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:16.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:16.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:16.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:16.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:16.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:16.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:16.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:16.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:16.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:06:16.945 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:06:16.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:16.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:16.947 INFO [WorkbenchTestable][RequirementsRunner] Finished test: deselectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 18:06:16.948 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:06:16.948 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 18:06:16.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:16.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:06:16.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:06:16.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:06:16.949 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:16.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:16.950 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:16.950 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:16.950 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:16.950 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:16.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"] 18:06:16.951 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:16.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"] 18:06:16.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:16.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: "Import"] 18:06:16.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:16.953 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:16.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:16.954 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:16.954 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:16.954 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:16.954 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:16.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:06:16.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:16.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:16.955 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:06:16.956 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:16.956 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:16.957 DEBUG [main][MenuItemLookup] Item match:File 18:06:16.960 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:06:16.960 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:06:16.960 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:06:16.960 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:06:16.960 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:16.960 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:06:16.960 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:06:16.960 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:16.960 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:06:16.960 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:06:16.960 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:06:16.960 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:06:16.960 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:16.960 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:06:16.960 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:06:16.960 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:06:16.960 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:06:16.960 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:16.960 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:06:16.960 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:16.960 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:06:16.960 DEBUG [main][MenuItemLookup] Item match:Import... 18:06:16.961 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:06:16.961 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:06:16.961 INFO [main][MenuItemHandler] Select menu item: &Import... 18:06:17.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:17.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:06:17.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:17.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:17.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:17.128 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:17.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:17.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 18:06:17.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:17.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:17.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:17.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:17.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:17.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:17.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:17.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:06:17.162 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:17.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:17.163 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:17.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:17.163 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:17.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:06:17.169 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:17.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:17.169 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:17.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:17.170 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:17.171 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 18:06:17.171 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 18:06:17.172 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 18:06:17.173 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 18:06:17.173 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:17.173 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:06:17.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.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) 18:06:17.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:17.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:17.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:17.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:17.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:17.202 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:06:17.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:17.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:17.203 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:17.203 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:17.289 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:17.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:17.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:17.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:17.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:17.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:17.431 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:17.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:17.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:17.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 18:06:17.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:17.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:17.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:17.433 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:17.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:17.434 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 18:06:17.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 18:06:17.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:17.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:17.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:17.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:17.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:17.446 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 18:06:17.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:17.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:17.446 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:17.446 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:17.447 TRACE [main][WidgetHandler] Notify Button with event 27 18:06:17.447 TRACE [main][WidgetHandler] Wait for synchronization 18:06:17.447 TRACE [main][WidgetHandler] Notify Button with event 13 18:06:17.447 TRACE [main][WidgetHandler] Wait for synchronization 18:06:17.447 TRACE [main][WidgetHandler] Notify Button with event 26 18:06:17.447 TRACE [main][WidgetHandler] Wait for synchronization 18:06:17.447 TRACE [main][WidgetHandler] Notify Button with event 3 18:06:17.447 TRACE [main][WidgetHandler] Wait for synchronization 18:06:17.447 TRACE [main][WidgetHandler] Notify Button with event 4 18:06:17.447 TRACE [main][WidgetHandler] Wait for synchronization 18:06:17.447 TRACE [main][WidgetHandler] Notify Button with event 13 18:06:17.447 TRACE [main][WidgetHandler] Wait for synchronization 18:06:17.475 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 18:06:17.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:17.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:17.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:17.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:17.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:06:17.476 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 18:06:17.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") 18:06:17.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:17.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:17.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:17.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:17.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:17.584 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 18:06:17.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:17.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:17.596 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:17.596 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:17.795 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 18:06:17.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:17.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:17.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:17.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:17.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:17.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 18:06:17.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 18:06:17.801 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 18:06:17.802 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 18:06:17.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 18:06:17.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:17.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:17.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:17.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:17.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:17.862 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 18:06:17.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:17.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:17.870 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:17.871 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:17.899 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 18:06:17.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:17.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:17.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:17.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:17.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:17.914 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 18:06:17.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:17.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:17.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:17.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:17.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:17.932 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:17.932 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 18:06:17.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.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) 18:06:17.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:17.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:17.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:17.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:17.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:17.948 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:06:17.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:17.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:17.948 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:17.948 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:18.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:06:18.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:06:18.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:18.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:18.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:18.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:18.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:18.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:18.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:18.063 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:18.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:18.063 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:18.063 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:06:18.063 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:06:18.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:18.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:18.065 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 18:06:18.065 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:06:18.066 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 18:06:18.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:18.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:06:18.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:06:18.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:06:18.076 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:18.079 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:18.080 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:18.080 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:18.081 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:18.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:18.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: "Import"] 18:06:18.083 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:18.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: "Import"] 18:06:18.083 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:18.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: "Import"] 18:06:18.084 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:18.084 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:18.084 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:18.085 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:18.085 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:18.085 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:18.085 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:18.086 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:06:18.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:18.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:18.086 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:06:18.087 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:18.087 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:18.089 DEBUG [main][MenuItemLookup] Item match:File 18:06:18.092 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:06:18.092 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:06:18.092 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:06:18.092 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:06:18.092 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:18.092 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:06:18.092 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:06:18.092 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:18.092 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:06:18.092 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:06:18.092 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:06:18.092 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:06:18.092 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:18.092 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:06:18.092 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:06:18.092 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:06:18.092 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:06:18.092 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:18.092 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:06:18.092 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:18.092 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:06:18.092 DEBUG [main][MenuItemLookup] Item match:Import... 18:06:18.093 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:06:18.093 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:06:18.093 INFO [main][MenuItemHandler] Select menu item: &Import... 18:06:18.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:18.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:06:18.294 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:18.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:18.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:18.297 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:18.297 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:18.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:06:18.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:18.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:18.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:18.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:18.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:18.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:18.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:18.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:06:18.302 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:18.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:18.303 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:18.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:18.303 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:18.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:06:18.303 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:18.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:18.304 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:18.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:18.304 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:18.317 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 18:06:18.317 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 18:06:18.318 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 18:06:18.318 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 18:06:18.319 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:18.319 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:06:18.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.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) 18:06:18.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:18.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:18.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:18.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:18.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:18.328 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:06:18.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:18.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:18.329 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:18.329 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:18.449 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:18.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:18.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:18.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:18.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:18.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:18.538 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:18.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:18.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:18.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:06:18.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:18.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:18.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:18.539 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:18.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:18.540 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 18:06:18.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.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:") 18:06:18.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:18.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:18.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:18.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:18.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:18.588 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 18:06:18.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:18.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:18.589 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:18.589 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:18.590 TRACE [main][WidgetHandler] Notify Button with event 27 18:06:18.590 TRACE [main][WidgetHandler] Wait for synchronization 18:06:18.590 TRACE [main][WidgetHandler] Notify Button with event 13 18:06:18.590 TRACE [main][WidgetHandler] Wait for synchronization 18:06:18.590 TRACE [main][WidgetHandler] Notify Button with event 26 18:06:18.590 TRACE [main][WidgetHandler] Wait for synchronization 18:06:18.590 TRACE [main][WidgetHandler] Notify Button with event 3 18:06:18.590 TRACE [main][WidgetHandler] Wait for synchronization 18:06:18.590 TRACE [main][WidgetHandler] Notify Button with event 4 18:06:18.590 TRACE [main][WidgetHandler] Wait for synchronization 18:06:18.590 TRACE [main][WidgetHandler] Notify Button with event 13 18:06:18.590 TRACE [main][WidgetHandler] Wait for synchronization 18:06:18.595 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 18:06:18.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:18.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:18.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:18.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:18.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:06:18.597 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 18:06:18.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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") 18:06:18.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:18.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:18.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:18.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:18.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:18.701 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 18:06:18.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:18.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:18.702 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:18.702 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:18.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 18:06:18.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:18.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:18.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:18.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:18.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:18.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 18:06:18.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 18:06:18.820 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 18:06:18.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 18:06:18.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:18.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:18.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:18.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:18.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:18.852 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 18:06:18.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:18.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:18.853 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:18.853 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:18.856 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 18:06:18.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 18:06:18.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:18.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:18.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:18.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:18.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:18.872 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 18:06:18.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:18.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:18.872 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:18.872 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:18.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 18:06:18.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:18.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:18.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:18.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:18.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:18.890 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:18.890 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 18:06:18.891 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:06:18.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:18.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:18.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:18.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:18.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:18.896 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:06:18.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:18.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:18.897 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:18.897 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:18.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:06:19.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:06:19.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:19.012 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:19.012 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:19.012 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:19.012 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:19.012 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:19.012 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:19.012 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:19.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:19.012 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:19.012 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:06:19.012 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:06:19.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:19.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:19.013 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 18:06:19.014 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:06:19.014 INFO [WorkbenchTestable][RequirementsRunner] Started test: setRootDirectory no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 18:06:19.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:19.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:06:19.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:06:19.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:06:19.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: "Import"] 18:06:19.014 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.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: "Import"] 18:06:19.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.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: "Import"] 18:06:19.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.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: "Import"] 18:06:19.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.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: "Import"] 18:06:19.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:19.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.021 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:19.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.022 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:19.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.023 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:19.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:06:19.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:19.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:19.027 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:06:19.028 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:19.029 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:19.029 DEBUG [main][MenuItemLookup] Item match:File 18:06:19.032 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:06:19.032 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:06:19.032 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:06:19.032 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:06:19.032 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:19.032 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:06:19.033 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:06:19.033 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:19.033 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:06:19.033 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:06:19.034 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:06:19.034 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:06:19.034 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:19.034 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:06:19.034 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:06:19.035 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:06:19.035 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:06:19.035 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:19.035 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:06:19.036 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:19.036 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:06:19.036 DEBUG [main][MenuItemLookup] Item match:Import... 18:06:19.037 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:06:19.037 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:06:19.037 INFO [main][MenuItemHandler] Select menu item: &Import... 18:06:19.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:19.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:06:19.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:19.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:19.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:19.203 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:19.203 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:06:19.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:19.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:19.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:19.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:19.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:19.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:19.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:19.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:06:19.223 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:19.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:19.229 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:19.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:19.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:19.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:06:19.231 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:19.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:19.232 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:19.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:19.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:19.233 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 18:06:19.233 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 18:06:19.234 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 18:06:19.234 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 18:06:19.237 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:19.237 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:06:19.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:06:19.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:19.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:19.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:19.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:19.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:19.248 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:06:19.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:19.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:19.250 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:19.250 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:19.363 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:19.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.464 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:19.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:19.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:19.468 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:19.468 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:19.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:06:19.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:19.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:19.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:19.469 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:19.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.470 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 18:06:19.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 root directory:") 18:06:19.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:19.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:19.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:19.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:19.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:19.474 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 18:06:19.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:19.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:19.474 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:19.474 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:19.474 TRACE [main][WidgetHandler] Notify Button with event 27 18:06:19.474 TRACE [main][WidgetHandler] Wait for synchronization 18:06:19.475 TRACE [main][WidgetHandler] Notify Button with event 13 18:06:19.475 TRACE [main][WidgetHandler] Wait for synchronization 18:06:19.475 TRACE [main][WidgetHandler] Notify Button with event 26 18:06:19.475 TRACE [main][WidgetHandler] Wait for synchronization 18:06:19.475 TRACE [main][WidgetHandler] Notify Button with event 3 18:06:19.475 TRACE [main][WidgetHandler] Wait for synchronization 18:06:19.475 TRACE [main][WidgetHandler] Notify Button with event 4 18:06:19.475 TRACE [main][WidgetHandler] Wait for synchronization 18:06:19.475 TRACE [main][WidgetHandler] Notify Button with event 13 18:06:19.475 TRACE [main][WidgetHandler] Wait for synchronization 18:06:19.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 0 and no matchers specified 18:06:19.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:19.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:19.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:19.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:19.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:06:19.511 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 18:06:19.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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") 18:06:19.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:19.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:19.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:19.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:19.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:19.628 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 18:06:19.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:19.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:19.628 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:19.628 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:19.757 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 18:06:19.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:19.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:19.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:19.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:19.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 18:06:19.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 18:06:19.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 18:06:19.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:19.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:19.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:19.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:19.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:19.764 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:19.764 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 18:06:19.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 18:06:19.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:19.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:19.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:19.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:19.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:19.811 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:06:19.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:19.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:19.812 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:19.812 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:19.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:06:19.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:06:19.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:19.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:19.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:19.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:19.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:19.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:19.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:19.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:19.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:19.890 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:19.890 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:06:19.891 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:06:19.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:19.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:19.917 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setRootDirectory no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 18:06:19.917 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:06:19.917 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_directory_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 18:06:19.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:19.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:06:19.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:06:19.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:06:19.918 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:19.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.919 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:19.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.919 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:19.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.920 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:19.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.921 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:19.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:19.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:19.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:19.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.924 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:19.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:19.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:06:19.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:19.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:19.925 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:06:19.925 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:19.925 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:19.926 DEBUG [main][MenuItemLookup] Item match:File 18:06:19.928 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:06:19.928 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:06:19.928 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:06:19.928 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:06:19.928 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:19.928 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:06:19.928 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:06:19.928 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:19.928 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:06:19.928 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:06:19.929 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:06:19.929 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:06:19.929 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:19.929 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:06:19.929 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:06:19.929 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:06:19.929 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:06:19.929 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:19.929 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:06:19.929 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:19.929 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:06:19.929 DEBUG [main][MenuItemLookup] Item match:Import... 18:06:19.929 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:06:19.929 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:06:19.930 INFO [main][MenuItemHandler] Select menu item: &Import... 18:06:20.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:20.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:06:20.090 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:20.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:20.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:20.093 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:20.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:20.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:06:20.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:20.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:20.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:20.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:20.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:20.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:20.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:20.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:06:20.127 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:20.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:20.128 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:20.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:20.128 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:20.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:06:20.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:20.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:20.134 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:20.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:20.134 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:20.135 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 18:06:20.135 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 18:06:20.135 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 18:06:20.136 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 18:06:20.136 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:20.136 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:06:20.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.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) 18:06:20.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:20.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:20.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:20.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:20.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:20.143 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:06:20.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:20.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:20.143 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:20.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:20.226 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:06:20.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:20.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:20.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:20.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:20.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:20.315 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:06:20.315 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:20.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:06:20.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:06:20.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:06:20.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:20.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:20.362 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:20.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:20.363 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 18:06:20.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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:") 18:06:20.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:20.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:20.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:20.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:20.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:20.365 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 18:06:20.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:20.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:20.366 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:20.366 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:20.366 TRACE [main][WidgetHandler] Notify Button with event 27 18:06:20.366 TRACE [main][WidgetHandler] Wait for synchronization 18:06:20.366 TRACE [main][WidgetHandler] Notify Button with event 13 18:06:20.366 TRACE [main][WidgetHandler] Wait for synchronization 18:06:20.366 TRACE [main][WidgetHandler] Notify Button with event 26 18:06:20.366 TRACE [main][WidgetHandler] Wait for synchronization 18:06:20.366 TRACE [main][WidgetHandler] Notify Button with event 3 18:06:20.366 TRACE [main][WidgetHandler] Wait for synchronization 18:06:20.366 TRACE [main][WidgetHandler] Notify Button with event 4 18:06:20.366 TRACE [main][WidgetHandler] Wait for synchronization 18:06:20.366 TRACE [main][WidgetHandler] Notify Button with event 13 18:06:20.366 TRACE [main][WidgetHandler] Wait for synchronization 18:06:20.371 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 18:06:20.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:20.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:20.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:20.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:20.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:06:20.373 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 18:06:20.374 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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") 18:06:20.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:20.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:20.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:20.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:20.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:20.521 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 18:06:20.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:20.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:20.522 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:20.522 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:20.644 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 18:06:20.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:20.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:20.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:20.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:20.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:20.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 18:06:20.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 18:06:20.657 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to false 18:06:20.657 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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:") 18:06:20.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:20.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:20.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:20.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:20.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:20.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: 32, Matcher matching widgets with text that without mnenomic matches: is "Copy projects into workspace") 18:06:20.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:20.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:20.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:20.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:20.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:20.710 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 18:06:20.710 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Copy projects into workspace not checked, no action performed 18:06:20.710 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:06:20.710 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 18:06:20.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.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) 18:06:20.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:20.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:20.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:20.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:20.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:20.741 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:06:20.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:20.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:20.742 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:20.742 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:20.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:06:20.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:06:20.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:20.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:20.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:20.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:20.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:20.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:20.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:20.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:20.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:20.854 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:20.854 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:06:20.854 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:06:20.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:20.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:20.856 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_directory_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 18:06:20.856 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 18:06:20.856 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:06:20.856 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:06:20.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:20.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.123 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.759 s setArchiveFile no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 1.218 s copyProjectsIntoWorkspace_zipFile_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 1.047 s copyProjectsIntoWorkspace_zipFile_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.908 s copyProjectsIntoWorkspace_directory_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 1.031 s selectProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 1.093 s deselectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 1.145 s selectProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 1.117 s selectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.947 s setRootDirectory no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.903 s copyProjectsIntoWorkspace_directory_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.939 s Running org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 18:06:20.871 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 18:06:20.872 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:06:20.873 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:06:20.873 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 18:06:20.873 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:06:20.873 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:06:20.874 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:06:20.874 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:06:20.874 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:06:20.875 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:06:20.876 INFO [WorkbenchTestable][RequirementsRunner] Started test: createGeneralProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 18:06:20.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 18:06:20.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:06:20.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:06:20.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:06:20.878 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:20.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:20.879 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:20.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:20.879 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 18:06:20.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:20.880 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:20.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:20.881 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:20.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:20.881 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:20.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:20.882 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 18:06:20.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:20.883 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:20.883 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:20.883 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:20.883 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:20.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:06:20.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:20.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:20.884 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:06:20.885 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:20.885 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:20.886 DEBUG [main][MenuItemLookup] Item match:File 18:06:20.888 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:06:20.888 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:06:20.896 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:06:20.896 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:06:20.896 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:20.896 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:06:20.896 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:06:20.896 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:06:20.896 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:06:20.896 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:06:20.896 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:06:20.896 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:06:20.896 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:06:20.897 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:06:20.897 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:20.897 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:06:20.897 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:06:20.897 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:06:20.897 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:20.897 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:06:20.897 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:20.897 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:06:20.897 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:06:20.898 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:06:20.898 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:06:20.898 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:06:21.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:06:21.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:06:21.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:06:21.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:21.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:21.077 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:06:21.077 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:21.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 18:06:21.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:21.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:21.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:21.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:21.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:21.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:21.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:21.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:06:21.093 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:21.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:21.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:21.596 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:21.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:06:21.598 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:21.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:21.599 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:21.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:21.599 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:21.600 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 18:06:21.600 DEBUG [main][TreeItemHandler] Selecting tree item: Project 18:06:21.600 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 18:06:21.612 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 18:06:21.612 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:06:21.612 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:06:21.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:06:21.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:21.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:21.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:21.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:21.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:21.617 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:06:21.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:21.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:21.618 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:21.618 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:21.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"] 18:06:21.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:21.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:21.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 18:06:21.735 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 18:06:21.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 18:06:21.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:21.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:21.753 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 18:06:21.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:21.762 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'defaultGeneralProject' 18:06:21.763 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:") 18:06:21.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:21.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:21.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:21.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:21.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:06:21.768 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:06:21.769 INFO [WorkbenchTestable][AbstractText] Text set to: defaultGeneralProject 18:06:21.783 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 18:06:21.783 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 18:06:21.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 18:06:21.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:21.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:21.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:21.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:21.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:21.797 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:06:21.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:21.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:21.797 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:21.797 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:21.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:06:22.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:06:22.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:22.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:06:22.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:22.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:22.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:22.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:22.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:22.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:22.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:22.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:22.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:22.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:22.324 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:06:22.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:22.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:22.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:06:22.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:22.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:22.331 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:06:22.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 '\*?\QPackage Explorer\E') 18:06:22.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:22.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:22.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:22.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:22.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:06:22.338 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:22.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:22.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:22.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:06:22.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:06:22.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:06:22.368 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:22.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:22.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:22.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:22.372 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:22.372 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:22.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:22.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:22.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:22.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:22.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:22.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:22.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:23.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:23.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:23.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:06:23.378 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:23.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:23.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:23.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:23.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:06:23.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:23.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:23.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:23.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:23.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:23.384 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 18:06:23.386 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:06:23.386 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:23.387 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:23.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:23.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:23.390 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:23.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:23.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:23.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:23.393 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:23.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:23.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:23.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:23.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:23.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:23.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:23.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:23.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:24.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:24.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:24.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:06:24.400 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:24.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:24.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:24.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:24.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:06:24.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:24.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:24.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:24.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:24.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:24.405 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 18:06:24.407 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:24.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:24.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:24.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:24.411 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:24.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:24.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:24.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:24.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:24.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:24.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:24.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:24.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:25.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:25.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:25.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:06:25.418 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:25.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:25.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:25.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:25.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 18:06:25.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:25.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:25.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:25.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:25.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:25.426 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 18:06:25.427 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:25.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:25.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:25.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:25.430 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:25.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:25.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:25.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:25.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:25.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:25.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:25.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:25.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:26.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:26.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:26.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:06:26.441 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:26.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:26.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:26.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:26.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:06:26.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:26.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:26.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:26.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:26.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:26.450 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 18:06:26.450 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 18:06:26.451 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 18:06:26.451 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 18:06:26.455 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 18:06:26.456 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:06:26.457 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:26.541 DEBUG [main][MenuItemLookup] Found menu:'New' 18:06:26.541 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:26.541 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:06:26.541 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:06:26.541 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:26.541 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:06:26.541 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:06:26.541 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:06:26.541 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:06:26.541 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:26.541 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:06:26.541 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:06:26.541 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:06:26.541 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:26.542 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:06:26.542 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:06:26.542 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:26.542 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:06:26.542 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:06:26.542 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:06:26.542 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:06:26.543 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:06:26.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:26.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:06:27.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:27.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:27.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:27.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:27.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:27.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:27.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:27.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:27.045 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'defaultGeneralProject' via Explorer 18:06:27.046 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 18:06:27.046 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 18:06:27.047 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 18:06:27.056 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 18:06:27.057 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:06:27.057 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:27.137 DEBUG [main][MenuItemLookup] Found menu:'New' 18:06:27.137 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:27.137 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:06:27.137 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:06:27.137 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:27.137 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:06:27.137 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:06:27.137 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:06:27.137 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:06:27.137 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:06:27.138 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:06:27.138 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:06:27.139 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:06:27.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:06:27.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:06:27.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:06:27.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:27.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:27.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:27.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:27.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:06:27.908 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:27.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:27.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:27.909 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:06:27.909 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:27.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:27.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:27.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:27.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:27.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:27.914 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:06:27.915 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:06:27.915 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:06:27.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:27.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:27.916 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:27.917 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:27.917 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:06:27.917 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:27.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:27.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:27.918 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:06:27.918 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:27.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:27.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:27.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:27.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:27.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:27.930 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:06:27.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:27.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:27.930 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:27.930 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:27.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:06:27.958 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:06:28.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:06:28.459 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:06:28.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:28.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:28.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:28.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:28.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:28.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:28.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:28.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:28.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:28.460 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 18:06:28.460 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:06:28.460 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:06:28.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:28.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:28.463 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createGeneralProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 18:06:28.463 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:06:28.463 INFO [WorkbenchTestable][RequirementsRunner] Started test: createGeneralProjectsWithReferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 18:06:28.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 18:06:28.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:06:28.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:06:28.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:06:28.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:28.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:28.466 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:06:28.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:28.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:28.468 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:06:28.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:28.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:28.469 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:06:28.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 '\*?\QPackage Explorer\E') 18:06:28.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:28.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:28.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:28.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:28.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:06:28.493 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:28.493 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:28.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:28.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:06:28.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:06:28.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:06:28.498 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:28.498 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:28.499 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:28.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:28.499 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 18:06:28.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:28.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"] 18:06:28.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:28.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"] 18:06:28.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:28.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"] 18:06:28.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:28.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 Project"] 18:06:28.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:28.502 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:28.502 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:28.502 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:28.502 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:28.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:06:28.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:28.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:28.503 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:06:28.504 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:28.504 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:28.505 DEBUG [main][MenuItemLookup] Item match:File 18:06:28.507 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:06:28.507 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:06:28.514 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:06:28.515 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:06:28.515 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:28.515 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:06:28.515 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:06:28.515 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:06:28.515 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:06:28.515 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:06:28.515 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:06:28.515 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:06:28.515 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:06:28.515 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:06:28.515 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:28.515 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:06:28.515 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:06:28.515 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:06:28.515 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:28.515 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:06:28.515 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:28.515 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:06:28.515 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:06:28.539 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:06:28.539 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:06:28.540 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:06:28.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:06:28.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:06:28.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:06:28.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:28.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:28.737 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:06:28.737 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:28.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:06:28.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:28.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:28.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:28.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:28.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:28.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:28.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:28.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:06:28.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:28.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:28.757 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:28.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:28.758 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:28.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:06:28.759 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:28.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:28.759 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:28.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:28.759 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:28.760 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 18:06:28.760 DEBUG [main][TreeItemHandler] Selecting tree item: Project 18:06:28.761 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 18:06:28.761 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 18:06:28.762 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:06:28.762 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:06:28.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:06:28.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:28.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:28.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:28.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:28.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:28.770 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:06:28.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:28.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:28.770 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:28.770 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:28.855 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:28.855 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:28.855 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:28.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 18:06:28.864 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 18:06:28.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 18:06:28.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:28.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:28.866 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 18:06:28.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:28.866 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'defaultGeneralProject' 18:06:28.867 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:") 18:06:28.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:28.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:28.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:28.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:28.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:06:28.872 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:06:28.873 INFO [WorkbenchTestable][AbstractText] Text set to: defaultGeneralProject 18:06:28.887 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 18:06:28.888 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 18:06:28.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.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) 18:06:28.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:28.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:28.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:28.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:28.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:28.900 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:06:28.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:28.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:28.901 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:28.901 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:28.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:06:29.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:06:29.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:29.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:06:29.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:06:29.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:06:29.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:29.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:29.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:29.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:29.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:29.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:29.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:29.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:29.056 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:29.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:29.074 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:29.080 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:29.080 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:29.080 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:29.081 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:06:29.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:29.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:29.082 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:06:29.082 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:29.083 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:29.083 DEBUG [main][MenuItemLookup] Item match:File 18:06:29.085 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:06:29.085 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:06:29.093 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:06:29.093 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:06:29.093 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:29.093 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:06:29.093 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:06:29.093 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:06:29.093 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:06:29.093 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:06:29.093 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:06:29.093 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:06:29.093 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:06:29.093 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:06:29.093 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:29.093 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:06:29.093 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:06:29.093 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:06:29.093 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:29.093 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:06:29.094 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:29.094 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:06:29.094 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:06:29.095 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:06:29.095 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:06:29.096 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:06:29.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:06:29.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:06:29.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:06:29.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:29.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:29.306 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:06:29.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:29.307 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:06:29.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:29.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:29.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:29.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:29.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:29.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:29.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:29.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:06:29.313 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:29.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:29.314 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:29.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:29.314 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:29.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:06:29.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:29.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:29.316 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:29.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:29.316 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:29.318 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 18:06:29.318 DEBUG [main][TreeItemHandler] Selecting tree item: Project 18:06:29.318 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 18:06:29.319 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 18:06:29.319 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:06:29.319 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:06:29.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:06:29.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:29.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:29.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:29.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:29.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:29.337 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:06:29.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:29.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:29.338 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:29.338 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:29.449 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:29.449 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:29.450 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:29.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 18:06:29.452 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 18:06:29.452 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 18:06:29.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:29.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:29.455 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 18:06:29.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:29.455 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'customizedGeneralProject' 18:06:29.456 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:") 18:06:29.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:29.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:29.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:29.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:29.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:06:29.519 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:06:29.521 INFO [WorkbenchTestable][AbstractText] Text set to: customizedGeneralProject 18:06:29.524 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set Project location to '/tmp/rdcustomprojectlocation1598465180875' 18:06:29.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.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") 18:06:29.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:29.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:29.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:29.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:29.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:29.529 INFO [WorkbenchTestable][CheckBox] Select checkbox Use &default location 18:06:29.530 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Use &default location 18:06:29.530 INFO [WorkbenchTestable][AbstractButton] Click button Use &default location 18:06:29.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:29.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:29.530 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:29.530 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:29.562 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:") 18:06:29.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:29.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:29.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:29.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:29.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:06:29.602 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:06:29.603 INFO [WorkbenchTestable][AbstractText] Text set to: /tmp/rdcustomprojectlocation1598465180875 18:06:29.617 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Add Project to working set 'dummyws' 18:06:29.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.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") 18:06:29.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:29.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:29.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:29.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:29.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:29.631 INFO [WorkbenchTestable][CheckBox] Select checkbox Add projec&t to working sets 18:06:29.631 INFO [WorkbenchTestable][CheckBox] Check checkbox Add projec&t to working sets 18:06:29.631 INFO [WorkbenchTestable][AbstractButton] Click button Add projec&t to working sets 18:06:29.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:29.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:29.632 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:29.632 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:29.633 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:") 18:06:29.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:29.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:29.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:29.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:29.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:06:29.668 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 18:06:29.668 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Go to next wizard page 18:06:29.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:06:29.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:29.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:29.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:29.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:29.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:29.682 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:06:29.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:29.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:29.683 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:29.683 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:29.707 DEBUG [WorkbenchTestable][WizardNewProjectReferencePage] Set Project references to: 18:06:29.707 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 18:06:29.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:29.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:29.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:29.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:29.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:06:29.710 DEBUG [WorkbenchTestable][WizardNewProjectReferencePage] defaultGeneralProject 18:06:29.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:06:29.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:06:29.712 INFO [WorkbenchTestable][AbstractTableItem] Check table Item defaultGeneralProject: 18:06:29.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 18:06:29.717 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 18:06:29.717 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:29.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 18:06:29.718 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 18:06:29.718 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 18:06:29.719 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.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) 18:06:29.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:29.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:29.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:29.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:29.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:29.730 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:06:29.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:29.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:29.731 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:29.731 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:29.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:06:29.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:06:29.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:29.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:06:29.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:06:29.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:06:29.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:29.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:29.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:29.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:29.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:29.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:29.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:29.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:29.904 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:29.904 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:29.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:29.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:06:29.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:06:29.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:06:29.933 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:29.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:29.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:29.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:29.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:29.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:29.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:30.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:30.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:30.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:30.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:30.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:06:30.942 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:30.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:30.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:30.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:30.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:06:30.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:30.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:30.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:30.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:30.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:30.950 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name customizedGeneralProject 18:06:30.951 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 18:06:30.952 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:06:30.953 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:30.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:30.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:30.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:30.957 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:30.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:30.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:30.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:30.961 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:30.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:30.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:30.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:30.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:30.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:30.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:31.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:31.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:31.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:31.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:31.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:06:31.971 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:31.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:31.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:31.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:31.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 18:06:31.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:31.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:31.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:31.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:31.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:31.978 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name customizedGeneralProject 18:06:31.979 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 18:06:31.980 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:31.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:31.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:31.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:31.983 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:31.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:31.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:31.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:31.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:31.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:31.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:32.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:32.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:32.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:32.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:32.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:06:32.991 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:32.991 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:32.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:32.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:32.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 18:06:32.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:32.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:32.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:32.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:32.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:32.996 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name customizedGeneralProject 18:06:32.997 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 18:06:32.997 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item customizedGeneralProject 18:06:32.997 DEBUG [main][TreeItemHandler] Selecting tree item: customizedGeneralProject 18:06:32.998 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item customizedGeneralProject about selection 18:06:33.001 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: customizedGeneralProject 18:06:33.002 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:06:33.002 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:33.089 DEBUG [main][MenuItemLookup] Found menu:'New' 18:06:33.089 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:33.089 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:06:33.089 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:06:33.089 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:33.089 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:06:33.089 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:06:33.089 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:06:33.089 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:06:33.090 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:33.090 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:06:33.090 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:06:33.090 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:06:33.090 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:33.090 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:06:33.090 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:06:33.090 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:33.090 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:06:33.090 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:06:33.090 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:06:33.090 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:06:33.091 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:06:33.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:33.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:06:33.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:33.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:33.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:33.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:33.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:33.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:33.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:33.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:33.593 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'customizedGeneralProject' via Explorer 18:06:33.593 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item customizedGeneralProject 18:06:33.593 DEBUG [main][TreeItemHandler] Selecting tree item: customizedGeneralProject 18:06:33.594 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item customizedGeneralProject about selection 18:06:33.598 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: customizedGeneralProject 18:06:33.598 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:06:33.599 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:33.688 DEBUG [main][MenuItemLookup] Found menu:'New' 18:06:33.688 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:33.688 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:06:33.688 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:06:33.688 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:33.688 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:06:33.688 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:06:33.688 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:06:33.688 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:06:33.688 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:06:33.688 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:06:33.688 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:06:33.689 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:06:33.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:06:34.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:06:34.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:06:34.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:34.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:34.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:34.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:34.430 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:06:34.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:34.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:34.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:34.431 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:06:34.431 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:34.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:34.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:34.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:34.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:34.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:34.433 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:06:34.433 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:06:34.434 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:06:34.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:34.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:34.434 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:34.434 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:34.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) 18:06:34.435 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:34.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:34.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:34.436 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:06:34.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:34.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:34.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:34.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:34.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:34.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:34.446 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:06:34.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:34.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:34.447 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:34.447 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:34.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:06:34.468 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:06:34.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:06:34.969 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:06:34.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:34.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:06:34.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:34.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:34.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:34.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:34.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:34.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:34.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:34.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:34.974 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:34.976 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:34.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:34.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:34.982 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:34.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:34.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:34.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:34.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:34.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:34.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:35.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:35.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:35.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:35.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:35.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:06:35.989 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:35.990 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:35.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:35.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:35.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 18:06:35.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:35.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:35.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:35.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:35.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:35.995 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 18:06:35.996 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:35.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:35.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:35.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:35.999 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:35.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:36.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:36.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:36.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:36.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:36.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:36.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:36.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:37.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:37.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:37.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:06:37.010 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:06:37.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:06:37.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:37.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:37.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 18:06:37.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:37.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:37.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:37.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:37.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:37.017 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 18:06:37.018 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 18:06:37.018 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 18:06:37.019 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 18:06:37.032 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 18:06:37.033 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:06:37.033 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:37.123 DEBUG [main][MenuItemLookup] Found menu:'New' 18:06:37.123 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:37.123 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:06:37.123 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:06:37.123 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:37.123 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:06:37.123 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:06:37.123 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:06:37.123 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:06:37.123 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:37.123 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:06:37.123 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:06:37.123 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:06:37.123 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:37.123 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:06:37.123 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:06:37.123 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:37.123 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:06:37.123 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:06:37.124 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:06:37.124 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:06:37.124 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:06:37.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:37.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:06:37.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:37.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:37.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:37.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:37.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:06:37.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:37.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:37.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:37.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:37.627 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'defaultGeneralProject' via Explorer 18:06:37.627 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 18:06:37.627 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 18:06:37.628 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 18:06:37.632 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 18:06:37.632 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:06:37.632 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:37.713 DEBUG [main][MenuItemLookup] Found menu:'New' 18:06:37.713 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:37.713 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:06:37.713 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:06:37.713 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:37.713 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:06:37.713 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:06:37.714 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:06:37.714 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:06:37.714 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:06:37.714 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:06:37.714 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:06:37.716 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:06:37.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:06:38.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 'Delete.*'] is available. finished successfully 18:06:38.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:06:38.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:38.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:38.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:38.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:38.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:06:38.328 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:38.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:38.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:38.329 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:06:38.329 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:38.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:38.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:38.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:38.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:38.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:38.332 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:06:38.332 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:06:38.332 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:06:38.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:38.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:38.333 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:38.333 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:38.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:06:38.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:38.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:38.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:38.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:06:38.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:38.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:38.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:38.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:38.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:38.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:38.337 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:06:38.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:38.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:38.338 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:38.338 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:38.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:06:38.353 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:06:38.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:06:38.854 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:06:38.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:38.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:38.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:38.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:38.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:38.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:06:38.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:38.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:38.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:38.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:38.855 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 18:06:38.855 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:06:38.855 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:06:38.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:38.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:38.857 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createGeneralProjectsWithReferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 18:06:38.857 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 18:06:38.857 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:06:38.857 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:06:38.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:38.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.992 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.586 s createGeneralProjectsWithReferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) Time elapsed: 10.394 s Running org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 18:06:38.873 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 18:06:38.874 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:06:38.875 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:06:38.875 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 18:06:38.875 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:06:38.875 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:06:38.876 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:06:38.876 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:06:38.876 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:06:38.876 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 18:06:38.876 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 18:06:38.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:06:38.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:38.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:38.877 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:38.877 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:38.879 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:06:38.879 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:06:38.879 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:06:38.879 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:06:38.879 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:06:38.879 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:06:38.879 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:06:38.879 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:06:38.879 DEBUG [main][MenuItemLookup] Item match:Window 18:06:38.881 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:06:38.881 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:06:38.881 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:06:38.881 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:38.881 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:06:38.881 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:06:38.881 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:38.881 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:06:38.881 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:38.881 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:06:38.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:38.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:38.883 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:38.883 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:38.883 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:06:38.883 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:06:38.883 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:06:38.883 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:06:38.883 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:06:38.884 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:06:38.884 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:06:38.884 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:06:38.884 DEBUG [main][MenuItemLookup] Item match:Window 18:06:38.884 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:06:38.884 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:06:38.884 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:06:38.884 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:38.884 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:06:38.884 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:06:38.884 DEBUG [main][MenuItemLookup] Item match:Perspective 18:06:38.885 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:06:38.885 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:38.885 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:06:38.885 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:06:38.885 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:06:38.885 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:06:38.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:06:38.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:38.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:38.887 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:38.888 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:38.888 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:06:38.888 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:06:38.888 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:06:38.888 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:06:38.888 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:06:38.888 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:06:38.888 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:06:38.888 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:06:38.889 DEBUG [main][MenuItemLookup] Item match:Window 18:06:38.889 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:06:38.889 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:06:38.889 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:06:38.889 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:38.890 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:06:38.890 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:06:38.890 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:38.890 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:06:38.890 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:38.890 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:06:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:38.891 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:38.891 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:38.891 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:06:38.891 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:06:38.891 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:06:38.891 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:06:38.891 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:06:38.891 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:06:38.892 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:06:38.892 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:06:38.892 DEBUG [main][MenuItemLookup] Item match:Window 18:06:38.892 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:06:38.893 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:06:38.893 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:06:38.893 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:38.893 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:06:38.893 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:06:38.893 DEBUG [main][MenuItemLookup] Item match:Perspective 18:06:38.894 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:06:38.894 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:38.894 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:06:38.894 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:06:38.894 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:06:38.894 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:06:38.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:38.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:38.895 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:38.896 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:38.896 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:06:38.896 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:06:38.896 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:06:38.896 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:06:38.896 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:06:38.896 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:06:38.896 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:06:38.896 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:06:38.896 DEBUG [main][MenuItemLookup] Item match:Window 18:06:38.897 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:06:38.897 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:06:38.897 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:06:38.897 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:38.897 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:06:38.897 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:06:38.897 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:38.898 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:06:38.898 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:38.898 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:06:38.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:38.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:38.898 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:38.899 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:38.899 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:06:38.899 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:06:38.899 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:06:38.899 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:06:38.899 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:06:38.899 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:06:38.899 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:06:38.899 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:06:38.899 DEBUG [main][MenuItemLookup] Item match:Window 18:06:38.900 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:06:38.900 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:06:38.900 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:06:38.900 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:38.900 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:06:38.900 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:06:38.900 DEBUG [main][MenuItemLookup] Item match:Perspective 18:06:38.902 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:06:38.902 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:38.902 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:06:38.902 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:06:38.902 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:06:38.902 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:06:38.902 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 18:06:38.902 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 18:06:38.903 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 18:06:38.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 18:06:38.971 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 18:06:38.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 18:06:38.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:38.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:38.973 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:38.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:38.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:38.974 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:06:38.974 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:38.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:38.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:38.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 18:06:38.976 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:38.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:38.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:38.978 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:06:38.978 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:38.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:38.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:38.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:38.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:38.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:38.991 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 18:06:38.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:38.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:38.992 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:38.992 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:39.317 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:39.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:39.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"] 18:06:39.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:39.319 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:06:39.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:39.320 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:39.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:39.320 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:39.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:39.321 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:39.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:39.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: "New Java Project"] 18:06:39.331 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:39.331 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:39.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:39.332 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:39.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:39.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:06:39.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:39.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:39.336 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:06:39.336 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:39.336 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:39.337 DEBUG [main][MenuItemLookup] Item match:File 18:06:39.339 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:06:39.339 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:06:39.348 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:06:39.348 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:06:39.349 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:39.349 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:06:39.349 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:06:39.349 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:06:39.349 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:06:39.349 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:06:39.349 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:06:39.349 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:06:39.349 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:06:39.349 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:06:39.349 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:39.349 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:06:39.349 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:06:39.349 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:06:39.349 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:39.349 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:06:39.349 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:39.349 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:06:39.349 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:06:39.396 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:06:39.396 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:06:39.396 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:06:39.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:06:39.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:06:39.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:06:39.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:39.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:39.577 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:06:39.578 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:39.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:06:39.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:39.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:39.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:39.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:39.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:39.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:39.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:39.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:06:39.606 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:06:39.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:40.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:40.109 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:06:40.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:06:40.113 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:06:40.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:40.113 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:06:40.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:40.113 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:06:40.114 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:06:40.114 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:06:40.115 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:06:40.120 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:06:40.120 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:06:40.120 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:06:40.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:06:40.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:40.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:40.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:40.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:40.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:40.124 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:06:40.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:40.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:40.125 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:40.125 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:40.893 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:40.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:40.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:40.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:06:40.898 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 18:06:40.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:06:40.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:40.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:40.900 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:06:40.900 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:40.903 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectItemTestProject' 18:06:40.903 DEBUG [WorkbenchTestable][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:") 18:06:40.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:40.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:40.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:40.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:40.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:06:40.947 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:06:40.948 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject 18:06:40.993 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:06:40.993 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:06:40.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 18:06:40.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:40.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:41.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:41.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:41.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:41.004 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:06:41.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:41.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:41.005 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:41.005 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:41.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:06:42.197 DEBUG [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 18:06:42.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:06:42.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:42.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:42.214 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:06:42.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:06:42.215 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:42.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:42.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:42.217 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:06:42.217 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:42.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:42.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:42.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:42.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:42.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:42.230 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:06:42.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:42.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:42.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:42.231 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:42.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:06:42.583 DEBUG [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 18:06:42.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:06:42.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:06:42.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:42.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:06:42.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:06:42.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:42.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:42.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:42.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:42.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:06:42.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:42.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:42.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:42.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:42.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"] 18:06:42.588 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:42.595 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:42.596 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:42.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: "New Java Class"] 18:06:42.597 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:42.599 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:42.599 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:42.600 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:42.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:42.601 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:42.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:42.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 Class"] 18:06:42.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:42.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"] 18:06:42.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:42.604 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:42.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:42.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:06:42.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:42.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:42.606 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:06:42.606 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:42.607 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:42.607 DEBUG [main][MenuItemLookup] Item match:File 18:06:42.609 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:06:42.609 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:06:42.618 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:06:42.618 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:06:42.618 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:42.618 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:06:42.618 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:06:42.618 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:06:42.618 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:06:42.618 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:06:42.618 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:06:42.618 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:06:42.618 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:06:42.618 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:06:42.618 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:42.618 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:06:42.618 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:06:42.618 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:06:42.618 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:42.619 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:06:42.619 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:42.619 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:06:42.619 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:06:42.621 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:06:42.621 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:06:42.621 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:06:42.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:06:42.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:06:42.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:06:42.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:42.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:42.809 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:06:42.810 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:42.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:06:42.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:42.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:42.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:42.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:42.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:42.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:42.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:42.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:06:42.817 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:06:42.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:42.818 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:06:42.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:42.818 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:06:42.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:06:42.819 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:06:42.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:42.819 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:06:42.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:42.819 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:06:42.820 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:06:42.821 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:06:42.821 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:06:42.840 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:06:42.840 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:06:42.840 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:06:42.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:06:42.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:42.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:42.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:42.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:42.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:42.846 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:06:42.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:42.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:42.847 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:42.847 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:43.063 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:43.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:43.064 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:43.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:06:43.072 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 18:06:43.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:06:43.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:43.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:43.074 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:06:43.074 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:43.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 18:06:43.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:43.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:43.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:43.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:43.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:06:43.221 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:06:43.223 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 18:06:43.260 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:06:43.260 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:06:43.260 DEBUG [WorkbenchTestable][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) 18:06:43.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:43.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:43.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:43.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:43.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:43.278 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:06:43.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:43.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:43.278 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:43.279 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:43.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:06:44.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:06:44.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:44.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:06:44.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/ProjectItemTestProject)' is a system job, skipped 18:06:44.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:06:44.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:06:44.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:06:44.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:06:44.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:44.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:44.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:44.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:44.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:06:44.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:44.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:06:44.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:44.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:44.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:44.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:44.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/ProjectItemTestProject)' is a system job, skipped 18:06:44.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:06:44.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:06:44.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:06:44.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:06:44.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:44.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:44.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:44.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:44.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:06:44.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:44.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:06:44.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:44.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:44.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:44.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: "New"] 18:06:44.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:44.561 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:44.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:44.562 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:06:44.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:44.562 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:44.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:44.577 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:44.578 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:44.578 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:44.578 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:44.579 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:06:44.579 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:44.580 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:44.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:44.582 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:44.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:44.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:06:44.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:44.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:44.585 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:06:44.585 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:06:44.586 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:44.586 DEBUG [main][MenuItemLookup] Item match:File 18:06:44.588 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:06:44.588 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:06:44.595 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:06:44.595 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:06:44.595 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:44.595 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:06:44.595 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:06:44.595 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:06:44.595 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:06:44.595 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:06:44.595 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:06:44.595 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:06:44.595 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:06:44.595 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:06:44.595 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:44.595 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:06:44.596 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:06:44.596 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:06:44.596 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:44.596 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:06:44.596 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:44.596 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:06:44.596 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:06:44.597 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:06:44.597 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:06:44.627 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:06:44.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:06:44.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:06:44.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:06:45.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:45.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:45.003 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:06:45.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:45.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 18:06:45.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:45.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:45.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:45.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:45.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:45.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:45.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:45.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:06:45.101 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:06:45.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:45.102 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:06:45.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:45.102 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:06:45.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:06:45.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:06:45.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:45.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:06:45.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:45.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:06:45.114 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:06:45.114 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:06:45.114 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:06:45.116 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:06:45.116 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:06:45.116 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:06:45.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:06:45.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:45.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:45.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:45.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:45.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:45.131 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:06:45.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:45.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:45.131 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:45.131 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:45.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"] 18:06:45.367 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:45.367 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:45.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:06:45.369 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 18:06:45.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:06:45.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:45.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:45.408 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:06:45.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:45.409 DEBUG [WorkbenchTestable][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:") 18:06:45.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:45.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:45.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:45.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:45.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:06:45.453 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:06:45.455 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 18:06:45.516 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:06:45.516 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:06:45.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 18:06:45.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:45.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:45.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:45.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:45.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:45.533 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:06:45.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:45.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:45.533 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:45.533 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:45.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:06:46.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:06:46.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:46.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/ProjectItemTestProject)' is a system job, skipped 18:06:46.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:06:46.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:06:46.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:06:46.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:06:46.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:46.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:46.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:46.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:46.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:06:46.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:46.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:06:46.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:46.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:46.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:46.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:46.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/ProjectItemTestProject)' is a system job, skipped 18:06:46.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:06:46.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:06:46.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:06:46.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:06:46.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:46.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:46.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:46.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:46.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:06:46.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:46.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:06:46.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:46.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:46.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:46.309 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:06:46.309 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectCollapsedProjectExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 18:06:46.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 18:06:46.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:06:46.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:06:46.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:06:46.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:46.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:46.392 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 18:06:46.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 18:06:46.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:46.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:46.395 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 18:06:46.395 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 18:06:46.396 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:46.396 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:06:46.396 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:06:46.396 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:06:46.396 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:06:46.396 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:06:46.396 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:06:46.396 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:06:46.396 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:06:46.396 DEBUG [main][MenuItemLookup] Item match:Window 18:06:46.404 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:06:46.404 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:06:46.404 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:06:46.404 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:46.404 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:06:46.404 DEBUG [main][MenuItemLookup] Item match:Show View 18:06:46.419 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:06:46.419 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:06:46.419 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:06:46.419 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:06:46.419 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:06:46.419 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:06:46.419 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:06:46.419 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:06:46.419 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:06:46.419 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:06:46.419 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:06:46.419 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:06:46.419 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:06:46.420 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:06:46.420 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:06:46.420 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:46.420 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:06:46.420 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:06:46.448 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:06:46.448 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:06:46.448 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:06:46.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:06:46.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:06:46.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:06:46.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:46.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:46.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:06:46.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:46.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:46.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:46.627 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:06:46.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:46.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:46.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:46.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:46.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:46.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:46.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:46.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:46.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:06:46.630 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:46.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:46.631 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:46.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:46.631 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:46.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:06:46.631 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:46.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:46.632 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:46.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:46.632 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:46.633 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 18:06:46.633 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 18:06:46.634 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 18:06:46.634 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 18:06:46.634 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:46.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:46.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:46.634 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:06:46.634 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:46.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:46.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:46.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 "Open") 18:06:46.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:46.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:46.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:46.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:06:46.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:46.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:46.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:46.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:46.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:46.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:46.695 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:06:46.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:46.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:46.695 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:46.695 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:46.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:06:46.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:06:46.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 18:06:46.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:46.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:46.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 18:06:46.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:46.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:46.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 18:06:46.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:46.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:46.848 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 18:06:46.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:06:46.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:46.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:46.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:46.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:46.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:06:46.851 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:46.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:46.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:46.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform TooltipText=null 18:06:46.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:06:46.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:06:46.906 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:46.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:46.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:46.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:46.909 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:46.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:46.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:46.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:46.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:46.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:46.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:47.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:47.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:47.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:47.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:47.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:06:47.916 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:47.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:47.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:47.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:47.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 18:06:47.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:47.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:47.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:47.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:47.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:47.925 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:06:47.926 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 18:06:47.927 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:06:47.927 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:06:47.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:48.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:48.429 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:06:48.432 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:48.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:48.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:48.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:48.444 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:48.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:48.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:48.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:48.450 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:48.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:48.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:48.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:48.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:48.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:48.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:48.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:48.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:49.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:49.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:49.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:06:49.457 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:49.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:49.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:49.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:49.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:06:49.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:49.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:49.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:49.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:49.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:49.463 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:06:49.464 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 18:06:49.465 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:06:49.465 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:06:49.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:49.465 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:06:49.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:49.465 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:06:49.466 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:06:49.466 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:06:49.467 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:06:49.517 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:06:49.518 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:06:49.522 DEBUG [main][EditorHandler] 2 editor(s) found 18:06:49.523 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 18:06:49.588 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 18:06:49.589 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass1.java 18:06:49.732 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass1.java is closed 18:06:49.733 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:49.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:49.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:49.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:49.735 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 18:06:49.736 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:06:49.736 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:06:49.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:49.736 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:06:49.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:49.736 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:06:49.738 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 18:06:49.738 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:06:49.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:50.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:50.244 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:06:50.245 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 18:06:50.246 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 18:06:50.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:50.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:50.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 18:06:50.753 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item ProjectItemTestProject 18:06:50.753 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item ProjectItemTestProject 18:06:50.768 DEBUG [main][TreeItemHandler] Setting tree item ProjectItemTestProject collapsed 18:06:50.768 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 18:06:50.769 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: ProjectItemTestProject 18:06:50.769 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 18:06:50.769 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 18:06:50.770 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 18:06:50.814 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 18:06:50.815 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:06:50.815 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:06:50.819 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:06:50.854 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:06:50.855 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:50.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:50.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:50.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:50.859 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 18:06:50.859 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 18:06:50.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:50.864 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:06:50.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 18:06:50.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:06:50.915 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:06:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:50.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:50.944 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectCollapsedProjectExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 18:06:50.945 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:06:50.945 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 18:06:50.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 18:06:50.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:06:50.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:06:50.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:06:50.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:50.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:50.966 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 18:06:50.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:06:50.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:50.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:50.967 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:06:50.968 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:06:50.968 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:50.970 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:06:50.970 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:06:50.970 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:06:50.970 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:06:50.970 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:06:50.970 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:06:50.970 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:06:50.970 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:06:50.970 DEBUG [main][MenuItemLookup] Item match:Window 18:06:50.972 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:06:50.972 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:06:50.972 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:06:50.972 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:50.972 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:06:50.973 DEBUG [main][MenuItemLookup] Item match:Show View 18:06:50.994 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:06:50.994 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:06:50.994 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:06:50.994 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:06:50.994 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:06:50.994 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:06:50.994 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:06:50.994 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:06:50.994 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:06:50.994 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:06:50.994 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:06:50.994 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:06:50.994 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:06:50.994 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:06:50.994 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:06:50.995 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:50.995 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:06:50.995 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:06:51.026 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:06:51.027 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:06:51.028 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:06:51.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:06:51.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:06:51.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:06:51.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:51.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:51.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:06:51.174 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:51.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:51.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:51.180 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:06:51.181 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:51.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:51.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:51.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:51.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:51.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:51.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:51.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:51.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:06:51.188 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:51.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:51.190 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:51.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:51.190 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:51.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:06:51.191 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:51.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:51.203 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:51.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:51.203 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:51.206 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 18:06:51.206 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 18:06:51.207 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 18:06:51.209 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 18:06:51.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:51.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:51.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:51.214 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:06:51.214 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:51.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:51.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:51.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:06:51.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:51.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:51.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:51.218 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:06:51.218 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:51.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:51.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:51.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:51.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:51.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:51.222 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:06:51.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:51.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:51.223 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:51.223 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:51.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:06:51.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:06:51.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 18:06:51.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:51.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:51.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 18:06:51.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:51.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:51.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:06:51.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:51.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:51.359 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:06:51.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:06:51.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:51.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:51.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:51.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:51.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:06:51.394 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:51.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:51.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:51.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:06:51.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:06:51.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:06:51.400 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:51.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:51.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:51.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:51.403 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:51.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:51.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:51.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:51.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:51.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:51.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:51.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:51.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:52.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:52.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:52.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:06:52.414 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:52.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:52.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:52.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:52.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:06:52.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:52.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:52.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:52.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:52.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:52.425 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:06:52.426 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 18:06:52.428 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:06:52.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:06:52.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:52.429 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:06:52.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:52.429 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:06:52.431 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:52.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:52.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:52.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:52.435 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:52.436 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:52.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:52.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:52.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:52.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:52.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:52.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:52.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:53.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:53.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:53.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:06:53.447 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:53.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:53.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:53.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:53.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:06:53.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:53.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:53.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:53.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:53.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:53.473 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:06:53.474 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 18:06:53.475 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:06:53.475 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:06:53.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:53.476 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:06:53.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:53.476 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:06:53.477 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:06:53.477 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:06:53.478 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:06:53.502 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:06:53.503 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:06:53.504 DEBUG [main][EditorHandler] 0 editor(s) found 18:06:53.504 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:53.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:53.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:53.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:53.508 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:53.508 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:53.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:53.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:53.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:53.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:53.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:54.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:54.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:54.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:54.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:54.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:06:54.516 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:54.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:54.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:54.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:54.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:06:54.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:54.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:54.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:54.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:54.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:54.525 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:06:54.526 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 18:06:54.527 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:06:54.527 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:06:54.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:54.528 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:06:54.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:54.528 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:06:54.529 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 18:06:54.529 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:06:54.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:54.530 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:06:54.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:54.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:06:54.530 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 18:06:54.530 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 18:06:54.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:54.531 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item (default package) is already expanded. No action performed 18:06:54.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:54.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 18:06:54.532 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:06:54.532 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:06:54.533 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:06:54.556 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:06:54.557 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 18:06:54.557 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:06:54.557 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:06:54.558 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:06:54.577 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:06:54.577 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:06:54.578 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:06:54.939 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:06:54.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:54.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:06:54.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:06:54.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:06:54.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:06:54.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:54.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:54.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:54.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:54.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:06:54.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:54.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:06:54.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:54.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:54.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:54.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 '\*?\QTestClass.java\E') 18:06:54.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:54.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:54.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:54.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:54.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:06:54.956 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:54.956 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class TestClass { } TooltipText=null 18:06:54.957 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:54.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:55.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:55.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:55.017 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 18:06:55.017 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 18:06:55.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:55.020 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:06:55.098 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 18:06:55.098 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:06:55.098 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:06:55.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:55.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:55.139 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 18:06:55.139 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:06:55.139 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 18:06:55.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 18:06:55.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:06:55.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:06:55.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:06:55.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:55.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:55.168 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 18:06:55.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:06:55.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:55.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:55.170 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:06:55.171 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:06:55.171 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:55.173 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:06:55.173 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:06:55.173 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:06:55.173 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:06:55.174 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:06:55.174 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:06:55.174 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:06:55.174 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:06:55.174 DEBUG [main][MenuItemLookup] Item match:Window 18:06:55.179 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:06:55.179 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:06:55.179 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:06:55.179 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:55.179 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:06:55.179 DEBUG [main][MenuItemLookup] Item match:Show View 18:06:55.203 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:06:55.203 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:06:55.203 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:06:55.203 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:06:55.203 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:06:55.203 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:06:55.203 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:06:55.203 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:06:55.203 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:06:55.203 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:06:55.203 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:06:55.203 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:06:55.203 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:06:55.203 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:06:55.203 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:06:55.203 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:55.203 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:06:55.203 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:06:55.231 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:06:55.231 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:06:55.231 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:06:55.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:06:55.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:06:55.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:06:55.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:55.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:55.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:06:55.405 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:55.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:55.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:55.406 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:06:55.406 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:55.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:55.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:55.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:55.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:55.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:55.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:55.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:55.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:06:55.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:55.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:55.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:55.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:55.415 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:55.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:06:55.416 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:55.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:55.427 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:55.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:55.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:55.430 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 18:06:55.430 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 18:06:55.431 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 18:06:55.431 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 18:06:55.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:55.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:55.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:55.433 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:06:55.433 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:55.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:55.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:55.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:06:55.438 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:55.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:55.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:55.439 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:06:55.439 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:55.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:55.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:55.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:55.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:55.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:55.443 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:06:55.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:55.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:55.444 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:55.444 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:55.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:06:55.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:06:55.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 18:06:55.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:55.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:55.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 18:06:55.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:55.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:55.572 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:06:55.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:55.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:55.573 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:06:55.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:06:55.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:55.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:55.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:55.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:55.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:06:55.577 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:55.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:55.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:55.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 18:06:55.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:06:55.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:06:55.581 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:55.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:55.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:55.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:55.623 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:55.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:55.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:55.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:55.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:55.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:55.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:56.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:56.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:56.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:56.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:56.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:06:56.633 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:56.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:56.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:56.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:56.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 18:06:56.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:56.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:56.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:56.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:56.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:56.639 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:06:56.639 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 18:06:56.640 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:06:56.640 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:06:56.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:56.641 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:06:56.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:56.641 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:06:56.642 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:06:56.642 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:06:56.642 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:06:56.665 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:06:56.667 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 18:06:56.667 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 18:06:56.667 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 18:06:56.667 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 18:06:56.675 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 18:06:56.676 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:56.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:56.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:56.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:56.679 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 18:06:56.680 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 18:06:56.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:56.681 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:06:56.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 18:06:56.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:06:56.752 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:06:56.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:56.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:56.793 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 18:06:56.794 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:06:56.794 INFO [WorkbenchTestable][RequirementsRunner] Started test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 18:06:56.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 18:06:56.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:06:56.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:06:56.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:06:56.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:56.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:56.819 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 18:06:56.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:06:56.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:56.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:56.821 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:06:56.821 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:06:56.821 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:56.822 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:06:56.822 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:06:56.823 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:06:56.823 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:06:56.823 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:06:56.823 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:06:56.823 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:06:56.823 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:06:56.823 DEBUG [main][MenuItemLookup] Item match:Window 18:06:56.824 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:06:56.824 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:06:56.824 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:06:56.824 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:56.824 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:06:56.824 DEBUG [main][MenuItemLookup] Item match:Show View 18:06:56.836 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:06:56.836 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:06:56.836 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:06:56.837 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:06:56.837 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:06:56.837 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:06:56.837 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:06:56.837 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:06:56.837 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:06:56.837 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:06:56.837 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:06:56.837 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:06:56.837 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:06:56.837 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:06:56.837 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:06:56.837 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:56.837 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:06:56.837 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:06:56.862 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:06:56.862 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:06:56.863 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:06:57.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:06:57.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:06:57.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:06:57.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:57.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:57.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:06:57.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:57.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:57.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:57.024 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:06:57.024 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:57.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:57.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:57.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:57.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:57.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:57.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:57.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:57.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:06:57.045 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:57.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:57.046 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:57.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:57.049 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:57.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:06:57.050 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:57.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:57.050 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:57.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:57.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:57.052 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 18:06:57.053 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 18:06:57.053 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 18:06:57.054 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 18:06:57.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:57.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:57.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:57.057 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:06:57.057 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:57.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:57.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:57.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 "Open") 18:06:57.060 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:06:57.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:06:57.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:06:57.066 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:06:57.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:06:57.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:57.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:57.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:57.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:57.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:57.072 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:06:57.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:57.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:57.072 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:57.072 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:57.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:06:57.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:06:57.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 18:06:57.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:57.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:57.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 18:06:57.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:57.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:57.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:06:57.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:57.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:57.208 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:06:57.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:06:57.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:57.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:57.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:57.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:57.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:06:57.212 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:57.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:57.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:57.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 18:06:57.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:06:57.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:06:57.246 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:57.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:57.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:57.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:57.250 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:57.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:57.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:57.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:57.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:57.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:57.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:57.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:57.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:58.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:58.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:06:58.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:06:58.262 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:58.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:58.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:58.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:58.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 18:06:58.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:58.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:58.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:58.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:58.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:58.268 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:06:58.269 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 18:06:58.270 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:06:58.270 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:06:58.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:58.270 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:06:58.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:58.271 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:06:58.271 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:06:58.271 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:06:58.272 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:06:58.290 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:06:58.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:58.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:58.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"] 18:06:58.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:58.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: "Create New File"] 18:06:58.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:58.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"] 18:06:58.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:58.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"] 18:06:58.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:58.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"] 18:06:58.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:58.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: "Create New File"] 18:06:58.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:58.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"] 18:06:58.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:58.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"] 18:06:58.297 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:58.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:06:58.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:58.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:58.332 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:06:58.333 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:06:58.333 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:58.334 DEBUG [main][MenuItemLookup] Item match:File 18:06:58.336 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:06:58.336 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:06:58.345 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:06:58.345 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:06:58.345 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:58.345 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:06:58.345 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:06:58.345 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:06:58.345 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:06:58.345 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:06:58.345 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:06:58.345 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:06:58.345 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:06:58.345 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:06:58.345 DEBUG [main][MenuItemLookup] Found menu:'File' 18:06:58.345 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:06:58.345 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:06:58.345 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:06:58.345 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:58.345 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:06:58.346 DEBUG [main][MenuItemLookup] Found menu:'' 18:06:58.346 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:06:58.346 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:06:58.347 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:06:58.347 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:06:58.347 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:06:58.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:06:58.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:06:58.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:06:58.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:58.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:58.547 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:06:58.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:58.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:06:58.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:58.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:58.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:58.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:58.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:06:58.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:06:58.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:06:58.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:06:58.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:58.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:58.619 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:58.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:58.619 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:58.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:06:58.620 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:06:58.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:06:58.621 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:06:58.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:06:58.621 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:06:58.622 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 18:06:58.622 DEBUG [main][TreeItemHandler] Selecting tree item: File 18:06:58.623 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 18:06:58.636 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 18:06:58.636 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:06:58.636 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:06:58.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) 18:06:58.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:58.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:58.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:58.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:58.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:58.647 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:06:58.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:58.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:58.648 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:58.648 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:58.734 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:06:58.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:58.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:58.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 18:06:58.737 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 18:06:58.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 18:06:58.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:06:58.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:06:58.755 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 18:06:58.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:06:58.764 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:") 18:06:58.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:58.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:58.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:58.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:58.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:06:58.780 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:06:58.781 INFO [WorkbenchTestable][AbstractText] Text set to: text.txt 18:06:58.783 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:") 18:06:58.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:58.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:58.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:58.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:58.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:06:58.813 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:06:58.814 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject/src/files/ 18:06:58.815 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 18:06:58.815 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 18:06:58.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.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) 18:06:58.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:58.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:58.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:58.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:58.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:06:58.831 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:06:58.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:06:58.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:06:58.832 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:06:58.832 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:06:59.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:06:59.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:06:59.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:06:59.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:06:59.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:06:59.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:06:59.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:06:59.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:06:59.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:06:59.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:06:59.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:06:59.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:06:59.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:06:59.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:06:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:06:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2cd50521 is found... 18:06:59.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2cd50521 is found finished successfully 18:06:59.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtext.txt\E') 18:06:59.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:59.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:59.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:06:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:06:59.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:06:59.271 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:59.272 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 18:06:59.272 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:59.273 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 18:06:59.273 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 18:06:59.273 DEBUG [WorkbenchTestable][EditorHandler] Closing editor text.txt 18:06:59.458 DEBUG [WorkbenchTestable][EditorHandler] Editor text.txt is closed 18:06:59.487 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:59.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:59.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:59.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:59.538 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:06:59.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:06:59.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:06:59.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:06:59.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:06:59.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:06:59.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:00.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:00.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:00.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:00.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:00.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:00.546 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:00.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:00.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:00.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:00.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 18:07:00.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:00.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:00.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:00.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:00.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:00.553 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:07:00.554 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 18:07:00.555 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:07:00.555 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:07:00.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:00.556 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:07:00.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:00.556 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:07:00.557 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 18:07:00.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:07:00.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:00.558 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:07:00.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:00.562 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:07:00.563 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 18:07:00.563 DEBUG [main][TreeItemHandler] Selecting tree item: files 18:07:00.570 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 18:07:00.592 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 18:07:00.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:07:00.593 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:00.690 DEBUG [main][MenuItemLookup] Found menu:'New' 18:07:00.690 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:07:00.690 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:00.690 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:07:00.690 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:07:00.690 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:00.690 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:07:00.690 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:07:00.690 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:07:00.690 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:07:00.690 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:07:00.690 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:07:00.690 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:07:00.690 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:07:00.690 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:00.690 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:07:00.690 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:07:00.690 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:00.690 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:07:00.690 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:07:00.691 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:07:00.691 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:07:00.691 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:07:00.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:07:00.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:07:01.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:07:01.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:07:01.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:07:01.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:07:01.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:07:01.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:07:01.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:07:01.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:07:01.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:07:01.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:07:01.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:07:01.193 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'files' via Explorer 18:07:01.193 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 18:07:01.194 DEBUG [main][TreeItemHandler] Selecting tree item: files 18:07:01.194 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 18:07:01.211 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 18:07:01.212 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:07:01.212 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:01.284 DEBUG [main][MenuItemLookup] Found menu:'New' 18:07:01.284 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:07:01.284 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:01.284 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:07:01.284 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:07:01.284 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:01.284 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:07:01.284 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:07:01.284 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:07:01.284 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:07:01.284 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:07:01.287 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:07:01.287 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:07:01.288 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:07:01.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:07:02.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 'Delete.*'] is available. finished successfully 18:07:02.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete 18:07:02.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:02.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:02.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:02.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:02.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:07:02.152 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:02.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:02.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:02.153 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete" as the parent 18:07:02.153 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:02.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:02.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:02.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:02.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:02.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:02.159 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:07:02.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:02.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:02.160 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:02.160 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:02.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:07:02.179 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:07:02.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:07:02.680 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:07:02.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:07:02.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:07:02.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:07:02.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:07:02.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:07:02.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:07:02.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:07:02.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:07:02.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:07:02.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:07:02.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:07:02.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:07:02.682 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:02.682 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:02.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:02.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:02.688 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:02.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:02.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:02.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:02.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:02.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:02.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:03.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:03.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:03.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:03.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:03.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:03.700 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:03.701 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:03.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:03.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:03.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 18:07:03.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:03.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:03.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:03.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:03.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:03.708 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:07:03.709 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 18:07:03.710 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:07:03.710 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:07:03.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:03.711 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:07:03.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:03.712 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:07:03.713 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 18:07:03.714 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 18:07:03.715 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 18:07:03.716 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:07:03.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:03.717 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:07:03.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:03.717 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:07:03.718 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 18:07:03.719 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:07:03.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:03.719 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:07:03.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:03.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:07:03.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:07:03.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:03.722 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:07:03.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:03.722 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:07:03.724 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 18:07:03.724 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 18:07:03.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:07:03.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:03.726 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:07:03.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:03.726 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:07:03.726 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:07:03.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:03.727 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:07:03.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:03.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:07:03.728 DEBUG [WorkbenchTestable][AbstractResource] Item "files" was not found. Available items on the current level: 18:07:03.728 DEBUG [WorkbenchTestable][AbstractResource] "(default package)" 18:07:03.729 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:03.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:03.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:03.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:03.732 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 18:07:03.732 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 18:07:03.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:03.733 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:07:03.806 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 18:07:03.806 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:07:03.806 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:07:03.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:03.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:03.846 INFO [WorkbenchTestable][RequirementsRunner] Finished test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 18:07:03.847 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:07:03.847 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 18:07:03.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 18:07:03.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:07:03.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:07:03.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:07:03.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:03.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:03.876 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 18:07:03.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:07:03.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:03.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:03.877 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:07:03.877 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:07:03.878 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:03.887 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:07:03.887 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:07:03.888 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:07:03.888 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:07:03.888 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:07:03.888 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:07:03.888 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:07:03.888 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:07:03.888 DEBUG [main][MenuItemLookup] Item match:Window 18:07:03.889 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:07:03.889 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:07:03.889 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:07:03.889 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:03.889 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:07:03.889 DEBUG [main][MenuItemLookup] Item match:Show View 18:07:03.902 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:07:03.902 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:07:03.902 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:07:03.902 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:07:03.902 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:07:03.902 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:07:03.902 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:07:03.902 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:07:03.902 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:07:03.903 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:07:03.903 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:07:03.903 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:07:03.903 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:07:03.903 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:07:03.903 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:07:03.903 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:03.903 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:07:03.903 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:07:03.928 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:07:03.928 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:07:03.929 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:07:04.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:07:04.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:07:04.070 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:07:04.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:04.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:04.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:07:04.073 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:04.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:04.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:04.074 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:04.074 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:04.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:04.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:04.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:04.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:04.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:04.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:07:04.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:07:04.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:07:04.089 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:04.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:04.090 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:04.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:04.090 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:04.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:07:04.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:04.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:04.092 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:04.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:04.092 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:04.093 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 18:07:04.093 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 18:07:04.094 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 18:07:04.094 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 18:07:04.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:04.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:04.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:04.095 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:04.095 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:04.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:04.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:04.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:07:04.097 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:04.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:04.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:04.098 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:04.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:04.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:04.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:04.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:04.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:04.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:04.100 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:07:04.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:04.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:04.101 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:04.101 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:04.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:07:04.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:07:04.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 18:07:04.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:04.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:04.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 18:07:04.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:04.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:04.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:07:04.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:04.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:04.219 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:07:04.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:07:04.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:04.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:04.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:04.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:04.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:04.256 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:04.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:04.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:04.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 18:07:04.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:07:04.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:07:04.265 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:04.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:04.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:04.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:04.269 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:04.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:04.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:04.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:04.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:04.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:04.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:04.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:04.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:05.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:05.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:05.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:05.308 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:05.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:05.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:05.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:05.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 18:07:05.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:05.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:05.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:05.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:05.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:05.315 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:07:05.316 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 18:07:05.318 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:07:05.318 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:07:05.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:05.318 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:07:05.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:05.319 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:07:05.320 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 18:07:05.320 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 18:07:05.320 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 18:07:05.321 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 18:07:05.322 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 18:07:05.323 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 18:07:05.324 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:07:05.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:05.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:05.825 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:07:05.831 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:05.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:05.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:05.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:05.844 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 18:07:05.844 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 18:07:05.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:05.847 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:07:05.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 18:07:05.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:07:05.918 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:07:05.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:05.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:05.957 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 18:07:05.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:05.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:05.984 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 18:07:05.985 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:07:05.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:05.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:05.987 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:07:05.987 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:07:05.988 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:05.989 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:07:05.989 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:07:05.989 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:07:05.989 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:07:05.989 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:07:05.989 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:07:05.989 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:07:05.989 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:07:05.989 DEBUG [main][MenuItemLookup] Item match:Window 18:07:05.993 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:07:05.993 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:07:05.994 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:07:05.994 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:05.994 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:07:05.994 DEBUG [main][MenuItemLookup] Item match:Show View 18:07:06.006 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:07:06.006 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:07:06.006 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:07:06.006 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:07:06.007 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:07:06.007 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:07:06.007 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:07:06.007 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:07:06.007 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:07:06.007 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:07:06.007 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:07:06.007 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:07:06.007 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:07:06.007 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:07:06.007 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:07:06.007 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:06.007 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:07:06.007 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:07:06.035 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:07:06.035 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:07:06.035 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:07:06.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:07:06.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 18:07:06.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:07:06.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:06.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:06.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:07:06.195 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:06.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:06.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:06.197 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:06.197 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:06.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:06.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:06.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:06.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:06.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:06.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:07:06.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:07:06.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:07:06.203 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:06.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:06.203 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:06.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:06.203 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:06.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:07:06.205 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:06.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:06.205 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:06.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:06.205 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:06.218 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 18:07:06.219 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 18:07:06.219 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 18:07:06.220 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 18:07:06.220 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:06.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:06.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:06.222 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:06.222 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:06.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:06.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:06.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:07:06.229 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:06.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:06.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:06.230 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:06.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:06.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:06.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:06.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:06.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:06.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:06.235 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:07:06.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:06.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:06.237 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:06.237 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:06.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:07:06.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:07:06.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 18:07:06.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:06.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:06.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 18:07:06.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:06.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:06.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:07:06.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:06.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:06.372 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:07:06.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:07:06.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:06.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:06.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:06.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:06.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:06.375 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:06.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:06.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:06.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 18:07:06.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:07:06.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:07:06.409 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:06.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:06.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:06.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:06.414 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:06.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:06.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:06.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:06.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:06.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:06.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:06.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:06.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:07.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:07.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:07.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:07.427 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:07.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:07.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:07.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:07.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 18:07:07.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:07.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:07.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:07.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:07.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:07.438 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:07:07.440 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 18:07:07.440 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 18:07:07.440 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 18:07:07.508 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 18:07:07.509 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:07:07.509 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:07.705 DEBUG [main][MenuItemLookup] Found menu:'New' 18:07:07.705 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:07:07.705 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:07.705 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:07:07.705 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:07.705 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:07:07.705 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:07:07.705 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:07:07.706 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:07:07.706 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:07:07.706 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:07:07.706 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:07:07.706 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:07.706 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:07:07.706 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:07:07.706 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:07.706 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:07:07.706 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:07:07.706 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:07:07.706 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:07:07.707 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:07:07.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:07:07.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:07:08.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:07:08.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:07:08.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:07:08.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:07:08.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:07:08.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:07:08.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:07:08.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:07:08.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:07:08.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:07:08.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:07:08.208 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectItemTestProject' via Explorer 18:07:08.209 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 18:07:08.209 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 18:07:08.211 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 18:07:08.230 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 18:07:08.230 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:07:08.230 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:08.320 DEBUG [main][MenuItemLookup] Found menu:'New' 18:07:08.320 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:07:08.320 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:08.320 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:07:08.320 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:08.320 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:07:08.320 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:07:08.320 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:07:08.320 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:07:08.320 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:07:08.321 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:07:08.321 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:07:08.326 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:07:08.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 'Delete.*'] is available.... 18:07:09.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 'Delete.*'] is available. finished successfully 18:07:09.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:07:09.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:09.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:09.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:09.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:09.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:07:09.089 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:09.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:09.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:09.089 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:07:09.089 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:09.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:09.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:09.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:09.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:09.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:09.091 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:07:09.092 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:07:09.092 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:07:09.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:09.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:09.093 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:09.093 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:09.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:07:09.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:09.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:09.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:09.095 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:07:09.095 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:09.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:09.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:09.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:09.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:09.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:09.098 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:07:09.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:09.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:09.098 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:09.098 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:09.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:07:09.125 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:07:09.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:07:09.626 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:07:09.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:07:09.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:07:09.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:07:09.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:07:09.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:07:09.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:07:09.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:07:09.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:07:09.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:07:09.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:07:09.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:07:09.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:07:09.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:07:09.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:07:09.627 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 18:07:09.627 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:07:09.627 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:07:09.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:09.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.756 s - in org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest selectCollapsedProjectExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 4.635 s open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 4.194 s select no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 1.654 s asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 7.052 s testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 2.11 s Running org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 18:07:09.668 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 18:07:09.669 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:07:09.670 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:07:09.670 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 18:07:09.670 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:07:09.670 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:07:09.671 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:07:09.671 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:07:09.671 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:07:09.671 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:07:09.671 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeleteAllEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 18:07:09.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 18:07:09.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:07:09.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:07:09.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:07:09.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:09.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:09.676 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:07:09.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:09.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:09.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:09.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:09.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:09.680 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:09.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:07:09.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:09.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:09.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:09.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:09.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:09.683 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:09.683 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:09.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:09.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:07:09.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:07:09.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:07:09.686 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:09.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:09.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:09.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:09.714 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:09.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:09.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:09.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:09.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:09.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:09.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:10.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:10.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:10.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:10.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:10.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:10.721 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:10.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:10.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:10.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:10.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 18:07:10.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:10.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:10.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:10.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:10.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:10.731 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:10.731 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:10.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:10.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:10.734 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:10.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:10.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:10.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:10.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:10.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:10.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:11.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:11.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:11.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:11.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:11.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:11.741 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:11.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:11.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:11.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:11.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 18:07:11.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:11.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:11.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:11.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:11.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:11.747 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:11.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:11.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:11.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:11.750 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:11.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:11.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:11.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:11.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:11.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:11.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:12.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:12.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:12.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:12.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:12.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:12.757 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:12.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:12.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:12.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:12.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:07:12.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:12.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:12.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:12.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:12.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:12.764 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:12.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:12.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:12.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:12.767 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 18:07:12.767 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 18:07:12.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:12.769 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:07:12.803 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 18:07:12.803 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:07:12.803 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:07:12.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:12.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:12.819 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeleteAllEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 18:07:12.819 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:07:12.819 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetProjectsItemsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 18:07:12.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 18:07:12.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:07:12.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:07:12.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:07:12.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:12.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:12.856 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 18:07:12.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:12.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:12.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:12.857 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:12.903 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:07:12.904 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:12.905 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:07:12.905 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:07:12.905 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:07:12.905 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:07:12.905 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:07:12.905 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:07:12.905 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:07:12.905 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:07:12.905 DEBUG [main][MenuItemLookup] Item match:Window 18:07:12.908 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:07:12.908 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:07:12.908 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:07:12.908 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:12.908 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:07:12.908 DEBUG [main][MenuItemLookup] Item match:Show View 18:07:12.924 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:07:12.924 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:07:12.924 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:07:12.924 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:07:12.924 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:07:12.924 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:07:12.924 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:07:12.924 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:07:12.924 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:07:12.924 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:07:12.924 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:07:12.924 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:07:12.924 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:07:12.924 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:07:12.924 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:07:12.925 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:12.925 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:07:12.925 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:07:12.925 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:07:12.925 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:07:12.926 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:07:13.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:07:13.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:07:13.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:07:13.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:13.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:13.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:07:13.110 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:13.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:13.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:13.110 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:13.110 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:13.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:13.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:13.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:13.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:13.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:13.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:07:13.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:07:13.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:07:13.116 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:13.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:13.117 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:13.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:13.117 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:13.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:07:13.128 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:13.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:13.128 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:13.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:13.129 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:13.130 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 18:07:13.130 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 18:07:13.131 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 18:07:13.131 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 18:07:13.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:13.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:13.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:13.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:13.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:13.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:13.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:13.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:07:13.133 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:13.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:13.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:13.133 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:13.133 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:13.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:13.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:13.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:13.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:13.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:13.139 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:07:13.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:13.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:13.139 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:13.139 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:13.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:07:13.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:07:13.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 18:07:13.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:13.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:13.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 18:07:13.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:13.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:13.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:13.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:13.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:13.249 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:13.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:07:13.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:13.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:13.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:13.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:13.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:13.274 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:13.274 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:13.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:13.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:07:13.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:07:13.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:07:13.278 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:13.278 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:13.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:13.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:13.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:13.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:13.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:13.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:13.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:14.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:14.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:14.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:14.283 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:14.283 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:14.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:14.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:14.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:07:14.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:14.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:14.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:14.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:14.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:14.289 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:14.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:14.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:14.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:14.292 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 18:07:14.292 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 18:07:14.292 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:14.293 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:07:14.322 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 18:07:14.322 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:07:14.322 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:07:14.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:14.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:14.337 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetProjectsItemsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 18:07:14.337 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:07:14.338 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 18:07:14.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 18:07:14.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:07:14.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:07:14.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:07:14.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:14.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:14.368 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 18:07:14.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:14.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:14.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:14.370 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:14.370 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:07:14.370 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:14.371 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:07:14.372 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:07:14.372 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:07:14.372 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:07:14.372 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:07:14.372 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:07:14.372 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:07:14.372 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:07:14.372 DEBUG [main][MenuItemLookup] Item match:Window 18:07:14.373 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:07:14.373 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:07:14.373 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:07:14.373 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:14.373 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:07:14.373 DEBUG [main][MenuItemLookup] Item match:Show View 18:07:14.386 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:07:14.386 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:07:14.386 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:07:14.386 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:07:14.386 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:07:14.386 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:07:14.386 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:07:14.386 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:07:14.386 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:07:14.386 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:07:14.386 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:07:14.386 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:07:14.386 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:07:14.386 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:07:14.386 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:07:14.386 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:14.386 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:07:14.386 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:07:14.408 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:07:14.409 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:07:14.409 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:07:14.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:07:14.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:07:14.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:07:14.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:14.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:14.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 18:07:14.556 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:14.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:14.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:14.557 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:14.557 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:14.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:14.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:14.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:14.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:14.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:14.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:07:14.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:07:14.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:07:14.573 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:14.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:14.574 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:14.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:14.574 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:14.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:07:14.575 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:14.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:14.576 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:14.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:14.576 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:14.581 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 18:07:14.581 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 18:07:14.581 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 18:07:14.581 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 18:07:14.582 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:14.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:14.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:14.582 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:14.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:14.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:14.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:14.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:07:14.588 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:14.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:14.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:14.588 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:14.588 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:14.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:14.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:14.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:14.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:14.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:14.592 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:07:14.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:14.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:14.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:14.592 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:14.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:07:14.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:07:14.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 18:07:14.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:14.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:14.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 18:07:14.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:14.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:14.689 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:14.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:14.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:14.695 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:14.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:07:14.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:14.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:14.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:14.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:14.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:14.722 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:14.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:14.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:14.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:07:14.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:07:14.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:07:14.727 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:14.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:14.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:14.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:14.729 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 18:07:14.730 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 18:07:14.730 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:14.732 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:07:14.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 18:07:14.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:07:14.761 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:07:14.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:14.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:14.803 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 18:07:14.803 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:07:14.803 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProjectsWhenExplorerIsClosed no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 18:07:14.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 18:07:14.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:07:14.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:07:14.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:07:14.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:14.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:14.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:14.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:14.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:14.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:14.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 18:07:14.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:07:14.874 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:07:14.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:14.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:14.876 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProjectsWhenExplorerIsClosed no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 18:07:14.876 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:07:14.876 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjectWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 18:07:14.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 18:07:14.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:07:14.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:07:14.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:07:14.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:14.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:14.893 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 18:07:14.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:14.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:14.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:14.894 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:14.895 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:07:14.895 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:14.896 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:07:14.896 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:07:14.896 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:07:14.896 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:07:14.896 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:07:14.896 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:07:14.896 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:07:14.896 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:07:14.896 DEBUG [main][MenuItemLookup] Item match:Window 18:07:14.897 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:07:14.897 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:07:14.897 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:07:14.897 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:14.897 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:07:14.897 DEBUG [main][MenuItemLookup] Item match:Show View 18:07:14.910 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:07:14.910 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:07:14.910 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:07:14.910 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:07:14.910 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:07:14.910 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:07:14.910 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:07:14.910 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:07:14.910 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:07:14.910 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:07:14.910 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:07:14.910 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:07:14.910 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:07:14.910 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:07:14.910 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:07:14.910 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:14.911 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:07:14.911 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:07:14.931 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:07:14.931 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:07:14.932 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:07:15.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:07:15.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:07:15.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:07:15.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:15.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:15.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 18:07:15.097 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:15.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:15.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:15.098 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:15.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:15.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:15.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:15.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:15.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:15.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:15.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:07:15.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:07:15.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:07:15.102 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:15.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:15.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:15.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:15.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:15.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:07:15.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:15.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:15.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:15.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:15.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:15.117 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 18:07:15.118 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 18:07:15.118 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 18:07:15.119 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 18:07:15.119 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:15.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:15.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:15.126 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:15.126 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:15.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:15.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:15.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:07:15.128 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:15.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:15.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:15.129 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:15.129 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:15.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:15.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:15.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:15.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:15.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:15.132 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:07:15.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:15.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:15.133 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:15.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:15.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:07:15.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:07:15.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 18:07:15.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:15.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:15.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 18:07:15.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:15.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:15.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:15.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:15.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:15.262 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:15.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 '\*?\QProject Explorer\E') 18:07:15.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:15.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:15.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:15.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:15.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:15.266 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:15.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:15.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:15.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:07:15.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:07:15.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:07:15.325 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:15.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:15.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:15.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:15.328 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:15.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:15.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:15.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:15.331 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:15.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:15.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:15.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:15.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:15.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:15.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:15.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:15.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:16.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:16.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:16.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:16.342 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:16.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:16.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:16.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:16.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 18:07:16.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:16.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:16.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:16.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:16.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:16.350 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:16.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:16.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:16.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:16.353 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 18:07:16.353 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 18:07:16.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:16.355 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:07:16.384 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 18:07:16.384 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:07:16.384 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:07:16.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:16.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:16.403 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjectWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 18:07:16.404 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:07:16.404 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEmptyListOfProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 18:07:16.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 18:07:16.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:07:16.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:07:16.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:07:16.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:16.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:16.427 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 18:07:16.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:16.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:16.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:16.429 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:16.429 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:07:16.430 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:16.431 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:07:16.431 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:07:16.431 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:07:16.431 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:07:16.431 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:07:16.431 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:07:16.431 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:07:16.431 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:07:16.431 DEBUG [main][MenuItemLookup] Item match:Window 18:07:16.432 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:07:16.432 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:07:16.432 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:07:16.432 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:16.432 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:07:16.432 DEBUG [main][MenuItemLookup] Item match:Show View 18:07:16.446 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:07:16.446 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:07:16.446 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:07:16.446 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:07:16.446 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:07:16.446 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:07:16.446 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:07:16.446 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:07:16.446 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:07:16.446 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:07:16.446 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:07:16.446 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:07:16.446 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:07:16.446 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:07:16.446 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:07:16.446 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:16.446 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:07:16.446 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:07:16.471 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:07:16.471 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:07:16.472 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:07:16.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:07:16.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:07:16.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:07:16.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:16.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:16.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:07:16.615 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:16.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:16.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:16.617 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:16.617 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:16.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:16.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:16.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:16.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:16.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:16.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:07:16.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:07:16.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:07:16.633 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:16.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:16.635 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:16.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:16.636 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:16.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:07:16.639 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:16.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:16.641 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:16.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:16.642 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:16.644 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 18:07:16.644 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 18:07:16.644 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 18:07:16.645 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 18:07:16.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:16.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:16.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:16.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:16.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:16.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:16.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:16.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 "Open") 18:07:16.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:16.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:16.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:16.649 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:16.649 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:16.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:16.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:16.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:16.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:16.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:16.653 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:07:16.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:16.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:16.663 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:16.663 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:16.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:07:16.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:07:16.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 18:07:16.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:16.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:16.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 18:07:16.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:16.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:16.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:16.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:16.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:16.752 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:16.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:07:16.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:16.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:16.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:16.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:16.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:16.778 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:16.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:16.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:16.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:07:16.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:07:16.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:07:16.782 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:16.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:16.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:16.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:16.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:16.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:16.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:17.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:17.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:17.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:17.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:17.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:17.788 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:17.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:17.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:17.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:17.791 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:07:17.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:17.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:17.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:17.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:17.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:17.794 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:17.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:17.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:17.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:17.797 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 18:07:17.797 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 18:07:17.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:17.798 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:07:17.827 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 18:07:17.827 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:07:17.827 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:07:17.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:17.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:17.842 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEmptyListOfProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 18:07:17.843 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:07:17.843 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectAllWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 18:07:17.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 18:07:17.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:07:17.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:07:17.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:07:17.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:17.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:17.865 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 18:07:17.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:17.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:17.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:17.866 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:17.866 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:07:17.903 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:17.903 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:07:17.903 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:07:17.903 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:07:17.903 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:07:17.903 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:07:17.904 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:07:17.904 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:07:17.904 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:07:17.904 DEBUG [main][MenuItemLookup] Item match:Window 18:07:17.904 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:07:17.904 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:07:17.904 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:07:17.904 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:17.905 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:07:17.905 DEBUG [main][MenuItemLookup] Item match:Show View 18:07:17.916 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:07:17.916 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:07:17.916 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:07:17.916 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:07:17.916 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:07:17.916 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:07:17.916 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:07:17.917 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:07:17.917 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:07:17.917 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:07:17.917 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:07:17.917 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:07:17.917 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:07:17.917 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:07:17.917 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:07:17.917 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:17.917 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:07:17.917 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:07:17.917 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:07:17.917 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:07:17.918 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:07:18.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:07:18.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:07:18.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:07:18.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:18.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:18.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 18:07:18.049 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:18.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:18.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:18.050 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:18.050 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:18.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:18.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:18.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:18.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:18.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:18.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:07:18.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:07:18.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:07:18.053 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:18.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:18.054 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:18.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:18.054 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:18.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:07:18.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:18.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:18.055 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:18.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:18.055 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:18.067 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 18:07:18.068 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 18:07:18.068 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 18:07:18.068 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 18:07:18.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:18.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:18.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:18.069 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:18.069 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:18.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:18.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:18.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 "Open") 18:07:18.071 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:18.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:18.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:18.071 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:18.071 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:18.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:18.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:18.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:18.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:18.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:18.077 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:07:18.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:18.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:18.077 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:18.077 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:18.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:07:18.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:07:18.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 18:07:18.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:18.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:18.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 18:07:18.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:18.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:18.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:18.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:18.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:18.164 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:18.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 '\*?\QProject Explorer\E') 18:07:18.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:18.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:18.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:18.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:18.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:18.167 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:18.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:18.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:18.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:07:18.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:07:18.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:07:18.193 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:18.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:18.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:18.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:18.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:18.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:18.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:18.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:18.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:19.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:19.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:19.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:19.205 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:19.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:19.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:19.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:19.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:07:19.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:19.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:19.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:19.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:19.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:19.211 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:19.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:19.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:19.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:19.214 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 18:07:19.214 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 18:07:19.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:19.216 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:07:19.245 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 18:07:19.245 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:07:19.245 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:07:19.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:19.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:19.260 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectAllWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 18:07:19.260 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 18:07:19.260 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:07:19.260 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:07:19.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:19.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.597 s - in org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest testDeleteAllEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 3.147 s testGetProjectsItemsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 1.518 s open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 0.465 s getProjectsWhenExplorerIsClosed no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 0.073 s selectProjectWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 1.527 s getEmptyListOfProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 1.438 s selectAllWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 1.417 s Running org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 18:07:19.275 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 18:07:19.277 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:07:19.278 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:07:19.278 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 18:07:19.278 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:07:19.278 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:07:19.279 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:07:19.279 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:07:19.279 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:07:19.279 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 18:07:19.279 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 18:07:19.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:07:19.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:19.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:19.280 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:07:19.280 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:19.281 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:07:19.281 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:07:19.281 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:07:19.281 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:07:19.281 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:07:19.281 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:07:19.281 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:07:19.281 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:07:19.281 DEBUG [main][MenuItemLookup] Item match:Window 18:07:19.282 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:07:19.282 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:07:19.282 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:07:19.282 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:19.282 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:07:19.282 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:07:19.282 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:19.282 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:07:19.282 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:19.282 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:07:19.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:19.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:19.283 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:07:19.283 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:19.283 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:07:19.283 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:07:19.283 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:07:19.283 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:07:19.283 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:07:19.283 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:07:19.283 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:07:19.283 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:07:19.283 DEBUG [main][MenuItemLookup] Item match:Window 18:07:19.284 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:07:19.284 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:07:19.284 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:07:19.284 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:19.284 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:07:19.284 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:07:19.284 DEBUG [main][MenuItemLookup] Item match:Perspective 18:07:19.285 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:07:19.285 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:19.285 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:07:19.285 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:07:19.285 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:07:19.285 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:07:19.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:07:19.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:19.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:19.286 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:07:19.286 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:19.286 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:07:19.286 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:07:19.286 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:07:19.286 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:07:19.286 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:07:19.286 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:07:19.286 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:07:19.286 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:07:19.286 DEBUG [main][MenuItemLookup] Item match:Window 18:07:19.287 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:07:19.287 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:07:19.287 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:07:19.287 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:19.287 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:07:19.287 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:07:19.287 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:19.287 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:07:19.287 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:19.287 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:07:19.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:19.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:19.287 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:07:19.288 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:19.288 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:07:19.288 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:07:19.288 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:07:19.288 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:07:19.288 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:07:19.288 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:07:19.288 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:07:19.288 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:07:19.288 DEBUG [main][MenuItemLookup] Item match:Window 18:07:19.288 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:07:19.288 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:07:19.288 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:07:19.288 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:19.288 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:07:19.288 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:07:19.288 DEBUG [main][MenuItemLookup] Item match:Perspective 18:07:19.293 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:07:19.293 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:19.293 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:07:19.293 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:07:19.293 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:07:19.293 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:07:19.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:19.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:19.294 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:07:19.294 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:19.294 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:07:19.294 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:07:19.294 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:07:19.294 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:07:19.294 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:07:19.294 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:07:19.294 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:07:19.295 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:07:19.295 DEBUG [main][MenuItemLookup] Item match:Window 18:07:19.295 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:07:19.295 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:07:19.295 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:07:19.295 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:19.295 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:07:19.295 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:07:19.295 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:19.295 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:07:19.295 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:19.295 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:07:19.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:19.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:19.296 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:07:19.296 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:19.296 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:07:19.296 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:07:19.296 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:07:19.296 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:07:19.296 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:07:19.296 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:07:19.296 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:07:19.296 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:07:19.296 DEBUG [main][MenuItemLookup] Item match:Window 18:07:19.297 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:07:19.297 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:07:19.297 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:07:19.297 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:19.297 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:07:19.297 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:07:19.297 DEBUG [main][MenuItemLookup] Item match:Perspective 18:07:19.298 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:07:19.298 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:19.298 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:07:19.298 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:07:19.298 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:07:19.298 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:07:19.298 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 18:07:19.298 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 18:07:19.298 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 18:07:19.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 18:07:19.363 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 18:07:19.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 18:07:19.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:19.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:19.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:19.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:19.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:19.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:07:19.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:19.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:19.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:19.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 "Reset Perspective") 18:07:19.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:19.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:19.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:19.366 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:07:19.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:19.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:19.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:19.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:19.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:19.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:19.368 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 18:07:19.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:19.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:19.369 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:19.369 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:19.647 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:07:19.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:19.647 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:07:19.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:19.648 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:07:19.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:19.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"] 18:07:19.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:19.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"] 18:07:19.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:19.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"] 18:07:19.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:19.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 Project"] 18:07:19.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:19.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"] 18:07:19.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:19.655 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:07:19.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:19.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:19.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:19.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:19.664 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:19.664 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:07:19.664 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:19.664 DEBUG [main][MenuItemLookup] Item match:File 18:07:19.666 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:07:19.666 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:07:19.673 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:07:19.673 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:07:19.673 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:19.673 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:07:19.674 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:07:19.674 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:07:19.674 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:07:19.674 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:07:19.674 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:07:19.674 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:07:19.674 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:07:19.674 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:07:19.674 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:19.674 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:07:19.674 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:07:19.674 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:07:19.674 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:19.674 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:07:19.674 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:19.674 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:07:19.674 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:07:19.692 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:07:19.692 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:07:19.693 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:07:19.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:07:19.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:07:19.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:07:19.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:19.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:19.866 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:07:19.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:19.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:07:19.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:19.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:19.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:19.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:19.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:19.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:07:19.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:07:19.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:07:19.872 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:07:19.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:19.872 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:07:19.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:19.872 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:07:19.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:07:19.872 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:07:19.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:19.872 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:07:19.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:19.884 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:07:19.885 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:07:19.885 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:07:19.886 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:07:19.899 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:07:19.899 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:07:19.900 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:07:19.900 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:07:19.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:19.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:19.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:19.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:19.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:19.904 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:07:19.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:19.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:19.904 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:19.904 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:20.289 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:07:20.290 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:20.290 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:20.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:07:20.291 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 18:07:20.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:07:20.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:20.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:20.293 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:07:20.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:20.293 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectItemTestProject' 18:07:20.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:07:20.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:20.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:20.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:20.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:20.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:07:20.299 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:07:20.300 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject 18:07:20.344 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:07:20.344 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:07:20.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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) 18:07:20.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:20.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:20.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:20.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:20.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:20.350 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:07:20.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:20.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:20.351 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:20.351 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:20.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:07:20.793 DEBUG [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 18:07:20.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:07:20.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:20.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:20.796 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:07:20.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 "Don't Create") 18:07:20.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:20.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:20.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:20.799 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:07:20.799 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:20.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:20.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:20.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:20.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:20.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:20.813 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:07:20.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:20.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:20.813 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:20.813 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:21.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:07:21.224 DEBUG [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 18:07:21.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:07:21.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:07:21.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:07:21.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:07:21.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:07:21.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:07:21.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:07:21.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:07:21.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:07:21.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:07:21.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:07:21.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:07:21.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:07:21.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:07:21.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:07:21.227 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:07:21.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:21.228 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:07:21.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:21.230 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:07:21.289 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:21.290 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:07:21.290 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:21.291 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:07:21.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:21.291 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:07:21.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:21.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:07:21.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:21.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:07:21.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:21.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"] 18:07:21.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:21.293 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:21.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:21.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:21.294 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:21.294 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:07:21.294 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:21.294 DEBUG [main][MenuItemLookup] Item match:File 18:07:21.297 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:07:21.297 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:07:21.304 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:07:21.304 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:07:21.304 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:21.304 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:07:21.304 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:07:21.304 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:07:21.304 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:07:21.304 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:07:21.304 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:07:21.304 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:07:21.304 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:07:21.304 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:07:21.304 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:21.305 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:07:21.305 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:07:21.305 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:07:21.305 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:21.305 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:07:21.305 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:21.305 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:07:21.305 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:07:21.306 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:07:21.306 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:07:21.306 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:07:21.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:07:21.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:07:21.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:07:21.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:21.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:21.736 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:07:21.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:21.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:07:21.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:21.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:21.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:21.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:21.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:21.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:07:21.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:07:21.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:07:21.834 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:07:21.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:21.834 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:07:21.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:21.835 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:07:21.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:07:21.835 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:07:21.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:21.835 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:07:21.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:21.836 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:07:21.897 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:07:21.897 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:07:21.898 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:07:21.903 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:07:21.903 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:07:21.903 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:07:21.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) 18:07:21.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:21.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:21.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:21.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:21.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:21.919 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:07:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:21.919 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:21.919 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:22.418 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:07:22.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:22.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:22.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:07:22.420 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 18:07:22.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:07:22.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:22.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:22.423 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:07:22.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:22.424 DEBUG [WorkbenchTestable][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:") 18:07:22.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:22.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:22.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:22.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:22.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:07:22.742 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:07:22.744 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 18:07:22.809 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:07:22.809 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:07:22.810 DEBUG [WorkbenchTestable][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) 18:07:22.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:22.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:22.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:22.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:22.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:22.834 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:07:22.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:22.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:22.834 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:22.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:22.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:07:24.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:07:24.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:07:24.049 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 18:07:24.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:07:24.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:07:24.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:07:24.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:07:24.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:07:24.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:07:24.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:07:24.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:07:24.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:07:24.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:07:24.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:07:24.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:07:24.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:07:24.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:07:24.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:07:24.049 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 18:07:24.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:07:24.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:07:24.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:07:24.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:07:24.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:07:24.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:07:24.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:07:24.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:07:24.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:07:24.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:07:24.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:07:24.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:07:24.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:07:24.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:07:24.050 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:07:24.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:24.121 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:07:24.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:24.121 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:07:24.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:24.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"] 18:07:24.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:24.124 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:07:24.125 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:24.126 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:07:24.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:24.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"] 18:07:24.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:24.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"] 18:07:24.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:24.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: "New"] 18:07:24.133 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:24.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:07:24.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:24.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:24.136 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:07:24.136 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:07:24.138 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:24.138 DEBUG [main][MenuItemLookup] Item match:File 18:07:24.186 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:07:24.186 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:07:24.274 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:07:24.274 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:07:24.274 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:24.274 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:07:24.274 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:07:24.274 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:07:24.274 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:07:24.274 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:07:24.274 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:07:24.274 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:07:24.274 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:07:24.274 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:07:24.274 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:24.274 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:07:24.274 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:07:24.274 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:07:24.274 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:24.274 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:07:24.274 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:24.274 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:07:24.274 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:07:24.317 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:07:24.317 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:07:24.317 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:07:24.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:07:24.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:07:24.806 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:07:24.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:24.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:24.810 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:07:24.810 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:24.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:07:24.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:24.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:24.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:24.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:24.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:24.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:07:24.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:07:24.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:07:24.896 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:07:24.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:24.916 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:07:24.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:24.917 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:07:24.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:07:24.918 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:07:24.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:24.919 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:07:24.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:24.919 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:07:24.929 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:07:24.929 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:07:24.929 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:07:24.930 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:07:24.930 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:07:24.930 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:07:24.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:07:24.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:24.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:24.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:24.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:24.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:24.995 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:07:24.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:24.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:24.996 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:24.996 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:25.315 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:07:25.315 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:25.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:25.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:07:25.317 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 18:07:25.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:07:25.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:25.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:25.319 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:07:25.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:25.320 DEBUG [WorkbenchTestable][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:") 18:07:25.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:25.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:25.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:25.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:25.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:07:25.601 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:07:25.603 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 18:07:25.697 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:07:25.697 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:07:25.698 DEBUG [WorkbenchTestable][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) 18:07:25.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:25.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:25.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:25.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:25.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:25.707 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:07:25.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:25.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:25.708 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:25.708 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:25.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:07:26.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:07:26.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:07:26.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:07:26.908 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 18:07:26.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:07:26.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:07:26.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:07:26.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:07:26.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:07:26.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:07:26.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:07:26.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:07:26.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:07:26.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:07:26.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:07:26.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:07:26.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:07:26.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:07:26.909 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 18:07:26.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:07:26.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:07:26.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:07:26.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:07:26.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:07:26.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:07:26.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:07:26.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:07:26.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:07:26.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:07:26.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:07:26.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:07:26.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:07:26.911 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:07:26.911 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 18:07:26.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 18:07:26.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:07:26.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:07:26.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:07:26.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:27.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:27.023 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 18:07:27.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 18:07:27.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:27.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:27.026 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 18:07:27.026 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 18:07:27.027 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:27.027 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:07:27.027 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:07:27.027 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:07:27.027 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:07:27.027 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:07:27.027 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:07:27.027 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:07:27.027 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:07:27.027 DEBUG [main][MenuItemLookup] Item match:Window 18:07:27.087 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:07:27.087 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:07:27.087 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:07:27.087 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:27.087 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:07:27.088 DEBUG [main][MenuItemLookup] Item match:Show View 18:07:27.113 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:07:27.113 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:07:27.113 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:07:27.113 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:07:27.113 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:07:27.113 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:07:27.113 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:07:27.113 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:07:27.113 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:07:27.113 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:07:27.113 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:07:27.113 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:07:27.113 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:07:27.113 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:07:27.113 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:07:27.113 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:27.113 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:07:27.113 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:07:27.208 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:07:27.208 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:07:27.210 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:07:27.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:07:27.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:07:27.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:07:27.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:27.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:27.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 18:07:27.609 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:27.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:27.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:27.610 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:27.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:27.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:27.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:27.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:27.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:27.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:27.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:07:27.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:07:27.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:07:27.691 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:27.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:27.691 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:27.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:27.691 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:27.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:07:27.692 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:27.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:27.693 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:27.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:27.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:27.694 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 18:07:27.694 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 18:07:27.695 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 18:07:27.695 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 18:07:27.695 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:27.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:27.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:27.696 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:27.696 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:27.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:27.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:27.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:07:27.697 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:27.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:27.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:27.698 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:27.698 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:27.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:27.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:27.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:27.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:27.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:27.701 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:07:27.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:27.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:27.701 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:27.701 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:28.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:07:28.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:07:28.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 18:07:28.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:28.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:28.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 18:07:28.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:28.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:28.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 18:07:28.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:28.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:28.494 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 18:07:28.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 '\*?\QNavigator (Deprecated)\E') 18:07:28.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:28.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:28.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:28.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:28.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:28.540 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:28.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:28.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:28.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform TooltipText=null 18:07:28.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:07:28.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:07:28.615 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:28.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:28.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:28.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:28.619 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:28.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:28.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:28.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:28.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:28.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:28.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:29.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:29.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:29.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:29.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:29.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:29.625 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:29.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:29.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:29.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:29.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 18:07:29.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:29.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:29.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:29.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:29.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:29.630 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:07:29.631 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 18:07:29.632 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:07:29.632 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:07:29.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:30.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:30.133 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:07:30.136 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:30.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:30.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:30.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:30.142 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:30.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:30.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:30.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:30.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:30.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:30.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:30.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:30.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:31.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:31.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:31.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:31.200 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:31.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:31.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:31.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:31.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 18:07:31.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:31.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:31.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:31.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:31.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:31.209 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:07:31.212 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 18:07:31.213 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:07:31.213 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:07:31.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:31.214 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:07:31.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:31.215 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:07:31.216 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:07:31.216 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:07:31.217 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:07:31.225 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:07:31.225 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:07:31.225 DEBUG [main][EditorHandler] 2 editor(s) found 18:07:31.226 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 18:07:31.403 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 18:07:31.403 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass1.java 18:07:31.595 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass1.java is closed 18:07:31.600 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:31.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:31.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:31.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:31.604 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:31.609 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:31.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:31.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:31.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:31.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:32.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:32.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:32.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:32.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:32.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:32.619 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:32.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:32.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:32.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:32.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 18:07:32.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:32.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:32.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:32.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:32.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:32.626 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:07:32.627 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 18:07:32.628 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:07:32.628 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:07:32.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:32.629 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:07:32.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:32.630 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:07:32.630 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item src 18:07:32.631 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:07:32.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:33.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:33.132 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:07:33.134 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:07:33.134 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:07:33.135 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:07:33.149 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:07:33.150 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 18:07:33.150 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:07:33.151 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:07:33.152 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:07:33.159 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:07:33.159 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:07:33.159 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:07:33.557 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:07:33.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:07:33.557 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:07:33.557 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:07:33.557 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:07:33.557 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:07:33.557 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:07:33.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:07:33.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:07:33.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:07:33.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:07:33.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:07:33.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:07:33.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:07:33.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:07:33.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:07:33.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClass.java\E') 18:07:33.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:33.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:33.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:33.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:33.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:33.582 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:33.583 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class TestClass { } TooltipText=null 18:07:33.584 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:33.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:33.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:33.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:33.636 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 18:07:33.637 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 18:07:33.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:33.639 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:07:33.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 18:07:33.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:07:33.744 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:07:33.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:33.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:33.786 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 18:07:33.787 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:07:33.787 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectCollapsedResourceNavigatorItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 18:07:33.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 18:07:33.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:07:33.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:07:33.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:07:33.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:33.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:33.832 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 18:07:33.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:07:33.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:33.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:33.834 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:07:33.834 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:07:33.834 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:33.835 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:07:33.835 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:07:33.835 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:07:33.835 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:07:33.835 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:07:33.836 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:07:33.836 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:07:33.836 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:07:33.836 DEBUG [main][MenuItemLookup] Item match:Window 18:07:33.837 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:07:33.837 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:07:33.837 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:07:33.837 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:33.837 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:07:33.837 DEBUG [main][MenuItemLookup] Item match:Show View 18:07:33.854 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:07:33.854 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:07:33.854 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:07:33.854 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:07:33.854 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:07:33.854 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:07:33.854 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:07:33.854 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:07:33.854 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:07:33.854 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:07:33.854 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:07:33.854 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:07:33.854 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:07:33.854 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:07:33.854 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:07:33.854 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:33.854 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:07:33.854 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:07:33.900 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:07:33.901 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:07:33.901 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:07:34.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:07:34.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:07:34.061 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:07:34.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:34.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:34.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:07:34.064 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:34.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:34.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:34.064 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:34.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:34.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:34.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:34.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:34.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:34.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:34.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:07:34.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:07:34.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:07:34.102 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:34.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:34.102 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:34.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:34.102 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:34.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:07:34.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:34.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:34.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:34.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:34.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:34.105 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 18:07:34.105 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 18:07:34.106 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 18:07:34.106 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 18:07:34.111 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:34.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:34.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:34.112 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:34.112 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:34.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:34.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:34.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") 18:07:34.114 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:34.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:34.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:34.114 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:34.114 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:34.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:34.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:34.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:34.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:34.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:34.122 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:07:34.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:34.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:34.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:34.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:34.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:07:34.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:07:34.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 18:07:34.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:34.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:34.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 18:07:34.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:34.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:34.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:07:34.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:34.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:34.445 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:07:34.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 '\*?\QNavigator (Deprecated)\E') 18:07:34.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:34.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:34.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:34.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:34.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:34.518 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:34.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:34.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:34.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 18:07:34.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:07:34.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:07:34.524 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:34.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:34.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:34.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:34.527 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:34.527 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:34.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:34.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:34.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:34.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:34.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:35.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:35.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:35.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:35.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:35.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:35.535 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:35.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:35.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:35.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:35.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 18:07:35.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:35.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:35.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:35.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:35.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:35.546 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:07:35.546 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 18:07:35.547 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:07:35.547 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:07:35.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:35.548 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:07:35.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:35.548 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:07:35.549 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:35.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:35.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:35.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:35.552 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:35.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:35.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:35.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:35.554 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:35.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:35.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:35.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:35.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:35.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:35.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:36.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:36.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:36.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:36.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:36.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:36.560 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:36.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:36.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:36.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:36.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 18:07:36.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:36.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:36.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:36.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:36.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:36.568 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:07:36.569 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 18:07:36.570 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:07:36.571 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:07:36.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:36.572 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:07:36.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:36.572 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:07:36.576 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:07:36.577 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:07:36.578 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:07:36.582 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:07:36.583 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:07:36.588 DEBUG [main][EditorHandler] 1 editor(s) found 18:07:36.588 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 18:07:36.713 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 18:07:36.716 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:36.717 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:36.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:36.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:36.720 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 18:07:36.722 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:07:36.722 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:07:36.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:36.723 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:07:36.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:36.723 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:07:36.724 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item src 18:07:36.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:07:36.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:36.726 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:07:36.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:36.726 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:07:36.727 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item ProjectItemTestProject 18:07:36.727 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item ProjectItemTestProject 18:07:36.727 DEBUG [main][TreeItemHandler] Setting tree item ProjectItemTestProject collapsed 18:07:36.728 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 18:07:36.729 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: ProjectItemTestProject 18:07:36.729 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 18:07:36.730 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 18:07:36.741 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 18:07:36.744 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 18:07:36.744 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:07:36.744 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:07:36.747 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:07:36.757 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:07:36.760 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:36.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:36.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:36.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:36.762 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 18:07:36.762 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 18:07:36.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:36.766 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:07:36.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 18:07:36.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:07:36.815 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:07:36.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:36.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:36.831 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectCollapsedResourceNavigatorItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 18:07:36.832 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:07:36.832 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 18:07:36.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 18:07:36.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:07:36.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:07:36.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:07:36.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:36.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:36.856 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 18:07:36.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:36.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:36.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:36.880 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:36.880 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:07:36.881 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:36.882 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:07:36.882 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:07:36.882 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:07:36.882 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:07:36.882 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:07:36.882 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:07:36.882 DEBUG [main][MenuItemLookup] Item match:Window 18:07:36.885 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:07:36.885 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:07:36.885 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:07:36.885 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:36.885 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:07:36.885 DEBUG [main][MenuItemLookup] Item match:Show View 18:07:36.901 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:07:36.901 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:07:36.901 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:07:36.901 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:07:36.902 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:07:36.902 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:07:36.902 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:07:36.902 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:07:36.902 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:07:36.902 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:07:36.902 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:07:36.902 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:07:36.902 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:07:36.902 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:07:36.902 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:07:36.902 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:36.902 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:07:36.902 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:07:36.903 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:07:36.903 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:07:36.903 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:07:37.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:07:37.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:07:37.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:07:37.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:37.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:37.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:07:37.066 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:37.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:37.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:37.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:37.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:37.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:37.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:37.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:37.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:37.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:37.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:07:37.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:07:37.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:07:37.072 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:37.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:37.083 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:37.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:37.083 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:37.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:07:37.084 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:37.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:37.085 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:37.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:37.085 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:37.087 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 18:07:37.087 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 18:07:37.087 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 18:07:37.088 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 18:07:37.088 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:37.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:37.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:37.088 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:37.088 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:37.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:37.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:37.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:07:37.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:37.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:37.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:37.095 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:37.095 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:37.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:37.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:37.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:37.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:37.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:37.098 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:07:37.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:37.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:37.098 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:37.098 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:37.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:07:37.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:07:37.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 18:07:37.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:37.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:37.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 18:07:37.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:37.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:37.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:37.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:37.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:37.303 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07: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 '\*?\QNavigator (Deprecated)\E') 18:07:37.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:37.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:37.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:37.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:37.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:37.340 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:37.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:37.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:37.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:07:37.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:07:37.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:07:37.345 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:37.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:37.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:37.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:37.347 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:37.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:37.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:37.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:37.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:37.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:37.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:37.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:37.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:38.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:38.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:38.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:38.359 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:38.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:38.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:38.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07: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 18:07:38.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:38.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:38.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:38.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:38.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:38.365 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:07:38.366 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 18:07:38.367 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:07:38.367 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:07:38.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:38.368 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:07:38.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:38.368 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:07:38.369 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:07:38.369 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:07:38.370 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:07:38.379 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:07:38.380 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 18:07:38.380 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 18:07:38.381 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 18:07:38.381 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 18:07:38.382 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 18:07:38.383 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:38.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:38.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:38.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:38.387 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 18:07:38.387 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 18:07:38.387 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:38.388 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:07:38.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 18:07:38.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:07:38.428 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:07:38.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:38.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:38.444 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 18:07:38.445 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:07:38.445 INFO [WorkbenchTestable][RequirementsRunner] Started test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 18:07:38.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 18:07:38.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:07:38.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:07:38.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:07:38.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:38.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:38.500 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 18:07:38.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:38.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:38.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:38.502 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:38.503 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:07:38.503 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:38.504 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:07:38.504 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:07:38.504 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:07:38.504 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:07:38.505 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:07:38.505 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:07:38.505 DEBUG [main][MenuItemLookup] Item match:Window 18:07:38.505 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:07:38.506 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:07:38.506 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:07:38.506 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:38.506 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:07:38.506 DEBUG [main][MenuItemLookup] Item match:Show View 18:07:38.518 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:07:38.518 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:07:38.518 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:07:38.518 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:07:38.518 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:07:38.518 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:07:38.518 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:07:38.518 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:07:38.518 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:07:38.518 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:07:38.518 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:07:38.518 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:07:38.518 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:07:38.518 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:07:38.518 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:07:38.519 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:38.519 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:07:38.519 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:07:38.541 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:07:38.541 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:07:38.542 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:07:38.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:07:38.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:07:38.708 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:07:38.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:38.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:38.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:07:38.711 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:38.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:38.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:38.712 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:38.712 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:38.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:38.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:38.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:38.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:38.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:38.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:07:38.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:07:38.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:07:38.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:38.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:38.722 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:38.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:38.722 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:38.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:07:38.722 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:38.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:38.723 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:38.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:38.723 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:38.724 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 18:07:38.724 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 18:07:38.725 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 18:07:38.725 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 18:07:38.725 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:38.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:38.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:38.726 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:38.726 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:38.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:38.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:38.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:07:38.728 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:38.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:38.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:38.728 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:38.729 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:38.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:38.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:38.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:38.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:38.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:38.743 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:07:38.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:38.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:38.743 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:38.743 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:38.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:07:38.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:07:38.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 18:07:38.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:39.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:39.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 18:07:39.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:39.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:39.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:39.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:39.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:39.103 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:39.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E') 18:07:39.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:39.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:39.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:39.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:39.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:39.142 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:39.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:39.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:39.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:07:39.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:07:39.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:07:39.148 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:39.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:39.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:39.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:39.151 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:39.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:39.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:39.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:39.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:39.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:39.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:39.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:39.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:40.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:40.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:40.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:40.218 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:40.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:40.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:40.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:40.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 18:07:40.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:40.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:40.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:40.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:40.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:40.225 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:07:40.227 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 18:07:40.228 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:07:40.228 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:07:40.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:40.229 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:07:40.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:40.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:07:40.230 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:07:40.231 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:07:40.231 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:07:40.236 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:07:40.237 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:07:40.237 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:40.238 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:07:40.238 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:40.238 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 18:07:40.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:40.239 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:07:40.240 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:40.240 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:07:40.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:40.241 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:07:40.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:40.247 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 18:07:40.247 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:40.248 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:07:40.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:40.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"] 18:07:40.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:40.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:40.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:40.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:40.252 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:40.252 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:07:40.253 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:40.253 DEBUG [main][MenuItemLookup] Item match:File 18:07:40.256 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:07:40.256 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:07:40.264 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:07:40.264 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:07:40.264 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:40.264 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:07:40.264 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:07:40.264 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:07:40.264 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:07:40.264 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:07:40.265 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:07:40.265 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:07:40.265 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:07:40.265 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:07:40.265 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:40.265 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:07:40.265 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:07:40.265 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:07:40.265 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:40.265 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:07:40.265 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:40.265 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:07:40.265 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:07:40.290 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:07:40.290 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:07:40.295 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:07:40.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:07:40.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:07:40.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:07:40.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:40.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:40.498 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:07:40.498 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:40.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:07:40.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:40.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:40.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:40.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:40.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:40.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:07:40.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:07:40.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:07:40.529 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:40.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:40.530 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:40.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:40.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:40.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:07:40.532 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:40.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:40.533 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:40.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:40.534 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:40.546 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 18:07:40.546 DEBUG [main][TreeItemHandler] Selecting tree item: File 18:07:40.547 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 18:07:40.561 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 18:07:40.561 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:07:40.561 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:07:40.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:07:40.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:40.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:40.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:40.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:40.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:40.567 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:07:40.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:40.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:40.567 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:40.567 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:40.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"] 18:07:40.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:40.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:40.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 18:07:40.640 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 18:07:40.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 18:07:40.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:40.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:40.643 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 18:07:40.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:07:40.643 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:") 18:07:40.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:40.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:40.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:40.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:40.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:07:40.662 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:07:40.667 INFO [WorkbenchTestable][AbstractText] Text set to: text.txt 18:07:40.669 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:") 18:07:40.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:40.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:40.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:40.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:40.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:07:40.674 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:07:40.675 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject/src/files/ 18:07:40.676 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 18:07:40.676 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 18:07:40.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.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) 18:07:40.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:40.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:40.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:40.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:40.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:40.692 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:07:40.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:40.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:40.693 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:40.693 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:40.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:07:41.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:07:41.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:07:41.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:07:41.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:07:41.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Remote System Explorer Operation' has no excuses, wait for it 18:07:41.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:07:41.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:07:41.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:07:41.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:07:41.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:07:41.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:07:41.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:07:41.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:07:41.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:07:41.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:07:41.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:07:41.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@254fbeef is found... 18:07:41.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@254fbeef is found finished successfully 18:07:41.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtext.txt\E') 18:07:41.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:41.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:41.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:41.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:41.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:41.597 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:41.597 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 18:07:41.598 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:41.599 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 18:07:41.599 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 18:07:41.600 DEBUG [WorkbenchTestable][EditorHandler] Closing editor text.txt 18:07:41.732 DEBUG [WorkbenchTestable][EditorHandler] Editor text.txt is closed 18:07:41.734 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:41.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:41.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:41.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:41.756 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:41.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:41.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:41.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:41.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:41.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:41.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:42.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:42.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:42.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:42.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:42.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:42.765 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:42.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:42.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:42.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:42.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 18:07:42.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:42.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:42.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:42.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:42.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:42.774 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:07:42.775 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 18:07:42.776 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:07:42.776 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:07:42.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:42.776 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:07:42.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:42.777 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:07:42.777 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 18:07:42.777 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:07:42.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:42.778 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:07:42.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:42.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:07:42.779 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 18:07:42.779 DEBUG [main][TreeItemHandler] Selecting tree item: files 18:07:42.779 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 18:07:42.784 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 18:07:42.784 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:07:42.784 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:42.840 DEBUG [main][MenuItemLookup] Found menu:'New' 18:07:42.840 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:07:42.840 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:07:42.840 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:42.840 DEBUG [main][MenuItemLookup] Found menu:'Copy' 18:07:42.840 DEBUG [main][MenuItemLookup] Found menu:'Paste' 18:07:42.840 DEBUG [main][MenuItemLookup] Found menu:'Delete' 18:07:42.840 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:07:42.840 DEBUG [main][MenuItemLookup] Found menu:'Rename...' 18:07:42.840 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:42.840 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:07:42.840 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:07:42.841 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:42.841 DEBUG [main][MenuItemLookup] Found menu:'Refresh' 18:07:42.841 DEBUG [main][MenuItemLookup] Item match:Refresh 18:07:42.841 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh" 18:07:42.841 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh 18:07:42.841 INFO [main][MenuItemHandler] Select menu item: Re&fresh 18:07:42.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:07:42.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:07:43.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:07:43.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:07:43.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:07:43.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:07:43.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:07:43.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:07:43.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:07:43.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:07:43.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:07:43.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:07:43.343 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'files' via Explorer 18:07:43.343 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 18:07:43.344 DEBUG [main][TreeItemHandler] Selecting tree item: files 18:07:43.344 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 18:07:43.348 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 18:07:43.348 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:07:43.348 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:43.408 DEBUG [main][MenuItemLookup] Found menu:'New' 18:07:43.408 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:07:43.408 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:07:43.408 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:43.408 DEBUG [main][MenuItemLookup] Found menu:'Copy' 18:07:43.408 DEBUG [main][MenuItemLookup] Found menu:'Paste' 18:07:43.408 DEBUG [main][MenuItemLookup] Found menu:'Delete' 18:07:43.408 DEBUG [main][MenuItemLookup] Item match:Delete 18:07:43.408 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 18:07:43.408 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 18:07:43.409 INFO [main][MenuItemHandler] Select menu item: &Delete 18:07:43.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:07:44.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. finished successfully 18:07:44.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:07:44.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:44.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:44.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:44.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:44.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:07:44.117 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:44.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:44.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:44.117 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:07:44.117 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:44.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:44.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:44.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:44.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:44.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:44.131 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:07:44.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:44.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:44.132 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:44.132 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:44.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:07:44.143 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:07:44.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:07:44.644 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:07:44.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:07:44.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:07:44.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:07:44.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:07:44.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:07:44.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:07:44.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:07:44.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:07:44.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:07:44.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:07:44.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:07:44.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:07:44.646 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:44.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:44.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:44.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:44.650 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:44.650 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:44.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:44.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:44.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:44.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:44.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:45.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:45.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:45.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:45.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:45.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:45.658 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:45.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:45.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:45.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:45.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 18:07:45.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:45.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:45.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:45.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:45.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:45.663 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:07:45.664 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 18:07:45.665 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:07:45.665 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:07:45.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:45.665 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:07:45.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:45.666 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:07:45.666 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 18:07:45.667 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 18:07:45.668 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 18:07:45.668 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:07:45.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:45.669 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:07:45.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:45.669 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:07:45.670 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 18:07:45.670 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:07:45.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:45.670 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:07:45.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:45.671 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:07:45.671 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:07:45.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:45.671 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:07:45.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:45.671 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:07:45.672 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 18:07:45.672 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 18:07:45.672 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:07:45.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:45.673 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:07:45.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:45.673 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:07:45.673 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:07:45.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:45.674 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:07:45.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:45.674 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:07:45.674 DEBUG [WorkbenchTestable][AbstractResource] Item "files" was not found. Available items on the current level: 18:07:45.674 DEBUG [WorkbenchTestable][AbstractResource] "TestClass.java" 18:07:45.675 DEBUG [WorkbenchTestable][AbstractResource] "TestClass1.java" 18:07:45.675 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:45.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:45.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:45.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:45.678 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 18:07:45.678 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 18:07:45.679 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:45.680 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:07:45.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 18:07:45.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:07:45.734 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:07:45.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:45.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:45.749 INFO [WorkbenchTestable][RequirementsRunner] Finished test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 18:07:45.750 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:07:45.750 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 18:07:45.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 18:07:45.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:07:45.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:07:45.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:07:45.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:45.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:45.778 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 18:07:45.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:45.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:45.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:45.780 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:45.780 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:07:45.785 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:45.786 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:07:45.786 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:07:45.786 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:07:45.786 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:07:45.786 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:07:45.786 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:07:45.786 DEBUG [main][MenuItemLookup] Item match:Window 18:07:45.788 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:07:45.788 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:07:45.788 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:07:45.788 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:45.788 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:07:45.788 DEBUG [main][MenuItemLookup] Item match:Show View 18:07:45.802 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:07:45.802 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:07:45.802 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:07:45.802 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:07:45.802 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:07:45.802 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:07:45.802 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:07:45.802 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:07:45.802 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:07:45.802 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:07:45.802 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:07:45.802 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:07:45.802 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:07:45.802 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:07:45.802 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:07:45.802 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:45.802 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:07:45.802 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:07:45.825 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:07:45.825 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:07:45.826 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:07:45.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:07:45.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:07:45.972 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:07:45.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:45.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:45.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:07:45.975 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:45.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:45.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:45.975 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:45.975 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:45.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:45.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:45.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:45.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:45.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:45.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:07:45.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:07:45.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:07:45.979 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:45.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:45.990 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:45.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:45.990 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:45.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:07:45.994 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:45.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:45.995 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:45.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:45.995 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:46.001 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 18:07:46.001 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 18:07:46.001 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 18:07:46.002 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 18:07:46.002 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:46.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:46.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:46.003 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:46.003 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:46.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:46.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:46.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:07:46.005 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:46.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:46.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:46.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:46.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:46.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:46.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:46.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:46.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:46.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:46.010 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:07:46.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:46.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:46.011 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:46.011 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:46.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:07:46.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:07:46.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 18:07:46.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:46.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:46.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 18:07:46.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:46.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:46.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:46.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:46.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:46.255 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:46.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') 18:07:46.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:46.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:46.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:46.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:46.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:46.340 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:46.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:46.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:46.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:07:46.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:07:46.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:07:46.345 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:46.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:46.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:46.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:46.389 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:46.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:46.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:46.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:46.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:46.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:46.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:46.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:46.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:47.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:47.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:47.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:47.397 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:47.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:47.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:47.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:47.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:07:47.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:47.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:47.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:47.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:47.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:47.402 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:07:47.403 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 18:07:47.404 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:07:47.404 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:07:47.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:47.405 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:07:47.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:47.405 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:07:47.406 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 18:07:47.406 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 18:07:47.406 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 18:07:47.406 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 18:07:47.407 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 18:07:47.407 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 18:07:47.407 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:07:47.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:47.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:47.908 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:07:47.913 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:47.914 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:47.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:47.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:47.917 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 18:07:47.917 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 18:07:47.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:47.919 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:07:47.965 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 18:07:47.965 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:07:47.965 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:07:47.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:47.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:47.981 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 18:07:47.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:48.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:48.015 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 18:07:48.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:48.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:48.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:48.017 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:48.017 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:07:48.017 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:48.018 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:07:48.019 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:07:48.019 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:07:48.019 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:07:48.019 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:07:48.019 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:07:48.019 DEBUG [main][MenuItemLookup] Item match:Window 18:07:48.020 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:07:48.020 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:07:48.020 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:07:48.020 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:48.020 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:07:48.020 DEBUG [main][MenuItemLookup] Item match:Show View 18:07:48.032 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:07:48.032 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:07:48.032 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:07:48.032 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:07:48.032 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:07:48.032 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:07:48.033 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:07:48.033 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:07:48.033 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:07:48.033 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:07:48.033 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:07:48.033 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:07:48.033 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:07:48.033 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:07:48.033 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:07:48.033 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:48.033 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:07:48.033 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:07:48.057 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:07:48.057 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:07:48.057 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:07:48.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:07:48.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:07:48.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:07:48.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:48.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:48.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:07:48.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:48.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:48.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:48.207 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:48.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:48.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:48.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:48.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:48.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:48.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:48.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:07:48.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:07:48.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:07:48.224 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:48.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:48.224 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:48.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:48.225 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:48.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:07:48.226 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:48.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:48.226 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:48.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:48.227 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:48.231 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 18:07:48.231 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 18:07:48.233 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 18:07:48.233 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 18:07:48.233 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:48.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:48.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:48.234 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:48.234 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:48.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:48.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:48.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:07:48.236 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:48.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:48.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:48.237 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:48.237 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:48.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:48.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:48.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:48.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:48.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:48.241 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:07:48.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:48.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:48.241 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:48.241 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:48.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:07:48.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:07:48.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 18:07:48.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:48.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:48.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 18:07:48.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:48.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:48.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:48.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:48.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:48.440 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:48.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E') 18:07:48.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:48.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:48.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:48.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:48.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:48.487 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:48.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:48.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:48.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:07:48.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:07:48.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:07:48.492 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:48.492 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:48.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:48.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:48.495 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:48.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:48.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:48.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:48.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:48.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:48.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:49.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:49.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:49.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:49.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:49.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:49.530 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:07:49.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:07:49.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:49.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:49.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:07:49.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:49.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:49.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:49.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:49.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:49.536 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:07:49.537 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 18:07:49.537 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 18:07:49.538 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 18:07:49.544 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 18:07:49.544 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:07:49.545 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:49.607 DEBUG [main][MenuItemLookup] Found menu:'New' 18:07:49.607 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:07:49.607 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:07:49.607 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:49.607 DEBUG [main][MenuItemLookup] Found menu:'Copy' 18:07:49.607 DEBUG [main][MenuItemLookup] Found menu:'Paste' 18:07:49.607 DEBUG [main][MenuItemLookup] Found menu:'Delete' 18:07:49.607 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:07:49.607 DEBUG [main][MenuItemLookup] Found menu:'Rename...' 18:07:49.607 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:49.607 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:07:49.607 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:07:49.608 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:49.608 DEBUG [main][MenuItemLookup] Found menu:'Refresh' 18:07:49.608 DEBUG [main][MenuItemLookup] Item match:Refresh 18:07:49.608 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh" 18:07:49.608 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh 18:07:49.609 INFO [main][MenuItemHandler] Select menu item: Re&fresh 18:07:49.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:07:49.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:07:50.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:07:50.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:07:50.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:07:50.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:07:50.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:07:50.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:07:50.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:07:50.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:07:50.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:07:50.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:07:50.111 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectItemTestProject' via Explorer 18:07:50.111 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 18:07:50.111 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 18:07:50.112 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 18:07:50.119 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 18:07:50.119 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:07:50.120 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:50.169 DEBUG [main][MenuItemLookup] Found menu:'New' 18:07:50.169 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:07:50.169 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:07:50.169 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:50.169 DEBUG [main][MenuItemLookup] Found menu:'Copy' 18:07:50.169 DEBUG [main][MenuItemLookup] Found menu:'Paste' 18:07:50.169 DEBUG [main][MenuItemLookup] Found menu:'Delete' 18:07:50.169 DEBUG [main][MenuItemLookup] Item match:Delete 18:07:50.169 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 18:07:50.169 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 18:07:50.170 INFO [main][MenuItemHandler] Select menu item: &Delete 18:07:50.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 'Delete.*'] is available.... 18:07:50.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:07:50.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:07:50.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:50.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:50.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:50.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:50.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: 32) 18:07:50.897 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:50.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:50.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:50.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:07:50.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:50.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:50.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:50.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:50.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:50.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:50.903 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:07:50.904 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:07:50.904 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:07:50.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:50.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:50.904 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:50.904 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:50.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", Widget matcher matching widgets with style: 8) 18:07:50.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:50.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:50.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:50.906 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:07:50.906 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:50.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:50.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:50.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:50.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:50.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:50.917 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:07:50.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:50.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:50.918 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:50.918 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:50.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:07:50.937 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:07:51.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:07:51.438 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:07:51.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:07:51.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:07:51.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:07:51.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:07:51.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:07:51.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:07:51.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:07:51.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:07:51.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:07:51.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:07:51.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:07:51.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:07:51.439 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 18:07:51.439 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:07:51.440 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:07:51.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:51.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.17 s - in org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 6.875 s selectCollapsedResourceNavigatorItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 3.044 s select no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 1.612 s asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 7.304 s testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 2.231 s Running org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 18:07:51.485 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 18:07:51.487 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:07:51.487 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:07:51.487 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 18:07:51.488 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:07:51.488 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:07:51.489 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:07:51.489 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:07:51.489 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:07:51.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:51.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:51.509 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 18:07:51.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:51.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:51.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:51.511 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:51.511 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:07:51.511 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:51.512 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:07:51.512 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:07:51.512 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:07:51.512 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:07:51.512 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:07:51.512 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:07:51.512 DEBUG [main][MenuItemLookup] Item match:Window 18:07:51.513 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:07:51.514 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:07:51.514 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:07:51.514 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:51.514 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:07:51.514 DEBUG [main][MenuItemLookup] Item match:Show View 18:07:51.527 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:07:51.527 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:07:51.527 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:07:51.527 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:07:51.527 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:07:51.527 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:07:51.527 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:07:51.527 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:07:51.527 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:07:51.527 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:07:51.527 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:07:51.527 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:07:51.527 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:07:51.527 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:07:51.527 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:07:51.527 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:51.527 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:07:51.527 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:07:51.549 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:07:51.549 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:07:51.549 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:07:51.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:07:51.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:07:51.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:07:51.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:51.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:51.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:07:51.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:51.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:51.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:51.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:51.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:51.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:51.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:51.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:51.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:51.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:51.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:07:51.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:07:51.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:07:51.697 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:51.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:51.708 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:51.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:51.708 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:51.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:07:51.709 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:51.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:51.711 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:51.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:51.711 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:51.717 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 18:07:51.717 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 18:07:51.718 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 18:07:51.719 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 18:07:51.719 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:51.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:51.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:51.720 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:51.720 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:51.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:51.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:51.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 "Open") 18:07:51.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:51.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:51.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:51.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:51.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:51.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:51.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:51.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:51.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:51.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:51.739 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:07:51.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:51.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:51.740 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:51.740 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:51.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:07:51.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:07:51.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 18:07:51.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:51.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:51.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 18:07:51.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:51.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:51.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:51.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:51.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:51.833 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:51.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 '\*?\QProject Explorer\E') 18:07:51.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:51.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:51.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:51.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:51.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:51.858 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:51.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:51.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:51.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:07:51.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:07:51.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:07:51.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:51.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:51.914 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' view via menu. 18:07:51.915 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:51.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:51.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:51.937 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:51.937 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:07:51.938 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:51.938 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:07:51.938 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:07:51.938 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:07:51.938 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:07:51.938 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:07:51.938 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:07:51.938 DEBUG [main][MenuItemLookup] Item match:Window 18:07:51.939 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:07:51.939 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:07:51.939 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:07:51.939 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:51.939 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:07:51.939 DEBUG [main][MenuItemLookup] Item match:Show View 18:07:51.950 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:07:51.950 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:07:51.950 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:07:51.950 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:07:51.950 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:07:51.950 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:07:51.950 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:07:51.950 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:07:51.950 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:07:51.950 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:07:51.950 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:07:51.950 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:07:51.950 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:07:51.950 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:07:51.950 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:07:51.950 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:51.950 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:07:51.950 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:07:51.950 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:07:51.950 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:07:51.951 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:07:52.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:07:52.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:07:52.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:07:52.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:52.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:52.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:07:52.084 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:52.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:52.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:52.085 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:52.085 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:52.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:52.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:52.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:52.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:52.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:52.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:07:52.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:07:52.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:07:52.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:52.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:52.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:52.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:52.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:52.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:07:52.109 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:52.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:52.111 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:52.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:52.111 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:52.113 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Properties 18:07:52.113 DEBUG [main][TreeItemHandler] Selecting tree item: Properties 18:07:52.114 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Properties about selection 18:07:52.115 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Properties 18:07:52.115 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:52.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:52.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:52.116 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:52.116 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:52.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:52.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:52.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:07:52.118 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:52.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:52.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:52.120 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:07:52.120 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:52.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:52.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:52.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:52.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:52.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:52.127 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:07:52.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:52.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:52.128 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:52.128 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:52.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:07:52.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:07:52.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.properties.PropertySheet' view is open... 18:07:52.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:52.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:52.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.properties.PropertySheet' view is open finished successfully 18:07:52.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:52.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:52.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:52.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:52.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:52.309 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:52.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 '\*?\QProperties\E') 18:07:52.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:52.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:52.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:52.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:52.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:52.348 INFO [WorkbenchTestable][AbstractView] Activate view Properties 18:07:52.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 18:07:52.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:52.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:07:52.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:07:52.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:07:52.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:52.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:52.353 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:07:52.354 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:52.354 DEBUG [main][MenuItemLookup] Item match:File 18:07:52.356 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:07:52.356 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:07:52.364 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:07:52.364 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:07:52.364 DEBUG [main][MenuItemLookup] Item match:Project... 18:07:52.408 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roject..." 18:07:52.408 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Project... 18:07:52.408 INFO [main][MenuItemHandler] Select menu item: P&roject... 18:07:52.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 18:07:52.544 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 18:07:52.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 18:07:52.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:52.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:52.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:07:52.548 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:52.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:52.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:52.549 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 18:07:52.549 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:52.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:52.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:52.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:52.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:52.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:52.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:07:52.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:07:52.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:07:52.567 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:52.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:53.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:53.082 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:53.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:07:53.084 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:07:53.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:53.085 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:07:53.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:53.086 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:07:53.088 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 18:07:53.088 DEBUG [main][TreeItemHandler] Selecting tree item: Project 18:07:53.088 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 18:07:53.094 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 18:07:53.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >") 18:07:53.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:53.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:53.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:53.096 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 18:07:53.096 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:53.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:53.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:53.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:53.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:53.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:53.114 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:07:53.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:53.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:53.114 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:53.114 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:53.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:07:53.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:53.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:53.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:53.201 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 18:07:53.201 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:53.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:53.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:53.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:53.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:53.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:07:53.219 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:07:53.219 INFO [WorkbenchTestable][AbstractText] Text set to: test 18:07:53.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 "Finish") 18:07:53.221 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:53.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:53.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:53.230 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 18:07:53.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:53.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:53.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:53.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:53.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:53.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:53.247 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:07:53.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:53.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:53.248 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:53.248 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:53.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 18:07:53.448 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 18:07:53.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:07:53.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:07:53.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:07:53.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:07:53.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:07:53.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:07:53.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:07:53.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:07:53.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:07:53.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:07:53.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:07:53.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:07:53.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:07:53.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:07:53.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:53.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:53.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:07:53.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:53.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:53.458 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:07:53.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') 18:07:53.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:53.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:53.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:53.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:53.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:53.484 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:53.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:53.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:53.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:53.707 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:53.707 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:53.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:53.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:53.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:53.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:53.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:54.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:54.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:54.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:54.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:54.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:54.728 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:54.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:54.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:54.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:54.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:07:54.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:54.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:54.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:54.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:54.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:54.734 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 18:07:54.735 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 18:07:54.735 DEBUG [main][TreeItemHandler] Selecting tree item: test 18:07:54.737 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 18:07:54.754 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 18:07:54.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:54.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:54.756 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:07:54.757 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:54.757 DEBUG [main][MenuItemLookup] Item match:File 18:07:54.759 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:07:54.759 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:07:54.771 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:07:54.771 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:07:54.771 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:54.771 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:07:54.771 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:07:54.771 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:07:54.771 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:07:54.771 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:07:54.772 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:07:54.772 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:07:54.772 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:07:54.772 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:07:54.772 DEBUG [main][MenuItemLookup] Found menu:'File' 18:07:54.772 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:07:54.772 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:07:54.772 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:07:54.772 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:54.772 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:07:54.772 DEBUG [main][MenuItemLookup] Found menu:'' 18:07:54.772 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:07:54.772 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:07:54.773 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:07:54.773 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:07:54.774 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:07:54.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:07:54.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:07:54.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:07:54.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:54.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:54.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 18:07:54.997 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:54.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:54.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:54.998 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 18:07:54.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:54.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:54.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:55.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:55.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:55.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:55.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:07:55.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:07:55.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem XML has children... 18:07:55.027 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item XML 18:07:55.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:55.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:55.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: XML 18:07:55.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem XML has children finished successfully 18:07:55.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item XML 18:07:55.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:55.532 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item XML is already expanded. No action performed 18:07:55.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:55.532 INFO [WorkbenchTestable][TreeItemHandler] Expanded: XML 18:07:55.532 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item XML Schema File 18:07:55.532 DEBUG [main][TreeItemHandler] Selecting tree item: XML Schema File 18:07:55.533 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item XML Schema File about selection 18:07:55.538 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: XML Schema File 18:07:55.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 "Next >") 18:07:55.538 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:55.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:55.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:55.539 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 18:07:55.539 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:55.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:55.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:55.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:55.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:55.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:55.543 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:07:55.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:55.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:55.543 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:55.543 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:55.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 "Finish") 18:07:55.632 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:55.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:55.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:55.637 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create XML Schema" as the parent 18:07:55.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:55.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:55.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:55.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:55.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:55.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:07:55.643 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:07:55.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:07:55.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:07:55.644 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:07:55.644 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:55.755 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:1178): Gtk-WARNING **: 18:07:57.231: Negative content height -5 (allocation 1, extents 3x3) while allocating gadget (node button, owner GtkToggleButton) 18:07:57.751 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 18:07:57.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:07:57.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 18:07:57.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:07:57.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:07:57.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:07:57.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:07:57.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:07:57.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:07:57.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:07:57.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:07:57.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:07:57.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:07:57.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:07:57.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:07:57.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:07:57.752 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:07:57.752 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 18:07:57.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 18:07:57.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:07:57.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:07:57.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:07:57.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:57.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:57.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 18:07:57.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:57.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:57.779 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 18:07:57.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 '\*?\QProject Explorer\E') 18:07:57.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:57.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:57.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:57.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:57.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:57.815 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:57.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:57.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:57.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:57.908 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:57.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:57.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:57.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:57.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:57.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:57.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:58.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:58.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:58.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:58.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:07:58.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:07:58.918 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:58.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:07:58.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:58.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:07:58.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:07:58.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:58.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:58.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:58.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:58.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:07:58.926 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 18:07:58.927 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 18:07:58.928 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item NewXMLSchema.xsd of tree item test 18:07:58.928 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 18:07:58.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:07:58.929 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 18:07:58.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:07:58.930 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 18:07:58.930 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 18:07:58.930 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 18:07:58.931 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 18:07:58.945 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 18:07:58.952 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item NewXMLSchema.xsd 18:07:58.953 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 18:07:58.953 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 18:07:58.954 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 18:07:58.978 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 18:07:58.978 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:07:58.979 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:07:59.079 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:07:59.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:07:59.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:07:59.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:07:59.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:07:59.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:07:59.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:07:59.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:07:59.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:07:59.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:07:59.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:07:59.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:07:59.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:07:59.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@502123a2 is found... 18:07:59.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@502123a2 is found finished successfully 18:07:59.093 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNewXMLSchema.xsd\E') 18:07:59.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:59.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:59.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:59.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:59.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:59.110 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:59.110 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 18:07:59.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 '\*?\QNewXMLSchema.xsd\E') 18:07:59.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:59.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:59.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:59.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:59.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:59.148 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:59.149 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 18:07:59.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:59.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:59.246 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 18:07:59.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:59.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:59.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 18:07:59.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:59.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:59.315 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 18:07:59.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 '\*?\QProperties\E') 18:07:59.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:59.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:59.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:59.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:59.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:59.394 INFO [WorkbenchTestable][AbstractView] Activate view Properties 18:07:59.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 18:07:59.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:07:59.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=tns TooltipText=null 18:07:59.488 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') 18:07:59.488 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:59.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:59.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:59.494 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 18:07:59.494 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:59.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:59.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:59.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:59.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:59.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 18:07:59.504 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 18:07:59.504 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:59.505 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 18:07:59.505 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:59.632 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') 18:07:59.633 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:59.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:59.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:59.634 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 18:07:59.634 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:59.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:59.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:59.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:59.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:59.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 18:07:59.636 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 18:07:59.636 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:59.636 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 18:07:59.636 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:59.669 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') 18:07:59.669 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:59.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:59.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:59.670 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 18:07:59.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:59.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:59.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:59.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:59.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:59.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 18:07:59.672 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 18:07:59.672 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:59.672 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 18:07:59.673 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:59.707 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') 18:07:59.707 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:59.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:59.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:59.709 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 18:07:59.709 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:59.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:59.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:59.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:59.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:59.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 18:07:59.711 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 18:07:59.711 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:59.711 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 18:07:59.711 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:07:59.825 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") 18:07:59.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:59.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:59.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:59.832 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 18:07:59.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:59.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:59.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:59.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:59.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:59.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 18:07:59.837 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") 18:07:59.837 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:07:59.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:59.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:59.838 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 18:07:59.838 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:07:59.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:59.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:59.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:59.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:59.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 18:07:59.848 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 18:07:59.848 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:07:59.848 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:07:59.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:07:59.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:07:59.849 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 18:07:59.849 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:07:59.850 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 18:07:59.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 18:07:59.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:07:59.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:07:59.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:07:59.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:59.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:59.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 18:07:59.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:07:59.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:07:59.856 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 18:07:59.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:07:59.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:07:59.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:07:59.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:07:59.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:07:59.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:07:59.930 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:07:59.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:08:00.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:00.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:00.029 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:08:00.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:08:00.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:00.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:00.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:00.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:00.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:00.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:00.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:01.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:01.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:01.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:08:01.036 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:08:01.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:08:01.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:01.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:01.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:08:01.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:01.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:01.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:01.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:01.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:01.042 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 18:08:01.043 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 18:08:01.045 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item NewXMLSchema.xsd of tree item test 18:08:01.045 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 18:08:01.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:01.046 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 18:08:01.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:01.047 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 18:08:01.048 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 18:08:01.048 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 18:08:01.048 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 18:08:01.067 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 18:08:01.068 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item NewXMLSchema.xsd 18:08:01.068 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 18:08:01.069 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 18:08:01.069 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 18:08:01.088 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 18:08:01.088 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:08:01.089 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:08:01.203 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:08:01.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:08:01.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:08:01.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:08:01.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:08:01.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:08:01.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:08:01.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:08:01.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:08:01.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:08:01.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:08:01.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:08:01.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:08:01.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@788c7988 is found... 18:08:01.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@788c7988 is found finished successfully 18:08:01.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 '\*?\QNewXMLSchema.xsd\E') 18:08:01.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:01.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:01.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:01.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:01.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:08:01.238 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:01.238 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 18:08:01.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 '\*?\QNewXMLSchema.xsd\E') 18:08:01.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:01.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:01.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:01.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:01.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:08:01.257 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:01.258 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 18:08:01.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:01.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:01.300 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 18:08:01.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:01.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:01.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 18:08:01.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:01.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:01.323 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 18:08:01.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 '\*?\QProperties\E') 18:08:01.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:01.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:01.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:01.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:01.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:08:01.378 INFO [WorkbenchTestable][AbstractView] Activate view Properties 18:08:01.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 18:08:01.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:01.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:01.478 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') 18:08:01.479 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:01.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:01.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:01.484 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 18:08:01.484 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:01.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:01.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:01.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:01.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:01.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 18:08:01.488 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 18:08:01.488 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:08:01.488 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:08:01.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:01.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:01.490 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 18:08:01.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:01.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:01.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 18:08:01.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:01.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:01.499 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 18:08:01.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:08:01.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:01.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:01.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:01.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:01.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:08:01.503 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:08:01.503 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:08:01.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:01.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:01.577 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:08:01.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:08:01.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:01.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:01.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:01.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:02.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:02.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:02.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:02.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:02.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:08:02.587 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:08:02.588 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:08:02.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:02.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:02.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 18:08:02.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:02.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:02.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:02.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:02.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:02.595 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 18:08:02.596 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 18:08:02.596 DEBUG [main][TreeItemHandler] Selecting tree item: test 18:08:02.597 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 18:08:02.616 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 18:08:02.651 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:08:02.651 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:02.720 DEBUG [main][MenuItemLookup] Found menu:'New' 18:08:02.721 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:08:02.721 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:02.721 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:08:02.721 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:02.721 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:08:02.721 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:08:02.721 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:08:02.721 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:08:02.721 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:08:02.721 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:08:02.721 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:02.721 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:08:02.721 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:08:02.721 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:02.721 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:08:02.721 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:08:02.721 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:08:02.722 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:08:02.722 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:08:02.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:08:02.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:08:03.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:08:03.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:08:03.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:08:03.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:08:03.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:08:03.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:08:03.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:08:03.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:08:03.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:08:03.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:08:03.224 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test' via Explorer 18:08:03.224 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 18:08:03.224 DEBUG [main][TreeItemHandler] Selecting tree item: test 18:08:03.225 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 18:08:03.244 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 18:08:03.245 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:08:03.245 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:03.305 DEBUG [main][MenuItemLookup] Found menu:'New' 18:08:03.306 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:08:03.306 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:03.306 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:08:03.306 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:03.306 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:08:03.306 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:08:03.306 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:08:03.306 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:08:03.306 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:08:03.306 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:08:03.307 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:08:03.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:08:03.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:08:03.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:08:03.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:03.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:03.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:03.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08: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: 32) 18:08:03.584 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:03.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:03.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:03.585 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:08:03.585 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:03.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:03.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:03.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:03.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:03.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:03.590 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:08:03.590 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:08:03.590 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:08:03.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:03.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:03.591 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:03.591 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:03.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) 18:08:03.591 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:03.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:03.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:03.592 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:08:03.592 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:03.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:03.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:03.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:03.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:03.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:03.607 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:08:03.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:03.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:03.607 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:03.607 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:03.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:08:03.628 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:08:04.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:08:04.128 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:08:04.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:08:04.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:08:04.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:08:04.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:08:04.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:08:04.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:08:04.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:08:04.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:08:04.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:08:04.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:08:04.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:08:04.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:08:04.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:08:04.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:08:04.129 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 18:08:04.129 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:08:04.129 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:08:04.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:04.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.647 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: 2.097 s getTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) Time elapsed: 1.64 s Running org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 18:08:04.143 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 18:08:04.144 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:08:04.144 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:08:04.145 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 18:08:04.145 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:08:04.145 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:08:04.146 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:08:04.146 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:08:04.146 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:08:04.146 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 18:08:04.146 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 18:08:04.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:08:04.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:04.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:04.147 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:08:04.147 DEBUG [main][MenuItemLookup] Found menu:'File' 18:08:04.148 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:08:04.148 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:08:04.149 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:08:04.149 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:08:04.149 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:08:04.149 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:08:04.149 DEBUG [main][MenuItemLookup] Item match:Window 18:08:04.151 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:08:04.151 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:08:04.151 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:08:04.151 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:04.151 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:08:04.151 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:08:04.151 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:04.151 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:08:04.151 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:04.151 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:08:04.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:04.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:04.151 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:08:04.152 DEBUG [main][MenuItemLookup] Found menu:'File' 18:08:04.152 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:08:04.152 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:08:04.152 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:08:04.152 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:08:04.152 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:08:04.152 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:08:04.152 DEBUG [main][MenuItemLookup] Item match:Window 18:08:04.153 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:08:04.153 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:08:04.153 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:08:04.153 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:04.153 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:08:04.153 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:08:04.153 DEBUG [main][MenuItemLookup] Item match:Perspective 18:08:04.153 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:08:04.153 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:04.154 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:08:04.154 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:08:04.154 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:08:04.154 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:08:04.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:08:04.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:04.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:04.155 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:08:04.155 DEBUG [main][MenuItemLookup] Found menu:'File' 18:08:04.155 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:08:04.155 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:08:04.155 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:08:04.155 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:08:04.155 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:08:04.155 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:08:04.155 DEBUG [main][MenuItemLookup] Item match:Window 18:08:04.156 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:08:04.156 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:08:04.156 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:08:04.156 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:04.156 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:08:04.156 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:08:04.156 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:04.156 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:08:04.156 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:04.156 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:08:04.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:04.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:04.157 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:08:04.157 DEBUG [main][MenuItemLookup] Found menu:'File' 18:08:04.157 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:08:04.157 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:08:04.157 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:08:04.157 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:08:04.157 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:08:04.157 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:08:04.157 DEBUG [main][MenuItemLookup] Item match:Window 18:08:04.158 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:08:04.158 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:08:04.158 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:08:04.158 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:04.158 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:08:04.158 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:08:04.158 DEBUG [main][MenuItemLookup] Item match:Perspective 18:08:04.159 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:08:04.159 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:04.159 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:08:04.159 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:08:04.159 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:08:04.159 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:08:04.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:04.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:04.160 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:08:04.160 DEBUG [main][MenuItemLookup] Found menu:'File' 18:08:04.160 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:08:04.160 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:08:04.160 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:08:04.160 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:08:04.160 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:08:04.160 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:08:04.160 DEBUG [main][MenuItemLookup] Item match:Window 18:08:04.161 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:08:04.161 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:08:04.161 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:08:04.161 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:04.161 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:08:04.161 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:08:04.161 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:04.161 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:08:04.161 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:04.161 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:08:04.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:04.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:04.162 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:08:04.163 DEBUG [main][MenuItemLookup] Found menu:'File' 18:08:04.163 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:08:04.163 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:08:04.163 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:08:04.163 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:08:04.163 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:08:04.163 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:08:04.163 DEBUG [main][MenuItemLookup] Item match:Window 18:08:04.164 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:08:04.164 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:08:04.164 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:08:04.164 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:04.164 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:08:04.164 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:08:04.164 DEBUG [main][MenuItemLookup] Item match:Perspective 18:08:04.165 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:08:04.165 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:04.165 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:08:04.165 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:08:04.165 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:08:04.165 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:08:04.166 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 18:08:04.166 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 18:08:04.166 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 18:08:04.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 18:08:04.256 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 18:08:04.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 18:08:04.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:04.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:04.261 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:04.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:04.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:04.263 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:08:04.263 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:04.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:04.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:04.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") 18:08:04.265 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:04.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:04.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:04.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:08:04.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:04.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:04.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:04.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:04.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:04.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:04.268 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 18:08:04.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:04.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:04.268 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:04.268 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:04.659 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:08:04.659 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProperties no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 18:08:04.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 18:08:04.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:08:04.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:08:04.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:08:04.660 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:04.660 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:04.661 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:04.661 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:04.661 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:08:04.662 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:04.662 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:04.662 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:04.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"] 18:08:04.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:04.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"] 18:08:04.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:04.664 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:08:04.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:04.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"] 18:08:04.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:04.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"] 18:08:04.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:04.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:08:04.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:04.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:04.667 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:08:04.667 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:08:04.667 DEBUG [main][MenuItemLookup] Found menu:'File' 18:08:04.667 DEBUG [main][MenuItemLookup] Item match:File 18:08:04.669 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:08:04.669 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:08:04.692 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:08:04.692 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:08:04.692 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:04.692 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:08:04.692 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:08:04.692 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:08:04.692 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:08:04.692 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:08:04.692 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:08:04.692 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:08:04.692 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:08:04.692 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:08:04.692 DEBUG [main][MenuItemLookup] Found menu:'File' 18:08:04.692 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:08:04.692 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:08:04.692 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:08:04.692 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:04.692 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:08:04.692 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:04.692 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:08:04.692 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:08:04.717 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:08:04.717 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:08:04.717 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:08:04.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:08:04.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:08:04.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:08:04.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:04.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:04.904 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:08:04.904 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:04.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:08:04.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:04.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:04.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:04.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:04.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:04.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:08:04.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:08:04.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:08:04.910 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:08:04.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:04.910 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:08:04.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:04.910 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:08:04.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:08:04.911 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:08:04.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:04.911 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:08:04.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:04.911 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:08:04.913 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:08:04.913 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:08:04.914 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:08:04.934 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:08:04.934 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:08:04.935 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:08:04.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) 18:08:04.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:04.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:04.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:04.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:04.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:04.941 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:08:04.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:04.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:04.941 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:04.941 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:05.340 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:05.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:05.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:05.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.... 18:08:05.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 18:08:05.342 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:08:05.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:05.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:05.344 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:08:05.344 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:05.346 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 18:08:05.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:08:05.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:05.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:05.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:05.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:05.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:08:05.387 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:08:05.390 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 18:08:05.444 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:08:05.444 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:08:05.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 18:08:05.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:05.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:05.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:05.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:05.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:05.453 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:08:05.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:05.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:05.453 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:05.453 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:05.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:08:05.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 18:08:05.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:08:05.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:05.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:05.896 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:08:05.896 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:08:05.896 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:05.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:05.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:05.897 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:08:05.897 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:05.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:05.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:05.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:05.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:05.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:05.904 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:08:05.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:05.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:05.905 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:05.905 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:06.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:08:06.207 DEBUG [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 18:08:06.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:08:06.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:08:06.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:08:06.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:08:06.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:08:06.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:08:06.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:08:06.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:08:06.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:08:06.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:08:06.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:08:06.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:08:06.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:08:06.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:08:06.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:08:06.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:06.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:06.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:08:06.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:06.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:06.226 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:08:06.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 '\*?\QPackage Explorer\E') 18:08:06.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:06.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:06.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:06.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:06.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:08:06.229 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:06.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:06.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:06.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:06.301 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:06.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:06.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:06.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:06.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:06.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:06.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:06.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:06.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:07.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:07.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:07.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:08:07.307 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:07.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:07.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:07.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:07.311 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:08:07.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:07.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:07.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:07.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:07.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:07.313 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 18:08:07.313 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 18:08:07.314 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 18:08:07.314 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 18:08:07.322 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 18:08:07.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:07.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:07.339 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' view via menu. 18:08:07.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:08:07.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:07.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:07.340 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:08:07.341 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:08:07.341 DEBUG [main][MenuItemLookup] Found menu:'File' 18:08:07.341 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:08:07.341 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:08:07.341 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:08:07.341 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:08:07.342 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:08:07.342 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:08:07.342 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:08:07.342 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:08:07.342 DEBUG [main][MenuItemLookup] Item match:Window 18:08:07.342 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:08:07.342 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:08:07.342 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:08:07.343 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:07.343 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:08:07.343 DEBUG [main][MenuItemLookup] Item match:Show View 18:08:07.392 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:08:07.392 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:08:07.392 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:08:07.392 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:08:07.392 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:08:07.392 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:08:07.392 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:08:07.392 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:08:07.392 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:08:07.392 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:08:07.392 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:08:07.392 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:08:07.392 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:08:07.392 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:08:07.392 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:08:07.392 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:07.392 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:08:07.393 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:08:07.416 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:08:07.416 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:08:07.417 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:08:07.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:08:07.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:08:07.702 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:08:07.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:07.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:07.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:08:07.705 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:07.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:07.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:07.706 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:08:07.706 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:07.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:07.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:07.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:07.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:07.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:07.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:08:07.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:08:07.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:08:07.710 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:08:07.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:07.722 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:08:07.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:07.723 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:08:07.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:08:07.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:08:07.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:07.724 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:08:07.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:07.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:08:07.730 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Properties 18:08:07.730 DEBUG [main][TreeItemHandler] Selecting tree item: Properties 18:08:07.730 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Properties about selection 18:08:07.731 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Properties 18:08:07.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:07.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:07.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:07.732 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:08:07.732 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:07.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:07.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:07.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:08:07.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:07.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:07.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:07.735 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:08:07.735 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:07.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:07.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:07.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:07.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:07.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:07.738 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:08:07.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:07.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:07.739 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:07.739 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:07.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:08:07.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:08:07.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.properties.PropertySheet' view is open... 18:08:07.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:08.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:08.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.properties.PropertySheet' view is open finished successfully 18:08:08.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:08.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:08.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:08:08.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:08.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:08.065 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:08:08.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E') 18:08:08.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:08.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:08.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:08.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:08.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:08:08.144 INFO [WorkbenchTestable][AbstractView] Activate view Properties 18:08:08.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 18:08:08.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:08.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:08:08.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:08:08.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:08:08.148 INFO [WorkbenchTestable][AbstractView] Activate view Properties 18:08:08.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 18:08:08.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:08.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:08.154 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:08:08.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:08.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:08.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:08.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:08.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:08:08.156 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 18:08:08.159 INFO [WorkbenchTestable][AbstractView] Activate view Properties 18:08:08.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 18:08:08.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:08.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:08.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:08:08.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:08.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:08.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:08.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:08.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:08.245 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Info and wait with time period 1 18:08:08.245 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 18:08:08.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:08.246 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 18:08:08.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:08.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 18:08:08.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 18:08:08.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:08.248 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 18:08:08.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:08.249 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 18:08:08.249 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item derived and wait with time period 1 18:08:08.250 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item derived 18:08:08.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:08.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:08.753 INFO [WorkbenchTestable][TreeItemHandler] Expanded: derived 18:08:08.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item derived 18:08:08.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:09.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:09.256 INFO [WorkbenchTestable][TreeItemHandler] Expanded: derived 18:08:09.257 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item editable and wait with time period 1 18:08:09.257 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item editable 18:08:09.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:09.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:09.759 INFO [WorkbenchTestable][TreeItemHandler] Expanded: editable 18:08:09.760 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item editable 18:08:09.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:10.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:10.261 INFO [WorkbenchTestable][TreeItemHandler] Expanded: editable 18:08:10.262 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item last modified and wait with time period 1 18:08:10.263 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item last modified 18:08:10.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:10.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:10.765 INFO [WorkbenchTestable][TreeItemHandler] Expanded: last modified 18:08:10.765 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item last modified 18:08:10.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:11.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:11.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: last modified 18:08:11.274 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item linked and wait with time period 1 18:08:11.274 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item linked 18:08:11.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:11.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:11.777 INFO [WorkbenchTestable][TreeItemHandler] Expanded: linked 18:08:11.777 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item linked 18:08:11.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:12.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:12.288 INFO [WorkbenchTestable][TreeItemHandler] Expanded: linked 18:08:12.289 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item location and wait with time period 1 18:08:12.289 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item location 18:08:12.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:12.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:12.795 INFO [WorkbenchTestable][TreeItemHandler] Expanded: location 18:08:12.795 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item location 18:08:12.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:13.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:13.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: location 18:08:13.299 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item name and wait with time period 1 18:08:13.300 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item name 18:08:13.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:13.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:13.802 INFO [WorkbenchTestable][TreeItemHandler] Expanded: name 18:08:13.803 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item name 18:08:13.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:14.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:14.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: name 18:08:14.306 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item path and wait with time period 1 18:08:14.307 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item path 18:08:14.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:14.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:14.809 INFO [WorkbenchTestable][TreeItemHandler] Expanded: path 18:08:14.810 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item path 18:08:14.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:15.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:15.312 INFO [WorkbenchTestable][TreeItemHandler] Expanded: path 18:08:15.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:15.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:15.323 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:08:15.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:15.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:15.329 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:08:15.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:15.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:15.332 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:08:15.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 '\*?\QPackage Explorer\E') 18:08:15.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:15.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:15.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:15.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:15.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:08:15.336 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:15.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:15.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:15.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:15.405 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:15.405 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:15.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:15.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:15.409 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:15.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:15.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:15.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:15.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:15.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:15.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:15.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:15.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:16.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:16.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:16.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:08:16.421 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:16.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:16.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:16.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:16.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:08:16.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:16.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:16.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:16.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:16.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:16.428 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 18:08:16.429 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:16.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:16.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:16.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:16.432 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:16.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:16.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:16.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:16.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:16.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:16.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:16.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:16.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:17.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:17.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:17.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:08:17.439 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:17.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:17.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:17.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:17.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 18:08:17.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:17.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:17.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:17.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:17.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:17.446 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 18:08:17.447 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 18:08:17.447 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 18:08:17.448 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 18:08:17.454 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 18:08:17.454 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:08:17.454 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:17.626 DEBUG [main][MenuItemLookup] Found menu:'New' 18:08:17.626 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:08:17.626 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:17.626 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:08:17.626 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:08:17.626 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:08:17.626 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:17.626 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:08:17.626 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:08:17.626 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:08:17.626 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:08:17.626 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:17.626 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:08:17.626 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:08:17.626 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:08:17.626 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:08:17.626 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:17.626 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:08:17.626 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:08:17.626 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:17.626 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:08:17.626 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:08:17.627 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:08:17.627 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:08:17.627 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:08:17.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:08:17.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:08:18.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:08:18.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:08:18.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:08:18.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:08:18.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:08:18.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:08:18.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:08:18.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:08:18.129 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 18:08:18.130 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 18:08:18.130 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 18:08:18.138 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 18:08:18.143 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 18:08:18.143 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:08:18.143 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:18.214 DEBUG [main][MenuItemLookup] Found menu:'New' 18:08:18.214 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:08:18.214 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:18.214 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:08:18.214 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:08:18.214 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:08:18.214 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:18.214 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:08:18.214 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:08:18.214 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:08:18.214 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:08:18.215 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:08:18.215 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:08:18.215 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:08:18.216 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:08:18.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:08:18.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:08:18.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:08:18.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:18.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:18.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:18.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:18.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) 18:08:18.799 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:18.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:18.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:18.800 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:08:18.800 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:18.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:18.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:18.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:18.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:18.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:18.806 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:08:18.807 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:08:18.807 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:08:18.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:18.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:18.808 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:18.808 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:18.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:08:18.808 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:18.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:18.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:18.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:08:18.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:18.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:18.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:18.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:18.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:18.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:18.820 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:08:18.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:18.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:18.821 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:18.821 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:18.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:08:18.840 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:08:19.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:08:19.341 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:08:19.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:08:19.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:08:19.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:08:19.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:08:19.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:08:19.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:08:19.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:08:19.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:08:19.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:08:19.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:08:19.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 18:08:19.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:08:19.342 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:08:19.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:19.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:19.345 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProperties no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 18:08:19.345 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:08:19.345 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleShowCategories no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 18:08:19.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 18:08:19.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:08:19.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:08:19.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:08:19.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"] 18:08:19.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:19.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"] 18:08:19.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:19.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:08:19.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:19.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:19.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:19.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"] 18:08:19.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:19.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"] 18:08:19.351 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:19.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: "New Java Project"] 18:08:19.352 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:19.353 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:19.353 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:19.354 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:19.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:19.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:08:19.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:19.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:19.358 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:08:19.358 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:08:19.380 DEBUG [main][MenuItemLookup] Found menu:'File' 18:08:19.381 DEBUG [main][MenuItemLookup] Item match:File 18:08:19.383 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:08:19.383 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:08:19.389 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:08:19.389 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:08:19.389 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:19.389 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:08:19.389 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:08:19.389 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:08:19.389 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:08:19.389 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:08:19.389 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:08:19.389 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:08:19.389 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:08:19.389 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:08:19.389 DEBUG [main][MenuItemLookup] Found menu:'File' 18:08:19.389 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:08:19.389 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:08:19.389 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:08:19.389 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:19.389 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:08:19.390 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:19.390 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:08:19.390 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:08:19.390 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:08:19.391 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:08:19.394 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:08:19.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:08:19.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:08:19.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:08:19.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:19.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:19.610 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:08:19.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:19.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:08:19.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:19.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:19.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:19.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:19.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:19.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:08:19.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:08:19.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:08:19.627 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:08:19.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:19.628 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:08:19.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:19.628 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:08:19.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:08:19.629 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:08:19.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:19.645 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:08:19.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:19.646 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:08:19.648 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:08:19.648 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:08:19.648 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:08:19.649 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:08:19.659 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:08:19.659 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:08:19.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:08:19.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:19.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:19.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:19.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:19.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:19.701 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:08:19.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:19.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:19.701 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:19.701 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:20.153 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:20.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:20.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:20.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:08:20.155 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 18:08:20.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:08:20.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:20.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:20.158 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:08:20.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:20.159 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 18:08:20.159 DEBUG [WorkbenchTestable][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:") 18:08:20.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:20.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:20.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:20.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:20.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:08:20.235 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:08:20.240 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 18:08:20.300 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:08:20.300 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:08:20.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 18:08:20.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:20.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:20.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:20.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:20.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:20.318 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:08:20.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:20.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:20.319 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:20.319 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:20.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:08:21.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 18:08:21.007 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:08:21.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:21.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:21.012 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:08:21.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 "Don't Create") 18:08:21.012 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:21.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:21.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:21.018 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:08:21.018 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:21.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:21.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:21.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:21.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:21.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:21.024 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:08:21.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:21.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:21.025 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:21.025 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:21.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:08:21.495 DEBUG [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 18:08:21.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:08:21.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:08:21.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:08:21.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:08:21.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:08:21.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:08:21.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:08:21.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:08:21.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:08:21.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:08:21.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:08:21.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:08:21.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:08:21.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:08:21.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:21.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:21.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:08:21.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:21.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:21.505 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:08:21.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') 18:08:21.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:21.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:21.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:21.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:21.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:08:21.507 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:21.507 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:21.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:21.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:08:21.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:08:21.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:08:21.561 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:21.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:21.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:21.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:21.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:21.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:21.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:22.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:22.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:22.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:22.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:22.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:08:22.637 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:22.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:22.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:22.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:22.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 18:08:22.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:22.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:22.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:22.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:22.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:22.643 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 18:08:22.644 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 18:08:22.644 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 18:08:22.645 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 18:08:22.649 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 18:08:22.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:22.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:22.703 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 18:08:22.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:22.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:22.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:08:22.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:22.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:22.813 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:08:22.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 '\*?\QProperties\E') 18:08:22.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:22.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:22.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:22.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:22.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:08:22.827 INFO [WorkbenchTestable][AbstractView] Activate view Properties 18:08:22.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 18:08:22.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:22.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:22.931 INFO [WorkbenchTestable][AbstractView] Activate view Properties 18:08:22.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 18:08:22.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:22.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:22.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:08:22.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:22.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:22.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:22.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:22.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:08:22.994 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 18:08:22.995 INFO [WorkbenchTestable][AbstractView] Activate view Properties 18:08:22.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 18:08:22.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:22.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:22.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 18:08:23.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:23.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:23.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:23.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:23.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:23.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:08:23.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:08:23.004 INFO [WorkbenchTestable][AbstractView] Activate view Properties 18:08:23.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 18:08:23.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:23.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:23.008 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:08:23.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:23.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:23.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:23.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:23.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:08:23.010 INFO [WorkbenchTestable][AbstractToolItem] Unclick tool item Show Categories 18:08:23.011 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 18:08:23.011 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:08:23.011 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:23.018 INFO [WorkbenchTestable][AbstractView] Activate view Properties 18:08:23.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 18:08:23.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:23.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:23.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 18:08:23.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:23.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:23.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:23.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:23.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:23.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:08:23.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:08:23.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:23.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:23.096 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:08:23.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:23.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:23.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:08:23.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:23.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:23.103 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:08:23.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') 18:08:23.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:23.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:23.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:23.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:23.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:08:23.130 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:23.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:23.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:23.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:23.240 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:23.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:23.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:23.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:23.243 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:23.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:23.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:23.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:23.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:23.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:23.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:23.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:23.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:24.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:24.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:24.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:08:24.256 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:24.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:24.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:24.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:24.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 18:08:24.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:24.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:24.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:24.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:24.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:24.261 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 18:08:24.262 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:24.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:24.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:24.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:24.287 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:24.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:24.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:24.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:24.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:24.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:24.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:24.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:24.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:25.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:25.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:25.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:08:25.296 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:25.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:25.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:25.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:25.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:08:25.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:25.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:25.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:25.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:25.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:25.303 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 18:08:25.304 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 18:08:25.304 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 18:08:25.304 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 18:08:25.309 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 18:08:25.310 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:08:25.310 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:25.533 DEBUG [main][MenuItemLookup] Found menu:'New' 18:08:25.533 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:08:25.533 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:25.533 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:08:25.533 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:08:25.533 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:08:25.533 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:25.533 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:08:25.533 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:08:25.533 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:08:25.533 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:08:25.533 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:25.533 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:08:25.533 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:08:25.533 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:08:25.533 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:08:25.533 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:25.533 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:08:25.533 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:08:25.533 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:25.533 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:08:25.533 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:08:25.534 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:08:25.534 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:08:25.534 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:08:25.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:08:25.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:08:26.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:08:26.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:08:26.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:08:26.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:08:26.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:08:26.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:08:26.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:08:26.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:08:26.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:08:26.089 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 18:08:26.089 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 18:08:26.089 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 18:08:26.090 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 18:08:26.099 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 18:08:26.099 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:08:26.099 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:26.220 DEBUG [main][MenuItemLookup] Found menu:'New' 18:08:26.220 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:08:26.220 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:26.220 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:08:26.220 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:08:26.220 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:08:26.220 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:26.220 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:08:26.220 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:08:26.220 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:08:26.220 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:08:26.220 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:08:26.221 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:08:26.221 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:08:26.221 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:08:26.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 'Delete.*'] is available.... 18:08:26.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 18:08:26.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:08:26.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:26.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:26.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:26.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:26.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) 18:08:26.637 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:26.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:26.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:26.637 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:08:26.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:26.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:26.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:26.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:26.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:26.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:26.639 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:08:26.639 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:08:26.639 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:08:26.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:26.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:26.640 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:26.640 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:26.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 "OK", Widget matcher matching widgets with style: 8) 18:08:26.640 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:26.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:26.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:26.641 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:08:26.641 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:26.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:26.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:26.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:26.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:26.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:26.655 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:08:26.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:26.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:26.656 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:26.656 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:26.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:08:26.702 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:08:27.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:08:27.203 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:08:27.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:08:27.204 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 18:08:27.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:08:27.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:08:27.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:08:27.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:08:27.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:08:27.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:08:27.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:08:27.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:08:27.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:08:27.204 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 18:08:27.204 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:08:27.204 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:08:27.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:27.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:27.206 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleShowCategories no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 18:08:27.206 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:08:27.207 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 18:08:27.207 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 18:08:27.207 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:08:27.207 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:08:27.207 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:08:27.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"] 18:08:27.208 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:27.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"] 18:08:27.209 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:27.209 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:08:27.209 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:27.210 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:27.210 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:27.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:27.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:27.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:27.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:27.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"] 18:08:27.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:27.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"] 18:08:27.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:27.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"] 18:08:27.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:27.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:08:27.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:27.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:27.216 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:08:27.216 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:08:27.217 DEBUG [main][MenuItemLookup] Found menu:'File' 18:08:27.218 DEBUG [main][MenuItemLookup] Item match:File 18:08:27.221 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:08:27.221 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:08:27.228 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:08:27.228 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:08:27.228 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:27.228 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:08:27.228 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:08:27.228 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:08:27.228 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:08:27.228 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:08:27.229 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:08:27.229 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:08:27.229 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:08:27.229 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:08:27.229 DEBUG [main][MenuItemLookup] Found menu:'File' 18:08:27.229 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:08:27.229 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:08:27.229 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:08:27.229 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:27.229 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:08:27.229 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:27.229 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:08:27.229 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:08:27.291 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:08:27.292 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:08:27.298 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:08:27.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:08:27.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:08:27.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:08:27.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:27.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:27.546 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:08:27.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:27.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:08:27.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:27.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:27.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:27.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:27.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:27.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:08:27.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:08:27.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:08:27.629 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:08:27.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:27.630 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:08:27.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:27.631 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:08:27.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:08:27.644 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:08:27.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:27.645 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:08:27.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:27.645 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:08:27.655 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:08:27.656 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:08:27.656 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:08:27.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:08:27.658 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:08:27.658 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:08:27.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:08:27.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:27.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:27.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:27.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:27.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:27.807 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:08:27.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:27.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:27.808 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:27.808 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:28.254 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:28.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:28.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:28.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:08:28.255 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 18:08:28.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:08:28.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:28.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:28.303 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:08:28.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:28.304 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 18:08:28.304 DEBUG [WorkbenchTestable][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:") 18:08:28.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:28.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:28.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:28.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:28.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:08:28.322 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:08:28.324 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 18:08:28.404 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:08:28.404 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:08:28.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.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) 18:08:28.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:28.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:28.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:28.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:28.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:28.419 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:08:28.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:28.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:28.420 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:28.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:29.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:08:29.393 DEBUG [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 18:08:29.394 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:08:29.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:29.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:29.397 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:08:29.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 18:08:29.397 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:29.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:29.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:29.399 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:08:29.399 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:29.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:29.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:29.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:29.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:29.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:29.415 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:08:29.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:29.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:29.416 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:29.416 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:29.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:08:29.987 DEBUG [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 18:08:29.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:08:29.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:08:29.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:08:29.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:08:29.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:08:29.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:08:29.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:08:29.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:08:29.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:08:29.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:08:29.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:08:29.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:08:29.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:08:29.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:29.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:29.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:08:29.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:29.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:29.999 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:08:29.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') 18:08:29.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:29.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:30.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:30.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:30.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:08:30.002 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:30.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:30.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:30.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:08:30.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:08:30.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:08:30.037 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:30.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:30.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:30.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:30.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:30.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:30.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:30.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:30.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:31.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:31.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:31.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:08:31.121 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:31.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:31.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:31.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:31.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 18:08:31.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:31.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:31.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:31.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:31.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:31.235 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 18:08:31.236 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 18:08:31.237 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 18:08:31.238 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 18:08:31.243 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 18:08:31.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:31.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:31.298 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 18:08:31.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:31.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:31.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:08:31.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:31.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:31.401 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:08:31.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E') 18:08:31.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:31.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:31.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:31.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:31.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:08:31.489 INFO [WorkbenchTestable][AbstractView] Activate view Properties 18:08:31.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 18:08:31.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:31.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:31.538 INFO [WorkbenchTestable][AbstractView] Activate view Properties 18:08:31.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 18:08:31.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:31.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:31.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:08:31.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:31.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:31.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:31.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:31.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:08:31.592 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 18:08:31.593 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 18:08:31.594 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:08:31.594 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:31.605 INFO [WorkbenchTestable][AbstractView] Activate view Properties 18:08:31.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 18:08:31.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:31.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:31.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 18:08:31.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:31.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:31.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:31.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:31.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:31.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:08:31.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:08:31.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Info has children... 18:08:31.620 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 18:08:31.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:31.622 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 18:08:31.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:31.622 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 18:08:31.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Info has children finished successfully 18:08:31.622 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 18:08:31.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:31.623 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 18:08:31.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:31.623 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 18:08:31.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:31.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:31.628 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:08:31.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:31.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:31.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:08:31.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:31.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:31.632 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:08: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 '\*?\QPackage Explorer\E') 18:08:31.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:31.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:31.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:31.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:31.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:08:31.714 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:31.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:31.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:31.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:31.794 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:31.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:31.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:31.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:31.797 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:31.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:31.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:31.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:31.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:31.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:31.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:32.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:32.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:32.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:32.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:32.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:08:32.828 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:32.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:32.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:32.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:32.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:08:32.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:32.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:32.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:32.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:32.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:32.834 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 18:08:32.836 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:32.836 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:32.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:32.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:32.841 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:32.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:32.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:32.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:32.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:32.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:32.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:33.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:33.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:33.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:33.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:33.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:08:33.851 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:33.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:33.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:33.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:33.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 18:08:33.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:33.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:33.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:33.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:33.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:33.858 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 18:08:33.858 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 18:08:33.858 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 18:08:33.859 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 18:08:33.865 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 18:08:33.865 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:08:33.865 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:34.019 DEBUG [main][MenuItemLookup] Found menu:'New' 18:08:34.019 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:08:34.019 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:34.019 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:08:34.020 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:08:34.020 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:08:34.020 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:34.020 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:08:34.020 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:08:34.020 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:08:34.020 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:08:34.020 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:34.020 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:08:34.020 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:08:34.020 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:08:34.020 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:08:34.020 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:34.020 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:08:34.020 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:08:34.020 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:34.020 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:08:34.020 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:08:34.020 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:08:34.020 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:08:34.021 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:08:34.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:08:34.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:08:34.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:08:34.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:08:34.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:08:34.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:08:34.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:08:34.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:08:34.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:08:34.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:08:34.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:08:34.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:08:34.580 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 18:08:34.580 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 18:08:34.587 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 18:08:34.587 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 18:08:34.591 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 18:08:34.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:08:34.592 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:34.716 DEBUG [main][MenuItemLookup] Found menu:'New' 18:08:34.716 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:08:34.716 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:34.716 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:08:34.716 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:08:34.716 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:08:34.716 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:34.716 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:08:34.716 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:08:34.716 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:08:34.716 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:08:34.716 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:08:34.716 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:08:34.716 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:08:34.717 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:08:34.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 'Delete.*'] is available.... 18:08:35.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:08:35.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:08:35.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:35.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:35.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:35.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:35.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: 32) 18:08:35.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:35.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:35.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:35.653 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:08:35.653 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:35.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:35.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:35.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:35.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:35.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:35.657 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:08:35.658 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:08:35.658 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:08:35.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:35.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:35.659 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:35.659 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:35.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:08:35.660 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:35.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:35.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:35.661 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:08:35.661 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:35.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:35.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:35.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:35.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:35.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:35.677 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:08:35.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:35.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:35.678 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:35.678 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:35.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:08:35.706 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:08:36.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:08:36.208 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:08:36.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:08:36.209 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 18:08:36.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:08:36.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:08:36.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:08:36.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:08:36.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:08:36.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:08:36.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:08:36.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:08:36.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:08:36.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:08:36.209 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 18:08:36.209 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:08:36.209 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:08:36.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:36.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:36.217 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 18:08:36.218 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:08:36.218 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 18:08:36.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 18:08:36.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:08:36.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:08:36.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:08:36.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"] 18:08:36.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:36.219 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:36.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:36.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"] 18:08:36.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:36.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: "New"] 18:08:36.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:36.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: "New"] 18:08:36.222 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:36.222 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:36.222 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:36.223 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:08:36.223 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:36.223 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:36.223 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:36.224 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:36.224 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:36.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:08:36.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:36.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:36.227 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:08:36.227 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:08:36.228 DEBUG [main][MenuItemLookup] Found menu:'File' 18:08:36.231 DEBUG [main][MenuItemLookup] Item match:File 18:08:36.233 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:08:36.233 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:08:36.240 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:08:36.240 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:08:36.240 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:36.240 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:08:36.240 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:08:36.240 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:08:36.240 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:08:36.240 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:08:36.240 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:08:36.240 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:08:36.240 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:08:36.240 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:08:36.240 DEBUG [main][MenuItemLookup] Found menu:'File' 18:08:36.240 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:08:36.240 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:08:36.240 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:08:36.240 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:36.240 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:08:36.240 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:36.240 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:08:36.240 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:08:36.266 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:08:36.266 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:08:36.266 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:08:36.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:08:36.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:08:36.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:08:36.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:36.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:36.503 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:08:36.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:36.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:08:36.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:36.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:36.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:36.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:36.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:36.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:08:36.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:08:36.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:08:36.525 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:08:36.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:36.535 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:08:36.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:36.536 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:08:36.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:08:36.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:08:36.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:36.537 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:08:36.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:36.538 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:08:36.540 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:08:36.540 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:08:36.540 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:08:36.541 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:08:36.541 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:08:36.541 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:08:36.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:08:36.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:36.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:36.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:36.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:36.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:36.557 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:08:36.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:36.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:36.604 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:36.604 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:37.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"] 18:08:37.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:37.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:37.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:08:37.052 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 18:08:37.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:08:37.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:37.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:37.055 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:08:37.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:37.055 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 18:08:37.055 DEBUG [WorkbenchTestable][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:") 18:08:37.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:37.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:37.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:37.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:37.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:08:37.061 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:08:37.063 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 18:08:37.110 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:08:37.110 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:08:37.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 18:08:37.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:37.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:37.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:37.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:37.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:37.127 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:08:37.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:37.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:37.128 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:37.128 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:38.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:08:38.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 18:08:38.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:08:38.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:38.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:38.033 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:08:38.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 "Don't Create") 18:08:38.033 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:38.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:38.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:38.033 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:08:38.033 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:38.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:38.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:38.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:38.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:38.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:38.039 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:08:38.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:38.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:38.040 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:38.040 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:38.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:08:38.543 DEBUG [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 18:08:38.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:08:38.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:08:38.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:08:38.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:08:38.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:08:38.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:08:38.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:08:38.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:08:38.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:08:38.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:08:38.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:08:38.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:08:38.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:08:38.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:08:38.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:08:38.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:38.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:38.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:08:38.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:38.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:38.586 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:08:38.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:08:38.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:38.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:38.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:38.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:38.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:08:38.591 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:38.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:38.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:38.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:08:38.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:08:38.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:08:38.596 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:38.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:38.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:38.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:38.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:38.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:38.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:39.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:39.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:39.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:39.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:39.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:08:39.619 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:39.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:39.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:39.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:39.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 18:08:39.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:39.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:39.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:39.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:39.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:39.627 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 18:08:39.628 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 18:08:39.628 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 18:08:39.629 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 18:08:39.638 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 18:08:39.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:39.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:39.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:08:39.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:39.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:39.695 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:08:39.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 '\*?\QProperties\E') 18:08:39.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:39.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:39.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:39.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:39.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:08:39.815 INFO [WorkbenchTestable][AbstractView] Activate view Properties 18:08:39.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 18:08:39.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:39.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:39.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 18:08:39.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:39.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:39.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:39.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:39.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:39.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:08:39.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:08:39.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:39.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:39.911 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:08:39.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:39.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:39.916 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:08:39.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:39.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:39.918 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:08:39.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:08:39.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:39.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:39.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:39.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:39.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:08:39.921 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:39.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:40.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:40.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:40.029 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:40.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:40.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:40.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:40.032 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:40.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:40.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:40.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:40.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:40.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:40.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:40.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:40.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:41.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:41.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:41.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:08:41.088 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:41.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:41.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:41.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:41.093 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:08:41.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:41.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:41.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:41.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:41.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:41.096 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 18:08:41.097 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:41.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:41.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:41.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:41.103 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:41.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:41.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:41.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:41.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:41.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:41.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:41.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:41.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:42.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:42.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:42.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:08:42.114 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:08:42.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:08:42.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:42.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:42.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 18:08:42.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:42.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:42.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:42.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:42.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:42.121 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 18:08:42.122 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 18:08:42.122 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 18:08:42.164 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 18:08:42.190 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 18:08:42.191 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:08:42.191 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:42.334 DEBUG [main][MenuItemLookup] Found menu:'New' 18:08:42.334 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:08:42.334 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:42.334 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:08:42.334 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:08:42.334 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:08:42.334 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:42.334 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:08:42.334 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:08:42.334 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:08:42.334 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:08:42.334 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:42.334 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:08:42.334 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:08:42.334 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:08:42.334 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:08:42.334 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:42.334 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:08:42.335 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:08:42.335 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:42.335 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:08:42.335 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:08:42.335 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:08:42.335 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:08:42.336 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:08:42.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:08:42.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:08:42.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:08:42.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:08:42.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:08:42.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:08:42.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:08:42.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:08:42.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:08:42.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:08:42.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:08:42.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:08:42.889 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 18:08:42.890 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 18:08:42.891 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 18:08:42.892 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 18:08:42.896 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 18:08:42.896 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:08:42.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:43.025 DEBUG [main][MenuItemLookup] Found menu:'New' 18:08:43.025 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:08:43.025 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:43.025 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:08:43.025 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:08:43.025 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:08:43.025 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:43.025 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:08:43.025 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:08:43.025 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:08:43.025 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:08:43.025 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:08:43.025 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:08:43.025 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:08:43.029 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:08:43.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 'Delete.*'] is available.... 18:08:43.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:08:43.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:08:43.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:43.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:43.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:43.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:43.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:08:43.828 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:43.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:43.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:43.828 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:08:43.828 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:43.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:43.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:43.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:43.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:43.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:43.831 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:08:43.832 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:08:43.832 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:08:43.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:43.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:43.833 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:43.833 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:43.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:08:43.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:43.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:43.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:43.841 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:08:43.842 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:43.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:43.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:43.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:43.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:43.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:43.924 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:08:43.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:43.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:43.925 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:43.925 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:43.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:08:43.949 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:08:44.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:08:44.451 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:08:44.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:08:44.451 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 18:08:44.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:08:44.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:08:44.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:08:44.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:08:44.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:08:44.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:08:44.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:08:44.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:08:44.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:08:44.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:08:44.452 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 18:08:44.452 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:08:44.452 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:08:44.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:44.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:44.457 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 18:08:44.457 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 18:08:44.457 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:08:44.457 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:08:44.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:44.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.317 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: 14.686 s toggleShowCategories no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) Time elapsed: 7.861 s getProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) Time elapsed: 9.01 s getNonExistingProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) Time elapsed: 8.239 s Running org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 18:08:44.477 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 18:08:44.479 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:08:44.480 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:08:44.480 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 18:08:44.480 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:08:44.480 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:08:44.488 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:08:44.488 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:08:44.488 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:08:44.488 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:08:44.489 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) 18:08:44.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 18:08:44.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:08:44.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:08:44.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:08:44.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:44.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:44.525 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 18:08:44.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:08:44.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:44.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:44.527 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:08:44.527 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:08:44.527 DEBUG [main][MenuItemLookup] Found menu:'File' 18:08:44.528 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:08:44.528 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:08:44.528 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:08:44.528 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:08:44.528 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:08:44.528 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:08:44.528 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:08:44.528 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:08:44.528 DEBUG [main][MenuItemLookup] Item match:Window 18:08:44.529 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:08:44.529 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:08:44.529 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:08:44.529 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:44.529 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:08:44.529 DEBUG [main][MenuItemLookup] Item match:Show View 18:08:44.544 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:08:44.544 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:08:44.544 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:08:44.544 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:08:44.544 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:08:44.544 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:08:44.544 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:08:44.544 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:08:44.544 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:08:44.544 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:08:44.544 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:08:44.544 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:08:44.544 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:08:44.544 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:08:44.544 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:08:44.544 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:44.544 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:08:44.544 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:08:44.566 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:08:44.567 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:08:44.587 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:08:44.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:08:44.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:08:44.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:08:44.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:44.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:44.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:08:44.748 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:44.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:44.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:44.749 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:08:44.749 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:44.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:44.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:44.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:44.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:44.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:44.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:08:44.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:08:44.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:08:44.766 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:08:44.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:44.767 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:08:44.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:44.767 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:08:44.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:08:44.791 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:08:44.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:44.792 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:08:44.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:44.793 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:08:44.795 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 18:08:44.795 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 18:08:44.796 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 18:08:44.796 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 18:08:44.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:44.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:44.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:44.797 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:08:44.797 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:44.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:44.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:44.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:08:44.799 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:44.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:44.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:44.800 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:08:44.800 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:44.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:44.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:44.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:44.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:44.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:44.814 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:08:44.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:44.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:44.814 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:44.814 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:45.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:08:45.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:08:45.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 18:08:45.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:45.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:45.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 18:08:45.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:45.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:45.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:08:45.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:45.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:45.041 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:08:45.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 '\*?\QNavigator (Deprecated)\E') 18:08:45.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:45.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:45.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:45.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:45.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:08:45.072 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:08:45.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:08:45.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:45.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:08:45.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:08:45.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:08:45.076 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:08:45.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:08:45.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:45.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:45.077 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:08:45.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:08:45.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:45.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:45.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:45.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:45.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:45.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:45.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:46.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:46.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:46.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:08:46.107 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:08:46.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:08:46.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:46.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:46.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:08:46.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:46.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:46.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:46.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:46.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:46.115 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 18:08:46.115 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:08:46.115 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:08:46.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:46.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:46.117 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) 18:08:46.117 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:08:46.118 INFO [WorkbenchTestable][RequirementsRunner] Started test: navigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) 18:08:46.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 18:08:46.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:08:46.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:08:46.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:08:46.118 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:46.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:46.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"] 18:08:46.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:46.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 Java Project"] 18:08:46.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:46.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"] 18:08:46.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:46.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"] 18:08:46.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:46.124 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:46.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:46.125 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:08:46.125 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:46.126 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:46.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:46.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"] 18:08:46.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:46.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:08:46.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:46.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:46.151 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:08:46.151 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:08:46.151 DEBUG [main][MenuItemLookup] Found menu:'File' 18:08:46.152 DEBUG [main][MenuItemLookup] Item match:File 18:08:46.155 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:08:46.155 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:08:46.168 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:08:46.168 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:08:46.168 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:46.168 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:08:46.168 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:08:46.168 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:08:46.168 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:08:46.168 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:08:46.168 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:08:46.168 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:08:46.168 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:08:46.168 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:08:46.168 DEBUG [main][MenuItemLookup] Found menu:'File' 18:08:46.168 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:08:46.168 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:08:46.168 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:08:46.168 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:46.168 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:08:46.168 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:46.168 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:08:46.168 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:08:46.170 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:08:46.170 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:08:46.170 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:08:46.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:08:46.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:08:46.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:08:46.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:46.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:46.375 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:08:46.375 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:46.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:08:46.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:46.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:46.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:46.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:46.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:46.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:08:46.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:08:46.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:08:46.448 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:08:46.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:46.448 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:08:46.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:46.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:08:46.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:08:46.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:08:46.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:46.450 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:08:46.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:46.450 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:08:46.452 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:08:46.452 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:08:46.452 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:08:46.453 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:08:46.453 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:08:46.453 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:08:46.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:08:46.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:46.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:46.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:46.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:46.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:46.461 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:08:46.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:46.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:46.508 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:46.508 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:46.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"] 18:08:46.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:46.937 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:46.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:08:46.938 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 18:08:46.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:08:46.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:46.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:46.940 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:08:46.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:46.941 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ResourceNavigatorTestProject' 18:08:46.942 DEBUG [WorkbenchTestable][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:") 18:08:46.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:46.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:46.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:47.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:47.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:08:47.005 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:08:47.007 INFO [WorkbenchTestable][AbstractText] Text set to: ResourceNavigatorTestProject 18:08:47.055 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:08:47.055 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:08:47.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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) 18:08:47.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:47.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:47.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:47.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:47.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:47.097 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:08:47.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:47.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:47.098 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:47.098 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:47.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:08:47.730 DEBUG [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 18:08:47.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:08:47.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:47.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:47.732 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:08:47.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:08:47.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:47.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:47.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:47.732 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:08:47.732 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:47.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:47.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:47.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:47.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:47.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:47.736 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:08:47.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:47.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:47.736 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:47.736 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:48.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:08:48.147 DEBUG [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 18:08:48.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:08:48.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:08:48.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:08:48.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:08:48.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:08:48.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:08:48.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:08:48.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:08:48.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:08:48.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:08:48.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:08:48.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:08:48.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:08:48.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:08:48.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:08:48.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:08:48.152 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:48.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:48.153 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:48.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:48.154 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:08:48.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:48.154 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:48.156 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:48.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: "New"] 18:08:48.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:48.187 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:48.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:48.189 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:08:48.189 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:48.189 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:48.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:48.190 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:08:48.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:48.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:08:48.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:48.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:48.192 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:08:48.193 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:08:48.193 DEBUG [main][MenuItemLookup] Found menu:'File' 18:08:48.193 DEBUG [main][MenuItemLookup] Item match:File 18:08:48.195 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:08:48.195 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:08:48.202 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:08:48.202 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:08:48.202 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:48.202 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:08:48.202 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:08:48.202 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:08:48.202 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:08:48.202 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:08:48.202 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:08:48.202 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:08:48.202 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:08:48.202 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:08:48.203 DEBUG [main][MenuItemLookup] Found menu:'File' 18:08:48.203 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:08:48.203 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:08:48.203 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:08:48.203 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:48.203 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:08:48.203 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:48.203 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:08:48.203 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:08:48.203 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:08:48.204 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:08:48.205 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:08:48.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:08:48.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:08:48.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:08:48.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:48.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:48.437 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:08:48.437 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:48.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:08:48.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:48.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:48.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:48.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:48.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:48.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:08:48.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:08:48.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:08:48.519 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:08:48.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:48.520 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:08:48.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:48.521 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:08:48.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:08:48.521 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:08:48.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:48.522 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:08:48.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:48.522 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:08:48.523 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:08:48.524 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:08:48.524 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:08:48.538 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:08:48.538 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:08:48.538 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:08:48.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:08:48.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:48.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:48.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:48.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:48.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:48.546 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:08:48.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:48.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:48.546 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:48.546 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:48.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"] 18:08:48.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:48.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:48.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:08:48.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 18:08:48.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:08:48.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:48.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:48.894 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:08:48.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:08:48.919 DEBUG [WorkbenchTestable][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:") 18:08:48.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:48.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:49.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:49.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:49.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:08:49.025 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:08:49.027 INFO [WorkbenchTestable][AbstractText] Text set to: Test 18:08:49.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 18:08:49.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:49.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:49.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:49.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:49.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:08:49.134 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:08:49.137 INFO [WorkbenchTestable][AbstractText] Text set to: org.eclipse.reddeer.eclipse.jdt.navigator 18:08:49.217 DEBUG [WorkbenchTestable][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:") 18:08:49.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:49.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:49.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:49.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:49.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:08:49.396 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:08:49.400 INFO [WorkbenchTestable][AbstractText] Text set to: ResourceNavigatorTestProject/src 18:08:49.406 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:08:49.407 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:08:49.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.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) 18:08:49.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:49.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:49.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:49.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:49.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:49.418 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:08:49.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:49.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:49.419 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:49.419 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:49.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:08:51.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:08:51.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:08:51.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:08:51.395 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 18:08:51.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:08:51.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:08:51.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:08:51.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:08:51.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:08:51.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:08:51.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:08:51.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:08:51.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:08:51.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:08:51.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:08:51.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:08:51.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:08:51.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:08:51.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:08:51.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:51.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:51.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ResourceNavigatorTestProject/src/org/eclipse/reddeer/eclipse/jdt/navigator/Test.java - Eclipse Platform 18:08:51.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:51.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:51.426 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ResourceNavigatorTestProject/src/org/eclipse/reddeer/eclipse/jdt/navigator/Test.java - Eclipse Platform' 18:08:51.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 '\*?\QNavigator (Deprecated)\E') 18:08:51.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:51.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:51.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:51.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:51.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:08:51.527 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:08:51.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:08:51.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:51.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:51.703 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:08:51.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:08:51.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:51.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:51.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:51.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:51.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:52.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:52.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:52.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:52.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:52.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:08:52.768 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:08:52.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:08:52.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:52.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:52.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 18:08:52.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:52.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:52.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:52.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:52.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:52.775 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ResourceNavigatorTestProject 18:08:52.777 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 18:08:52.779 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ResourceNavigatorTestProject 18:08:52.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ResourceNavigatorTestProject 18:08:52.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:52.779 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ResourceNavigatorTestProject is already expanded. No action performed 18:08:52.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:52.780 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ResourceNavigatorTestProject 18:08:52.787 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 18:08:52.788 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org of tree item src 18:08:52.788 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:08:52.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:52.788 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:08:52.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:52.789 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:08:52.790 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 18:08:52.791 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item eclipse of tree item org 18:08:52.791 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org 18:08:52.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:52.792 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item org is already expanded. No action performed 18:08:52.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:52.792 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org 18:08:52.793 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 18:08:52.795 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item reddeer of tree item eclipse 18:08:52.795 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item eclipse 18:08:52.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:52.796 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item eclipse is already expanded. No action performed 18:08:52.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:52.796 INFO [WorkbenchTestable][TreeItemHandler] Expanded: eclipse 18:08:52.797 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 18:08:52.798 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item eclipse of tree item reddeer 18:08:52.799 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item reddeer 18:08:52.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:52.799 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item reddeer is already expanded. No action performed 18:08:52.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:52.800 INFO [WorkbenchTestable][TreeItemHandler] Expanded: reddeer 18:08:52.801 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 18:08:52.802 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item jdt of tree item eclipse 18:08:52.802 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item eclipse 18:08:52.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:52.803 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item eclipse is already expanded. No action performed 18:08:52.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:52.803 INFO [WorkbenchTestable][TreeItemHandler] Expanded: eclipse 18:08:52.804 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 18:08:52.805 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item navigator of tree item jdt 18:08:52.805 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item jdt 18:08:52.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:52.805 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item jdt is already expanded. No action performed 18:08:52.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:52.806 INFO [WorkbenchTestable][TreeItemHandler] Expanded: jdt 18:08:52.806 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 18:08:52.807 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item Test.java of tree item navigator 18:08:52.807 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item navigator 18:08:52.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:08:52.808 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item navigator is already expanded. No action performed 18:08:52.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:08:52.808 INFO [WorkbenchTestable][TreeItemHandler] Expanded: navigator 18:08:52.809 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:08:52.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:08:52.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:52.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:52.812 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:08:52.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:08:52.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:52.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:52.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:52.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:52.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:53.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:53.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:53.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:53.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:53.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:08:53.826 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:08:53.827 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:08:53.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:53.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:53.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 18:08:53.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:53.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:53.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:53.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:53.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:53.832 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ResourceNavigatorTestProject 18:08:53.832 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:08:53.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:08:53.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:53.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:53.835 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:08:53.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:08:53.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:53.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:53.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:53.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:53.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:54.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:54.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:54.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:54.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:08:54.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:08:54.904 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 18:08:54.904 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 18:08:54.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:08:54.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:08:54.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 18:08:54.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:54.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:54.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:54.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:54.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:08:54.908 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ResourceNavigatorTestProject 18:08:54.908 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ResourceNavigatorTestProject 18:08:54.908 DEBUG [main][TreeItemHandler] Selecting tree item: ResourceNavigatorTestProject 18:08:54.910 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ResourceNavigatorTestProject about selection 18:08:54.922 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ResourceNavigatorTestProject 18:08:54.923 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:08:54.923 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:55.005 DEBUG [main][MenuItemLookup] Found menu:'New' 18:08:55.005 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:08:55.005 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:08:55.005 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:55.005 DEBUG [main][MenuItemLookup] Found menu:'Copy' 18:08:55.005 DEBUG [main][MenuItemLookup] Found menu:'Paste' 18:08:55.006 DEBUG [main][MenuItemLookup] Found menu:'Delete' 18:08:55.006 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:08:55.006 DEBUG [main][MenuItemLookup] Found menu:'Rename...' 18:08:55.006 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:55.006 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:08:55.006 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:08:55.006 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:55.006 DEBUG [main][MenuItemLookup] Found menu:'Refresh' 18:08:55.006 DEBUG [main][MenuItemLookup] Item match:Refresh 18:08:55.007 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh" 18:08:55.007 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh 18:08:55.008 INFO [main][MenuItemHandler] Select menu item: Re&fresh 18:08:55.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:08:55.008 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 18:08:55.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:08:55.509 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 18:08:55.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:08:55.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:08:55.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:08:55.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:08:55.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:08:55.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:08:55.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:08:55.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:08:55.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:08:55.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:08:55.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:08:55.510 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ResourceNavigatorTestProject' via Explorer 18:08:55.511 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ResourceNavigatorTestProject 18:08:55.511 DEBUG [main][TreeItemHandler] Selecting tree item: ResourceNavigatorTestProject 18:08:55.511 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ResourceNavigatorTestProject about selection 18:08:55.517 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ResourceNavigatorTestProject 18:08:55.518 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:08:55.518 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:55.643 DEBUG [main][MenuItemLookup] Found menu:'New' 18:08:55.643 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:08:55.643 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:08:55.643 DEBUG [main][MenuItemLookup] Found menu:'' 18:08:55.643 DEBUG [main][MenuItemLookup] Found menu:'Copy' 18:08:55.643 DEBUG [main][MenuItemLookup] Found menu:'Paste' 18:08:55.643 DEBUG [main][MenuItemLookup] Found menu:'Delete' 18:08:55.643 DEBUG [main][MenuItemLookup] Item match:Delete 18:08:55.643 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 18:08:55.643 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 18:08:55.686 INFO [main][MenuItemHandler] Select menu item: &Delete 18:08:55.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:08:56.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:08:56.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:08:56.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:08:56.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:08:56.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:56.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:56.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:08:56.603 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:56.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:56.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:56.605 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:08:56.605 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:56.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:56.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:56.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:56.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:56.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:56.612 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:08:56.617 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:08:56.618 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:08:56.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:56.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:56.619 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:56.619 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:56.620 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:08:56.620 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:08:56.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:56.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:56.621 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:08:56.621 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:08:56.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:08:56.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:08:56.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:08:56.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:08:56.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:08:56.739 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:08:56.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:08:56.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:08:56.740 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:08:56.740 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:08:56.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:08:56.766 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:08:57.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:08:57.267 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:08:57.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:08:57.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:08:57.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:08:57.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:08:57.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:08:57.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:08:57.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:08:57.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:08:57.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:08:57.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:08:57.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:08:57.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:08:57.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:08:57.268 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 18:08:57.268 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:08:57.268 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:08:57.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:57.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:08:57.270 INFO [WorkbenchTestable][RequirementsRunner] Finished test: navigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) 18:08:57.270 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 18:08:57.270 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:08:57.270 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:08:57.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:08:57.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.8 s - in org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) Time elapsed: 1.628 s navigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) Time elapsed: 11.152 s Running org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 18:08:57.282 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 18:08:57.287 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:08:57.288 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:08:57.288 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 18:08:57.288 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:08:57.288 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:08:57.289 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:08:57.289 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:08:57.289 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:08:57.289 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:08:57.290 INFO [WorkbenchTestable][RequirementsRunner] Started test: getInfoMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 18:08:57.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 18:08:57.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:08:57.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:08:57.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:08:57.306 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds 18:09:00.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:00.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:00.333 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 18:09:00.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:00.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:00.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:00.336 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:00.336 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:09:00.336 DEBUG [main][MenuItemLookup] Found menu:'File' 18:09:00.337 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:09:00.337 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:09:00.337 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:09:00.338 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:09:00.338 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:09:00.338 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:09:00.338 DEBUG [main][MenuItemLookup] Item match:Window 18:09:00.339 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:09:00.339 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:09:00.339 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:09:00.339 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:00.339 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:09:00.339 DEBUG [main][MenuItemLookup] Item match:Show View 18:09:00.354 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:09:00.354 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:09:00.354 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:09:00.354 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:09:00.354 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:09:00.354 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:09:00.354 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:09:00.354 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:09:00.354 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:09:00.354 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:09:00.354 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:09:00.354 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:09:00.354 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:09:00.354 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:09:00.354 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:09:00.354 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:00.354 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:09:00.354 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:09:00.378 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:09:00.378 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:09:00.380 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:09:00.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:09:00.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:09:00.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:09:00.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:00.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:00.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:09:00.562 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:09:00.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:00.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:00.563 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:09:00.563 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:09:00.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:00.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:00.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:00.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:00.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:00.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:09:00.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:09:00.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:09:00.573 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:09:00.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:00.574 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:09:00.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:00.575 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:09:00.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:09:00.576 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:09:00.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:00.577 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:09:00.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:00.577 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:09:00.579 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 18:09:00.579 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 18:09:00.591 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 18:09:00.591 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 18:09:00.591 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:09:00.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:00.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:00.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:09:00.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:09:00.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:00.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:00.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:09:00.595 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:09:00.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:00.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:00.596 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:09:00.596 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:09:00.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:00.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:00.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:00.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:00.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:09:00.603 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:09:00.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:09:00.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:09:00.604 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:09:00.604 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1178): Gtk-CRITICAL **: 18:09:00.889: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1178): Gtk-CRITICAL **: 18:09:00.897: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:09:00.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:09:00.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:09:00.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.log.LogView' view is open... 18:09:00.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:1178): Gtk-CRITICAL **: 18:09:00.914: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:09:00.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:00.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.log.LogView' view is open finished successfully 18:09:00.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:1178): Gtk-CRITICAL **: 18:09:00.930: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:09:00.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:00.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:00.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:00.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:00.946 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:00.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 '\*?\QError Log\E') 18:09:00.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:00.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:1178): Gtk-CRITICAL **: 18:09:00.948: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:09:00.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:00.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:00.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:00.960 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:00.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:00.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:00.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:00.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:00.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... (Eclipse:1178): Gtk-CRITICAL **: 18:09:00.963: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:09:00.966 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:00.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:00.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:00.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:00.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:00.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:00.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:00.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:00.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:00.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully (Eclipse:1178): Gtk-CRITICAL **: 18:09:00.996: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1178): Gtk-CRITICAL **: 18:09:01.007: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:09:01.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:01.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:01.027 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 18:09:01.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:01.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:01.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:01.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:01.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:01.042 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:01.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 18:09:01.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:01.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:01.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:01.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:01.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:01.081 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:01.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:01.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:01.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:01.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:01.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:01.085 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:01.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:01.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:01.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:01.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:01.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:01.088 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 18:09:01.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:01.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:01.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:01.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:01.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:01.093 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:09:01.093 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:01.155 DEBUG [main][MenuItemLookup] Found menu:'Copy' 18:09:01.155 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:01.155 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 18:09:01.155 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 18:09:01.155 DEBUG [main][MenuItemLookup] Item match:Delete Log 18:09:01.156 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 18:09:01.156 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 18:09:01.156 INFO [main][MenuItemHandler] Select menu item: &Delete Log 18:09:01.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 18:09:01.228 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 18:09:01.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 18:09:01.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:01.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:01.229 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:09:01.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:01.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:01.232 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 18:09:01.232 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:09:01.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:01.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:01.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete All Events") 18:09:01.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:09:01.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:01.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:01.237 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 18:09:01.237 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:09:01.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:01.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:01.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:01.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:01.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:09:01.242 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 18:09:01.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:09:01.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:09:01.243 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:09:01.243 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:01.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:09:01.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:09:01.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 18:09:01.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:01.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:01.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:01.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:01.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:01.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:01.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:01.370 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:01.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 18:09:01.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:01.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:01.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:01.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:01.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:01.383 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:01.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:01.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:01.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:01.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:01.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:01.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:01.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:01.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:01.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:01.394 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:01.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:01.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:01.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:01.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:01.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:01.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:01.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:01.426 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:01.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:01.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:01.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:01.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:01.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:01.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:01.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:01.442 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:01.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:01.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:01.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:01.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:01.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:01.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:01.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:01.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 18:09:01.454 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 18:09:01.454 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:01.455 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:01.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:01.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:01.456 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getInfoMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 18:09:01.456 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:01.457 INFO [WorkbenchTestable][RequirementsRunner] Started test: getErrorMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 18:09:01.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 18:09:01.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:01.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:01.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:01.472 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:1178): Gtk-CRITICAL **: 18:09:01.490: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:09:04.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:04.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:04.486 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 18:09:04.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:04.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:04.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:04.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:04.528 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:04.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 '\*?\QError Log\E') 18:09:04.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:04.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:04.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:04.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:04.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:04.547 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:04.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:04.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:04.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:04.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:04.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:04.550 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:04.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:04.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:04.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:04.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:04.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:04.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:04.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:04.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:04.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:04.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:04.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:04.607 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 18:09:04.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:04.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:04.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:04.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:04.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:04.631 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:04.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 '\*?\QError Log\E') 18:09:04.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:04.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:04.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:04.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:04.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:04.674 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:04.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:04.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:04.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:04.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:04.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:04.677 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:04.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:04.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:04.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:04.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:04.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:04.679 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 18:09:04.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:04.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:04.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:04.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:04.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:04.707 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:09:04.707 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:04.739 DEBUG [main][MenuItemLookup] Found menu:'Copy' 18:09:04.740 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:04.740 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 18:09:04.740 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 18:09:04.740 DEBUG [main][MenuItemLookup] Item match:Delete Log 18:09:04.741 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 18:09:04.741 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 18:09:04.741 INFO [main][MenuItemHandler] Select menu item: &Delete Log 18:09:04.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 18:09:04.816 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 18:09:04.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 18:09:04.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:04.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:04.817 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:09:04.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:04.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:04.818 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 18:09:04.818 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:09:04.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:04.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:04.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 "Delete All Events") 18:09:04.820 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:09:04.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:04.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:04.820 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 18:09:04.820 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:09:04.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:04.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:04.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:04.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:04.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:09:04.824 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 18:09:04.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:09:04.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:09:04.824 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:09:04.824 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:04.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:09:04.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:09:04.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 18:09:04.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:04.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:04.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:04.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:04.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:04.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:04.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:04.932 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:04.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 18:09:04.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:04.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:04.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:04.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:04.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:04.974 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:04.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:04.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:04.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:04.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:04.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:04.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:04.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:04.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:04.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:04.995 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:04.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:05.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:05.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:05.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:05.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:05.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:05.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:05.025 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:05.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:05.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:05.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:05.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:05.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:05.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:05.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:05.036 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:05.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:05.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:05.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:05.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:05.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:05.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:05.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:05.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 18:09:05.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 18:09:05.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:05.043 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:05.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:05.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:05.044 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getErrorMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 18:09:05.045 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:05.045 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSetActivateOnNewEvents no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 18:09:05.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 18:09:05.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:05.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:05.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:05.054 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:1178): Gtk-CRITICAL **: 18:09:05.067: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:09:08.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:08.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:08.084 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 18:09:08.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:08.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:08.108 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:08.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:08.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:08.115 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:08.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 '\*?\QError Log\E') 18:09:08.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:08.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:08.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:08.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:08.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:08.159 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:08.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:08.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:08.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:08.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:08.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:08.162 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:08.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:08.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:08.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:08.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:08.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:08.176 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:09:08.179 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:08.180 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:09:08.180 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:08.180 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 18:09:08.180 DEBUG [main][MenuItemLookup] Item match:Activate on new events 18:09:08.184 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:09:08.184 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:08.184 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:09:08.184 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:08.184 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 18:09:08.184 DEBUG [main][MenuItemLookup] Item match:Activate on new events 18:09:08.185 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:08.185 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:08.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:08.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:08.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:08.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:08.189 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:09:08.189 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:08.189 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:09:08.189 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:08.189 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 18:09:08.189 DEBUG [main][MenuItemLookup] Item match:Activate on new events 18:09:08.190 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Activate on new events" 18:09:08.190 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Activate on new events 18:09:08.190 INFO [main][MenuItemHandler] Select menu item: &Activate on new events 18:09:08.191 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:08.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:08.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:08.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:08.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:08.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:08.193 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:09:08.193 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:08.193 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:09:08.193 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:08.193 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 18:09:08.193 DEBUG [main][MenuItemLookup] Item match:Activate on new events 18:09:08.193 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Activate on new events" 18:09:08.193 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Activate on new events 18:09:08.194 INFO [main][MenuItemHandler] Select menu item: &Activate on new events 18:09:08.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:08.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:08.211 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 18:09:08.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:08.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:08.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:08.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:08.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:08.226 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:08.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 '\*?\QError Log\E') 18:09:08.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:08.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:08.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:08.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:08.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:08.243 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:08.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:08.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:08.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:08.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:08.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:08.245 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:08.245 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:08.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:08.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:08.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:08.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:08.248 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 18:09:08.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:08.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:08.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:08.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:08.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:08.258 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:09:08.258 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:08.319 DEBUG [main][MenuItemLookup] Found menu:'Copy' 18:09:08.319 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:08.319 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 18:09:08.319 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 18:09:08.319 DEBUG [main][MenuItemLookup] Item match:Delete Log 18:09:08.319 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 18:09:08.320 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 18:09:08.320 INFO [main][MenuItemHandler] Select menu item: &Delete Log 18:09:08.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 18:09:08.395 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 18:09:08.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 18:09:08.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:08.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:08.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:09:08.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:08.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:08.396 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 18:09:08.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:09:08.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:08.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:08.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 "Delete All Events") 18:09:08.398 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:09:08.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:08.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:08.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 18:09:08.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:09:08.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:08.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:08.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:08.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:08.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:09:08.401 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 18:09:08.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:09:08.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:09:08.401 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:09:08.401 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:08.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:09:08.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:09:08.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 18:09:08.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:08.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:08.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:08.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:08.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:08.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:08.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:08.501 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:08.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 18:09:08.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:08.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:08.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:08.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:08.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:08.536 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:08.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:08.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:08.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:08.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:08.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:08.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:08.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:08.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:08.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:08.564 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:08.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:08.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:08.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:08.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:08.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:08.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:08.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:08.572 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:08.572 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:08.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:08.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:08.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:08.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:08.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:08.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:08.595 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:08.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:08.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:08.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:08.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:08.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:08.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:08.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:08.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 18:09:08.604 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 18:09:08.604 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:08.605 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:08.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:08.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:08.612 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSetActivateOnNewEvents no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 18:09:08.612 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:08.612 INFO [WorkbenchTestable][RequirementsRunner] Started test: getWarningMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 18:09:08.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 18:09:08.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:08.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:08.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:08.624 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:1178): Gtk-CRITICAL **: 18:09:08.631: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:09:11.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:11.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:11.644 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 18:09:11.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:11.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:11.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:11.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:11.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:11.657 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:11.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 '\*?\QError Log\E') 18:09:11.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:11.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:11.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:11.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:11.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:11.696 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:11.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:11.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:11.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:11.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:11.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:11.701 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:11.701 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:11.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:11.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:11.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:11.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:11.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:11.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:11.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:11.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:11.716 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.getWarningMessage throws exception: java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53) at org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.getWarningMessage(LogViewTest.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.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:114) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.base/java.lang.Thread.run(Thread.java:834) 18:09:11.748 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.getWarningMessage.png 18:09:11.938 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.getWarningMessage.png 18:09:11.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:11.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:11.955 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 18:09:11.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:11.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:11.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:11.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:11.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:11.998 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:11.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 18:09:11.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:11.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:12.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:12.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:12.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:12.043 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:12.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:12.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:12.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:12.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:12.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:12.047 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:12.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:12.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:12.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:12.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:12.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:12.049 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 18:09:12.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:12.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:12.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:12.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:12.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:12.055 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:09:12.055 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:12.135 DEBUG [main][MenuItemLookup] Found menu:'Copy' 18:09:12.135 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:12.135 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 18:09:12.135 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 18:09:12.135 DEBUG [main][MenuItemLookup] Item match:Delete Log 18:09:12.136 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 18:09:12.136 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 18:09:12.136 INFO [main][MenuItemHandler] Select menu item: &Delete Log 18:09:12.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 18:09:12.326 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 18:09:12.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 18:09:12.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:12.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:12.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:09:12.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:12.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:12.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 18:09:12.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:09:12.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:12.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:12.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete All Events") 18:09:12.330 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:09:12.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:12.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:12.331 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 18:09:12.332 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:09:12.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:12.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:12.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:12.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:12.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:09:12.334 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 18:09:12.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:09:12.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:09:12.335 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:09:12.335 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:12.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:09:12.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:09:12.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 18:09:12.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:12.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:12.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:12.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:12.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:12.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:12.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:12.448 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:12.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 18:09:12.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:12.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:12.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:12.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:12.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:12.519 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:12.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:12.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:12.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:12.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:12.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:12.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:12.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:12.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:12.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:12.550 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:12.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:12.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:12.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:12.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:12.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:12.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:12.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:12.560 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:12.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:12.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:12.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:12.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:12.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:12.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:12.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:12.574 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:12.574 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:12.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:12.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:12.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:12.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:12.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:12.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:12.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 18:09:12.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 18:09:12.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:12.595 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:12.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:12.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:12.604 ERROR [WorkbenchTestable][RequirementsRunner] Failed test: getWarningMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53) at org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.getWarningMessage(LogViewTest.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.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:114) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.base/java.lang.Thread.run(Thread.java:834) 18:09:12.608 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getWarningMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 18:09:12.608 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:12.608 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClearAndRestore no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 18:09:12.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 18:09:12.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:12.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:12.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:12.617 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:1178): Gtk-CRITICAL **: 18:09:12.628: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:09:15.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:15.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:15.631 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 18:09:15.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:15.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:15.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:15.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:15.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:15.645 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:15.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 '\*?\QError Log\E') 18:09:15.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:15.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:15.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:15.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:15.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:15.687 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:15.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:15.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:15.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:15.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:15.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:15.691 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:15.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:15.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:15.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:15.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:15.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:15.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:15.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:15.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:15.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:15.702 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:15.702 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:15.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:15.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:15.704 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 18:09:15.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:15.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:15.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:15.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:15.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:15.706 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:09:15.706 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:15.764 DEBUG [main][MenuItemLookup] Found menu:'Copy' 18:09:15.765 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:15.765 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 18:09:15.765 DEBUG [main][MenuItemLookup] Item match:Clear Log Viewer 18:09:15.765 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"C&lear Log Viewer" 18:09:15.765 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Clear Log Viewer 18:09:15.766 INFO [main][MenuItemHandler] Select menu item: C&lear Log Viewer 18:09:15.772 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:15.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:15.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:15.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:15.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:15.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:15.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:15.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:15.787 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:15.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:15.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:15.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:15.790 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 18:09:15.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:15.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:15.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:15.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:15.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:15.791 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:09:15.791 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:15.827 DEBUG [main][MenuItemLookup] Found menu:'Copy' 18:09:15.827 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:15.827 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 18:09:15.827 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 18:09:15.827 DEBUG [main][MenuItemLookup] Found menu:'Open Log' 18:09:15.827 DEBUG [main][MenuItemLookup] Found menu:'Restore Log' 18:09:15.827 DEBUG [main][MenuItemLookup] Item match:Restore Log 18:09:15.827 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restore Log" 18:09:15.827 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restore Log 18:09:15.828 INFO [main][MenuItemHandler] Select menu item: &Restore Log 18:09:15.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... (Eclipse:1178): Gtk-CRITICAL **: 18:09:16.000: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:09:17.010 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 18:09:17.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 18:09:17.010 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 18:09:17.017 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:17.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:17.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:17.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:17.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:17.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:17.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:17.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:17.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:17.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:17.065 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 18:09:17.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:17.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:17.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:17.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:17.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:17.095 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:17.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 '\*?\QError Log\E') 18:09:17.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:17.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:17.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:17.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:17.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:17.140 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:17.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:17.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:17.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:17.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:17.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:17.144 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:17.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:17.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:17.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:17.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:17.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:17.146 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 18:09:17.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:17.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:17.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:17.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:17.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:17.176 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:09:17.176 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:17.211 DEBUG [main][MenuItemLookup] Found menu:'Copy' 18:09:17.212 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:17.212 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 18:09:17.212 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 18:09:17.212 DEBUG [main][MenuItemLookup] Item match:Delete Log 18:09:17.212 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 18:09:17.212 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 18:09:17.212 INFO [main][MenuItemHandler] Select menu item: &Delete Log 18:09:17.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 18:09:17.281 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 18:09:17.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 18:09:17.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:17.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:17.282 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:09:17.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:17.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:17.283 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 18:09:17.283 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:09:17.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:17.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:17.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") 18:09:17.284 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:09:17.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:17.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:17.285 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 18:09:17.285 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:09:17.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:17.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:17.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:17.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:17.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:09:17.291 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 18:09:17.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:09:17.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:09:17.292 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:09:17.292 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:17.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:09:17.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:09:17.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 18:09:17.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:17.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:17.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:17.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:17.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:17.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:17.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:17.378 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:17.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 18:09:17.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:17.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:17.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:17.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:17.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:17.431 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:17.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:17.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:17.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:17.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:17.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:17.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:17.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:17.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:17.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:17.445 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:17.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:17.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:17.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:17.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:17.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:17.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:17.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:17.479 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:17.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:17.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:17.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:17.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:17.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:17.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:17.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:17.491 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:17.492 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:17.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:17.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:17.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:17.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:17.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:17.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:17.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 18:09:17.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 18:09:17.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:17.498 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:17.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:17.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:17.504 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClearAndRestore no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 18:09:17.504 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:17.504 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 18:09:17.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 18:09:17.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:17.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:17.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:17.513 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:1178): Gtk-CRITICAL **: 18:09:17.521: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:09:20.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:20.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:20.544 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 18:09:20.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:20.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:20.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:20.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:20.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:20.561 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:20.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 '\*?\QError Log\E') 18:09:20.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:20.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:20.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:20.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:20.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:20.600 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:20.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:20.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:20.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:20.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:20.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:20.603 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:20.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:20.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:20.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:20.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:20.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:20.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:20.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:20.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:20.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:20.641 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:20.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:20.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:20.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:20.643 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 18:09:20.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:20.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:20.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:20.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:20.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:20.646 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:09:20.646 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:20.677 DEBUG [main][MenuItemLookup] Found menu:'Copy' 18:09:20.678 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:20.678 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 18:09:20.679 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 18:09:20.679 DEBUG [main][MenuItemLookup] Item match:Delete Log 18:09:20.679 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 18:09:20.679 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 18:09:20.679 INFO [main][MenuItemHandler] Select menu item: &Delete Log 18:09:20.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 18:09:20.749 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 18:09:20.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 18:09:20.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:20.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:20.750 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:09:20.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:20.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:20.752 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 18:09:20.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:09:20.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:20.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09: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 "Delete All Events") 18:09:20.753 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:09:20.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:20.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:20.754 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 18:09:20.754 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:09:20.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:20.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:20.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:20.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:09:20.756 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 18:09:20.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:09:20.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:09:20.757 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:09:20.757 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:20.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:09:20.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:09:20.818 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:20.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:20.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:20.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:20.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:20.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:20.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:20.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:20.826 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:20.826 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:20.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:20.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:20.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.views.log.LogView, index 0 and no matchers specified 18:09:20.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:20.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:20.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:20.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:20.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:20.835 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:09:20.835 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:20.866 DEBUG [main][MenuItemLookup] Found menu:'Copy' 18:09:20.866 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:20.866 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 18:09:20.866 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 18:09:20.866 DEBUG [main][MenuItemLookup] Item match:Delete Log 18:09:20.866 DEBUG [WorkbenchTestable][AbstractView] Unable to delete log. "Delete Log" menu item is not enabled. 18:09:20.867 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:20.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:20.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:20.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:20.869 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 18:09:20.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:20.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:20.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:20.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:20.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:20.871 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:09:20.871 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:20.897 DEBUG [main][MenuItemLookup] Found menu:'Copy' 18:09:20.897 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:20.897 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 18:09:20.897 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 18:09:20.897 DEBUG [main][MenuItemLookup] Found menu:'Open Log' 18:09:20.897 DEBUG [main][MenuItemLookup] Found menu:'Restore Log' 18:09:20.897 DEBUG [main][MenuItemLookup] Item match:Restore Log 18:09:20.898 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restore Log" 18:09:20.898 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restore Log 18:09:20.898 INFO [main][MenuItemHandler] Select menu item: &Restore Log 18:09:20.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 18:09:22.025 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 18:09:22.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 18:09:22.026 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 18:09:22.027 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:22.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:22.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:22.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:22.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:22.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:22.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:22.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:22.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:22.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:22.062 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 18:09:22.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:22.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:22.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:22.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:22.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:22.081 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:22.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 '\*?\QError Log\E') 18:09:22.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:22.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:22.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:22.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:22.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:22.126 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:22.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:22.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:22.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:22.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:22.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:22.129 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:22.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:22.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:22.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:22.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:22.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:22.133 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 18:09:22.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:22.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:22.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:22.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:22.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:22.163 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:09:22.163 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:22.195 DEBUG [main][MenuItemLookup] Found menu:'Copy' 18:09:22.195 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:22.195 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 18:09:22.195 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 18:09:22.195 DEBUG [main][MenuItemLookup] Item match:Delete Log 18:09:22.196 DEBUG [WorkbenchTestable][AbstractView] Unable to delete log. "Delete Log" menu item is not enabled. 18:09:22.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 18:09:22.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:22.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:22.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:22.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:22.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:22.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:22.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:22.236 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:22.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 '\*?\QError Log\E') 18:09:22.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:22.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:22.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:22.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:22.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:22.292 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:22.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:22.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:22.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:22.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:22.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:22.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:22.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:22.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:22.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:22.333 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:22.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:22.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:22.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:22.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:22.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:22.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:22.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:22.346 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:22.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:22.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:22.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:22.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:22.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:22.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:22.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:22.355 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:22.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:22.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:22.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:22.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:22.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:22.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:22.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:22.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 18:09:22.369 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 18:09:22.369 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:22.369 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:22.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:22.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:22.370 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 18:09:22.370 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:22.370 INFO [WorkbenchTestable][RequirementsRunner] Started test: getOKMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 18:09:22.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 18:09:22.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:22.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:22.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:22.392 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:1178): Gtk-CRITICAL **: 18:09:22.401: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:09:25.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:25.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:25.406 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 18:09:25.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:25.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:25.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:25.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:25.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:25.420 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:25.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 '\*?\QError Log\E') 18:09:25.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:25.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:25.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:25.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:25.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:25.434 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:25.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:25.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:25.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:25.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:25.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:25.463 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:25.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:25.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:25.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:25.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:25.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:25.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:25.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:25.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:25.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:25.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:25.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:25.516 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 18:09:25.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:25.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:25.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:25.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:25.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:25.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:25.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 '\*?\QError Log\E') 18:09:25.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:25.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:25.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:25.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:25.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:25.570 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:25.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:25.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:25.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:25.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:25.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:25.572 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:25.572 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:25.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:25.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:25.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:25.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:25.574 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 18:09:25.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:25.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:25.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:25.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:25.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:25.577 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:09:25.577 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:25.649 DEBUG [main][MenuItemLookup] Found menu:'Copy' 18:09:25.651 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:25.651 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 18:09:25.651 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 18:09:25.651 DEBUG [main][MenuItemLookup] Item match:Delete Log 18:09:25.651 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 18:09:25.651 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 18:09:25.652 INFO [main][MenuItemHandler] Select menu item: &Delete Log 18:09:25.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 18:09:25.727 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 18:09:25.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 18:09:25.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:25.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:25.729 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:09:25.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:25.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:25.730 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 18:09:25.730 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:09:25.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:25.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09: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 "Delete All Events") 18:09:25.735 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:09:25.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:25.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:25.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 18:09:25.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:09:25.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:25.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:25.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:25.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:25.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:09:25.740 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 18:09:25.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:09:25.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:09:25.741 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:09:25.741 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:25.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:09:25.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:09:25.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 18:09:25.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:25.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:25.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:25.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:25.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:25.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:25.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:25.835 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:25.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 '\*?\QError Log\E') 18:09:25.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:25.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:25.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:25.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:25.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:25.889 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:25.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:25.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:25.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:25.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:25.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:25.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:25.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:25.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:25.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:25.900 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:25.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:25.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:25.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:25.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:25.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:25.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:25.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:25.937 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:25.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:25.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:25.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:25.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:25.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:25.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:25.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:25.952 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 18:09:25.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 18:09:25.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:25.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:09:25.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:25.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:25.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:25.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:25.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 18:09:25.994 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 18:09:25.994 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:25.994 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:25.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:25.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:26.000 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getOKMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 18:09:26.000 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 18:09:26.000 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:26.000 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:26.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:26.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 28.722 s <<< FAILURE! - in org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest getInfoMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 4.166 s getErrorMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 3.587 s testSetActivateOnNewEvents no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 3.567 s getWarningMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 3.992 s <<< FAILURE! java.lang.AssertionError at org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.getWarningMessage(LogViewTest.java:130) testClearAndRestore no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 4.896 s testDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 4.866 s getOKMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 3.63 s Running org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:26.024 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:26.029 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:09:26.029 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:26.030 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:26.030 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:26.030 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:09:26.031 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:26.031 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:09:26.031 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:26.031 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:09:26.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:26.032 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:09:26.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:26.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: "New Java Project"] 18:09:26.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:26.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: "New"] 18:09:26.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:26.034 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:09:26.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:26.034 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:09:26.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:26.035 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:09:26.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:26.036 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:09:26.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:26.036 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:09:26.037 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:26.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:26.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:26.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:26.039 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:26.101 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:09:26.102 DEBUG [main][MenuItemLookup] Found menu:'File' 18:09:26.103 DEBUG [main][MenuItemLookup] Item match:File 18:09:26.105 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:09:26.105 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:09:26.112 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:09:26.112 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:09:26.112 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:26.112 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:09:26.112 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:09:26.112 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:09:26.112 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:09:26.112 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:09:26.112 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:09:26.112 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:09:26.112 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:09:26.112 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:09:26.112 DEBUG [main][MenuItemLookup] Found menu:'File' 18:09:26.112 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:09:26.112 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:09:26.112 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:09:26.113 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:26.113 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:09:26.113 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:26.113 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:09:26.113 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:09:26.114 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:09:26.114 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:09:26.114 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:09:26.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:09:26.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:09:26.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:09:26.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:26.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:26.332 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:09:26.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:26.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 18:09:26.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:26.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:26.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:26.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:26.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:26.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:09:26.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:09:26.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:09:26.364 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:09:26.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:26.365 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:09:26.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:26.365 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:09:26.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:09:26.365 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:09:26.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:26.413 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:09:26.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:26.413 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:09:26.415 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:09:26.415 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:09:26.415 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:09:26.429 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:09:26.430 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:09:26.430 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:09:26.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:09:26.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:26.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:26.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:26.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:26.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:09:26.435 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:09:26.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:09:26.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:09:26.436 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:09:26.436 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:26.838 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:09:26.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:26.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:26.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:09:26.840 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 18:09:26.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:09:26.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:26.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:26.841 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:09:26.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:26.842 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'OutlineViewTestProject' 18:09:26.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.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:09:26.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:26.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:26.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:26.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:26.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:09:26.848 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:09:26.849 INFO [WorkbenchTestable][AbstractText] Text set to: OutlineViewTestProject 18:09:26.894 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:09:26.894 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:09:26.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 18:09:26.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:26.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:26.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:26.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:26.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:09:26.917 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:09:26.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:09:26.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:09:26.918 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:09:26.918 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:26.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:09:27.370 DEBUG [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 18:09:27.371 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:09:27.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:27.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:27.373 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:09:27.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:09:27.373 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:09:27.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:27.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:27.390 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:09:27.390 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:09:27.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:27.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:27.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:27.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:27.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:09:27.395 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:09:27.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:09:27.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:09:27.395 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:09:27.395 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:27.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:09:27.700 DEBUG [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 18:09:27.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:09:27.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:09:27.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:09:27.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:09:27.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:09:27.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:09:27.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:09:27.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:09:27.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:09:27.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:09:27.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:09:27.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:09:27.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:09:27.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:09:27.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:09:27.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:09:27.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:27.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:27.705 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:09:27.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:27.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:27.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:27.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:27.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:27.717 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:27.717 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:09:27.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:27.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:27.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:27.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:27.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:27.720 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:27.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:27.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:27.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:27.806 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:27.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:27.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:27.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:27.809 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:27.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:27.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:27.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:27.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:27.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:27.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:28.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:28.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:28.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:28.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:28.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:09:28.818 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:28.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:28.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:28.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:28.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 18:09:28.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:28.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:28.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:28.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:28.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:28.823 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 18:09:28.824 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item OutlineViewTestProject 18:09:28.824 DEBUG [main][TreeItemHandler] Selecting tree item: OutlineViewTestProject 18:09:28.825 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item OutlineViewTestProject about selection 18:09:28.830 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: OutlineViewTestProject 18:09:28.830 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:09:28.831 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:28.831 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:09:28.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:28.836 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:09:28.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:28.837 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:09:28.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:28.837 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:09:28.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:28.838 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:09:28.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:28.839 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:09:28.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:28.839 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:09:28.840 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:28.840 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:09:28.840 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:28.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:28.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:28.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:28.842 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:28.843 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:09:28.843 DEBUG [main][MenuItemLookup] Found menu:'File' 18:09:28.843 DEBUG [main][MenuItemLookup] Item match:File 18:09:28.845 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:09:28.845 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:09:28.852 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:09:28.852 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:09:28.852 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:28.852 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:09:28.852 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:09:28.853 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:09:28.853 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:09:28.853 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:09:28.853 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:09:28.853 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:09:28.853 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:09:28.853 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:09:28.853 DEBUG [main][MenuItemLookup] Found menu:'File' 18:09:28.853 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:09:28.853 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:09:28.853 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:09:28.853 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:28.853 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:09:28.853 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:28.853 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:09:28.853 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:09:28.891 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:09:28.891 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:09:28.892 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:09:29.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:09:29.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:09:29.070 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:09:29.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:29.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:29.128 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:09:29.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:29.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:09:29.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:29.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:29.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:29.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:29.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:29.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:09:29.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:09:29.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:09:29.136 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:09:29.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:29.136 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:09:29.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:29.136 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:09:29.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:09:29.148 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:09:29.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:29.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:09:29.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:29.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:09:29.151 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:09:29.151 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:09:29.152 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:09:29.165 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:09:29.166 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:09:29.166 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:09:29.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) 18:09:29.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:29.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:29.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:29.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:29.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:09:29.208 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:09:29.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:09:29.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:09:29.209 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:09:29.209 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Aug 26, 2020 6:09:29 PM okhttp3.internal.platform.Platform log WARNING: A connection to http://repo1.maven.org/ was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE); Aug 26, 2020 6:09:29 PM okhttp3.internal.platform.Platform log WARNING: A connection to http://repo1.maven.org/ was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE); 18:09:29.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"] 18:09:29.519 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:29.519 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:29.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:09:29.520 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 18:09:29.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:09:29.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:29.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:29.522 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:09:29.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:29.523 DEBUG [WorkbenchTestable][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:") 18:09:29.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:29.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:29.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:29.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:29.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:09:29.601 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:09:29.603 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 18:09:29.635 DEBUG [WorkbenchTestable][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:") 18:09:29.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:29.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:29.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:29.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:29.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:09:29.697 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:09:29.699 INFO [WorkbenchTestable][AbstractText] Text set to: test 18:09:29.725 DEBUG [WorkbenchTestable][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)") 18:09:29.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:29.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:29.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:29.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:29.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:09:29.733 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 18:09:29.733 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 18:09:29.734 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 18:09:29.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:09:29.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:09:29.734 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:09:29.734 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:29.735 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:09:29.735 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:09:29.735 DEBUG [WorkbenchTestable][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) 18:09:29.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:29.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:29.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:29.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:29.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:09:29.752 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:09:29.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:09:29.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:09:29.753 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:09:29.753 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:29.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... Aug 26, 2020 6:09:31 PM okhttp3.internal.platform.Platform log WARNING: A connection to http://repo1.maven.org/ was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE); Aug 26, 2020 6:09:32 PM okhttp3.internal.platform.Platform log WARNING: A connection to http://repo1.maven.org/ was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE); 18:09:32.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:09:32.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:09:32.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:09:32.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 18:09:32.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:09:32.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:09:32.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Sending problem marker updates...' is a system job, skipped 18:09:32.103 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 18:09:32.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Remote System Explorer Operation' has no excuses, wait for it 18:09:32.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:09:32.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 18:09:32.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:09:32.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:09:32.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:09:32.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:09:32.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:09:32.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:09:32.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:09:32.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:09:32.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:09:32.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:09:32.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:09:32.605 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:32.605 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideNonPublicMembersInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:32.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:32.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:32.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:32.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt Aug 26, 2020 6:09:32 PM okhttp3.internal.platform.Platform log WARNING: A connection to http://repo1.maven.org/ was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE); Aug 26, 2020 6:09:32 PM okhttp3.internal.platform.Platform log WARNING: A connection to http://repo1.maven.org/ was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE); 18:09:32.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:32.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:32.917 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:09:32.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:32.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:32.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 18:09:32.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:32.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:32.922 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 18:09:32.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:09:32.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:32.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:32.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:32.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:32.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:32.925 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:32.925 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:33.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:33.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:33.107 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:33.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:33.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:33.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:33.110 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:33.110 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:33.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:33.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:33.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:33.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:33.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:33.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:33.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found Aug 26, 2020 6:09:34 PM okhttp3.internal.platform.Platform log WARNING: A connection to http://repo1.maven.org/ was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE); Aug 26, 2020 6:09:34 PM okhttp3.internal.platform.Platform log WARNING: A connection to http://repo1.maven.org/ was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE); 18:09:34.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:34.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:34.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:09:34.190 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:34.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:34.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:34.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:34.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 18:09:34.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:34.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:34.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:34.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:34.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:34.196 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 18:09:34.197 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:09:34.198 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 18:09:34.198 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 18:09:34.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:34.199 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 18:09:34.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:34.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 18:09:34.200 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 18:09:34.201 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:09:34.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:34.202 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:09:34.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:34.202 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:09:34.203 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 18:09:34.203 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 18:09:34.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:34.204 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 18:09:34.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:34.204 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 18:09:34.205 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:09:34.205 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:09:34.206 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:09:34.220 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:09:34.220 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 18:09:34.220 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:09:34.221 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:09:34.221 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:09:34.226 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:09:34.226 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:09:34.232 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:09:34.415 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:09:34.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:09:34.415 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 18:09:34.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:09:34.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:09:34.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:09:34.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:09:34.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:09:34.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:09:34.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:09:34.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:09:34.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:09:34.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:09:34.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:09:34.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:09:34.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:34.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:34.492 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 18:09:34.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:34.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:34.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 18:09:34.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:34.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:34.516 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 18:09:34.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 18:09:34.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:34.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:34.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:34.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:34.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:34.610 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:34.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:34.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:34.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:34.818 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:34.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:34.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:34.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:34.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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.*') 18:09:34.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:34.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:34.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:34.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:34.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:09:34.823 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 18:09:34.823 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:09:34.823 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:34.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:34.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:34.826 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:34.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:34.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:34.827 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideNonPublicMembersInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:34.827 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:34.828 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSortInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:34.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:34.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:34.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:34.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:34.828 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:09:34.828 DEBUG [main][EditorHandler] 1 editor(s) found 18:09:34.830 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 18:09:35.213 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 18:09:35.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:35.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:35.294 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 18:09:35.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:35.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:35.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:35.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:35.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:35.317 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:35.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 18:09:35.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:35.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:35.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:35.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:35.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:35.424 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:35.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:35.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:35.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:35.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:35.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:35.428 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:35.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:35.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:35.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 18:09:35.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 18:09:35.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:35.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:35.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:36.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:36.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:36.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:36.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:36.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:09:36.548 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 18:09:36.548 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:36.548 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:36.548 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:36.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:36.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:36.588 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSortInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:36.588 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:36.589 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCollapseInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:36.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:36.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:36.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:36.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:36.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:36.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:36.593 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:09:36.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:36.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:36.597 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:36.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:36.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:36.598 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:36.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:09:36.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:36.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:36.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:36.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:36.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:36.602 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:36.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:36.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:36.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:36.724 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:36.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:36.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:36.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:36.729 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:36.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:36.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:36.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:36.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:36.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:36.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:37.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:37.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:37.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:37.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:37.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:09:37.735 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:37.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:37.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:37.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:37.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 18:09:37.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:37.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:37.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:37.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:37.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:37.741 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 18:09:37.742 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:09:37.743 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 18:09:37.744 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 18:09:37.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:37.744 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 18:09:37.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:37.745 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 18:09:37.745 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 18:09:37.745 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:09:37.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:37.746 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:09:37.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:37.746 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:09:37.747 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 18:09:37.747 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 18:09:37.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:37.748 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 18:09:37.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:37.748 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 18:09:37.749 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:09:37.749 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:09:37.749 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:09:37.754 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:09:37.754 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 18:09:37.754 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:09:37.754 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:09:37.755 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:09:37.758 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:09:37.758 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:09:37.758 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:09:38.159 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:09:38.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:09:38.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:09:38.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:09:38.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:09:38.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:09:38.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:09:38.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:09:38.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:09:38.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:09:38.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:09:38.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:09:38.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:09:38.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:09:38.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:09:38.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:38.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:38.185 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 18:09:38.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:38.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:38.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 18:09:38.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:38.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:38.200 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 18:09:38.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 '\*?\QOutline\E') 18:09:38.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:38.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:38.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:38.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:38.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:38.261 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:38.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:38.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:38.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:38.321 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:38.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:38.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:38.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:38.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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.*') 18:09:38.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:38.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:38.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:38.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:38.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:09:38.326 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Collapse All (Shift+Ctrl+Numpad_Divide) 18:09:38.326 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:09:38.326 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:38.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:38.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:38.327 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:38.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:38.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:38.328 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCollapseInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:38.329 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:38.329 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSortInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:38.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:38.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:38.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:38.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:38.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:38.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:38.331 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:09:38.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:38.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:38.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 18:09:38.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:38.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:38.335 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 18:09:38.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:09:38.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:38.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:38.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:38.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:38.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:38.369 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:38.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:38.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:38.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:38.436 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:38.436 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:38.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:38.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:38.438 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:38.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:38.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:38.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:38.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:38.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:38.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:38.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:38.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:39.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:39.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:39.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:09:39.445 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:39.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:39.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:39.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:39.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:09:39.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:39.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:39.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:39.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:39.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:39.452 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 18:09:39.454 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:09:39.455 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 18:09:39.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 18:09:39.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:39.457 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 18:09:39.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:39.457 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 18:09:39.458 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 18:09:39.459 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:09:39.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:39.461 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:09:39.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:39.461 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:09:39.462 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 18:09:39.462 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 18:09:39.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:39.462 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 18:09:39.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:39.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 18:09:39.464 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:09:39.464 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:09:39.464 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:09:39.468 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:09:39.469 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 18:09:39.469 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:09:39.469 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:09:39.469 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:09:39.474 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:09:39.474 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:09:39.474 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:09:39.559 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:09:39.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:09:39.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:09:39.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:09:39.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:09:39.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:09:39.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:09:39.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:09:39.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:09:39.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:09:39.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:09:39.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:09:39.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:09:39.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:09:39.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:09:39.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:39.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:39.578 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 18:09:39.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:39.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:39.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 18:09:39.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:39.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:39.595 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 18:09:39.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 '\*?\QOutline\E') 18:09:39.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:39.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:39.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:39.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:39.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:39.607 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:39.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:39.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:39.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:39.680 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:39.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:39.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:39.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:39.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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.*') 18:09:39.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:39.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:39.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:39.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:39.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:09:39.687 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 18:09:39.688 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:09:39.688 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:39.695 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:39.695 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:39.695 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:39.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:39.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:39.696 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSortInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:39.696 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:39.697 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideNonPublicMembersInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:39.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:39.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:39.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:39.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:39.697 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:09:39.698 DEBUG [main][EditorHandler] 1 editor(s) found 18:09:39.699 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 18:09:39.872 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 18:09:39.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:39.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:39.885 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 18:09:39.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:39.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:39.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:39.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:39.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:39.898 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:39.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 18:09:39.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:39.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:39.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:39.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:39.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:39.908 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:39.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:39.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:39.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:39.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:39.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:39.934 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:39.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:39.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:39.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 18:09:39.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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.*') 18:09:39.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:39.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:39.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:40.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:40.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:40.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:40.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:40.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:09:40.958 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 18:09:40.959 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:40.959 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:40.959 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:40.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:40.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:40.961 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideNonPublicMembersInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:40.961 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:40.961 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideFieldsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:40.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:40.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:40.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:40.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:40.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:40.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:40.964 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:09:40.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:40.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:40.967 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:40.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:40.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:40.968 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:40.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 '\*?\QPackage Explorer\E') 18:09:40.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:40.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:40.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:40.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:40.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:40.971 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:40.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:41.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:41.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:41.038 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:41.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:41.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:41.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:41.041 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:41.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:41.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:41.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:41.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:41.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:41.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:41.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:41.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:42.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:42.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:42.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:09:42.051 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:42.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:42.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:42.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:42.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:09:42.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:42.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:42.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:42.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:42.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:42.058 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 18:09:42.059 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:09:42.060 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 18:09:42.061 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 18:09:42.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:42.062 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 18:09:42.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:42.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 18:09:42.063 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 18:09:42.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:09:42.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:42.064 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:09:42.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:42.065 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:09:42.065 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 18:09:42.066 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 18:09:42.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:42.066 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 18:09:42.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:42.067 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 18:09:42.068 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:09:42.068 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:09:42.074 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:09:42.081 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:09:42.082 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 18:09:42.082 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:09:42.082 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:09:42.082 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:09:42.086 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:09:42.086 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:09:42.086 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:09:42.439 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:09:42.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:09:42.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:09:42.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:09:42.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:09:42.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:09:42.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:09:42.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:09:42.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:09:42.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:09:42.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:09:42.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:09:42.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:09:42.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:09:42.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:09:42.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:09:42.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:42.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:42.468 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 18:09:42.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:42.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:42.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 18:09:42.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:42.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:42.501 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 18:09:42.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 '\*?\QOutline\E') 18:09:42.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:42.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:42.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:42.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:42.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:42.551 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:42.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:42.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:42.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:42.633 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:42.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:42.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:42.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:42.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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.*') 18:09:42.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:42.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:42.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:42.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:42.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:09:42.642 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 18:09:42.643 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:09:42.643 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:42.645 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:42.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:42.646 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:42.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:42.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:42.647 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideFieldsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:42.647 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:42.648 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideStaticFieldsAndMethodsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:42.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:42.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:42.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:42.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:42.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:42.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:42.653 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:09:42.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:42.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:42.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 18:09:42.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:42.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:42.658 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 18:09:42.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:09:42.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:42.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:42.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:42.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:42.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:42.661 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:42.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:42.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:42.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:42.796 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:42.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:42.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:42.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:42.799 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:42.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:42.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:42.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:42.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:42.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:42.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:43.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:43.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:43.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:43.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:43.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:09:43.811 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:43.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:43.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:43.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:43.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:09:43.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:43.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:43.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:43.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:43.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:43.819 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 18:09:43.820 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:09:43.823 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 18:09:43.824 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 18:09:43.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:43.826 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 18:09:43.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:43.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 18:09:43.827 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 18:09:43.828 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:09:43.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:43.829 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:09:43.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:43.830 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:09:43.830 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 18:09:43.830 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 18:09:43.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:43.831 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 18:09:43.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:43.831 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 18:09:43.832 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:09:43.832 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:09:43.833 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:09:43.844 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:09:43.845 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 18:09:43.845 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:09:43.845 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:09:43.845 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:09:43.848 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:09:43.848 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:09:43.849 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:09:43.961 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:09:43.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:09:43.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:09:43.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:09:43.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:09:43.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:09:43.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:09:43.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:09:43.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:09:43.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:09:43.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:09:43.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:09:43.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:09:43.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:09:43.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:09:43.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:43.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:43.978 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 18:09:43.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:43.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:44.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 18:09:44.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:44.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:44.002 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 18:09:44.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 '\*?\QOutline\E') 18:09:44.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:44.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:44.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:44.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:44.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:44.048 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:44.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:44.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:44.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:44.131 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:44.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:44.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:44.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:44.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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.*') 18:09:44.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:44.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:44.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:44.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:44.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:09:44.136 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 18:09:44.136 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:09:44.136 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:44.138 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:44.138 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:44.138 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:44.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:44.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:44.139 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideStaticFieldsAndMethodsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:44.140 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:44.140 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideStaticFieldsAndMethodsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:44.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:44.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:44.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:44.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:44.140 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:09:44.141 DEBUG [main][EditorHandler] 1 editor(s) found 18:09:44.142 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 18:09:44.450 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 18:09:44.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:44.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:44.498 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 18:09:44.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:44.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:44.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:44.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:44.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:44.510 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:44.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 18:09:44.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:44.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:44.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:44.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:44.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:44.545 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:44.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:44.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:44.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:44.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:44.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:44.549 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:44.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:44.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:44.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 18:09:44.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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.*') 18:09:44.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:44.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:44.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:45.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:45.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:45.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:45.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:45.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:09:45.571 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 18:09:45.571 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:45.571 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:45.571 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:45.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:45.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:45.572 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideStaticFieldsAndMethodsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:45.573 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:45.573 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideFieldsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:45.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:45.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:45.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:45.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:45.574 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:09:45.574 DEBUG [main][EditorHandler] 0 editor(s) found 18:09:45.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:45.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:45.602 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 18:09:45.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:45.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:45.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:45.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:45.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:45.615 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:45.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 '\*?\QOutline\E') 18:09:45.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:45.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:45.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:45.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:45.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:45.649 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:45.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:45.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:45.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:45.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:45.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:45.653 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:45.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:45.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:45.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 18:09:45.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.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 18:09:45.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:45.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:45.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:46.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:46.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:46.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:46.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:46.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:09:46.693 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 18:09:46.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:46.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:46.693 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:46.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:46.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:46.695 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideFieldsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:46.695 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:46.696 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideLocalTypesInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:46.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:46.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:46.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:46.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:46.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:46.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:46.700 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:09:46.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:46.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:46.705 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:46.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:46.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:46.707 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:46.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:09:46.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:46.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:46.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:46.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:46.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:46.711 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:46.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:46.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:46.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:46.773 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:46.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:46.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:46.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:46.776 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:46.776 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:46.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:46.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:46.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:46.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:46.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:47.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:47.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:47.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:47.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:47.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:09:47.784 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:47.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:47.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:47.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:47.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 18:09:47.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:47.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:47.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:47.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:47.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:47.790 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 18:09:47.791 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:09:47.793 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 18:09:47.793 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 18:09:47.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:47.794 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 18:09:47.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:47.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 18:09:47.794 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 18:09:47.795 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:09:47.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:47.795 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:09:47.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:47.795 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:09:47.796 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 18:09:47.796 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 18:09:47.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:47.796 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 18:09:47.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:47.796 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 18:09:47.797 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:09:47.797 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:09:47.797 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:09:47.802 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:09:47.806 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 18:09:47.806 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:09:47.806 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:09:47.807 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:09:47.809 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:09:47.810 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:09:47.810 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:09:48.134 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:09:48.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:09:48.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:09:48.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:09:48.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:09:48.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:09:48.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:09:48.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:09:48.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:09:48.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:09:48.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:09:48.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:09:48.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:09:48.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:09:48.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:09:48.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:09:48.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:48.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:48.165 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 18:09:48.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:48.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:48.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 18:09:48.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:48.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:48.221 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 18:09:48.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 18:09:48.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:48.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:48.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:48.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:48.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:48.238 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:48.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:48.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:48.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:48.327 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:48.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:48.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:48.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:48.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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.*') 18:09:48.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:48.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:48.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:48.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:48.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:09:48.332 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 18:09:48.332 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:09:48.332 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:48.335 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:48.335 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:48.335 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:48.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:48.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:48.336 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideLocalTypesInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:48.336 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:48.336 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideLocalTypesInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:48.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:48.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:48.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:48.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:48.337 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:09:48.337 DEBUG [main][EditorHandler] 1 editor(s) found 18:09:48.340 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 18:09:48.518 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 18:09:48.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:48.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:48.531 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 18:09:48.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:48.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:48.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:48.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:48.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:48.551 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:48.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 18:09:48.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:48.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:48.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:48.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:48.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:48.580 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:48.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:48.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:48.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:48.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:48.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:48.585 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:48.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:48.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:48.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 18:09:48.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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.*') 18:09:48.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:48.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:48.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:49.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:49.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:49.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:49.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:49.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:09:49.608 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 18:09:49.609 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:49.609 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:49.609 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:49.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:49.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:49.610 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideLocalTypesInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:49.611 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:49.611 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCollapseInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:49.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:49.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:49.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:49.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:49.611 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:09:49.611 DEBUG [main][EditorHandler] 0 editor(s) found 18:09:49.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:49.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:49.637 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 18:09:49.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:49.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:49.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:49.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:49.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:49.653 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:49.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 '\*?\QOutline\E') 18:09:49.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:49.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:49.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:49.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:49.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:49.698 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:49.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:49.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:49.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:49.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:49.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:49.703 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:49.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:49.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:49.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 18:09:49.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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.*') 18:09:49.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:49.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:49.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:50.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:50.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:50.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:50.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:50.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:09:50.747 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 18:09:50.747 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:50.747 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:50.747 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:50.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:50.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:50.749 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCollapseInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:50.749 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:50.749 INFO [WorkbenchTestable][RequirementsRunner] Started test: testElementsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:50.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:50.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:50.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:50.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:50.750 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:09:50.750 DEBUG [main][EditorHandler] 0 editor(s) found 18:09:50.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:50.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:50.761 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 18:09:50.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:50.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:50.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:50.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:50.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:50.795 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:50.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 '\*?\QOutline\E') 18:09:50.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:50.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:50.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:50.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:50.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:50.822 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:50.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:50.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:50.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:50.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:50.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:50.826 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:50.826 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:50.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:50.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 18:09:50.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 18:09:50.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:50.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:50.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:51.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:51.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:51.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:51.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:51.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:09:51.839 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:09:51.840 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:51.840 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:51.840 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:51.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:51.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:51.842 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testElementsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:51.842 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:51.842 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLinkWithEditorInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:51.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:51.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:51.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:51.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:51.842 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:09:51.843 DEBUG [main][EditorHandler] 0 editor(s) found 18:09:51.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:51.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:51.853 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 18:09:51.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:51.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:51.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:51.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:51.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:51.865 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:51.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 '\*?\QOutline\E') 18:09:51.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:51.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:51.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:51.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:51.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:51.897 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:51.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:51.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:51.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:09:51.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:09:51.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:09:51.901 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:51.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:51.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:51.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 18:09:51.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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.*') 18:09:51.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:51.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:51.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:52.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:52.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:52.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:52.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:52.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:09:52.936 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 18:09:52.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:52.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:52.936 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:52.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:52.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:52.937 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLinkWithEditorInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:52.938 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:52.938 INFO [WorkbenchTestable][RequirementsRunner] Started test: testElementsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:52.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:52.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:52.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:52.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:52.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:52.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:52.940 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:09:52.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:52.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:52.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:52.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:52.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:52.944 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:52.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:09:52.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:52.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:52.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:52.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:52.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:52.947 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:52.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:53.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:53.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:53.024 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:53.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:53.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:53.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:53.027 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:53.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:53.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:53.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:53.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:53.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:53.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:53.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:53.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:54.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:54.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:54.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:09:54.036 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:54.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:54.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:54.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:54.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:09:54.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:54.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:54.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:54.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:54.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:54.043 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 18:09:54.045 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:09:54.046 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 18:09:54.047 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 18:09:54.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:54.048 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 18:09:54.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:54.048 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 18:09:54.049 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 18:09:54.049 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:09:54.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:54.050 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:09:54.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:54.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:09:54.054 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 18:09:54.055 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 18:09:54.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:54.055 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 18:09:54.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:54.056 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 18:09:54.056 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:09:54.057 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:09:54.057 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:09:54.062 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:09:54.062 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 18:09:54.063 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:09:54.063 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:09:54.063 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:09:54.066 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:09:54.066 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:09:54.066 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:09:54.425 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:09:54.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:09:54.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:09:54.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:09:54.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:09:54.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:09:54.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:09:54.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:09:54.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:09:54.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:09:54.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:09:54.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:09:54.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:09:54.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:09:54.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:09:54.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:09:54.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:54.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:54.446 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 18:09:54.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:54.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:54.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 18:09:54.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:54.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:54.466 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 18:09:54.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 '\*?\QOutline\E') 18:09:54.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:54.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:54.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:54.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:54.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:54.513 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:54.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:54.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:54.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:54.574 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:54.574 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:54.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:54.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:54.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 18:09:54.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:54.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:54.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:54.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:54.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:54.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:09:54.581 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:2 18:09:54.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:09:54.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:54.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:54.582 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:54.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:54.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:54.584 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testElementsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:54.585 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:54.585 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLinkWithEditorInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:54.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:54.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:54.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:54.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:54.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:54.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:54.588 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:09:54.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:54.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:54.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 18:09:54.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:54.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:54.620 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 18:09:54.621 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:09:54.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:54.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:54.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:54.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:54.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:54.623 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:54.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:54.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:54.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:54.704 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:54.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:54.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:54.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:54.706 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:54.707 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:54.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:54.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:54.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:54.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:54.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:55.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:55.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:55.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:55.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:55.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:09:55.716 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:55.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:55.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:55.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:55.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 18:09:55.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:55.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:55.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:55.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:55.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:55.721 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 18:09:55.722 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:09:55.724 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 18:09:55.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 18:09:55.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:55.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 18:09:55.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:55.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 18:09:55.725 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 18:09:55.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:09:55.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:55.726 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:09:55.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:55.726 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:09:55.726 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 18:09:55.727 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 18:09:55.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:55.727 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 18:09:55.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:55.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 18:09:55.728 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:09:55.728 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:09:55.728 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:09:55.733 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:09:55.733 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 18:09:55.733 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:09:55.734 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:09:55.734 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:09:55.738 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:09:55.738 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:09:55.739 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:09:55.830 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:09:55.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:09:55.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:09:55.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:09:55.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:09:55.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:09:55.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:09:55.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:09:55.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:09:55.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:09:55.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:09:55.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:09:55.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:09:55.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:09:55.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:09:55.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:55.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:55.851 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 18:09:55.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:55.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:55.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 18:09:55.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:55.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:55.866 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 18:09:55.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 '\*?\QOutline\E') 18:09:55.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:55.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:55.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:55.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:55.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:09:55.916 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:55.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:55.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:55.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:55.976 INFO [WorkbenchTestable][AbstractView] Activate view Outline 18:09:55.976 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 18:09:55.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:55.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:55.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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.*') 18:09:55.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:55.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:55.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:56.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:56.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:56.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:56.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:56.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:09:57.002 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 18:09:57.002 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:57.002 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:57.002 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:57.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:57.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:57.004 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLinkWithEditorInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 18:09:57.005 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:57.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:57.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:57.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:57.062 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:57.062 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:57.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:57.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:57.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:57.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:57.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:57.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:57.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:58.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:58.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:09:58.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:09:58.071 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:09:58.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:09:58.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:09:58.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:09:58.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 18:09:58.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:58.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:58.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:58.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:58.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:58.078 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 18:09:58.079 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item OutlineViewTestProject 18:09:58.079 DEBUG [main][TreeItemHandler] Selecting tree item: OutlineViewTestProject 18:09:58.081 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item OutlineViewTestProject about selection 18:09:58.085 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: OutlineViewTestProject 18:09:58.086 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:09:58.086 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:58.164 DEBUG [main][MenuItemLookup] Found menu:'New' 18:09:58.164 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:09:58.164 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:58.164 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:09:58.164 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:09:58.164 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:09:58.164 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:58.164 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:09:58.164 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:09:58.164 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:09:58.164 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:09:58.164 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:58.165 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:09:58.165 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:09:58.165 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:09:58.165 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:09:58.165 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:58.165 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:09:58.165 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:09:58.165 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:58.165 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:09:58.165 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:09:58.165 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:09:58.165 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:09:58.166 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:09:58.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:09:58.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:09:58.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:09:58.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:09:58.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:09:58.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:09:58.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:09:58.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:09:58.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:09:58.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:09:58.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:09:58.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:09:58.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:09:58.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:09:58.209 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'OutlineViewTestProject' via Explorer 18:09:58.212 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item OutlineViewTestProject 18:09:58.212 DEBUG [main][TreeItemHandler] Selecting tree item: OutlineViewTestProject 18:09:58.213 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item OutlineViewTestProject about selection 18:09:58.218 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: OutlineViewTestProject 18:09:58.218 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:09:58.218 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:58.300 DEBUG [main][MenuItemLookup] Found menu:'New' 18:09:58.300 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:09:58.300 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:58.300 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:09:58.300 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:09:58.300 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:09:58.300 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:58.300 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:09:58.300 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:09:58.300 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:09:58.300 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:09:58.300 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:09:58.300 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:09:58.300 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:09:58.301 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:09:58.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.... 18:09:58.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:09:58.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:09:58.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:58.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:58.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:58.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:58.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: 32) 18:09:58.574 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:09:58.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:58.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:58.575 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:09:58.575 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:09:58.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:58.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:58.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:58.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:58.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:09:58.578 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:09:58.578 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:09:58.578 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:09:58.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:09:58.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:09:58.579 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:09:58.579 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:58.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:09:58.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:09:58.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:58.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:09:58.605 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:09:58.606 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:09:58.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:58.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:58.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:58.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:58.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:09:58.610 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:09:58.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:09:58.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:09:58.610 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:09:58.610 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:09:58.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:09:58.632 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:09:59.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:09:59.133 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:09:59.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:09:59.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 18:09:59.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:09:59.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:09:59.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:09:59.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:09:59.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:09:59.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:09:59.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:09:59.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:09:59.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:09:59.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:09:59.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:09:59.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:09:59.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:09:59.134 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 18:09:59.134 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:09:59.135 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:09:59.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:09:59.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.115 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: 2.222 s testSortInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.76 s testCollapseInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.739 s testSortInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.367 s testHideNonPublicMembersInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.264 s testHideFieldsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.686 s testHideStaticFieldsAndMethodsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.491 s testHideStaticFieldsAndMethodsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.432 s testHideFieldsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.122 s testHideLocalTypesInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.64 s testHideLocalTypesInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.274 s testCollapseInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.138 s testElementsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.093 s testLinkWithEditorInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.095 s testElementsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.646 s testLinkWithEditorInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 2.419 s Running org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 18:09:59.148 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 18:09:59.151 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:09:59.152 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:59.152 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 18:09:59.153 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:59.153 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:09:59.154 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:59.154 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:09:59.154 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:59.154 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:09:59.155 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDialogTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest) 18:09:59.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 18:09:59.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:09:59.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:09:59.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:09:59.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.*'] 18:09:59.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:59.158 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:09:59.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:59.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.*'] 18:09:59.159 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:59.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:09:59.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:59.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:59.162 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:09:59.162 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:09:59.163 DEBUG [main][MenuItemLookup] Found menu:'File' 18:09:59.164 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:09:59.164 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:09:59.164 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:09:59.164 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:09:59.164 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:09:59.164 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:09:59.164 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:09:59.164 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:09:59.165 DEBUG [main][MenuItemLookup] Item match:Window 18:09:59.166 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:09:59.166 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:09:59.166 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:09:59.166 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:59.166 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:09:59.166 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:09:59.166 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:59.166 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:09:59.166 DEBUG [main][MenuItemLookup] Found menu:'' 18:09:59.166 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:09:59.166 DEBUG [main][MenuItemLookup] Item match:Preferences 18:09:59.198 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:09:59.198 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:09:59.199 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:09:59.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.... 18:09:59.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:09:59.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:09:59.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:09:59.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:09:59.436 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:09:59.436 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:09:59.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:09:59.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:09:59.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:09:59.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:09:59.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:09:59.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:09:59.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:09:59.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:09:59.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:09:59.444 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:09:59.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:59.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:59.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:09:59.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:09:59.957 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:09:59.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:09:59.958 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:09:59.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:09:59.958 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:09:59.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 18:09:59.961 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 18:09:59.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:00.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:00.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 18:10:00.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 18:10:00.471 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 18:10:00.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:00.472 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 18:10:00.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:00.472 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 18:10:00.473 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 18:10:00.473 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 18:10:00.474 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 18:10:00.475 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 18:10:00.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:00.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:00.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:10:01.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:01.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:01.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:01.153 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 18:10:01.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:01.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:01.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:01.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:01.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:10:01.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:10:01.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:10:01.161 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item UI Prompt: 18:10:01.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 18:10:01.163 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 18:10:01.163 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:01.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 18:10:01.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 18:10:01.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:01.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:01.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:01.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:01.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:01.181 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 18:10:01.181 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 18:10:01.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:01.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:01.182 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:01.182 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:01.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:01.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:01.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") 18:10:01.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:01.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:01.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:01.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:01.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:01.207 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:10:01.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:01.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:01.208 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:01.208 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:01.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:10:01.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:10:01.342 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:01.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:01.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:01.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:01.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:10:01.365 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask Repositories\E'' view via menu. 18:10:01.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:01.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:01.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:01.366 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:10:01.367 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:10:01.367 DEBUG [main][MenuItemLookup] Found menu:'File' 18:10:01.367 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:10:01.367 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:10:01.367 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:10:01.367 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:10:01.367 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:10:01.367 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:10:01.367 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:10:01.367 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:10:01.367 DEBUG [main][MenuItemLookup] Item match:Window 18:10:01.368 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:10:01.368 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:10:01.368 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:10:01.368 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:01.368 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:10:01.368 DEBUG [main][MenuItemLookup] Item match:Show View 18:10:01.381 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:10:01.381 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:10:01.381 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:10:01.381 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:10:01.381 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:10:01.381 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:10:01.381 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:10:01.381 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:10:01.381 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:10:01.381 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:10:01.381 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:10:01.381 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:10:01.381 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:10:01.381 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:10:01.381 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:10:01.381 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:01.381 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:10:01.381 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:10:01.382 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:10:01.382 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:10:01.382 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:10:01.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:10:01.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:10:01.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:10:01.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:01.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:01.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:10:01.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:10:01.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:01.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:01.520 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:10:01.520 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:10:01.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:01.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:01.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:01.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:01.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:01.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:10:01.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:10:01.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Mylyn has children... 18:10:01.536 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Mylyn 18:10:01.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:02.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:02.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Mylyn 18:10:02.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Mylyn has children finished successfully 18:10:02.041 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Mylyn 18:10:02.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:02.042 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Mylyn is already expanded. No action performed 18:10:02.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:02.042 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Mylyn 18:10:02.043 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Task Repositories 18:10:02.043 DEBUG [main][TreeItemHandler] Selecting tree item: Task Repositories 18:10:02.044 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Task Repositories about selection 18:10:02.044 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Task Repositories 18:10:02.045 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:10:02.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:02.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:02.045 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:10:02.045 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:10:02.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:02.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:02.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:10:02.047 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:10:02.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:02.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:02.047 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:10:02.047 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:10:02.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:02.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:02.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:02.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:02.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:02.050 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:10:02.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:02.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:02.050 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:02.050 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:02.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:10:02.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:10:02.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.mylyn.tasks.ui.views.TaskRepositoriesView' view is open... 18:10:02.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:02.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:02.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.mylyn.tasks.ui.views.TaskRepositoriesView' view is open finished successfully 18:10:02.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:02.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:02.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:02.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:02.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:02.254 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:10:02.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 '\*?\QTask Repositories\E') 18:10:02.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:02.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:02.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:02.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:02.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:10:02.268 INFO [WorkbenchTestable][AbstractView] Activate view Task Repositories 18:10:02.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Task Repositories 18:10:02.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:10:02.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:10:02.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:10:02.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:10:02.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 18:10:02.300 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:10:02.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:02.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:02.301 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Task Repositories"as the parent 18:10:02.301 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:10:02.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:02.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:02.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:02.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:02.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:02.329 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Tasks and wait with time period 1 18:10:02.329 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Tasks 18:10:02.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:02.329 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Tasks is already expanded. No action performed 18:10:02.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:02.330 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Tasks 18:10:02.330 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Tasks 18:10:02.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:02.330 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Tasks is already expanded. No action performed 18:10:02.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:02.330 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Tasks 18:10:02.330 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Local and wait with time period 1 18:10:02.331 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Local 18:10:02.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:02.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:02.832 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Local 18:10:02.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Local 18:10:02.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:03.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:03.334 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Local 18:10:03.335 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Bugs and wait with time period 1 18:10:03.335 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Bugs 18:10:03.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:03.337 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Bugs is already expanded. No action performed 18:10:03.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:03.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Bugs 18:10:03.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Bugs 18:10:03.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:03.339 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Bugs is already expanded. No action performed 18:10:03.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:03.339 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Bugs 18:10:03.340 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Eclipse.org and wait with time period 1 18:10:03.340 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Eclipse.org 18:10:03.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:03.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:03.841 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Eclipse.org 18:10:03.842 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Eclipse.org 18:10:03.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:04.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:04.344 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Eclipse.org 18:10:04.345 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Tasks 18:10:04.349 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Local 18:10:04.349 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Bugs 18:10:04.350 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Eclipse.org 18:10:04.351 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 18:10:04.351 DEBUG [main][TreeItemHandler] Selecting tree item: Local 18:10:04.352 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 18:10:04.361 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 18:10:04.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:04.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:04.362 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:10:04.363 DEBUG [main][MenuItemLookup] Found menu:'File' 18:10:04.363 DEBUG [main][MenuItemLookup] Item match:File 18:10:04.365 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:10:04.365 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:10:04.365 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:10:04.365 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:10:04.365 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:04.365 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:10:04.365 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:10:04.365 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:04.365 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:10:04.365 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:10:04.365 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:10:04.365 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:10:04.366 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:04.366 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:10:04.366 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:10:04.366 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:10:04.366 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:10:04.366 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:04.366 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:10:04.366 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:04.366 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:10:04.366 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:10:04.366 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:04.366 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:10:04.366 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 18:10:04.367 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 18:10:04.367 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 18:10:04.373 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 18:10:04.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Properties for Task Repository"] is available.... 18:10:04.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:04.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:04.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: "Properties for Task Repository"] is available. finished successfully 18:10:04.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Task Repository 18:10:04.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:04.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:04.510 TRACE [WorkbenchTestable][TaskRepositoryWizardDialog] Shell Properties for Task Repository is not null and is not disposed 18:10:04.510 INFO [WorkbenchTestable][TaskRepositoryWizardDialog] Cancel wizard 18:10:04.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.mylyn.tasks.ui.wizards.TaskRepositoryWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:10:04.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:04.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:04.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:04.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:04.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:04.520 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:10:04.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:04.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:04.520 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:04.521 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:04.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:10:04.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:10:04.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:10:04.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:10:04.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:10:04.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:10:04.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:10:04.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:10:04.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:10:04.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:10:04.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:10:04.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:10:04.572 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:04.589 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:04.589 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:04.590 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:04.590 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:04.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:04.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:04.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:04.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:04.594 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:10:04.594 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:10:04.596 DEBUG [main][MenuItemLookup] Found menu:'File' 18:10:04.596 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:10:04.596 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:10:04.596 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:10:04.596 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:10:04.596 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:10:04.596 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:10:04.596 DEBUG [main][MenuItemLookup] Item match:Window 18:10:04.597 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:10:04.597 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:10:04.597 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:10:04.597 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:04.597 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:10:04.597 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:10:04.597 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:04.597 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:10:04.597 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:04.597 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:10:04.597 DEBUG [main][MenuItemLookup] Item match:Preferences 18:10:04.598 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:10:04.598 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:10:04.599 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:10:04.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.... 18:10:05.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. finished successfully 18:10:05.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:10:05.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:05.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:05.593 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:10:05.594 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:05.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:10:05.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:05.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:05.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:05.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:05.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:05.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:10:05.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:10:05.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:10:05.598 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:10:05.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:05.598 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:10:05.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:05.599 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:10:05.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:10:05.599 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:10:05.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:05.599 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:10:05.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:05.600 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:10:05.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 18:10:05.601 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 18:10:05.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:05.601 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 18:10:05.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:05.601 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 18:10:05.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 18:10:05.606 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 18:10:05.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:05.606 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 18:10:05.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:05.606 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 18:10:05.607 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 18:10:05.607 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 18:10:05.608 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 18:10:05.608 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 18:10:05.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:05.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:05.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:05.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:05.631 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 18:10:05.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:05.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:05.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:05.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:05.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:10:05.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:10:05.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:10:05.638 INFO [WorkbenchTestable][AbstractTableItem] Check table Item UI Prompt: 18:10:05.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 18:10:05.639 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 18:10:05.639 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:05.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 18:10:05.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 18:10:05.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:05.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:05.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:05.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:05.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:05.665 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 18:10:05.665 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 18:10:05.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:05.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:05.665 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:05.665 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:05.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:05.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:05.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 18:10:05.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:05.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:05.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:05.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:05.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:05.687 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:10:05.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:05.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:05.688 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:05.688 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:05.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:10:05.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:10:05.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:05.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:05.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:05.798 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 18:10:05.798 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:10:05.798 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:10:05.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:05.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:05.800 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDialogTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest) 18:10:05.800 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 18:10:05.800 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:10:05.800 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:10:05.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:05.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.654 s - in org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest getDialogTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest) Time elapsed: 6.645 s Running org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 18:10:05.812 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 18:10:05.812 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:10:05.813 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:10:05.813 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 18:10:05.813 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:10:05.813 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:10:05.835 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:10:05.835 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:10:05.835 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:10:05.835 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:10:05.835 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAssociatedEditorsForFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 18:10:05.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 18:10:05.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:10:05.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:10:05.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:10:05.836 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:05.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:05.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.*'] 18:10:05.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:05.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.*'] 18:10:05.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:05.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:05.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:05.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:05.838 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:10:05.838 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:10:05.839 DEBUG [main][MenuItemLookup] Found menu:'File' 18:10:05.839 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:10:05.840 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:10:05.840 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:10:05.840 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:10:05.840 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:10:05.840 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:10:05.840 DEBUG [main][MenuItemLookup] Item match:Window 18:10:05.840 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:10:05.840 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:10:05.840 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:10:05.840 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:05.840 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:10:05.840 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:10:05.840 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:05.841 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:10:05.841 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:05.841 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:10:05.841 DEBUG [main][MenuItemLookup] Item match:Preferences 18:10:05.841 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:10:05.841 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:10:05.841 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:10:06.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:10:06.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:10:06.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:10:06.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:06.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:06.611 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:10:06.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:06.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:10:06.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:06.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:06.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:06.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:06.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:06.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:10:06.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:10:06.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:10:06.616 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:10:06.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:06.617 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:10:06.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:06.617 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:10:06.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:10:06.617 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:10:06.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:06.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:10:06.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:06.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:10:06.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 18:10:06.619 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 18:10:06.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:07.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:07.120 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 18:10:07.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 18:10:07.130 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 18:10:07.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:07.130 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 18:10:07.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:07.130 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 18:10:07.131 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 18:10:07.131 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 18:10:07.132 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 18:10:07.132 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 18:10:07.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:07.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:07.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:07.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:07.254 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 18:10:07.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:07.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:07.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:07.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:07.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:10:07.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:10:07.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:10:07.260 TRACE [main][WidgetHandler] Notify Table with event 13 18:10:07.260 TRACE [main][WidgetHandler] Wait for synchronization 18:10:07.309 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 18:10:07.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:07.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:10:07.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:10:07.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:07.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 18:10:07.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:10:07.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:10:07.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 "Cancel", Widget matcher matching widgets with style: 8) 18:10:07.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:07.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:07.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:07.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:07.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:07.337 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:10:07.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:07.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:07.337 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:07.337 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:07.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:10:07.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:10:07.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:07.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:07.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:07.507 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 18:10:07.507 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:10:07.507 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:10:07.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:07.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:07.509 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAssociatedEditorsForFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 18:10:07.509 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:10:07.509 INFO [WorkbenchTestable][RequirementsRunner] Started test: addEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 18:10:07.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 18:10:07.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:10:07.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:10:07.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:10:07.509 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:07.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:07.510 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:07.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:07.510 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:07.511 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:07.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:07.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:07.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:07.513 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:10:07.513 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:10:07.513 DEBUG [main][MenuItemLookup] Found menu:'File' 18:10:07.515 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:10:07.515 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:10:07.515 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:10:07.515 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:10:07.515 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:10:07.515 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:10:07.515 DEBUG [main][MenuItemLookup] Item match:Window 18:10:07.516 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:10:07.516 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:10:07.516 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:10:07.516 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:07.516 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:10:07.516 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:10:07.516 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:07.516 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:10:07.516 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:07.516 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:10:07.516 DEBUG [main][MenuItemLookup] Item match:Preferences 18:10:07.516 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:10:07.516 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:10:07.518 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:10:07.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 'Preferences.*'] is available.... 18:10:07.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:10:07.762 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:10:07.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:07.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:07.767 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:10:07.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:07.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:10:07.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:07.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:07.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:07.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:07.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:07.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:10:07.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:10:07.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:10:07.797 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:10:07.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:07.797 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:10:07.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:07.797 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:10:07.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:10:07.798 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:10:07.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:07.798 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:10:07.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:07.798 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:10:07.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 18:10:07.799 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 18:10:07.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:07.800 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 18:10:07.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:07.800 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 18:10:07.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 18:10:07.801 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 18:10:07.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:07.801 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 18:10:07.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:07.801 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 18:10:07.802 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 18:10:07.802 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 18:10:07.803 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 18:10:07.803 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 18:10:07.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:07.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:07.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:07.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:07.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.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...") 18:10:07.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:07.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:07.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:07.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:07.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:07.817 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:10:07.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:07.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:07.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:07.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:07.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 18:10:07.906 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 18:10:07.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 18:10:07.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:07.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:07.908 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:") 18:10:07.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:07.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:07.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:07.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:07.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:10:07.911 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:10:07.912 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 18:10:07.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:10:07.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:07.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:07.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:07.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:07.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:07.924 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:10:07.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:07.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:07.925 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:07.925 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:07.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:10:07.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:10:07.995 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 18:10:07.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:07.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:08.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:08.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:08.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:10:08.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:10:08.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:10:08.001 TRACE [main][WidgetHandler] Notify Table with event 13 18:10:08.001 TRACE [main][WidgetHandler] Wait for synchronization 18:10:08.002 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 18:10:08.002 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:10:08.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:08.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:08.002 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 18:10:08.002 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:10:08.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:08.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:10:08.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:10:08.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:08.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 18:10:08.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:10:09.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 18:10:09.014 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...") 18:10:09.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:09.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:10:09.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:10:09.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:09.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 18:10:09.024 INFO [WorkbenchTestable][AbstractButton] Click button A&dd... 18:10:09.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:09.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:09.025 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:09.025 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:09.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 18:10:09.221 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 18:10:09.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 18:10:09.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:09.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:09.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.shell.DefaultShell, index 0 and no matchers specified 18:10:09.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:09.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:09.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:09.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:09.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:09.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:10:09.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:10:09.231 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Editor 18:10:09.231 DEBUG [main][TreeItemHandler] Selecting tree item: Java Editor 18:10:09.232 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Editor about selection 18:10:09.245 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Editor 18:10:09.246 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) 18:10:09.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:09.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:09.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:09.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:09.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:09.260 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:10:09.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:09.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:09.261 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:09.261 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:09.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:10:09.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:10:09.332 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 18:10:09.332 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:10:09.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:09.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:09.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 18:10:09.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:10:09.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:09.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:10:09.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:10:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:09.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 18:10:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:10:09.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:10:09.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:10:09.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:09.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:09.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:09.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:09.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:09.366 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:10:09.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:09.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:09.367 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:09.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:09.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:10:09.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:10:09.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:09.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:09.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:09.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 18:10:09.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:10:09.474 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:10:09.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:09.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:09.475 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 18:10:09.475 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:10:09.475 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 18:10:09.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 18:10:09.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:10:09.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:10:09.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:10:09.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.*'] 18:10:09.476 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:09.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.*'] 18:10:09.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:09.477 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:09.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:09.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:09.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:09.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:09.478 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:10:09.478 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:10:09.479 DEBUG [main][MenuItemLookup] Found menu:'File' 18:10:09.480 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:10:09.480 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:10:09.480 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:10:09.480 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:10:09.480 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:10:09.480 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:10:09.480 DEBUG [main][MenuItemLookup] Item match:Window 18:10:09.481 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:10:09.481 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:10:09.481 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:10:09.481 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:09.481 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:10:09.481 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:10:09.481 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:09.481 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:10:09.481 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:09.481 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:10:09.481 DEBUG [main][MenuItemLookup] Item match:Preferences 18:10:09.482 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:10:09.482 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:10:09.482 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:10:09.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.... 18:10:09.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. finished successfully 18:10:09.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:10:09.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:09.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:09.713 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:10:09.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:09.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 18:10:09.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:09.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:09.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:09.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:09.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:09.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:10:09.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:10:09.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:10:09.718 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:10:09.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:09.719 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:10:09.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:09.719 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:10:09.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:10:09.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:10:09.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:09.720 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:10:09.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:09.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:10:09.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 18:10:09.722 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 18:10:09.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:09.722 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 18:10:09.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:09.722 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 18:10:09.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 18:10:09.722 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 18:10:09.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:09.723 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 18:10:09.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:09.723 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 18:10:09.723 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 18:10:09.723 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 18:10:09.724 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 18:10:09.724 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 18:10:09.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:09.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:09.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:09.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:09.727 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 18:10:09.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:09.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:09.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:09.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:09.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:10:09.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:10:09.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:10:09.754 TRACE [main][WidgetHandler] Notify Table with event 13 18:10:09.754 TRACE [main][WidgetHandler] Wait for synchronization 18:10:09.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:10:09.754 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:10:09.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:09.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:09.760 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 18:10:09.760 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:10:09.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:09.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:09.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:09.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:09.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:10:09.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:10:09.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:10:09.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:10:09.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:09.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:09.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:09.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:09.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:09.804 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:10:09.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:09.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:09.805 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:09.805 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:09.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:10:09.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:10:09.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:09.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:09.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:09.903 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 18:10:09.903 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:10:09.903 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:10:09.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:09.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:09.905 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 18:10:09.905 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:10:09.906 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAssociatedEditorsTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 18:10:09.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 18:10:09.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:10:09.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:10:09.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:10:09.910 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:09.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:09.911 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:09.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:09.912 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:09.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:09.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:09.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:09.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:09.913 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:10:09.914 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:10:09.915 DEBUG [main][MenuItemLookup] Found menu:'File' 18:10:09.915 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:10:09.915 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:10:09.915 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:10:09.915 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:10:09.915 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:10:09.915 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:10:09.915 DEBUG [main][MenuItemLookup] Item match:Window 18:10:09.916 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:10:09.916 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:10:09.916 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:10:09.916 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:09.916 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:10:09.916 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:10:09.916 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:09.916 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:10:09.916 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:09.916 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:10:09.916 DEBUG [main][MenuItemLookup] Item match:Preferences 18:10:09.917 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:10:09.917 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:10:09.918 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:10:10.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:10:10.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 18:10:10.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:10:10.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:10.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:10.144 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:10:10.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:10.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:10:10.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:10.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:10.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:10.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:10.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:10.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:10:10.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:10:10.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:10:10.150 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:10:10.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:10.150 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:10:10.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:10.150 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:10:10.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:10:10.174 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:10:10.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:10.174 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:10:10.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:10.174 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:10:10.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 18:10:10.175 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 18:10:10.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:10.175 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 18:10:10.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:10.175 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 18:10:10.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 18:10:10.176 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 18:10:10.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:10.176 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 18:10:10.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:10.176 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 18:10:10.177 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 18:10:10.177 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 18:10:10.177 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 18:10:10.177 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 18:10:10.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:10.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:10.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:10.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:10.179 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 18:10:10.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:10.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:10.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:10.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:10.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:10:10.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:10:10.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:10:10.184 TRACE [main][WidgetHandler] Notify Table with event 13 18:10:10.184 TRACE [main][WidgetHandler] Wait for synchronization 18:10:10.205 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 18:10:10.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:10.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:10:10.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:10:10.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:10.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 18:10:10.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:10:10.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:10:10.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:10:10.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:10.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:10.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:10.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:10.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:10.244 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:10:10.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:10.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:10.244 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:10.244 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:10:10.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:10:10.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:10.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:10.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:10.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 18:10:10.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:10:10.345 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:10:10.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:10.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:10.349 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAssociatedEditorsTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 18:10:10.349 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:10:10.350 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 18:10:10.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 18:10:10.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:10:10.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:10:10.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:10:10.351 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:10.351 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:10.351 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:10.352 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:10.352 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:10.352 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:10.353 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:10.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:10.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:10.353 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:10:10.353 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:10:10.354 DEBUG [main][MenuItemLookup] Found menu:'File' 18:10:10.355 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:10:10.355 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:10:10.355 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:10:10.355 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:10:10.355 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:10:10.355 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:10:10.355 DEBUG [main][MenuItemLookup] Item match:Window 18:10:10.356 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:10:10.356 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:10:10.356 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:10:10.356 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:10.356 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:10:10.356 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:10:10.356 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:10.356 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:10:10.356 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:10.356 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:10:10.356 DEBUG [main][MenuItemLookup] Item match:Preferences 18:10:10.357 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:10:10.357 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:10:10.357 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:10:10.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:10:10.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:10:10.584 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:10:10.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:10.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:10.600 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:10:10.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:10.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:10:10.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:10.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:10.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:10.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:10.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:10.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:10:10.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:10:10.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:10:10.622 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:10:10.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:10.623 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:10:10.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:10.623 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:10:10.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:10:10.623 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:10:10.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:10.624 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:10:10.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:10.624 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:10:10.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 18:10:10.625 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 18:10:10.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:10.626 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 18:10:10.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:10.626 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 18:10:10.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 18:10:10.626 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 18:10:10.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:10.627 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 18:10:10.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:10.627 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 18:10:10.628 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 18:10:10.628 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 18:10:10.628 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 18:10:10.629 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 18:10:10.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:10.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:10.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:10.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:10.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.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...") 18:10:10.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:10.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:10.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:10.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:10.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:10.649 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:10:10.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:10.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:10.649 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:10.649 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:10.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 18:10:10.725 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 18:10:10.725 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 18:10:10.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:10.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:10.727 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:") 18:10:10.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:10.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:10.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:10.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:10.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:10:10.730 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:10:10.731 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 18:10:10.735 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) 18:10:10.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:10.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:10.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:10.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:10.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:10.738 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:10:10.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:10.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:10.739 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:10.739 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:10.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:10:10.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:10:10.800 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 18:10:10.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:10.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:10.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:10.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:10.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:10:10.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:10:10.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:10:10.807 TRACE [main][WidgetHandler] Notify Table with event 13 18:10:10.807 TRACE [main][WidgetHandler] Wait for synchronization 18:10:10.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.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...") 18:10:10.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:10.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:10:10.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:10:10.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:10.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 18:10:10.814 INFO [WorkbenchTestable][AbstractButton] Click button A&dd... 18:10:10.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:10.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:10.814 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:10.815 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:10.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 18:10:10.931 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 18:10:10.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 18:10:10.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:10.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:10.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.shell.DefaultShell, index 0 and no matchers specified 18:10:10.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:10.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:10.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:10.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:10.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:10.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:10:10.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:10:10.939 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Editor 18:10:10.939 DEBUG [main][TreeItemHandler] Selecting tree item: Java Editor 18:10:10.939 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Editor about selection 18:10:10.939 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Editor 18:10:10.940 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) 18:10:10.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:10.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:10.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:10.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:10.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:10.956 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:10:10.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:10.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:10.956 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:10.956 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:11.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:10:11.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:10:11.012 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 18:10:11.012 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:10:11.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:11.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:11.012 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 18:10:11.012 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:10:11.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:11.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:10:11.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:10:11.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:11.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 18:10:11.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:10:11.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:10:11.018 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 18:10:11.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:11.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:10:11.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:10:11.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:11.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 18:10:11.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:10:11.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:10:11.027 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.*') 18:10:11.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:11.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:11.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:11.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:11.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 18:10:11.028 TRACE [main][WidgetHandler] Notify Table with event 13 18:10:11.028 TRACE [main][WidgetHandler] Wait for synchronization 18:10:11.028 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") 18:10:11.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:11.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:10:11.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:10:11.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:11.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 18:10:11.035 INFO [WorkbenchTestable][AbstractButton] Click button Re&move 18:10:11.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:11.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:11.035 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:11.035 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:11.037 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 18:10:11.037 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:10:11.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:11.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:11.037 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 18:10:11.037 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:10:11.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:11.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:10:11.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:10:11.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:11.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 18:10:11.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:10:12.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 18:10:12.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:10:12.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:12.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:12.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:12.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:12.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:12.562 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:10:12.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:12.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:12.562 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:12.563 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:12.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:10:12.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:10:12.668 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:12.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:12.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:12.670 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 18:10:12.670 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:10:12.670 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:10:12.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:12.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:12.671 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 18:10:12.672 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:10:12.672 INFO [WorkbenchTestable][RequirementsRunner] Started test: addFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 18:10:12.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 18:10:12.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:10:12.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:10:12.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:10:12.672 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:12.673 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:12.673 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:12.674 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:12.674 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:12.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:12.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:12.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:12.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:12.678 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:10:12.678 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:10:12.678 DEBUG [main][MenuItemLookup] Found menu:'File' 18:10:12.680 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:10:12.680 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:10:12.680 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:10:12.680 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:10:12.680 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:10:12.680 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:10:12.680 DEBUG [main][MenuItemLookup] Item match:Window 18:10:12.681 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:10:12.681 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:10:12.681 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:10:12.681 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:12.681 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:10:12.681 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:10:12.681 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:12.681 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:10:12.681 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:12.681 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:10:12.681 DEBUG [main][MenuItemLookup] Item match:Preferences 18:10:12.682 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:10:12.682 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:10:12.683 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:10:12.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:10:12.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 18:10:12.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:10:12.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:12.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:12.940 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:10:12.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:12.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:10:12.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:12.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:12.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:12.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:12.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:12.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:10:12.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:10:12.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:10:12.956 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:10:12.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:12.956 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:10:12.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:12.956 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:10:12.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:10:12.957 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:10:12.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:12.974 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:10:12.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:12.974 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:10:12.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 18:10:12.979 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 18:10:12.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:12.980 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 18:10:12.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:12.980 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 18:10:12.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 18:10:12.981 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 18:10:12.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:12.982 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 18:10:12.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:12.982 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 18:10:12.983 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 18:10:12.983 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 18:10:12.983 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 18:10:12.984 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 18:10:12.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:12.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:12.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:12.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:12.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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...") 18:10:12.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:12.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:12.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:12.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:12.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:12.998 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:10:12.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:12.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:12.999 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:12.999 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:13.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 18:10:13.081 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 18:10:13.081 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 18:10:13.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:13.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:13.084 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:") 18:10:13.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:13.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:13.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:13.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:13.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:10:13.087 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:10:13.088 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 18:10:13.089 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) 18:10:13.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:13.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:13.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:13.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:13.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:13.100 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:10:13.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:13.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:13.101 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:13.101 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:13.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:10:13.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:10:13.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 18:10:13.163 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:10:13.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:13.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:13.163 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 18:10:13.163 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:10:13.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:13.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:13.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:13.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:13.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:10:13.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:10:13.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:10:13.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:10:13.171 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:10:13.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:13.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:13.171 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 18:10:13.171 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:10:13.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:13.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:13.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:13.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:13.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:10:13.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:10:13.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:10:13.179 TRACE [main][WidgetHandler] Notify Table with event 13 18:10:13.179 TRACE [main][WidgetHandler] Wait for synchronization 18:10:13.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 18:10:13.179 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:10:13.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:13.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:13.180 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 18:10:13.180 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:10:13.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:13.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:13.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:13.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:13.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:13.190 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:10:13.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:13.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:13.190 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:13.190 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:13.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:10:13.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:13.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:13.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:13.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:13.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:13.208 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:10:13.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:13.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:13.209 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:13.209 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:13.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:10:13.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:10:13.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:13.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:13.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:13.310 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 18:10:13.310 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:10:13.310 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:10:13.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:13.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:13.312 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 18:10:13.312 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:10:13.312 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 18:10:13.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 18:10:13.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:10:13.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:10:13.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:10:13.313 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:13.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:13.314 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:13.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:13.315 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:13.315 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:13.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:13.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:13.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:13.318 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:10:13.318 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:10:13.319 DEBUG [main][MenuItemLookup] Found menu:'File' 18:10:13.320 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:10:13.320 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:10:13.320 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:10:13.320 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:10:13.320 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:10:13.320 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:10:13.320 DEBUG [main][MenuItemLookup] Item match:Window 18:10:13.321 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:10:13.321 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:10:13.321 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:10:13.321 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:13.321 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:10:13.321 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:10:13.321 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:13.321 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:10:13.321 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:13.321 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:10:13.321 DEBUG [main][MenuItemLookup] Item match:Preferences 18:10:13.322 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:10:13.322 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:10:13.322 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:10:13.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:10:13.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 'Preferences.*'] is available. finished successfully 18:10:13.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:10:13.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:13.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:13.546 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:10:13.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:13.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 18:10:13.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:13.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:13.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:13.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:13.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:13.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:10:13.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:10:13.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:10:13.577 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:10:13.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:13.577 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:10:13.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:13.577 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:10:13.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:10:13.578 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:10:13.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:13.592 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:10:13.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:13.592 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:10:13.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 18:10:13.593 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 18:10:13.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:13.594 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 18:10:13.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:13.594 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 18:10:13.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 18:10:13.594 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 18:10:13.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:13.595 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 18:10:13.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:13.595 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 18:10:13.596 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 18:10:13.596 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 18:10:13.596 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 18:10:13.598 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 18:10:13.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:13.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:13.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:13.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:13.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 18:10:13.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:13.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:13.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:13.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:13.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:13.612 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:10:13.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:13.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:13.612 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:13.612 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:13.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 18:10:13.695 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 18:10:13.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 18:10:13.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:13.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:13.697 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:") 18:10:13.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:13.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:13.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:13.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:13.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:10:13.700 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:10:13.702 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 18:10:13.702 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) 18:10:13.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:13.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:13.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:13.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:13.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:13.714 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:10:13.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:13.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:13.714 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:13.714 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:13.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:10:13.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:10:13.781 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 18:10:13.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:13.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:13.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:13.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:13.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:10:13.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:10:13.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:10:13.786 TRACE [main][WidgetHandler] Notify Table with event 13 18:10:13.786 TRACE [main][WidgetHandler] Wait for synchronization 18:10:13.787 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") 18:10:13.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:13.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:13.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:13.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:13.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:13.793 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:10:13.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:13.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:13.793 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:13.793 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:13.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:10:13.794 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:10:13.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:13.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:13.801 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 18:10:13.801 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:10:13.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:13.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:13.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:13.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:13.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:10:13.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:10:13.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:10:13.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:10:13.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:13.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:13.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:13.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:13.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:13.821 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:10:13.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:13.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:13.822 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:13.822 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:13.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:10:13.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:10:13.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:13.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:13.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:13.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 18:10:13.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:10:13.920 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:10:13.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:13.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:13.922 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 18:10:13.923 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 18:10:13.923 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:10:13.923 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:10:13.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:13.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.114 s - in org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest getAssociatedEditorsForFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 1.674 s addEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 1.966 s selectFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.43 s getAssociatedEditorsTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.443 s removeEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 2.321 s addFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.64 s removeFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.61 s Running org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 18:10:13.934 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 18:10:13.935 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:10:13.936 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:10:13.936 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 18:10:13.936 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:10:13.936 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:10:13.937 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:10:13.937 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:10:13.937 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:10:13.938 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:13.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:13.939 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:10:13.939 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest) 18:10:13.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 18:10:13.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:10:13.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:10:13.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:10:13.939 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:13.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:13.940 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:10:13.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:13.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:13.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:13.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:13.941 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:10:13.941 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:10:13.942 DEBUG [main][MenuItemLookup] Found menu:'File' 18:10:13.942 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:10:13.943 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:10:13.943 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:10:13.943 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:10:13.943 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:10:13.943 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:10:13.943 DEBUG [main][MenuItemLookup] Item match:Window 18:10:13.943 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:10:13.943 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:10:13.943 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:10:13.943 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:13.943 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:10:13.943 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:10:13.944 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:13.944 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:10:13.944 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:13.944 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:10:13.944 DEBUG [main][MenuItemLookup] Item match:Preferences 18:10:13.944 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:10:13.944 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:10:13.944 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:10:14.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:10:14.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:10:14.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:10:14.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:14.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:14.196 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:10:14.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:14.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:10:14.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:14.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:10:14.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:10:14.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:10:14.225 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:10:14.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:14.226 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:10:14.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:14.226 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:10:14.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:10:14.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:10:14.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:14.228 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:10:14.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:14.229 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:10:14.230 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 18:10:14.230 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 18:10:14.258 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 18:10:14.259 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 18:10:14.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.412 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") 18:10:14.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 18:10:14.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Always open") 18:10:14.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:14.426 INFO [WorkbenchTestable][RadioButton] Select radio button Alwa&ys open 18:10:14.426 INFO [WorkbenchTestable][AbstractButton] Click button Alwa&ys open 18:10:14.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:14.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:14.427 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:14.427 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:14.428 TRACE [main][WidgetHandler] Notify Button with event 27 18:10:14.428 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.428 TRACE [main][WidgetHandler] Notify Button with event 13 18:10:14.428 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.428 TRACE [main][WidgetHandler] Notify Button with event 26 18:10:14.428 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.428 TRACE [main][WidgetHandler] Notify Button with event 3 18:10:14.428 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.428 TRACE [main][WidgetHandler] Notify Button with event 4 18:10:14.428 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.428 TRACE [main][WidgetHandler] Notify Button with event 13 18:10:14.428 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.429 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") 18:10:14.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 18:10:14.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.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") 18:10:14.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:14.496 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") 18:10:14.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 18:10:14.505 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") 18:10:14.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:14.508 INFO [WorkbenchTestable][RadioButton] Select radio button Ne&ver open 18:10:14.508 INFO [WorkbenchTestable][AbstractButton] Click button Ne&ver open 18:10:14.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:14.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:14.509 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:14.509 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:14.509 TRACE [main][WidgetHandler] Notify Button with event 27 18:10:14.509 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.509 TRACE [main][WidgetHandler] Notify Button with event 13 18:10:14.509 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.509 TRACE [main][WidgetHandler] Notify Button with event 26 18:10:14.509 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.509 TRACE [main][WidgetHandler] Notify Button with event 3 18:10:14.509 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.510 TRACE [main][WidgetHandler] Notify Button with event 4 18:10:14.510 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.510 TRACE [main][WidgetHandler] Notify Button with event 13 18:10:14.510 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.510 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") 18:10:14.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 18:10:14.525 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") 18:10:14.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:14.528 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") 18:10:14.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 18:10:14.543 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") 18:10:14.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:14.546 INFO [WorkbenchTestable][RadioButton] Select radio button In a &new window 18:10:14.546 INFO [WorkbenchTestable][AbstractButton] Click button In a &new window 18:10:14.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:14.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:14.546 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:14.546 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:14.547 TRACE [main][WidgetHandler] Notify Button with event 27 18:10:14.547 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.547 TRACE [main][WidgetHandler] Notify Button with event 13 18:10:14.547 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.547 TRACE [main][WidgetHandler] Notify Button with event 26 18:10:14.547 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.547 TRACE [main][WidgetHandler] Notify Button with event 3 18:10:14.547 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.547 TRACE [main][WidgetHandler] Notify Button with event 4 18:10:14.547 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.547 TRACE [main][WidgetHandler] Notify Button with event 13 18:10:14.547 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.548 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") 18:10:14.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 18:10:14.593 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") 18:10:14.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:14.595 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") 18:10:14.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 18:10:14.606 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") 18:10:14.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:14.607 INFO [WorkbenchTestable][RadioButton] Select radio button In the &same window 18:10:14.607 INFO [WorkbenchTestable][AbstractButton] Click button In the &same window 18:10:14.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:14.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:14.607 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:14.607 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:14.608 TRACE [main][WidgetHandler] Notify Button with event 27 18:10:14.608 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.608 TRACE [main][WidgetHandler] Notify Button with event 13 18:10:14.608 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.608 TRACE [main][WidgetHandler] Notify Button with event 26 18:10:14.608 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.608 TRACE [main][WidgetHandler] Notify Button with event 3 18:10:14.608 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.608 TRACE [main][WidgetHandler] Notify Button with event 4 18:10:14.608 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.608 TRACE [main][WidgetHandler] Notify Button with event 13 18:10:14.608 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.609 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") 18:10:14.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 18:10:14.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "In the same window") 18:10:14.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:14.612 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") 18:10:14.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 18:10:14.622 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") 18:10:14.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:14.625 INFO [WorkbenchTestable][RadioButton] Select radio button Promp&t 18:10:14.625 INFO [WorkbenchTestable][AbstractButton] Click button Promp&t 18:10:14.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:14.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:14.625 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:14.625 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:14.625 TRACE [main][WidgetHandler] Notify Button with event 27 18:10:14.625 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.625 TRACE [main][WidgetHandler] Notify Button with event 13 18:10:14.625 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.626 TRACE [main][WidgetHandler] Notify Button with event 26 18:10:14.626 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.626 TRACE [main][WidgetHandler] Notify Button with event 3 18:10:14.626 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.626 TRACE [main][WidgetHandler] Notify Button with event 4 18:10:14.626 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.626 TRACE [main][WidgetHandler] Notify Button with event 13 18:10:14.626 TRACE [main][WidgetHandler] Wait for synchronization 18:10:14.626 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") 18:10:14.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 18:10:14.631 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") 18:10:14.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:14.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:10:14.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:14.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:14.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:14.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:14.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:14.646 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:10:14.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:14.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:14.646 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:14.647 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:14.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:10:14.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:10:14.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:14.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:14.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:14.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 18:10:14.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:10:14.791 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:10:14.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:14.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:14.792 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest) 18:10:14.792 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 18:10:14.792 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:10:14.792 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:10:14.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:14.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.86 s - in org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest) Time elapsed: 0.853 s Running org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 18:10:14.812 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 18:10:14.814 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:10:14.814 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:10:14.815 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 18:10:14.815 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:10:14.815 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:10:14.816 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:10:14.816 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:10:14.816 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:10:14.817 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:10:14.817 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:14.817 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:10:14.817 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:14.818 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:10:14.818 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:14.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"] 18:10:14.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:14.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"] 18:10:14.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:14.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"] 18:10:14.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:14.823 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:10:14.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:14.823 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:10:14.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:14.824 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:10:14.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:14.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:14.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:14.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:14.825 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:10:14.825 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:10:14.825 DEBUG [main][MenuItemLookup] Found menu:'File' 18:10:14.826 DEBUG [main][MenuItemLookup] Item match:File 18:10:14.828 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:10:14.828 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:10:14.836 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:10:14.836 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:10:14.836 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:14.836 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:10:14.836 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:10:14.836 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:10:14.836 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:10:14.836 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:10:14.836 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:10:14.836 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:10:14.836 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:10:14.836 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:10:14.836 DEBUG [main][MenuItemLookup] Found menu:'File' 18:10:14.836 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:10:14.836 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:10:14.836 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:10:14.836 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:14.836 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:10:14.836 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:14.836 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:10:14.836 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:10:14.837 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:10:14.837 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:10:14.838 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:10:14.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:10:15.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:10:15.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:10:15.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:15.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:15.018 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:10:15.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:15.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:10:15.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:15.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:15.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:15.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:15.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:15.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:10:15.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:10:15.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:10:15.051 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:10:15.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:15.052 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:10:15.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:15.053 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:10:15.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:10:15.063 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:10:15.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:15.063 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:10:15.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:15.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:10:15.065 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:10:15.065 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:10:15.065 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:10:15.070 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:10:15.070 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:10:15.070 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:10:15.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:10:15.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:15.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:15.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:15.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:15.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:15.085 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:10:15.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:15.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:15.085 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:15.085 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:15.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: "New"] 18:10:15.462 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:15.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:15.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:10:15.469 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 18:10:15.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:10:15.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:15.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:15.472 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:10:15.472 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:15.474 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'Property test project' 18:10:15.474 DEBUG [WorkbenchTestable][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:") 18:10:15.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:15.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:15.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:15.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:15.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:10:15.508 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:10:15.510 INFO [WorkbenchTestable][AbstractText] Text set to: Property test project 18:10:15.573 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:10:15.573 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:10:15.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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) 18:10:15.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:15.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:15.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:15.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:15.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:15.599 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:10:15.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:15.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:15.599 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:15.599 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:15.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:10:16.050 DEBUG [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 18:10:16.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:10:16.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:16.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:16.053 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:10:16.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 "Don't Create") 18:10:16.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:10:16.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:16.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:16.055 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:10:16.055 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:10:16.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:16.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:16.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:16.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:16.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:16.065 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:10:16.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:16.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:16.066 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:16.066 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:16.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.... 18:10:16.398 DEBUG [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 18:10:16.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:10:16.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:10:16.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:10:16.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:10:16.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:10:16.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:10:16.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:10:16.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:10:16.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:10:16.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:10:16.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:10:16.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:10:16.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:10:16.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:10:16.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:16.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:16.405 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:10:16.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:16.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:16.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:16.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:16.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:16.414 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:10:16.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 '\*?\QPackage Explorer\E') 18:10:16.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:16.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:16.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:16.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:16.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:10:16.418 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:10:16.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:10:16.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:10:16.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:10:16.493 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:10:16.494 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:10:16.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:10:16.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:10:16.499 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:10:16.499 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:10:16.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:10:16.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:10:16.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:16.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:16.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:10:17.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:17.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:10:17.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:17.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:10:17.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:10:17.507 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:10:17.507 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:10:17.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:10:17.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:10:17.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:10:17.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:17.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:17.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:17.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:17.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:17.512 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Property test project 18:10:17.513 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:10:17.513 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 18:10:17.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 18:10:17.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:10:17.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:10:17.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:10:17.514 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 18:10:17.514 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 18:10:17.514 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 18:10:17.564 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 18:10:17.565 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:10:17.565 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:17.645 DEBUG [main][MenuItemLookup] Found menu:'New' 18:10:17.645 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:10:17.645 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:17.645 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:10:17.645 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:10:17.645 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Team' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Configure' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Validate' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:17.646 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:10:17.646 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 18:10:17.647 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 18:10:17.647 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 18:10:17.647 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 18:10:18.019 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"] 18:10:18.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:18.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:18.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 18:10:18.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:18.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:18.033 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 18:10:18.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:18.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 18:10:18.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:18.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:18.035 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 18:10:18.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:18.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:18.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:18.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:18.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:18.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:10:18.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:10:18.100 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 18:10:18.100 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 18:10:18.100 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 18:10:18.101 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 18:10:18.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:18.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:18.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:18.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:18.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 18:10:18.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:18.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:18.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:18.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:18.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:18.211 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:10:18.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:18.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:18.219 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:18.219 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:18.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:10:18.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:10:18.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:18.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:18.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:18.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:18.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:18.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:18.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:18.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:18.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 18:10:18.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:10:18.539 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:10:18.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:18.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:18.632 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 18:10:18.633 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:10:18.633 INFO [WorkbenchTestable][RequirementsRunner] Started test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 18:10:18.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 18:10:18.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:10:18.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:10:18.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:10:18.633 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 18:10:18.633 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 18:10:18.713 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 18:10:18.718 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 18:10:18.719 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:10:18.719 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:18.897 DEBUG [main][MenuItemLookup] Found menu:'New' 18:10:18.897 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:10:18.897 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:18.897 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:10:18.897 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:10:18.897 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:10:18.897 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:18.897 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:10:18.897 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:10:18.897 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:10:18.897 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:10:18.897 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:18.897 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:10:18.897 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:10:18.897 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:10:18.897 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:10:18.897 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:18.897 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:10:18.897 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:10:18.897 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:18.898 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:10:18.898 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 18:10:18.898 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 18:10:18.898 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 18:10:18.898 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:18.898 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:10:18.898 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:10:18.898 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 18:10:18.898 DEBUG [main][MenuItemLookup] Found menu:'Team' 18:10:18.898 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 18:10:18.898 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 18:10:18.898 DEBUG [main][MenuItemLookup] Found menu:'Configure' 18:10:18.898 DEBUG [main][MenuItemLookup] Found menu:'Validate' 18:10:18.898 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:18.898 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:10:18.898 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 18:10:18.898 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 18:10:18.898 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 18:10:18.899 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 18:10:19.243 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"] 18:10:19.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:19.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:19.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 18:10:19.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:19.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:19.247 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 18:10:19.247 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:19.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 18:10:19.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:19.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:19.249 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 18:10:19.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:19.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:19.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:19.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:19.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:19.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:10:19.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:10:19.300 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 18:10:19.301 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 18:10:19.301 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 18:10:19.301 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 18:10:19.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:19.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:19.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:19.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:19.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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") 18:10:19.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:19.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:19.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:19.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:19.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:19.309 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 18:10:19.309 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:10:19.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:19.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:19.310 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:19.310 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:19.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:19.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:19.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 18:10:19.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:19.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:19.330 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 18:10:19.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:19.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:19.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:19.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:19.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 18:10:19.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 18:10:19.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:19.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:19.392 DEBUG [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) 18:10:19.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:19.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:19.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:19.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:19.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:19.402 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:10:19.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:19.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:19.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:19.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:19.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:10:19.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:10:19.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:19.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:19.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:19.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 18:10:19.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:10:19.528 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:10:19.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:19.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:19.530 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 18:10:19.530 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:10:19.531 INFO [WorkbenchTestable][RequirementsRunner] Started test: ok no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 18:10:19.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 18:10:19.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:10:19.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:10:19.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:10:19.532 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 18:10:19.532 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 18:10:19.536 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 18:10:19.540 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 18:10:19.540 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:10:19.540 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'New' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Team' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Configure' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Validate' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:19.662 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:10:19.662 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 18:10:19.663 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 18:10:19.663 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 18:10:19.663 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 18:10:19.909 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"] 18:10:19.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:19.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:19.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 18:10:19.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:19.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:19.917 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 18:10:19.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:19.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 18:10:19.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:19.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:19.919 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 18:10:19.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:19.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:19.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:19.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:19.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:19.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:10:19.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:10:19.934 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 18:10:19.934 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 18:10:19.934 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 18:10:19.934 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 18:10:19.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:19.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:19.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:19.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:19.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:19.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:19.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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") 18:10:19.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:19.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:19.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:19.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:19.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:19.994 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:10:19.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:19.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:19.994 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:19.994 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:20.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:10:20.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:10:20.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:20.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:20.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:20.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:20.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:20.104 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:20.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:20.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:20.106 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 18:10:20.106 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:10:20.106 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:10:20.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:20.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:20.108 INFO [WorkbenchTestable][RequirementsRunner] Finished test: ok no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 18:10:20.108 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:10:20.108 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 18:10:20.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 18:10:20.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:10:20.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:10:20.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:10:20.109 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 18:10:20.109 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 18:10:20.113 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 18:10:20.117 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 18:10:20.117 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:10:20.117 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:20.293 DEBUG [main][MenuItemLookup] Found menu:'New' 18:10:20.293 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:10:20.293 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:20.293 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:10:20.293 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:10:20.293 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:10:20.293 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:20.293 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:10:20.293 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:10:20.293 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:10:20.293 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:10:20.293 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:20.293 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:10:20.293 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:10:20.294 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:10:20.294 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:10:20.294 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:20.294 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:10:20.294 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:10:20.294 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:20.294 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:10:20.294 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 18:10:20.294 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 18:10:20.294 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 18:10:20.294 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:20.294 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:10:20.294 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:10:20.294 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 18:10:20.294 DEBUG [main][MenuItemLookup] Found menu:'Team' 18:10:20.294 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 18:10:20.294 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 18:10:20.294 DEBUG [main][MenuItemLookup] Found menu:'Configure' 18:10:20.294 DEBUG [main][MenuItemLookup] Found menu:'Validate' 18:10:20.294 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:20.294 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:10:20.294 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 18:10:20.294 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 18:10:20.294 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 18:10:20.295 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 18:10:20.527 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"] 18:10:20.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:20.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:20.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 18:10:20.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:20.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:20.531 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 18:10:20.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:20.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 18:10:20.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:20.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:20.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:20.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:20.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 18:10:20.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:20.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:20.533 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 18:10:20.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:20.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:20.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:20.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:20.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:20.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:10:20.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:10:20.536 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 18:10:20.537 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 18:10:20.537 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 18:10:20.537 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 18:10:20.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:20.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:20.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:20.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:20.596 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 18:10:20.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:20.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:20.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:20.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:20.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 18:10:20.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 18:10:20.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:20.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:20.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 18:10:20.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:20.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:20.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:20.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:20.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:20.605 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:10:20.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:20.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:20.605 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:20.605 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:20.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:10:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:10:20.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:20.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:20.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:20.757 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 18:10:20.757 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:10:20.757 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:10:20.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:20.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:20.809 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 18:10:20.809 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:10:20.810 INFO [WorkbenchTestable][RequirementsRunner] Started test: apply no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 18:10:20.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 18:10:20.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:10:20.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:10:20.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:10:20.810 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 18:10:20.810 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 18:10:20.815 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 18:10:20.819 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 18:10:20.819 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:10:20.819 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:21.012 DEBUG [main][MenuItemLookup] Found menu:'New' 18:10:21.012 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:10:21.012 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:21.012 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:10:21.012 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:10:21.012 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:10:21.012 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:21.012 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'Team' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'Configure' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'Validate' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:21.013 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:10:21.013 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 18:10:21.013 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 18:10:21.014 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 18:10:21.014 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 18:10:21.498 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"] 18:10:21.498 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:21.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:21.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 18:10:21.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:21.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:21.506 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 18:10:21.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:21.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 18:10:21.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:21.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:21.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 18:10:21.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:21.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:21.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:21.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:21.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:21.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:10:21.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:10:21.525 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 18:10:21.525 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 18:10:21.525 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 18:10:21.526 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 18:10:21.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:21.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:21.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:21.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:21.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.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") 18:10:21.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:21.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:21.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:21.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:21.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:21.592 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 18:10:21.592 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 18:10:21.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:21.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:21.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:21.592 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:21.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:21.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:21.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 18:10:21.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:21.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:21.594 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 18:10:21.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:21.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:21.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:21.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:21.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 18:10:21.596 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 18:10:21.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:21.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:21.596 DEBUG [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) 18:10:21.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:21.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:21.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:21.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:21.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:21.600 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:10:21.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:21.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:21.600 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:21.600 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:21.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:10:21.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:10:21.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:21.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:21.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:21.718 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 18:10:21.718 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:10:21.718 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:10:21.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:21.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:21.742 INFO [WorkbenchTestable][RequirementsRunner] Finished test: apply no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 18:10:21.742 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:10:21.743 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 18:10:21.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 18:10:21.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:10:21.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:10:21.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:10:21.743 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 18:10:21.743 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 18:10:21.814 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 18:10:21.818 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 18:10:21.818 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:10:21.818 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'New' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Team' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Configure' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Validate' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:21.996 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:10:21.996 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 18:10:22.001 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 18:10:22.001 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 18:10:22.002 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 18:10:22.217 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"] 18:10:22.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:22.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:22.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 18:10:22.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:22.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:22.227 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 18:10:22.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:10:22.237 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 18:10:22.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:22.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:22.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:22.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:22.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 18:10:22.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:22.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:22.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 18:10:22.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:22.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:22.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:22.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:22.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:22.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:10:22.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:10:22.299 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 18:10:22.299 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 18:10:22.300 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 18:10:22.300 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 18:10:22.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:22.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:22.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:22.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:22.303 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 18:10:22.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:22.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:22.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:22.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:22.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 18:10:22.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 18:10:22.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:22.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:22.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.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) 18:10:22.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:22.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:22.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:22.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:22.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:22.315 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:10:22.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:22.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:22.315 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:22.315 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:22.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:10:22.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:10:22.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:22.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:22.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:22.437 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 18:10:22.437 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:10:22.437 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:10:22.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:22.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:22.438 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 18:10:22.439 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 18:10:22.439 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 18:10:22.442 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 18:10:22.510 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 18:10:22.510 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:10:22.510 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:22.661 DEBUG [main][MenuItemLookup] Found menu:'New' 18:10:22.661 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:10:22.661 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:22.661 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:10:22.661 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:10:22.661 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:10:22.661 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:22.661 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:10:22.661 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:10:22.661 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:10:22.661 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:10:22.661 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:22.661 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:10:22.661 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:10:22.662 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:10:22.662 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:10:22.662 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:22.662 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:10:22.662 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:10:22.662 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:22.662 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:10:22.662 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:10:22.662 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:10:22.662 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:10:22.663 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:10:22.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:10:22.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:10:22.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:10:23.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:10:23.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:10:23.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:10:23.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:10:23.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:10:23.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:10:23.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:10:23.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:10:23.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:10:23.166 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'Property test project' via Explorer 18:10:23.166 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 18:10:23.166 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 18:10:23.168 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 18:10:23.172 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 18:10:23.172 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:10:23.172 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:23.320 DEBUG [main][MenuItemLookup] Found menu:'New' 18:10:23.321 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:10:23.321 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:23.321 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:10:23.321 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:10:23.321 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:10:23.321 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:23.321 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:10:23.321 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:10:23.321 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:10:23.321 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:10:23.321 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:10:23.321 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:10:23.321 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:10:23.322 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:10:23.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 'Delete.*'] is available.... 18:10:23.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:10:23.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:10:23.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:23.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:23.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:23.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:23.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: 32) 18:10:23.793 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:10:23.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:23.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:23.795 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:10:23.795 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:10:23.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:23.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:23.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:23.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:23.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:23.798 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:10:23.798 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:10:23.798 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:10:23.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:23.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:23.799 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:23.800 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:23.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) 18:10:23.800 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:10:23.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:23.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:23.802 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:10:23.802 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:10:23.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:23.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:23.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:23.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:23.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:23.819 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:10:23.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:23.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:23.819 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:23.819 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:23.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:10:23.901 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:10:24.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:10:24.415 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:10:24.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:10:24.415 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 18:10:24.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:10:24.419 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:10:24.419 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:10:24.419 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:10:24.419 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:10:24.419 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:10:24.419 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:10:24.419 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:10:24.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:10:24.420 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 18:10:24.420 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:10:24.420 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:10:24.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:24.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.614 s - in org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest cancel no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 1.119 s restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.897 s ok no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.577 s openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.701 s apply no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.932 s openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.695 s Running org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 18:10:24.440 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 18:10:24.489 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:10:24.489 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:10:24.489 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 18:10:24.490 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:10:24.490 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:10:24.494 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:10:24.494 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:10:24.494 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:10:24.495 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:10:24.495 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRefreshPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 18:10:24.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 18:10:24.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:10:24.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:10:24.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:10:24.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:24.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:10:24.608 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInternal Web Browser\E'' view via menu. 18:10:24.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:24.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:24.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:24.611 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:10:24.611 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:10:24.612 DEBUG [main][MenuItemLookup] Found menu:'File' 18:10:24.614 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:10:24.614 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:10:24.614 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:10:24.614 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:10:24.614 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:10:24.614 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:10:24.614 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:10:24.614 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:10:24.614 DEBUG [main][MenuItemLookup] Item match:Window 18:10:24.616 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:10:24.616 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:10:24.616 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:10:24.616 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:24.616 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:10:24.616 DEBUG [main][MenuItemLookup] Item match:Show View 18:10:24.629 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:10:24.629 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:10:24.629 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:10:24.629 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:10:24.630 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:10:24.630 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:10:24.630 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:10:24.630 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:10:24.630 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:10:24.630 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:10:24.630 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:10:24.630 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:10:24.630 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:10:24.630 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:10:24.630 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:10:24.630 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:24.630 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:10:24.630 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:10:24.693 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:10:24.694 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:10:24.694 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:10:25.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:10:25.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:10:25.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:10:25.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:25.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:25.016 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:10:25.016 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:10:25.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:25.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:25.017 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:10:25.017 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:10:25.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:25.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:25.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:25.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:25.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:25.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:10:25.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:10:25.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:10:25.022 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:10:25.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:25.022 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:10:25.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:25.023 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:10:25.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:10:25.023 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:10:25.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:25.024 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:10:25.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:25.024 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:10:25.037 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Internal Web Browser 18:10:25.037 DEBUG [main][TreeItemHandler] Selecting tree item: Internal Web Browser 18:10:25.037 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Internal Web Browser about selection 18:10:25.038 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Internal Web Browser 18:10:25.038 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:10:25.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:25.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:25.038 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:10:25.038 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:10:25.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:25.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:25.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 "Open") 18:10:25.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:10:25.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:25.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:25.103 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:10:25.103 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:10:25.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:25.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:25.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:25.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:25.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:25.107 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:10:25.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:25.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:25.108 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:25.108 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:26.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:10:26.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:10:26.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open... 18:10:26.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:26.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:26.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open finished successfully 18:10:26.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:26.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:26.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:26.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:26.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:26.201 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:10:26.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 '\*?\QInternal Web Browser\E') 18:10:26.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:26.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:26.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:26.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:26.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:10:26.319 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 18:10:26.323 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 18:10:26.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:10:26.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:10:26.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:10:26.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:10:26.398 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 18:10:26.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:26.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:26.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:26.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:26.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 18:10:26.404 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 18:10:26.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 18:10:26.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:10:26.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 18:10:26.412 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'https://www.google.cz/?q=redhat' 18:10:26.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:10:26.422 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:10:26.424 DEBUG [main][BrowserProgressListener] Calling chanded() 18:10:26.923 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:10:27.315 DEBUG [main][BrowserProgressListener] Calling chanded() 18:10:27.423 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() failed to create drawable 18:10:27.923 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:10:28.309 DEBUG [main][BrowserProgressListener] Calling chanded() 18:10:28.423 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:10:28.588 DEBUG [main][BrowserProgressListener] Calling chanded() 18:10:28.834 DEBUG [main][BrowserProgressListener] Calling chanded() 18:10:28.923 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:10:29.424 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:10:29.534 DEBUG [main][BrowserProgressListener] Calling chanded() 18:10:29.924 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:10:29.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:10:29.924 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 18:10:39.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:10:39.927 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:10:39.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:10:39.928 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 18:10:39.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 18:10:39.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:10:39.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
Google offered in: čeština Français
TooltipText=null 18:10:40.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:10:40.027 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:10:40.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:10:40.029 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'https://www.google.cz/?q=redhat' 18:10:40.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:10:40.030 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:10:40.033 DEBUG [main][BrowserProgressListener] Calling chanded() 18:10:40.207 DEBUG [main][BrowserProgressListener] Calling chanded() 18:10:40.530 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:10:40.691 DEBUG [main][BrowserProgressListener] Calling chanded() 18:10:40.998 DEBUG [main][BrowserProgressListener] Calling chanded() 18:10:41.031 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:10:41.531 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:10:42.031 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:10:42.224 DEBUG [main][BrowserProgressListener] Calling chanded() 18:10:42.531 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:10:42.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:10:42.531 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 18:10:52.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:10:52.532 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:10:52.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:10:52.533 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 18:10:52.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 18:10:52.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:10:52.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
Google offered in: čeština Français
TooltipText=null 18:10:52.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:10:52.582 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:10:52.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:10:52.587 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 18:10:52.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 18:10:52.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:10:52.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
Google offered in: čeština Français
TooltipText=null 18:10:52.625 INFO [WorkbenchTestable][AbstractView] Close view 'Internal Web Browser' 18:10:52.626 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Internal Web Browser 18:10:52.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 18:10:52.687 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:10:52.849 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 18:10:52.850 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:10:52.850 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:10:52.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:52.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:52.866 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRefreshPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 18:10:52.866 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:10:52.867 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNavigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 18:10:52.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 18:10:52.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:10:52.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:10:52.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:10:52.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:52.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:10:52.920 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInternal Web Browser\E'' view via menu. 18:10:52.921 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:52.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:52.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:52.922 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:10:52.922 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:10:52.923 DEBUG [main][MenuItemLookup] Found menu:'File' 18:10:52.924 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:10:52.924 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:10:52.924 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:10:52.924 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:10:52.924 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:10:52.924 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:10:52.924 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:10:52.924 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:10:52.924 DEBUG [main][MenuItemLookup] Item match:Window 18:10:52.925 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:10:52.925 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:10:52.925 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:10:52.925 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:52.925 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:10:52.925 DEBUG [main][MenuItemLookup] Item match:Show View 18:10:52.942 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:10:52.942 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:10:52.942 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:10:52.942 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:10:52.943 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:10:52.943 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:10:52.943 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:10:52.943 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:10:52.943 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:10:52.943 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:10:52.943 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:10:52.943 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:10:52.943 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:10:52.943 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:10:52.943 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:10:52.943 DEBUG [main][MenuItemLookup] Found menu:'' 18:10:52.943 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:10:52.943 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:10:52.963 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:10:52.963 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:10:52.964 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:10:53.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:10:53.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 18:10:53.121 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:10:53.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:53.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:53.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:10:53.124 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:10:53.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:53.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:53.128 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:10:53.128 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:10:53.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:53.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:53.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:53.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:53.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:10:53.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:10:53.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:10:53.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:10:53.145 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:10:53.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:53.146 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:10:53.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:53.147 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:10:53.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:10:53.148 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:10:53.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:10:53.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:10:53.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:10:53.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:10:53.152 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Internal Web Browser 18:10:53.152 DEBUG [main][TreeItemHandler] Selecting tree item: Internal Web Browser 18:10:53.153 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Internal Web Browser about selection 18:10:53.154 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Internal Web Browser 18:10:53.154 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:10:53.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:53.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:53.155 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:10:53.155 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:10:53.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:53.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:53.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 "Open") 18:10:53.159 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:10:53.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:10:53.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:10:53.195 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:10:53.195 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:10:53.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:53.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:53.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:53.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:53.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:10:53.200 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:10:53.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:10:53.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:10:53.200 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:10:53.200 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:10:53.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:10:53.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:10:53.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open... 18:10:53.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:53.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:53.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open finished successfully 18:10:53.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:53.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:53.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:10:53.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:10:53.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:10:53.482 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:10:53.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 '\*?\QInternal Web Browser\E') 18:10:53.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:53.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:53.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:53.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:53.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:10:53.518 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 18:10:53.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 18:10:53.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:10:53.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:10:53.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:10:53.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:10:53.545 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 18:10:53.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:10:53.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:10:53.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:10:53.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:10:53.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 18:10:53.548 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 18:10:53.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 18:10:53.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:10:53.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 18:10:53.550 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'https://www.google.cz/?q=redhat' 18:10:53.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:10:53.550 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:10:53.552 DEBUG [main][BrowserProgressListener] Calling chanded() 18:10:53.671 DEBUG [main][BrowserProgressListener] Calling chanded() 18:10:54.051 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:10:54.551 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:10:54.655 DEBUG [main][BrowserProgressListener] Calling chanded() 18:10:54.794 DEBUG [main][BrowserProgressListener] Calling chanded() 18:10:55.051 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:10:55.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:10:55.051 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 18:11:05.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:11:05.052 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:11:05.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:11:05.053 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 18:11:05.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 18:11:05.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:05.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
Google offered in: čeština Français
TooltipText=null 18:11:05.107 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'https://www.google.cz/?q=jboss' 18:11:05.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:11:05.109 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:11:05.110 DEBUG [main][BrowserProgressListener] Calling chanded() 18:11:05.312 DEBUG [main][BrowserProgressListener] Calling chanded() 18:11:05.926 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:11:06.340 DEBUG [main][BrowserProgressListener] Calling chanded() 18:11:06.402 DEBUG [main][BrowserProgressListener] Calling chanded() 18:11:06.426 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:11:06.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:11:06.426 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 18:11:16.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:11:16.427 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:11:16.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:11:16.431 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 18:11:16.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 18:11:16.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:16.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
Google offered in: čeština Français
TooltipText=null 18:11:16.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:11:16.467 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:11:16.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:11:16.468 INFO [WorkbenchTestable][AbstractBrowser] Browser back 18:11:16.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:11:16.471 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:11:16.473 DEBUG [main][BrowserProgressListener] Calling chanded() 18:11:16.972 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:11:17.252 DEBUG [main][BrowserProgressListener] Calling chanded() 18:11:17.348 DEBUG [main][BrowserProgressListener] Calling chanded() 18:11:17.472 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:11:17.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:11:17.472 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 18:11:18.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting while browser is pointed to URL: https://www.google.cz/?q=jboss... 18:11:18.477 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 18:11:18.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 18:11:18.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:18.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
Google offered in: čeština Français
TooltipText=null 18:11:18.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:11:18.521 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:11:18.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:11:18.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while browser is pointed to URL: https://www.google.cz/?q=jboss finished successfully 18:11:18.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:11:18.522 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:11:18.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:11:18.523 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 18:11:18.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 18:11:18.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:18.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
Google offered in: čeština Français
TooltipText=null 18:11:18.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:11:18.595 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:11:18.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:11:18.597 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 18:11:18.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 18:11:18.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:18.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
Google offered in: čeština Français
TooltipText=null 18:11:18.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:11:18.631 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:11:18.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:11:18.632 INFO [WorkbenchTestable][AbstractBrowser] Browser forward 18:11:18.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:11:18.635 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:11:18.687 DEBUG [main][BrowserProgressListener] Calling chanded() 18:11:19.135 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:11:19.282 DEBUG [main][BrowserProgressListener] Calling chanded() 18:11:19.635 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:11:19.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:11:19.635 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 18:11:20.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while browser is pointed to URL: https://www.google.cz/?q=redhat... 18:11:20.637 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 18:11:20.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 18:11:20.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:20.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
Google offered in: čeština Français
TooltipText=null 18:11:20.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:11:20.670 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:11:20.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:11:20.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while browser is pointed to URL: https://www.google.cz/?q=redhat finished successfully 18:11:20.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:11:20.671 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:11:20.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:11:20.671 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 18:11:20.672 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 18:11:20.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:20.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
Google offered in: čeština Français
TooltipText=null 18:11:20.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:11:20.719 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:11:20.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:11:20.722 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 18:11:20.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 18:11:20.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:20.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
Google offered in: čeština Français
TooltipText=null 18:11:20.804 INFO [WorkbenchTestable][AbstractView] Close view 'Internal Web Browser' 18:11:20.804 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Internal Web Browser 18:11:20.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 18:11:20.806 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:11:20.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 18:11:20.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:11:20.925 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:11:20.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:11:20.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:11:20.940 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNavigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 18:11:20.940 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 18:11:20.940 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:11:20.940 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:11:20.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:11:20.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 56.505 s - in org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest testRefreshPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) Time elapsed: 28.371 s testNavigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) Time elapsed: 28.073 s Running org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 18:11:20.987 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 18:11:20.988 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:11:20.989 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:11:20.989 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 18:11:20.990 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:11:20.990 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:11:20.991 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:11:20.991 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:11:20.991 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:11:20.991 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:11:20.992 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest) 18:11:20.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 18:11:20.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:11:20.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:11:20.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:11:21.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4bbc707f is found... 18:11:21.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4bbc707f is found finished successfully 18:11:21.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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') 18:11:21.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:21.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:21.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:21.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:21.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:21.206 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:21.208 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 18:11:21.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3349041a is found... 18:11:21.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3349041a is found finished successfully 18:11: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 '\*?\Q[test-new] Test Title:.+\E') 18:11:21.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:21.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:21.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:21.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:21.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:21.232 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:21.233 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 18:11:21.234 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 18:11:21.234 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:11:21.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:11:21.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:11:21.235 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "[test-new] Test Title:.+"as the parent 18:11:21.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:11:21.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:21.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:21.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:21.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:21.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 18:11:21.247 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 18:11:21.247 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:11:21.247 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:11:21.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:11:21.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:11:21.249 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest) 18:11:21.249 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 18:11:21.249 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:11:21.249 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:11:21.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:11:21.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 s - in org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest) Time elapsed: 0.257 s Running org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 18:11:21.305 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 18:11:21.306 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:11:21.306 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:11:21.306 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 18:11:21.306 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:11:21.306 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:11:21.308 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:11:21.309 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:11:21.309 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:11:21.309 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:11:21.309 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest) 18:11:21.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 18:11:21.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:11:21.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:11:21.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:11:21.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@36f6659d is found... 18:11:21.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@36f6659d is found finished successfully 18:11:21.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qa\E') 18:11:21.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:21.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:21.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:21.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:21.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:21.439 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:21.442 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 18:11:21.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6eb7f99a is found... 18:11:21.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6eb7f99a is found finished successfully 18:11:21.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 '\*?\Qa\E') 18:11:21.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:21.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:21.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:21.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:21.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:21.456 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:21.458 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 18:11:21.458 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 18:11:21.458 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:11:21.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:11:21.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:11:21.489 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "a"as the parent 18:11:21.490 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:11:21.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:21.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:21.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:21.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:21.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 18:11:21.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 18:11:21.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:11:21.497 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:11:21.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:11:21.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:11:21.498 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest) 18:11:21.499 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 18:11:21.499 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:11:21.499 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:11:21.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:11:21.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s - in org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest) Time elapsed: 0.189 s Running org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:11:21.515 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:11:21.522 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:11:21.523 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:11:21.523 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:11:21.523 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:11:21.523 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:11:21.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:11:21.524 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:11:21.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:11:21.524 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:11:21.525 DEBUG [main][EditorHandler] 2 editor(s) found 18:11:21.529 DEBUG [WorkbenchTestable][EditorHandler] Closing editor [test-new] Test Title:.+ 18:11:21.589 DEBUG [WorkbenchTestable][EditorHandler] Editor [test-new] Test Title:.+ is closed 18:11:21.589 DEBUG [WorkbenchTestable][EditorHandler] Closing editor a 18:11:21.659 DEBUG [WorkbenchTestable][EditorHandler] Editor a is closed 18:11:21.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:21.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:11:21.703 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 18:11:21.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:11:21.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:21.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:21.705 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:11:21.705 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:11:21.705 DEBUG [main][MenuItemLookup] Found menu:'File' 18:11:21.705 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:11:21.705 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:11:21.705 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:11:21.705 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:11:21.705 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:11:21.705 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:11:21.705 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:11:21.706 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:11:21.706 DEBUG [main][MenuItemLookup] Item match:Window 18:11:21.706 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:11:21.707 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:11:21.707 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:11:21.707 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:21.707 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:11:21.707 DEBUG [main][MenuItemLookup] Item match:Show View 18:11:21.720 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:11:21.720 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:11:21.720 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:11:21.720 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:11:21.720 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:11:21.720 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:11:21.720 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:11:21.720 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:11:21.720 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:11:21.720 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:11:21.720 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:11:21.720 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:11:21.720 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:11:21.720 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:11:21.720 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:11:21.721 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:21.721 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:11:21.721 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:11:21.741 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:11:21.741 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:11:21.742 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:11:21.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:11:21.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:11:21.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:11:21.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:21.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:21.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:11:21.953 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:11:21.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:11:21.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:11:21.958 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:11:21.958 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:11:21.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:21.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:21.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:21.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:21.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:21.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:11:21.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:11:21.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:11:21.966 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:11:21.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:21.966 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:11:21.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:21.967 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:11:21.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:11:21.967 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:11:21.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:21.999 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:11:21.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:21.999 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:11:22.006 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 18:11:22.006 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 18:11:22.007 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 18:11:22.008 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 18:11:22.008 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:11:22.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:11:22.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:11:22.009 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:11:22.009 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:11:22.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:22.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:22.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:11:22.013 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:11:22.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:11:22.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:11:22.014 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:11:22.014 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:11:22.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:22.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:22.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:22.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:22.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:11:22.030 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:11:22.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:11:22.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:11:22.031 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:11:22.031 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:11:22.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:11:22.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:11:22.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 18:11:22.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:22.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:22.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 18:11:22.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:22.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:22.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:11:22.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:22.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:22.193 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:11:22.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:11:22.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:22.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:22.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:22.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:22.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:22.197 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:11:22.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:11:22.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:22.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:11:22.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:22.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:22.224 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:11:22.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:11:22.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:22.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:22.228 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:11:22.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:11:22.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:22.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:22.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:22.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:22.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:11:22.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:22.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:11:23.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:23.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:11:23.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:11:23.236 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:11:23.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:11:23.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:23.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:23.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 18:11:23.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:23.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:23.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:23.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:23.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:23.243 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:11:23.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:11:23.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:23.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:23.246 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:11:23.246 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:11:23.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:11:23.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:11:23.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:11:23.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:11:23.247 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:23.247 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:23.248 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:23.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:23.248 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:11:23.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:23.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"] 18:11:23.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:23.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"] 18:11:23.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:23.250 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:23.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:23.250 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:11:23.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:23.251 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:23.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:23.251 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:23.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:23.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:11:23.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:23.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:23.254 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:11:23.255 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:11:23.255 DEBUG [main][MenuItemLookup] Found menu:'File' 18:11:23.255 DEBUG [main][MenuItemLookup] Item match:File 18:11:23.257 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:11:23.257 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:11:23.266 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:11:23.266 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:11:23.266 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:23.266 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:11:23.267 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:11:23.267 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:11:23.267 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:11:23.267 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:11:23.267 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:11:23.267 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:11:23.267 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:11:23.267 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:11:23.267 DEBUG [main][MenuItemLookup] Found menu:'File' 18:11:23.267 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:11:23.267 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:11:23.267 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:11:23.267 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:23.267 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:11:23.267 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:23.267 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:11:23.267 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:11:23.290 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:11:23.290 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:11:23.291 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:11:23.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:11:23.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:11:23.466 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:11:23.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:23.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:23.510 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:11:23.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:23.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:11:23.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:23.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:23.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:23.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:23.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:23.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:11:23.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:11:23.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:11:23.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:11:23.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:23.532 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:11:23.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:23.533 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:11:23.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:11:23.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:11:23.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:23.543 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:11:23.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:23.544 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:11:23.545 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:11:23.546 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:11:23.546 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:11:23.547 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:11:23.547 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:11:23.548 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:11:23.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:11:23.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:23.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:23.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:23.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:23.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:11:23.610 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:11:23.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:11:23.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:11:23.611 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:11:23.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:11:24.102 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:24.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:24.103 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:24.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:11:24.104 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 18:11:24.104 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:11:24.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:24.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:24.106 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:11:24.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:24.107 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 18:11:24.107 DEBUG [WorkbenchTestable][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:") 18:11:24.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:24.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:24.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:24.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:24.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:11:24.113 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:11:24.115 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 18:11:24.214 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:11:24.214 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:11:24.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 18:11:24.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:24.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:24.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:24.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:24.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:11:24.231 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:11:24.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:11:24.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:11:24.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:11:24.231 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:11:24.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:11:24.919 DEBUG [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 18:11:24.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:11:24.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:24.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:24.922 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:11:24.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:11:24.922 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:11:24.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:11:24.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:11:24.924 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:11:24.924 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:11:24.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:24.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:24.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:24.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:24.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:11:24.997 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:11:24.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:11:24.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:11:24.998 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:11:24.998 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:11:25.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:11:25.796 DEBUG [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 18:11:25.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:11:25.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:11:25.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:11:25.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:11:25.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:11:25.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:11:25.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:11:25.798 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:11:25.798 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:11:25.798 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:11:25.798 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:11:25.798 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:11:25.798 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:11:25.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:11:25.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:25.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:25.817 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:25.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:25.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:25.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:11:25.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:25.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:25.935 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:11:25.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') 18:11:25.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:25.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:25.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:25.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:25.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:25.952 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:25.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:26.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:26.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:26.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:26.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:26.041 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:11:26.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:26.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:26.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:11:26.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:26.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:26.049 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:11:26.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:11:26.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:26.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:26.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:26.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:26.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:26.052 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:11:26.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:11:26.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:26.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:26.190 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:11:26.191 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:11:26.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:11:26.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:26.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:26.195 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:11:26.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:11:26.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:26.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:26.198 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:11:26.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:11:26.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:26.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:26.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:26.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:26.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:11:26.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:26.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:11:27.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:27.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:11:27.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:11:27.204 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:11:27.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:11:27.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:27.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:27.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:11:27.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:27.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:27.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:27.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:27.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:27.209 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:11:27.211 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:11:27.211 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 18:11:27.212 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 18:11:27.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:27.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:27.713 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 18:11:27.727 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:11:27.729 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:11:27.730 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:11:27.748 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:11:27.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"] 18:11:27.749 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:27.750 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:27.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:27.751 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:11:27.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:27.751 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:27.752 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:27.752 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:27.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:27.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"] 18:11:27.754 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:27.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: "New Java Class"] 18:11:27.754 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:27.755 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:27.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:27.756 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:27.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:27.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:11:27.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:27.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:27.758 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:11:27.759 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:11:27.759 DEBUG [main][MenuItemLookup] Found menu:'File' 18:11:27.759 DEBUG [main][MenuItemLookup] Item match:File 18:11:27.788 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:11:27.788 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:11:27.799 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:11:27.800 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:11:27.800 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:27.800 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:11:27.800 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:11:27.800 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:11:27.800 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:11:27.800 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:11:27.800 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:11:27.800 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:11:27.800 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:11:27.800 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:11:27.800 DEBUG [main][MenuItemLookup] Found menu:'File' 18:11:27.800 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:11:27.800 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:11:27.800 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:11:27.800 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:27.800 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:11:27.800 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:27.800 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:11:27.800 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:11:27.894 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:11:27.894 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:11:27.894 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:11:28.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:11:28.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:11:28.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:11:28.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:28.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:28.244 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:11:28.244 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:28.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:11:28.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:28.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:28.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:28.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:28.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:28.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:11:28.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:11:28.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:11:28.401 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:11:28.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:28.401 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:11:28.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:28.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:11:28.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:11:28.402 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:11:28.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:28.402 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:11:28.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:28.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:11:28.404 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:11:28.404 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:11:28.404 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:11:28.422 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:11:28.423 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:11:28.423 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:11:28.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:11:28.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:28.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:28.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:28.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:28.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:11:28.517 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:11:28.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:11:28.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:11:28.518 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:11:28.518 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:11:28.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:28.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:28.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:28.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:11:28.897 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 18:11:28.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:11:28.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:28.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:28.899 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:11:28.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:28.900 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 18:11:28.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:28.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:29.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:29.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:29.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:11:29.098 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:11:29.103 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 18:11:29.250 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:11:29.250 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:11:29.250 DEBUG [WorkbenchTestable][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) 18:11:29.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:29.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:29.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:29.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:29.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:11:29.302 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:11:29.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:11:29.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:11:29.303 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:11:29.303 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:11:29.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:11:31.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:11:31.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:11:31.215 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 18:11:31.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:11:31.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:11:31.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:11:31.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:11:31.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:11:31.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:11:31.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:11:31.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:11:31.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:11:31.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:11:31.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:11:31.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:11:31.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:11:31.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:11:31.216 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 18:11:31.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:11:31.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:11:31.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:11:31.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:11:31.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:11:31.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:11:31.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:11:31.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:11:31.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:11:31.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:11:31.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:11:31.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:11:31.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:11:31.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@432ae791 is found... 18:11:31.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@432ae791 is found finished successfully 18:11:31.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 18:11:31.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:31.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:31.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:31.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:31.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:31.296 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:31.297 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 18:11:31.297 INFO [WorkbenchTestable][TextEditor] Set text to editor 18:11:31.328 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:31.395 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 18:11:31.395 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:11:31.396 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:11:31.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:31.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:31.403 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11:31.403 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11:31.488 DEBUG [main][MenuItemLookup] Found menu:'File' 18:11:31.489 DEBUG [main][MenuItemLookup] Item match:File 18:11:31.491 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:11:31.491 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:11:31.491 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:11:31.491 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:11:31.491 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:31.491 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:11:31.491 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:11:31.491 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:31.491 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:11:31.492 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:11:31.492 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:11:31.492 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:11:31.493 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:11:31.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:11:31.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:11:31.716 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:31.717 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 18:11:31.719 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:31.816 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:31.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:31.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:31.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:31.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:32.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:32.007 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:32.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:32.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:32.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:11:32.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:32.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:32.096 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11:32.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 '\*?\QProblems\E') 18:11:32.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:32.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:32.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:32.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:32.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:32.198 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:32.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:32.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:32.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:32.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:32.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:32.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 18:11:32.291 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:32.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:32.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:32.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:32.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:32.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:32.294 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:32.294 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:32.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:32.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:32.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:32.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:32.302 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:32.303 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:32.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:32.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:32.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:32.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:32.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:32.309 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:32.311 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:32.311 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:32.311 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:32.312 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:32.312 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:32.312 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:11:32.312 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:32.312 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:32.312 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:32.312 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:32.312 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:32.313 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:32.313 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:32.313 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:32.313 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:32.313 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:32.313 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:11:32.313 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:32.313 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:32.313 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:32.313 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:32.313 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:32.313 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:11:32.313 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:32.313 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:32.313 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:32.313 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:32.313 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:32.313 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:11:32.313 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:32.313 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:32.314 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:32.314 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:32.314 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:32.314 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:11:32.314 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:32.314 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:32.314 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:32.314 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:32.314 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:32.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:11:33.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:11:33.353 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:33.354 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:33.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:33.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:33.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:33.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:33.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:33.359 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:33.361 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:33.361 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:33.361 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:33.361 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:33.362 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:33.362 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:33.362 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:33.362 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:33.362 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:33.362 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:33.362 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:33.363 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:33.363 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:33.363 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:33.363 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:33.363 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:33.364 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:33.364 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:33.364 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:33.364 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:33.364 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:33.364 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:33.364 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:33.364 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:33.364 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:33.364 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:33.364 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:33.364 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:33.364 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:33.364 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:33.364 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:33.364 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:33.364 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:33.364 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:33.365 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:33.365 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:33.365 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:33.365 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:33.365 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:33.365 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:33.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:11:33.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:11:33.371 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:33.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:33.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:33.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:33.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:33.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:33.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:11:33.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:33.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:33.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:33.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:33.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:33.397 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 18:11:33.397 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:11:33.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:33.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:33.947 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:11:33.952 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:11:33.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:33.952 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:11:33.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:33.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:11:33.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 18:11:33.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:1178): Gtk-CRITICAL **: 18:11:33.964: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:11:33.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:33.990 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:33.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:34.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:34.006 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:11:34.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:34.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:34.008 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11:34.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') 18:11:34.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:34.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:34.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:34.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:34.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:34.065 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:34.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:34.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:34.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:34.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:34.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:34.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 18:11:34.088 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:34.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:34.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:34.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:34.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:34.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:34.091 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:34.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:34.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:34.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:34.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:34.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:34.093 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:34.094 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:34.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:34.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:34.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:34.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:34.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:34.097 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:34.098 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:34.098 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:34.098 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:34.098 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:34.098 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:34.098 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:34.098 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:34.098 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:34.098 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:34.098 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:34.098 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:34.099 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:34.099 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:34.099 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:34.099 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:34.099 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:34.099 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:34.099 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:34.099 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:34.099 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:34.099 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:34.099 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:34.099 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:34.099 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:34.099 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:34.099 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:34.099 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:34.099 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:34.100 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:34.100 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:34.100 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:34.100 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:34.100 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:34.100 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:34.100 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:34.100 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:34.100 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:34.100 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:34.100 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:34.100 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:34.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:11:35.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:11:35.103 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:35.104 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:35.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:35.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:35.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:35.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:35.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:35.108 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:35.110 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:35.110 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:35.110 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:35.110 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:35.110 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:35.110 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:35.110 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:35.110 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:35.110 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:35.110 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:35.110 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:35.111 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:35.111 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:35.111 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:35.111 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:35.111 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:35.111 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:35.111 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:35.111 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:35.111 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:35.111 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:35.111 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:35.111 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:35.111 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:35.112 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:35.112 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:35.112 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:35.112 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:35.112 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:35.112 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:35.112 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:35.112 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:35.112 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:35.112 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:35.112 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:35.112 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:35.112 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:35.112 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:35.113 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:35.113 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:35.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:11:35.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:11:35.115 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:35.115 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:35.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:35.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:35.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:35.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:35.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 18:11:35.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:35.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:35.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:35.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:35.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:35.126 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 18:11:35.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:11:35.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:35.155 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:11:35.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:35.156 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:11:35.156 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:11:35.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:35.156 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:11:35.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:35.157 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:11:35.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 18:11:35.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:35.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:35.181 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:35.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:35.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:35.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:11:35.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:35.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:35.196 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11:35.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') 18:11:35.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:35.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:35.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:35.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:35.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:35.237 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:35.237 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:35.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:35.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:35.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:35.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:35.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Warnings exists in Problems view.... 18:11:35.240 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:35.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:35.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:35.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:35.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:35.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:35.244 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:35.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:35.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:35.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:35.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:35.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:35.246 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:35.247 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:35.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:35.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:35.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:35.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:35.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:35.249 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:35.251 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:35.251 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:35.251 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:35.251 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:35.251 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:35.251 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:35.251 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:35.251 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:35.251 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:35.251 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:35.251 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:35.252 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:35.252 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:35.252 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:35.252 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:35.252 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:35.252 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:35.252 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:35.252 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:35.252 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:35.252 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:35.252 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:35.252 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:35.252 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:35.252 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:35.252 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:35.252 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:35.252 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:35.252 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:35.253 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:35.253 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:35.253 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:35.253 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:35.253 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:35.253 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:35.253 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:35.253 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:35.253 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:35.253 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:35.253 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:35.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:11:36.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:11:36.254 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:36.259 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:36.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:36.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:36.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:36.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:36.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:36.264 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:36.265 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:36.265 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:36.265 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:36.265 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:36.266 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:36.266 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:36.266 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:36.266 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:36.266 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:36.266 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:36.266 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:36.266 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:36.266 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:36.266 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:36.266 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:36.266 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:36.266 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:36.266 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:36.266 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:36.266 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:36.266 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:36.266 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:36.267 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:36.267 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:36.267 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:36.267 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:36.267 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:36.267 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:36.267 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:36.267 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:36.267 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:36.267 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:36.267 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:36.267 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:36.267 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:36.267 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:36.267 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:36.267 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:36.267 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:36.267 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:36.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:11:36.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:11:36.269 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:36.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:36.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:36.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:36.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:36.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:36.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:11:36.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:36.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:36.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:36.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:36.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:36.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Warnings exists in Problems view. finished successfully 18:11:36.309 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:36.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:36.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:36.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:36.313 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:36.313 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:36.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:36.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:36.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:36.316 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:36.318 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:36.318 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:36.318 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:36.318 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:36.318 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:36.319 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:36.319 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:36.319 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:36.319 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:36.319 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:36.319 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:36.319 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:36.319 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:36.319 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:36.319 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:36.319 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:36.319 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:36.320 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:36.320 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:36.320 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:36.320 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:36.320 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:36.320 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:36.320 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:36.320 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:36.320 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:36.320 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:36.320 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:36.320 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:36.320 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:36.320 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:36.320 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:36.320 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:36.320 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:36.321 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:36.321 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:36.321 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:36.321 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:36.321 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:36.321 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:36.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:11:37.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:11:37.323 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:37.324 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:37.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:37.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:37.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:37.327 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:37.328 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:37.328 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:37.328 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:37.328 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:37.329 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:37.329 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:37.329 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:37.329 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:37.329 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:37.329 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:37.329 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:37.329 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:37.329 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:37.329 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:37.329 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:37.329 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:37.329 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:37.329 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:37.329 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:37.329 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:37.329 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:37.329 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:37.330 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:37.330 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:37.330 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:37.330 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:37.330 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:37.330 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:37.330 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:37.330 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:37.330 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:37.330 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:37.330 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:37.330 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:37.330 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:37.330 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:37.330 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:37.330 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:37.330 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:37.330 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:37.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:11:37.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:11:37.332 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:37.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:37.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:37.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:37.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 18:11:37.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:37.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:37.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:37.336 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 18:11:37.336 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:11:37.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:37.336 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:11:37.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:37.336 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:11:37.336 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:11:37.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:37.337 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:11:37.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:37.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:11:37.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:11:37.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:37.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:37.356 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11:37.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:11:37.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:37.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:37.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:37.399 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:37.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:37.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:37.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:37.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:37.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:37.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:11:37.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:37.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:37.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:37.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:11:37.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:37.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:37.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:37.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:11:37.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:37.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:37.449 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11:37.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 '\*?\QProblems\E') 18:11:37.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:37.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:37.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:37.491 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:37.492 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:37.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:37.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:37.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:37.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:37.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:11:37.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:37.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:37.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:37.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:11:37.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:37.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:37.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:37.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:11:37.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:37.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:37.543 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11:37.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 '\*?\QProblems\E') 18:11:37.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:37.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:37.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:37.584 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:37.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:37.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:37.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:37.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:37.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:37.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 18:11:37.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:37.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:37.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:37.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 18:11:37.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:37.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:37.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:37.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:11:37.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:37.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:37.636 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11:37.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 '\*?\QProblems\E') 18:11:37.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:37.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:37.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:37.678 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:37.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:37.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:37.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:37.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:37.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:37.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 18:11:37.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:37.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:37.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:37.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:11:37.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:37.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:37.729 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11: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 '\*?\QProblems\E') 18:11:37.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:37.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:37.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:37.773 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:37.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:37.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:37.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:37.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:37.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:37.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 18:11:37.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:37.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:37.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:37.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 18:11:37.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:37.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:37.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:37.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:11:37.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:37.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:37.829 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11:37.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') 18:11:37.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:37.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:37.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:37.872 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:37.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:37.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:37.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:37.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:37.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:37.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:11:37.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:37.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:37.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:37.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 18:11:37.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:37.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:37.879 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:37.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:11:37.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:37.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:37.952 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11:37.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') 18:11:37.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:37.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:37.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:37.994 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:37.994 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:37.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:37.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:37.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:37.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:37.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:11:37.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:37.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:37.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:37.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:37.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:38.001 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:38.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:38.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:38.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:38.003 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:38.003 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:38.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:38.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:38.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:38.005 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:38.006 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:38.006 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:38.006 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:38.007 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:38.007 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:38.007 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:38.007 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:38.007 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:38.007 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:38.007 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:38.007 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:38.007 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:38.007 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:38.007 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:38.007 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:38.007 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:38.008 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:38.008 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:38.008 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:38.008 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:38.008 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:38.008 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:38.008 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:38.008 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:38.008 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:38.008 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:38.008 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:38.008 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:38.008 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:38.009 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:38.009 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:38.009 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:38.009 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:38.009 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:38.009 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:38.009 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:38.009 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:38.009 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:38.009 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:38.009 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:38.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:11:39.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:11:39.038 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:39.039 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:39.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:39.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:39.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:39.041 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:39.043 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:39.043 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:39.043 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:39.043 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:39.043 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:39.043 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:39.043 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:39.043 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:39.043 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:39.043 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:39.043 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:39.043 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:39.044 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:39.044 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:39.044 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:39.044 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:39.044 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:39.044 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:39.044 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:39.044 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:39.044 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:39.044 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:39.044 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:39.044 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:39.044 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:39.044 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:39.044 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:39.044 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:39.044 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:39.044 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:39.044 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:39.044 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:39.044 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:39.044 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:39.045 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:39.045 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:39.045 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:39.045 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:39.045 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:39.045 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:39.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:11:39.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:11:39.046 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:39.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:39.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:39.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:39.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:11:39.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:39.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:39.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:39.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:39.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:39.052 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:39.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:39.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:39.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:39.055 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:39.055 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:39.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:39.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:39.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:39.057 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:39.058 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:39.059 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:39.059 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:39.059 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:39.059 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:39.059 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:39.059 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:39.059 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:39.059 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:39.059 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:39.059 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:39.059 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:39.059 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:39.060 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:39.060 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:39.060 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:39.060 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:39.060 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:39.060 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:39.060 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:39.060 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:39.060 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:39.060 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:39.060 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:39.060 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:39.060 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:39.060 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:39.060 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:39.060 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:39.060 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:39.060 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:39.060 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:39.060 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:39.061 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:39.061 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:39.061 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:39.061 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:39.061 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:39.061 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:39.061 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:39.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:11:40.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:11:40.063 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:40.064 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:40.068 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:40.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:40.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:40.071 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:40.072 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:40.072 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:40.072 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:40.072 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:40.072 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:40.072 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:40.072 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:40.073 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:40.073 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:40.073 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:40.073 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:40.073 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:40.073 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:40.073 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:40.073 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:40.073 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:40.073 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:40.073 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:40.073 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:40.073 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:40.073 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:40.073 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:40.073 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:40.073 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:40.073 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:40.073 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:40.073 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:40.073 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:40.074 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:40.074 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:40.074 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:40.074 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:40.074 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:40.074 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:40.074 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:40.074 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:40.074 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:40.074 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:40.074 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:40.074 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:40.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:11:40.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:11:40.076 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:40.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:40.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:40.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:40.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:11:40.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:40.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:40.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:40.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:40.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:40.080 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 18:11:40.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:11:40.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:40.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:11:40.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:40.081 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:11:40.081 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:11:40.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:40.081 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:11:40.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:40.081 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:11:40.082 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:40.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:40.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:40.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:40.084 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:40.084 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:40.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:40.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:40.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:40.086 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:40.088 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:40.088 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:40.088 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:40.088 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:40.088 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:40.088 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:40.088 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:40.088 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:40.088 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:40.088 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:40.088 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:40.088 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:40.088 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:40.088 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:40.088 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:40.088 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:40.089 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:40.089 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:40.089 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:40.089 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:40.089 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:40.089 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:40.089 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:40.089 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:40.089 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:40.089 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:40.089 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:40.089 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:40.090 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:40.090 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:40.090 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:40.090 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:40.090 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:40.090 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:40.090 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:40.090 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:40.090 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:40.090 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:40.090 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:40.090 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:40.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:11:41.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:11:41.092 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:41.092 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:41.092 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:41.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:41.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:41.095 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:41.096 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:41.096 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:41.096 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:41.096 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:41.097 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:41.097 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:41.097 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:41.097 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:41.097 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:41.097 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:41.097 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:41.097 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:41.097 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:41.097 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:41.097 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:41.097 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:41.097 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:41.097 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:41.097 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:41.097 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:41.097 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:41.097 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:41.098 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:41.098 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:41.098 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:41.098 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:41.098 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:41.098 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:41.098 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:41.098 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:41.098 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:41.098 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:41.098 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:41.098 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:41.098 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:41.098 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:41.098 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:41.098 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:41.098 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:41.098 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:41.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:11:41.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:11:41.100 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:41.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:41.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:41.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:41.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:11:41.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:41.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:41.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:41.107 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 18:11:41.108 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:11:41.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:41.108 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:11:41.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:41.109 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:11:41.110 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:11:41.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:41.111 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:11:41.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:41.111 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:11:41.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.127 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:11:41.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:41.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:41.128 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11:41.128 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:11:41.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:41.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:41.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:41.171 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:41.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:41.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:41.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:41.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:41.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:41.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:11:41.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:41.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:41.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:41.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 18:11:41.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:41.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:41.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:41.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:11:41.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:41.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:41.221 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11:41.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:11:41.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:41.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:41.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:41.261 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:41.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:41.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:41.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:41.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:41.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:41.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:11:41.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:41.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:41.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:41.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:11:41.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:41.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:41.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:41.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:11:41.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:41.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:41.318 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11:41.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:11:41.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:41.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:41.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:41.358 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:41.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:41.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:41.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:41.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:41.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:41.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 18:11:41.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:41.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:41.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:41.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:11:41.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:41.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:41.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:41.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:11:41.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:41.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:41.407 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11:41.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:11:41.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:41.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:41.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:41.448 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:41.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:41.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:41.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:41.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:41.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:41.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 18:11:41.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:41.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:41.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:41.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:11:41.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:41.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:41.496 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11:41.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:11:41.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:41.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:41.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:41.537 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:41.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:41.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:41.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:41.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:41.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:41.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:11:41.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:41.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:41.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:41.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 18:11:41.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:41.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:41.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:41.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.586 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:11:41.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:41.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:41.614 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11:41.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:11:41.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:41.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:41.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:41.630 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:41.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:41.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:41.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:41.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:41.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:41.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 18:11:41.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:41.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:41.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:41.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 18:11:41.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:41.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:41.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:41.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:11:41.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:41.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:41.680 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11:41.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 '\*?\QProblems\E') 18:11:41.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:41.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:41.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:41.722 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:41.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:41.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:41.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:41.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:41.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:41.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 18:11:41.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:41.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:41.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:41.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:41.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:41.729 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:41.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:41.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:41.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:41.731 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:41.731 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:41.731 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:41.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:41.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:41.733 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:41.735 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:41.735 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:41.735 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:41.735 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:41.735 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:41.735 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:41.735 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:41.735 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:41.735 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:41.735 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:41.735 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:41.735 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:41.735 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:41.735 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:41.735 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:41.735 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:41.736 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:41.736 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:41.736 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:41.736 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:41.736 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:41.736 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:41.736 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:41.736 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:41.736 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:41.736 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:41.736 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:41.736 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:41.736 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:41.736 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:41.736 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:41.736 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:41.736 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:41.736 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:41.737 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:41.737 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:41.737 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:41.737 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:41.737 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:41.737 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:41.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:11:42.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:11:42.764 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:42.765 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:42.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:42.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:42.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:42.768 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:42.769 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:42.769 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:42.769 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:42.769 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:42.769 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:42.769 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:42.769 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:42.770 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:42.770 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:42.770 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:42.770 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:42.770 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:42.770 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:42.770 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:42.770 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:42.770 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:42.770 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:42.770 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:42.770 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:42.770 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:42.770 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:42.770 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:42.770 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:42.770 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:42.770 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:42.770 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:42.770 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:42.770 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:42.771 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:42.771 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:42.771 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:42.771 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:42.771 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:42.771 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:42.771 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:42.771 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:42.771 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:42.771 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:42.771 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:42.771 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:42.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:11:42.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:11:42.772 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:42.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:42.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:42.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:42.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 18:11:42.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:42.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:42.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:42.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:42.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:42.778 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:42.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:42.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:42.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:42.779 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:42.780 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:42.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:42.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:42.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:42.782 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:42.783 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:42.783 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:42.783 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:42.783 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:42.783 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:42.784 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:42.784 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:42.784 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:42.784 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:42.784 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:42.784 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:42.784 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:42.784 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:42.784 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:42.784 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:42.784 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:42.784 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:42.784 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:42.784 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:42.784 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:42.784 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:42.784 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:42.784 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:42.784 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:42.784 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:42.784 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:42.784 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:42.784 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:42.785 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:42.785 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:42.785 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:42.785 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:42.785 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:42.785 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:42.785 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:42.785 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:42.785 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:42.785 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:42.785 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:42.785 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:42.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:11:43.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:11:43.786 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:43.787 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:43.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:43.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:43.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:43.791 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:43.792 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:43.792 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:43.792 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:43.792 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:43.792 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:43.792 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:43.792 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:43.793 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:43.793 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:43.793 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:43.793 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:43.793 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:43.793 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:43.793 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:43.793 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:43.793 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:43.793 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:43.793 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:43.793 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:43.793 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:43.793 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:43.793 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:43.793 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:43.793 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:43.793 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:43.793 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:43.793 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:43.793 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:43.793 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:43.794 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:43.794 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:43.794 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:43.794 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:43.794 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:43.794 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:11:43.794 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:43.794 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:43.794 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:43.794 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:43.794 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:43.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:11:43.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:11:43.795 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:43.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:43.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:43.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:43.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 18:11:43.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:43.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:43.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:43.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:43.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:43.800 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:43.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:43.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:43.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:43.808 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:11:43.808 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:11:43.808 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:11:43.808 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:11:43.808 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:11:43.808 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:11:43.808 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:11:43.808 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:11:43.808 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:11:43.809 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:11:44.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:11:44.004 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 18:11:44.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:11:44.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:44.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:44.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 18:11:44.021 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:11:44.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:11:44.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:11:44.022 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:11:44.022 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:11:44.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:44.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:44.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:44.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:44.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:11:44.031 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:11:44.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:11:44.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:11:44.031 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:11:44.031 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:11:44.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 "OK", Widget matcher matching widgets with style: 8) 18:11:44.035 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:11:44.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:11:44.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:11:44.036 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:11:44.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:11:44.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:44.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:44.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:44.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:44.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:11:44.040 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:11:44.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:11:44.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:11:44.041 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:11:44.041 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1178): Gtk-CRITICAL **: 18:11:44.123: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:11:44.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:11:44.149 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 18:11:44.149 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:11:44.150 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:11:44.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:11:44.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:44.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:44.198 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:11:44.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:11:44.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:44.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:44.201 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:11:44.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:11:44.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:44.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:44.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:44.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:44.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:11:44.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:44.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:11:45.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:45.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:11:45.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:11:45.207 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:11:45.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:11:45.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:45.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:45.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 18:11:45.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:45.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:45.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:45.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:45.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:45.212 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:11:45.213 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:11:45.214 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:11:45.214 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:11:45.219 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:11:45.219 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:11:45.219 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:11:45.342 DEBUG [main][MenuItemLookup] Found menu:'New' 18:11:45.343 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:11:45.343 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:45.343 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:11:45.343 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:11:45.343 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:11:45.343 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:45.343 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:11:45.343 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:11:45.343 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:11:45.343 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:11:45.343 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:45.343 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:11:45.343 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:11:45.343 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:11:45.343 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:11:45.343 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:45.343 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:11:45.343 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:11:45.343 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:45.343 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:11:45.343 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:11:45.343 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:11:45.343 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:11:45.344 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:11:45.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:11:45.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:11:45.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:11:45.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:11:45.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:11:45.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:11:45.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:11:45.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:11:45.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:11:45.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:11:45.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:11:45.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:11:45.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:11:45.411 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 18:11:45.411 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:11:45.411 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:11:45.412 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:11:45.415 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:11:45.416 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:11:45.416 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:11:45.524 DEBUG [main][MenuItemLookup] Found menu:'New' 18:11:45.524 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:11:45.524 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:45.524 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:11:45.524 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:11:45.524 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:11:45.524 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:45.524 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:11:45.524 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:11:45.524 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:11:45.524 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:11:45.524 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:11:45.524 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:11:45.524 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:11:45.525 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:11:45.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:11:45.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 'Delete.*'] is available. finished successfully 18:11:45.988 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:11:45.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:45.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:45.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:45.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:45.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:11:45.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:11:45.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:11:45.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:11:45.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:11:45.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:11:45.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:45.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:45.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:45.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:45.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:11:45.995 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:11:45.996 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:11:45.996 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:11:45.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:11:45.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:11:45.997 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:11:45.997 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:11:45.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:11:45.997 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:11:45.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:11:45.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:11:45.998 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:11:45.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:11:45.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:45.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:46.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:46.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:46.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:11:46.009 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:11:46.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:11:46.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:11:46.009 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:11:46.009 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:11:46.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:11:46.029 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:11:46.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:11:46.530 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:11:46.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:11:46.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:11:46.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:11:46.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:11:46.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:11:46.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:11:46.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:11:46.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:11:46.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:11:46.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:11:46.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:11:46.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:11:46.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:11:46.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:11:46.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:11:46.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:11:46.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:11:46.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:11:46.536 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:11:46.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:11:46.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:11:46.539 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:11:46.539 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:11:46.539 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTwoProblemsExist no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:11:46.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:11:46.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:11:46.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:11:46.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:11:46.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: "New"] 18:11:46.541 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:46.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"] 18:11:46.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:46.543 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:11:46.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:46.543 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:46.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:46.544 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:46.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:46.544 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:46.545 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:46.546 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:11:46.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:46.546 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:46.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:46.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"] 18:11:46.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:46.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:11:46.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:46.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:46.549 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:11:46.549 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:11:46.550 DEBUG [main][MenuItemLookup] Found menu:'File' 18:11:46.551 DEBUG [main][MenuItemLookup] Item match:File 18:11:46.553 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:11:46.553 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:11:46.560 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:11:46.560 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:11:46.560 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:46.560 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:11:46.560 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:11:46.560 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:11:46.560 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:11:46.560 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:11:46.560 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:11:46.560 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:11:46.560 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:11:46.560 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:11:46.560 DEBUG [main][MenuItemLookup] Found menu:'File' 18:11:46.560 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:11:46.560 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:11:46.560 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:11:46.560 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:46.560 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:11:46.560 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:46.561 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:11:46.561 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:11:46.585 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:11:46.585 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:11:46.585 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:11:46.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:11:46.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:11:46.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:11:46.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:46.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:46.801 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:11:46.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:46.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 18:11:46.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:46.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:46.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:46.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:46.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:46.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:11:46.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:11:46.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:11:46.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:11:46.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:46.834 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:11:46.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:46.834 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:11:46.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:11:46.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:11:46.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:46.846 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:11:46.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:46.847 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:11:46.848 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:11:46.848 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:11:46.849 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:11:46.863 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:11:46.863 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:11:46.863 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:11:46.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) 18:11:46.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:46.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:46.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:46.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:46.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:11:46.868 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:11:46.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:11:46.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:11:46.868 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:11:46.868 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:11:47.269 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:47.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:47.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:47.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:11:47.273 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 18:11:47.274 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:11:47.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:47.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:47.276 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:11:47.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:47.277 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 18:11:47.277 DEBUG [WorkbenchTestable][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:") 18:11:47.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:47.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:47.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:47.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:47.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:11:47.324 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:11:47.325 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 18:11:47.371 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:11:47.371 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:11:47.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 18:11:47.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:47.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:47.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:47.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:47.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:11:47.388 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:11:47.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:11:47.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:11:47.393 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:11:47.393 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:11:47.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:11:47.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 18:11:47.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:11:47.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:47.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:47.867 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:11:47.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:11:47.868 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:11:47.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:11:47.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:11:47.868 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:11:47.868 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:11:47.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:47.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:47.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:47.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:47.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:11:47.877 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:11:47.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:11:47.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:11:47.877 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:11:47.877 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:11:48.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:11:48.214 DEBUG [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 18:11:48.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:11:48.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:11:48.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:11:48.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:11:48.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:11:48.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:11:48.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:11:48.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:11:48.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:11:48.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:11:48.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:11:48.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:11:48.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:11:48.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:11:48.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:11:48.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:48.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:48.236 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:48.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:48.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:48.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:11:48.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:48.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:48.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:11:48.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:11:48.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:48.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:48.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:48.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:48.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:48.294 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:48.294 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:48.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:48.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:48.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:48.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:48.417 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:11:48.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:48.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:48.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:11:48.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:48.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:48.421 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:11:48.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 '\*?\QPackage Explorer\E') 18:11:48.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:48.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:48.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:48.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:48.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:48.490 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:11:48.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:11:48.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:48.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:48.586 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:11:48.590 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:11:48.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:11:48.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:48.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:48.594 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:11:48.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:11:48.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:48.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:48.596 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:11:48.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:11:48.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:48.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:48.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:48.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:48.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:11:49.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:49.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:11:49.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:49.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:11:49.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:11:49.604 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:11:49.611 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:11:49.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:49.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:49.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 18:11:49.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:49.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:49.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:49.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:49.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:49.617 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:11:49.619 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:11:49.620 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 18:11:49.620 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 18:11:49.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:50.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:50.122 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 18:11:50.127 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:11:50.127 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:11:50.128 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:11:50.142 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:11:50.142 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:50.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:50.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: "New"] 18:11:50.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:50.144 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:11:50.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:50.145 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:50.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:50.146 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:50.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:50.146 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:50.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:50.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"] 18:11:50.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:50.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"] 18:11:50.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:50.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"] 18:11:50.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:50.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:11:50.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:50.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:50.154 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:11:50.214 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:11:50.216 DEBUG [main][MenuItemLookup] Found menu:'File' 18:11:50.216 DEBUG [main][MenuItemLookup] Item match:File 18:11:50.217 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:11:50.217 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:11:50.225 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:11:50.225 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:11:50.225 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:50.225 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:11:50.225 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:11:50.225 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:11:50.225 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:11:50.225 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:11:50.225 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:11:50.225 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:11:50.226 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:11:50.226 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:11:50.226 DEBUG [main][MenuItemLookup] Found menu:'File' 18:11:50.226 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:11:50.226 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:11:50.226 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:11:50.226 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:50.226 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:11:50.226 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:50.226 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:11:50.226 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:11:50.227 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:11:50.227 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:11:50.227 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:11:50.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:11:50.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:11:50.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:11:50.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:50.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:50.531 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:11:50.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:50.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:11:50.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:50.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:50.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:50.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:50.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:50.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:11:50.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:11:50.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:11:50.600 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:11:50.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:50.600 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:11:50.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:50.601 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:11:50.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:11:50.601 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:11:50.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:50.602 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:11:50.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:50.602 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:11:50.603 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:11:50.603 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:11:50.603 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:11:50.629 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:11:50.630 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:11:50.630 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:11:50.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.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:11:50.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:50.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:50.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:50.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:50.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:11:50.701 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:11:50.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:11:50.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:11:50.702 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:11:50.703 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:11:51.202 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:51.202 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:51.203 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:51.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:11:51.209 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 18:11:51.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:11:51.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:51.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:51.216 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:11:51.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:51.217 DEBUG [WorkbenchTestable][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:") 18:11:51.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:51.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:51.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:51.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:51.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:11:51.332 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:11:51.334 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 18:11:51.416 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:11:51.416 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:11:51.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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) 18:11:51.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:51.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:51.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:51.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:51.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:11:51.433 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:11:51.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:11:51.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:11:51.434 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:11:51.434 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:11:51.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:11:52.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:11:53.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:11:53.000 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 18:11:53.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:11:53.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:11:53.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:11:53.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:11:53.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:11:53.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:11:53.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:11:53.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:11:53.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:11:53.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:11:53.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:11:53.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:11:53.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:11:53.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:11:53.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:11:53.001 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 18:11:53.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:11:53.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:11:53.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:11:53.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:11:53.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:11:53.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:11:53.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:11:53.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:11:53.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:11:53.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:11:53.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:11:53.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:11:53.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:11:53.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:11:53.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7062e81a is found... 18:11:53.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7062e81a is found finished successfully 18:11:53.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 '\*?\QWarningTestClass.java\E') 18:11:53.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:53.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:53.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:53.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:53.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:53.140 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:53.141 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 18:11:53.141 INFO [WorkbenchTestable][TextEditor] Set text to editor 18:11:53.319 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:53.320 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 18:11:53.320 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:11:53.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:11:53.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:53.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:53.404 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:11:53.405 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:11:53.406 DEBUG [main][MenuItemLookup] Found menu:'File' 18:11:53.406 DEBUG [main][MenuItemLookup] Item match:File 18:11:53.408 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:11:53.408 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:11:53.408 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:11:53.408 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:11:53.408 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:53.408 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:11:53.408 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:11:53.408 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:53.408 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:11:53.408 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:11:53.408 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:11:53.409 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:11:53.409 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:11:53.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:11:53.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:11:53.521 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:53.522 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 18:11:53.523 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:53.525 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:53.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:53.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:53.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:53.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:53.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:53.926 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:53.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:54.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:54.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:11:54.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:54.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:54.037 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:11:54.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:11:54.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:54.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:54.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:54.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:54.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:54.137 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:54.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:54.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:54.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:11:54.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:54.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:54.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 18:11:54.141 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:54.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:54.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:54.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:11:54.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:54.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:54.144 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:54.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:54.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:54.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:11:54.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:54.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:54.148 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:54.148 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:54.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:54.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:54.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:11:54.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:54.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:54.152 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:54.153 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:54.153 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:54.153 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:54.153 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:54.153 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:54.154 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:11:54.154 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:54.154 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:54.154 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:54.154 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:54.154 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:54.154 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:54.154 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:54.154 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:54.154 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:54.154 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:54.155 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:11:54.155 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:54.155 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:54.155 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:54.155 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:54.155 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:54.155 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:11:54.155 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:54.155 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:54.155 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:54.155 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:54.155 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:54.155 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:11:54.155 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:54.156 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:54.156 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:54.156 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:54.156 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:54.156 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:11:54.156 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:54.156 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:54.156 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:54.156 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:54.156 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:54.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:11:55.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:11:55.158 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:55.159 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:55.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:55.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:55.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:11:55.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:55.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:55.164 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:55.166 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:55.166 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:55.166 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:55.166 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:55.166 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:55.166 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:11:55.166 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:55.166 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:55.166 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:55.166 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:55.166 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:55.167 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:55.167 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:55.167 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:55.167 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:55.167 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:55.167 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:11:55.167 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:55.167 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:55.167 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:55.167 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:55.167 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:55.167 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:11:55.167 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:55.167 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:55.167 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:55.167 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:55.167 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:55.168 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:11:55.168 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:55.168 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:55.168 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:55.168 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:55.168 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:55.168 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:11:55.168 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:55.168 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:55.168 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:55.168 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:55.168 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:55.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:11:55.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:11:55.169 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:55.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:55.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:55.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:11:55.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:55.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:55.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 18:11:55.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:55.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:55.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:55.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:55.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:55.177 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 18:11:55.177 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:11:55.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:55.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:55.679 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:11:55.681 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:11:55.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:55.681 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:11:55.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:55.682 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:11:55.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 18:11:55.682 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:11:55.682 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:11:55.683 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer (Eclipse:1178): Gtk-CRITICAL **: 18:11:55.709: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:11:55.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:55.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:55.731 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:11:55.731 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:11:55.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:55.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:55.733 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:11:55.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:11:55.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:55.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:55.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:55.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:55.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:11:56.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:56.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:11:56.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:56.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:11:56.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:11:56.742 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:11:56.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:11:56.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:56.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:56.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 18:11:56.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:56.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:56.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:56.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:56.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:56.748 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:11:56.749 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:11:56.750 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 18:11:56.750 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 18:11:56.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:56.750 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 18:11:56.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:56.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 18:11:56.751 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:11:56.751 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:11:56.752 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:11:56.757 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:11:56.757 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:56.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:56.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"] 18:11:56.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:56.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 Class"] 18:11:56.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:56.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"] 18:11:56.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:56.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"] 18:11:56.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:56.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"] 18:11:56.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:56.760 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:11:56.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:56.760 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:56.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:56.761 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:56.761 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:56.770 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:11:56.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:56.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:56.771 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:11:56.771 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:11:56.772 DEBUG [main][MenuItemLookup] Found menu:'File' 18:11:56.772 DEBUG [main][MenuItemLookup] Item match:File 18:11:56.774 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:11:56.774 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:11:56.781 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:11:56.781 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:11:56.781 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:56.781 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:11:56.781 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:11:56.781 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:11:56.781 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:11:56.782 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:11:56.782 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:11:56.782 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:11:56.782 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:11:56.782 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:11:56.782 DEBUG [main][MenuItemLookup] Found menu:'File' 18:11:56.782 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:11:56.782 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:11:56.782 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:11:56.782 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:56.782 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:11:56.782 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:56.782 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:11:56.782 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:11:56.818 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:11:56.818 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:11:56.818 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:11:56.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:11:57.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:11:57.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:11:57.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:57.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:57.015 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:11:57.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:57.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:11:57.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:57.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:57.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:57.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:57.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:57.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:11:57.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:11:57.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:11:57.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:11:57.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:57.022 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:11:57.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:57.022 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:11:57.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:11:57.022 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:11:57.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:57.039 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:11:57.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:57.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:11:57.050 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:11:57.050 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:11:57.050 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:11:57.051 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:11:57.051 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:11:57.052 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:11:57.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:11:57.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:57.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:57.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:57.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:57.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:11:57.058 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:11:57.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:11:57.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:11:57.059 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:11:57.059 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:11:57.241 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:11:57.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:57.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:57.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:11:57.242 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 18:11:57.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:11:57.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:57.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:57.245 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:11:57.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:11:57.246 DEBUG [WorkbenchTestable][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:") 18:11:57.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:57.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:57.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:57.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:57.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:11:57.333 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:11:57.335 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 18:11:57.378 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:11:57.378 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:11:57.379 DEBUG [WorkbenchTestable][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) 18:11:57.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:57.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:57.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:57.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:57.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:11:57.394 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:11:57.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:11:57.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:11:57.394 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:11:57.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:11:57.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:11:58.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:11:58.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:11:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/ProblemsViewTestProject)' is a system job, skipped 18:11:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:11:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:11:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:11:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:11:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:11:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:11:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:11:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:11:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:11:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:11:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:11:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:11:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:11:58.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:11:58.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:11:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/ProblemsViewTestProject)' is a system job, skipped 18:11:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:11:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:11:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:11:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:11:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:11:58.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:11:58.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:11:58.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:11:58.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:11:58.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:11:58.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:11:58.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:11:58.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:11:58.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:11:58.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@65ce338 is found... 18:11:58.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@65ce338 is found finished successfully 18:11:58.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 18:11:58.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:58.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:58.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:58.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:58.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:58.177 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:58.177 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 18:11:58.178 INFO [WorkbenchTestable][TextEditor] Set text to editor 18:11:58.195 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:58.231 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 18:11:58.232 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:11:58.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:11:58.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:58.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:58.235 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11:58.235 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11:58.235 DEBUG [main][MenuItemLookup] Found menu:'File' 18:11:58.235 DEBUG [main][MenuItemLookup] Item match:File 18:11:58.237 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:11:58.237 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:11:58.237 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:11:58.238 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:11:58.238 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:58.238 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:11:58.238 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:11:58.238 DEBUG [main][MenuItemLookup] Found menu:'' 18:11:58.238 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:11:58.238 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:11:58.238 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:11:58.238 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:11:58.239 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:11:58.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:11:58.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:11:58.321 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:58.322 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 18:11:58.322 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:58.323 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:58.323 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:58.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:58.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:11:58.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:58.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:58.410 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:58.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:58.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:58.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:11:58.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:58.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:58.429 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11:58.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') 18:11:58.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:58.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:58.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:58.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:58.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:58.484 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:58.484 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:58.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:58.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:58.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:58.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:58.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 18:11:58.492 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:58.493 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:58.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:58.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:58.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:58.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:58.496 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:58.496 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:58.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:58.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:58.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:58.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:58.500 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:58.501 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:58.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:58.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:58.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:58.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:58.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:58.504 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:58.505 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:58.505 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:58.505 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:58.506 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:58.506 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:58.506 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:11:58.506 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:58.506 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:58.506 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:58.506 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:58.506 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:58.510 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:58.510 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:58.510 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:58.510 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:58.510 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:58.510 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:11:58.510 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:58.510 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:58.510 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:58.510 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:58.510 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:58.510 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:11:58.510 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:58.510 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:58.510 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:58.510 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:58.510 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:58.511 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:11:58.511 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:58.511 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:58.511 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:58.511 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:58.511 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:58.511 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:11:58.511 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:58.511 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:58.511 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:58.511 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:58.511 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:58.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... (Eclipse:1178): Gtk-CRITICAL **: 18:11:59.437: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:11:59.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:11:59.513 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:59.514 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:59.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:59.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:59.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:59.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:59.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:59.517 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:59.519 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:59.519 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:59.519 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:59.519 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:59.519 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:59.519 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:11:59.519 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:59.519 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:59.519 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:59.520 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:59.520 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:59.520 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:59.520 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:59.520 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:59.520 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:59.520 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:59.520 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:11:59.520 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:59.520 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:59.520 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:59.520 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:59.520 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:59.520 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:11:59.520 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:59.520 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:59.520 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:59.520 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:59.520 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:59.521 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:11:59.521 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:59.521 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:59.521 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:59.521 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:59.521 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:59.521 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:11:59.521 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:59.521 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:59.521 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:59.521 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:59.521 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:59.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:11:59.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:11:59.522 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:59.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:59.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:59.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:59.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:59.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:59.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 18:11:59.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:59.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:59.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:59.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:59.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:11:59.531 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 18:11:59.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:11:59.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:59.532 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:11:59.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:59.532 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:11:59.533 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:11:59.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:11:59.533 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:11:59.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:11:59.534 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:11:59.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 18:11:59.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:59.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:59.582 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:59.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:59.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:59.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:11:59.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:11:59.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:11:59.622 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:11:59.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 '\*?\QProblems\E') 18:11:59.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:11:59.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:11:59.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:11:59.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:11:59.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:11:59.674 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:59.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:59.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:59.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:59.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:59.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:59.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 0. Expected number of problems is: 2... 18:11:59.678 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:59.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:59.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:59.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:59.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:59.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:59.680 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:59.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:59.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:59.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:59.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:59.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:59.682 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:11:59.683 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:11:59.683 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:11:59.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:11:59.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:11:59.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:11:59.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:11:59.685 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:11:59.687 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:59.687 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:59.687 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:59.688 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:11:59.688 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:11:59.688 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:11:59.688 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:59.688 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:59.688 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:59.688 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:59.688 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:59.688 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:11:59.688 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:11:59.688 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:11:59.689 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:11:59.689 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:11:59.689 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:11:59.689 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:59.689 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:59.689 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:59.689 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:59.689 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:59.689 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:11:59.689 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:59.689 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:59.689 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:59.689 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:59.689 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:59.690 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:11:59.690 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:59.690 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:59.690 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:59.690 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:59.690 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:59.690 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:11:59.690 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:11:59.690 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:11:59.690 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:11:59.690 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:11:59.690 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:11:59.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:12:00.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:12:00.692 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:00.693 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:00.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:00.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:00.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:12:00.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:00.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:00.697 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:12:00.699 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:00.699 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:00.699 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:00.699 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:12:00.699 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:12:00.699 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:12:00.699 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:00.699 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:00.699 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:00.699 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:00.699 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:00.699 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:00.699 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:00.699 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:00.699 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:12:00.699 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:00.700 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:00.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:12:00.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:12:00.703 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:00.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:00.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:00.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:12:00.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:00.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:00.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:00.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:00.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:00.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:00.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:00.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:00.717 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 18:12:00.717 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:12:00.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:00.717 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:12:00.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:00.746 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:12:00.747 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:12:00.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:00.748 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:12:00.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:00.748 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:12:00.749 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:00.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:00.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:00.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:00.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 18:12:00.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:00.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:00.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:00.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:00.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:00.754 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 18:12:00.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:12:00.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:00.754 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:12:00.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:00.754 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:12:00.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:12:00.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:00.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:12:00.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:00.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:12:00.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 2. Expected number of problems is: 2 finished successfully 18:12:00.756 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:00.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:00.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:00.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:00.759 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:12:00.759 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:12:00.759 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:12:00.759 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:12:00.760 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:12:00.760 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:12:00.760 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:12:00.760 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:12:00.760 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:12:00.760 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:12:00.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:12:00.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 18:12:00.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:12:00.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:00.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:00.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 "Restore Defaults") 18:12:00.885 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:00.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:00.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:00.896 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:12:00.896 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:00.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:00.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:00.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:00.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:00.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:00.910 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:12:00.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:00.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:00.911 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:00.911 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:00.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 "OK", Widget matcher matching widgets with style: 8) 18:12:00.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:00.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:00.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:00.915 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:12:00.915 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:00.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:00.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:00.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:00.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:00.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:00.931 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:12:00.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:00.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:00.932 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:00.932 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1178): Gtk-CRITICAL **: 18:12:01.012: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:12:01.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:12:01.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 18:12:01.040 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:12:01.041 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:01.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:01.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:01.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:01.100 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:01.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:01.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:01.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:01.104 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:01.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:01.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:01.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:01.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:01.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:01.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:01.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:01.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:02.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:02.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:02.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:12:02.111 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:02.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:02.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:02.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:02.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:02.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:02.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:02.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:02.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:02.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:02.115 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:12:02.115 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:12:02.116 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:12:02.117 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:12:02.121 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:12:02.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:12:02.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:02.202 DEBUG [main][MenuItemLookup] Found menu:'New' 18:12:02.203 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:12:02.203 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:02.203 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:12:02.203 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:12:02.203 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:12:02.203 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:02.203 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:12:02.203 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:12:02.203 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:12:02.203 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:12:02.203 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:02.203 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:12:02.203 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:12:02.203 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:12:02.203 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:12:02.203 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:02.203 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:12:02.203 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:12:02.203 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:02.203 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:12:02.203 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:12:02.209 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:12:02.209 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:12:02.210 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:12:02.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:12:02.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:12:02.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:12:02.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:12:02.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:12:02.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:12:02.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:12:02.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:12:02.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:12:02.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:12:02.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:12:02.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:12:02.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:12:02.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:12:02.255 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 18:12:02.255 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:12:02.255 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:12:02.256 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:12:02.260 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:12:02.260 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:12:02.260 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:02.347 DEBUG [main][MenuItemLookup] Found menu:'New' 18:12:02.348 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:12:02.348 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:02.348 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:12:02.348 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:12:02.348 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:12:02.348 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:02.348 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:12:02.348 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:12:02.348 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:12:02.348 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:12:02.348 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:12:02.349 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:12:02.349 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:12:02.349 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:12:02.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:12:02.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:12:02.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:12:02.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:02.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:02.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:02.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:02.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:12:02.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:02.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:02.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:02.659 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:12:02.659 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:02.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:02.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:02.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:02.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:02.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:02.661 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:12:02.661 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:12:02.661 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:12:02.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:02.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:02.662 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:02.662 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:02.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:12:02.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:02.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:02.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:02.663 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:12:02.663 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:02.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:02.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:02.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:02.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:02.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:02.665 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:12:02.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:02.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:02.666 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:02.666 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:02.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:12:02.691 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:12:03.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:12:03.193 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:12:03.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:12:03.196 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 18:12:03.196 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:12:03.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:12:03.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:12:03.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:12:03.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:12:03.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:12:03.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:12:03.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:12:03.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:12:03.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:12:03.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:12:03.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:12:03.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:12:03.197 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:12:03.197 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:12:03.198 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:12:03.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:03.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:03.200 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTwoProblemsExist no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:12:03.201 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:12:03.201 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideProblemColumnsNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:12:03.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:12:03.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:12:03.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:12:03.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:12:03.202 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:03.202 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:03.203 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:03.205 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:03.206 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:12:03.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:03.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"] 18:12:03.207 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:03.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"] 18:12:03.208 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:03.209 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:03.209 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:03.210 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:12:03.210 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:03.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:03.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:03.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"] 18:12:03.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:03.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:12:03.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:03.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:03.214 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:12:03.215 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:12:03.215 DEBUG [main][MenuItemLookup] Found menu:'File' 18:12:03.216 DEBUG [main][MenuItemLookup] Item match:File 18:12:03.218 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:12:03.219 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:12:03.226 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:12:03.226 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:12:03.226 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:03.226 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:12:03.226 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:12:03.226 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:12:03.226 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:12:03.226 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:12:03.226 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:12:03.226 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:12:03.226 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:12:03.226 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:12:03.226 DEBUG [main][MenuItemLookup] Found menu:'File' 18:12:03.226 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:12:03.226 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:12:03.226 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:12:03.226 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:03.226 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:12:03.226 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:03.226 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:12:03.226 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:12:03.371 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:12:03.371 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:12:03.371 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:12:03.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:12:03.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:12:03.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:12:03.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:03.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:03.573 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:12:03.573 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:03.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 18:12:03.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:03.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:03.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:03.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:03.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:03.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:12:03.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:12:03.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:12:03.628 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:12:03.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:03.628 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:12:03.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:03.628 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:12:03.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:12:03.630 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:12:03.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:03.640 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:12:03.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:03.641 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:12:03.650 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:12:03.660 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:12:03.663 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:12:03.695 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:12:03.696 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:12:03.696 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:12: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.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:12:03.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:03.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:03.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:03.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:03.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:03.704 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:12:03.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:03.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:03.705 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:03.705 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:04.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"] 18:12:04.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:04.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:04.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:12:04.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 18:12:04.120 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:12:04.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:04.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:04.123 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:12:04.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:04.124 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 18:12:04.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:12:04.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:04.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:04.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:04.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:04.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:12:04.159 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:12:04.160 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 18:12:04.205 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:12:04.205 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:12:04.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) 18:12:04.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:04.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:04.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:04.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:04.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:04.224 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:12:04.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:04.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:04.225 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:04.225 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:04.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:12:04.670 DEBUG [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 18:12:04.670 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:12:04.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:04.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:04.673 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:12:04.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:12:04.674 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:04.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:04.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:04.674 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:12:04.674 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:04.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:04.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:04.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:04.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:04.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:04.678 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:12:04.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:04.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:04.679 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:04.679 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:05.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:12:05.004 DEBUG [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 18:12:05.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:12:05.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:12:05.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:12:05.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:12:05.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:12:05.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:12:05.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:12:05.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:12:05.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:12:05.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:12:05.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:12:05.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:12:05.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:12:05.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:12:05.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:12:05.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:12:05.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:12:05.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:05.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:05.053 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:05.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:05.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:05.114 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:12:05.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:05.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:05.115 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:12:05.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:05.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:05.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:05.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:05.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:05.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:05.151 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:05.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:05.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:05.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:05.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:05.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:05.216 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:12:05.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:05.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:05.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:12:05.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:05.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:05.245 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:12:05.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:12:05.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:05.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:05.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:05.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:05.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:05.287 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:05.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:05.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:05.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:05.390 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:05.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:05.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:05.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:05.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 18:12:05.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:05.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:05.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:05.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:05.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:05.432 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:05.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:05.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:05.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:05.436 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:12:05.436 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:12:05.436 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:12:05.436 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:12:05.436 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:12:05.436 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:12:05.436 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:12:05.436 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:12:05.436 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:12:05.437 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:12:05.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:12:05.728 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 18:12:05.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:12:05.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:05.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:05.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 18:12:05.729 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:05.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:05.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:05.730 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:12:05.730 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:05.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:05.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:05.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:05.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:05.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:05.745 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:12:05.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:05.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:05.745 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:05.745 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:05.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:12:05.748 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:05.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:05.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:05.794 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:12:05.794 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:05.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:05.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:05.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:05.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:05.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:05.801 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:12:05.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:05.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:05.801 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:05.801 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:05.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:12:05.911 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 18:12:05.911 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:12:05.912 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:05.912 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:05.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:05.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:05.949 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:05.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:05.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:05.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:05.951 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:05.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:05.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:05.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:05.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:05.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:05.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:06.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:06.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:06.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:06.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:06.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:12:06.968 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:06.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:06.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:06.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:06.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 18:12:06.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:06.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:06.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:06.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:06.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:06.972 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:12:06.973 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:12:06.973 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:12:06.973 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:12:06.977 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:12:06.977 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:12:06.977 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:07.099 DEBUG [main][MenuItemLookup] Found menu:'New' 18:12:07.099 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:12:07.099 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:07.099 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:12:07.099 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:12:07.099 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:12:07.099 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:07.099 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:12:07.099 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:12:07.099 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:12:07.099 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:12:07.099 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:07.099 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:12:07.099 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:12:07.099 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:12:07.099 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:12:07.099 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:07.100 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:12:07.100 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:12:07.100 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:07.100 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:12:07.100 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:12:07.100 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:12:07.100 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:12:07.101 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:12:07.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:12:07.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:12:07.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Background Job' is a system job, skipped 18:12:07.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:12:07.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:12:07.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:12:07.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:12:07.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:12:07.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:12:07.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:12:07.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:12:07.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:12:07.605 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 18:12:07.605 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:12:07.605 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:12:07.606 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:12:07.619 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:12:07.619 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:12:07.619 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:07.912 DEBUG [main][MenuItemLookup] Found menu:'New' 18:12:07.912 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:12:07.912 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:07.912 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:12:07.912 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:12:07.912 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:12:07.912 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:07.912 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:12:07.912 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:12:07.913 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:12:07.913 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:12:07.913 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:12:07.913 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:12:07.913 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:12:07.914 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:12:08.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:12:08.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:12:08.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:12:08.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:08.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:08.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:08.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:08.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:12:08.515 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:08.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:08.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:08.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:12:08.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:08.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:08.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:08.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:08.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:08.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:08.527 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:12:08.528 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:12:08.528 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:12:08.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:08.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:08.528 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:08.528 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:08.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:12:08.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:08.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:08.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:08.529 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:12:08.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:08.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:08.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:08.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:08.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:08.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:08.533 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:12:08.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:08.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:08.533 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:08.533 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:08.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:12:08.606 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:12:09.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:12:09.119 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:12:09.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:12:09.119 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 18:12:09.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:12:09.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:12:09.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:12:09.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:12:09.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:12:09.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:12:09.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:12:09.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:12:09.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:12:09.120 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:12:09.120 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:12:09.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:12:09.120 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:12:09.120 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:12:09.120 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:12:09.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:09.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:09.123 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideProblemColumnsNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:12:09.123 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:12:09.124 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:12:09.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:12:09.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:12:09.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:12:09.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:12:09.124 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:09.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:09.126 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:09.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:09.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 Project"] 18:12:09.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:09.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"] 18:12:09.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:09.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"] 18:12:09.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:09.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: "New"] 18:12:09.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:09.132 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:12:09.133 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:09.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: "New"] 18:12:09.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:09.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"] 18:12:09.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:09.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:12:09.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:09.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:09.139 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:12:09.140 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:12:09.140 DEBUG [main][MenuItemLookup] Found menu:'File' 18:12:09.141 DEBUG [main][MenuItemLookup] Item match:File 18:12:09.145 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:12:09.145 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:12:09.196 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:12:09.196 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:12:09.196 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:09.196 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:12:09.196 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:12:09.196 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:12:09.196 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:12:09.196 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:12:09.196 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:12:09.196 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:12:09.196 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:12:09.196 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:12:09.196 DEBUG [main][MenuItemLookup] Found menu:'File' 18:12:09.196 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:12:09.196 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:12:09.197 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:12:09.197 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:09.197 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:12:09.197 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:09.197 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:12:09.197 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:12:09.232 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:12:09.232 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:12:09.233 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:12:09.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:12:09.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:12:09.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:12:09.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:09.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:09.603 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:12:09.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:09.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:12:09.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:09.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:09.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:09.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:09.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:09.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:12:09.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:12:09.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:12:09.740 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:12:09.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:09.741 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:12:09.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:09.741 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:12:09.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:12:09.742 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:12:09.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:09.743 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:12:09.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:09.743 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:12:09.792 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:12:09.793 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:12:09.793 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:12:09.794 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:12:09.795 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:12:09.795 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:12:09.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:12:09.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:09.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:09.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:09.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:09.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:09.802 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:12:09.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:09.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:09.802 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:09.802 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:10.319 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:10.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:10.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:10.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:12:10.336 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 18:12:10.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:12:10.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:10.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:10.410 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:12:10.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:10.411 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 18:12:10.411 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:12:10.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:10.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:10.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:10.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:10.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:12:10.429 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:12:10.431 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 18:12:10.525 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:12:10.525 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:12:10.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 18:12:10.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:10.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:10.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:10.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:10.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:10.534 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:12:10.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:10.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:10.534 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:10.534 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:11.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:12:11.621 DEBUG [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 18:12:11.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:12:11.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:11.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:11.624 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:12:11.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:12:11.625 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:11.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:11.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:11.625 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:12:11.625 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:11.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:11.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:11.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:11.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:11.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:11.635 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:12:11.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:11.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:11.635 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:11.635 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:12.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:12:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 18:12:12.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:12:12.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:12:12.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:12:12.214 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 18:12:12.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:12:12.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:12:12.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:12:12.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:12:12.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:12:12.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:12:12.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:12:12.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:12:12.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:12:12.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:12:12.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:12.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:12.290 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:12.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:12.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:12.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:12:12.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:12.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:12.308 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:12:12.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:12.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:12.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:12.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:12.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:12.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:12.322 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:12.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:12.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:12.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:12.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:12.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:12.402 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:12:12.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:12.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:12.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:12:12.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:12.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:12.410 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:12:12.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') 18:12:12.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:12.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:12.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:12.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:12.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:12.439 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:12.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:12.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:12.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:12.512 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:12.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:12.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:12.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:12.555 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:12:12.555 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:12:12.555 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:12:12.555 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:12:12.555 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:12:12.555 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:12:12.555 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:12:12.555 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:12:12.556 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:12:12.556 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:12:12.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:12:12.714 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 18:12:12.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:12:12.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:12.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:12.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 18:12:12.716 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:12.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:12.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:12.717 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:12:12.717 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:12.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:12.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:12.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:12.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:12.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:12.732 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:12:12.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:12.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:12.733 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:12.733 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:12.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:12:12.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:12.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:12.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:12.745 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:12:12.745 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:12.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:12.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:12.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:12.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:12.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:12.756 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:12:12.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:12.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:12.757 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:12.757 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:12.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:12:12.854 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 18:12:12.854 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:12.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:12.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:12.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:12.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 18:12:12.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:12.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:12.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:12.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:12.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:12.861 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:12.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:12.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:12.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:12.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 18:12:12.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:12.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:12.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:12.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:12.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:12.864 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:12.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:12.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:12.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:12.892 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:12:12.892 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:12:12.892 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:12:12.892 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:12:12.892 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:12:12.892 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:12:12.892 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:12:12.892 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:12:12.892 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:12:12.893 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:12:13.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:12:13.112 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 18:12:13.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:12:13.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:13.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:13.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 18:12:13.114 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:13.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:13.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:13.124 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:12:13.124 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:13.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:13.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:12:13.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:12:13.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:13.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 18:12:13.128 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 2] 'Resource', 'Location') 18:12:13.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:12:13.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:12:13.140 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 3) 18:12:13.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:12:13.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:12:13.142 TRACE [main][WidgetHandler] Notify Table with event 13 18:12:13.143 TRACE [main][WidgetHandler] Wait for synchronization 18:12:13.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "<- Hide ") 18:12:13.143 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:13.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:13.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:13.145 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:12:13.145 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:13.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:13.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:13.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:13.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:13.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:13.156 INFO [WorkbenchTestable][AbstractButton] Click button <- &Hide 18:12:13.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:13.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:13.156 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:13.156 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:13.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:12:13.201 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:13.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:13.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:13.202 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:12:13.202 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:13.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:13.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:13.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:13.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:13.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:13.210 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:12:13.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:13.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:13.211 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:13.211 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:13.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:12:13.307 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 18:12:13.307 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:13.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:13.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:13.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:13.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:13.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:13.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:13.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:13.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:13.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:13.317 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:13.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:13.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:13.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:13.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:13.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:13.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:13.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:13.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:13.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:13.323 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:13.323 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:13.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:13.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:13.330 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:12:13.330 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:12:13.330 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:12:13.330 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:12:13.330 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:12:13.330 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:12:13.330 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:12:13.331 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:12:13.331 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:12:13.331 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:12:13.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:12:13.497 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 18:12:13.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:12:13.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:13.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:13.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 18:12:13.499 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:13.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:13.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:13.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:12:13.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:13.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:13.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:13.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:13.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:13.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:13.515 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:12:13.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:13.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:13.516 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:13.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:13.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:12:13.533 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:13.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:13.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:13.535 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:12:13.535 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:13.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:13.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:13.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:13.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:13.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:13.542 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:12:13.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:13.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:13.543 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:13.543 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:13.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:12:13.689 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 18:12:13.690 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:12:13.694 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:13.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:13.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:13.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:13.737 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:13.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:13.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:13.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:13.746 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:13.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:13.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:13.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:13.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:13.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:13.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:14.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:14.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:14.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:14.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:14.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:12:14.795 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:14.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:14.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:14.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:14.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:14.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:14.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:14.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:14.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:14.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:14.805 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:12:14.807 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:12:14.807 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:12:14.808 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:12:14.814 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:12:14.815 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:12:14.815 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:14.948 DEBUG [main][MenuItemLookup] Found menu:'New' 18:12:14.948 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:12:14.948 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:14.948 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:12:14.948 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:12:14.948 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:12:14.948 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:14.948 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:12:14.948 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:12:14.948 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:12:14.948 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:12:14.948 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:14.948 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:12:14.948 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:12:14.948 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:12:14.948 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:12:14.948 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:14.948 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:12:14.948 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:12:14.948 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:14.948 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:12:14.948 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:12:14.949 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:12:14.949 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:12:14.950 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:12:14.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:12:14.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:12:15.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:12:15.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:12:15.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:12:15.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:12:15.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:12:15.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:12:15.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:12:15.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:12:15.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:12:15.491 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 18:12:15.491 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:12:15.492 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:12:15.492 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:12:15.496 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:12:15.496 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:12:15.496 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:15.611 DEBUG [main][MenuItemLookup] Found menu:'New' 18:12:15.611 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:12:15.611 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:15.611 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:12:15.611 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:12:15.611 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:12:15.611 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:15.611 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:12:15.611 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:12:15.611 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:12:15.611 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:12:15.611 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:12:15.611 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:12:15.612 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:12:15.612 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:12:15.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:12:16.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:12:16.120 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:12:16.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:16.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:16.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:16.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:16.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:12:16.215 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:16.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:16.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:16.216 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:12:16.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:16.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:16.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:16.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:16.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:16.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:16.219 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:12:16.220 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:12:16.220 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:12:16.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:16.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:16.221 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:16.221 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:16.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) 18:12:16.222 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:16.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:16.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:16.223 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:12:16.224 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:16.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:16.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:16.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:16.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:16.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:16.240 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:12:16.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:16.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:16.241 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:16.241 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:16.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:12:16.305 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:12:16.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:12:16.837 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:12:16.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:12:16.838 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 18:12:16.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:12:16.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:12:16.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:12:16.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:12:16.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:12:16.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:12:16.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:12:16.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:12:16.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:12:16.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:12:16.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:12:16.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:12:16.842 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:12:16.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:16.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:16.846 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:12:16.846 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:12:16.846 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFilterErrors no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:12:16.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:12:16.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:12:16.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:12:16.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:12:16.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"] 18:12:16.848 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:16.850 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:16.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:16.851 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:12:16.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:16.852 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:16.852 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:16.853 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:16.853 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:16.855 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:16.855 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:16.856 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:12:16.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:16.858 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:16.858 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:16.858 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:16.859 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:16.860 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:12:16.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:16.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:16.862 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:12:16.862 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:12:16.863 DEBUG [main][MenuItemLookup] Found menu:'File' 18:12:16.864 DEBUG [main][MenuItemLookup] Item match:File 18:12:16.866 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:12:16.866 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:12:16.890 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:12:16.890 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:12:16.890 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:16.890 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:12:16.890 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:12:16.890 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:12:16.890 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:12:16.890 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:12:16.890 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:12:16.890 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:12:16.890 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:12:16.890 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:12:16.890 DEBUG [main][MenuItemLookup] Found menu:'File' 18:12:16.890 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:12:16.890 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:12:16.890 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:12:16.890 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:16.890 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:12:16.890 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:16.891 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:12:16.891 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:12:16.916 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:12:16.916 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:12:16.917 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:12:17.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:12:17.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:12:17.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:12:17.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:17.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:17.224 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:12:17.224 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:17.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 18:12:17.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:17.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:17.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:17.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:17.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:17.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:12:17.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:12:17.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:12:17.304 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:12:17.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:17.305 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:12:17.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:17.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:12:17.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:12:17.307 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:12:17.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:17.308 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:12:17.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:17.309 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:12:17.328 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:12:17.396 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:12:17.397 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:12:17.398 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:12:17.398 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:12:17.398 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:12:17.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:12:17.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:17.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:17.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:17.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:17.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:17.403 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:12:17.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:17.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:17.403 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:17.403 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:18.301 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:18.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:18.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:18.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:12:18.304 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 18:12:18.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:12:18.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:18.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:18.332 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:12:18.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:18.333 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 18:12:18.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:12:18.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:18.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:18.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:18.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:18.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:12:18.399 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:12:18.401 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 18:12:18.535 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:12:18.535 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:12: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.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) 18:12:18.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:18.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:18.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:18.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:18.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:18.544 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:12:18.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:18.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:18.552 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:18.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:18.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:12:19.336 DEBUG [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 18:12:19.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:12:19.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:19.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:19.392 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:12:19.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 "Don't Create") 18:12:19.392 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:19.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:19.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:19.393 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:12:19.393 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:19.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:19.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:19.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:19.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:19.396 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:12:19.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:19.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:19.397 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:19.397 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:20.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:12:20.104 DEBUG [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 18:12:20.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:12:20.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:12:20.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:12:20.109 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:12:20.109 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 18:12:20.109 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:12:20.109 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:12:20.109 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:12:20.109 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:12:20.109 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:12:20.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:12:20.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:12:20.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:12:20.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:20.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:20.189 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:20.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:20.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:20.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:12:20.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:20.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:20.205 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:12:20.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:20.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:20.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:20.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:20.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:20.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:20.294 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:20.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:20.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:20.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:20.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:20.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:20.412 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:12:20.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:20.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:20.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:12:20.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:20.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:20.420 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:12:20.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 '\*?\QPackage Explorer\E') 18:12:20.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:20.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:20.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:20.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:20.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:20.424 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:20.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:20.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:20.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:20.525 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:12:20.526 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:20.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:20.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:20.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:20.529 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:20.529 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:20.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:20.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:20.531 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:20.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:20.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:20.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:20.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:20.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:20.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:21.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:21.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:21.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:21.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:21.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:12:21.539 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:21.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:21.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:21.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:21.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:21.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:21.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:21.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:21.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:21.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:21.549 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:12:21.550 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:12:21.551 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 18:12:21.551 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 18:12:21.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:22.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:22.053 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 18:12:22.055 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:12:22.055 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:12:22.060 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:12:22.066 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:12:22.066 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:22.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:22.067 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:22.076 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:22.077 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:12:22.077 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:22.077 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:22.077 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:22.078 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:22.078 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:22.078 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:22.079 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:22.079 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:12:22.079 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:22.079 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:22.080 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:22.080 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:22.080 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:22.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:12:22.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:22.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:22.082 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:12:22.082 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:12:22.082 DEBUG [main][MenuItemLookup] Found menu:'File' 18:12:22.082 DEBUG [main][MenuItemLookup] Item match:File 18:12:22.085 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:12:22.085 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:12:22.095 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:12:22.095 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:12:22.095 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:22.095 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:12:22.095 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:12:22.095 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:12:22.095 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:12:22.095 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:12:22.095 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:12:22.095 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:12:22.095 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:12:22.095 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:12:22.095 DEBUG [main][MenuItemLookup] Found menu:'File' 18:12:22.095 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:12:22.095 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:12:22.096 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:12:22.096 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:22.096 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:12:22.096 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:22.096 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:12:22.096 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:12:22.126 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:12:22.126 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:12:22.127 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:12:22.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:12:22.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:12:22.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:12:22.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:22.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:22.395 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:12:22.395 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:22.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:12:22.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:22.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:22.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:22.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:22.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:22.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:12:22.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:12:22.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:12:22.402 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:12:22.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:22.402 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:12:22.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:22.403 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:12:22.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:12:22.417 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:12:22.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:22.417 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:12:22.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:22.418 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:12:22.419 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:12:22.420 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:12:22.429 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:12:22.507 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:12:22.512 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:12:22.512 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:12:22.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:12:22.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:22.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:22.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:22.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:22.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:22.624 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:12:22.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:22.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:22.624 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:22.625 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:22.950 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:22.987 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:23.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:23.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:12:23.095 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 18:12:23.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:12:23.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:23.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:23.098 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:12:23.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:23.100 DEBUG [WorkbenchTestable][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:") 18:12:23.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:23.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:23.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:23.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:23.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:12:23.238 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:12:23.240 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 18:12:23.316 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:12:23.316 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:12:23.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 18:12:23.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:23.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:23.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:23.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:23.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:23.404 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:12:23.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:23.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:23.405 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:23.405 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:23.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:12:25.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:12:25.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:12:25.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:12:25.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:12:25.027 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 18:12:25.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:12:25.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:12:25.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:12:25.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:12:25.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:12:25.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:12:25.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:12:25.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:12:25.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:12:25.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:12:25.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:12:25.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:12:25.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:12:25.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:12:25.028 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 18:12:25.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:12:25.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:12:25.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:12:25.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:12:25.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:12:25.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:12:25.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:12:25.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:12:25.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:12:25.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:12:25.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:12:25.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7a8a6a37 is found... 18:12:25.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7a8a6a37 is found finished successfully 18:12:25.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 18:12:25.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:25.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:25.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:25.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:25.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:25.104 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:25.105 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 18:12:25.105 INFO [WorkbenchTestable][TextEditor] Set text to editor 18:12:25.189 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:25.197 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 18:12:25.198 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:12:25.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:12:25.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:25.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:25.200 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:12:25.200 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:12:25.201 DEBUG [main][MenuItemLookup] Found menu:'File' 18:12:25.201 DEBUG [main][MenuItemLookup] Item match:File 18:12:25.203 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:12:25.203 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:12:25.203 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:12:25.203 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:12:25.203 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:25.203 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:12:25.203 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:12:25.203 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:25.203 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:12:25.203 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:12:25.203 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:12:25.203 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:12:25.204 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:12:25.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:12:25.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:12:25.421 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:25.487 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 18:12:25.612 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:25.613 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:25.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:25.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:25.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:25.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:25.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:25.744 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:25.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:25.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:25.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:12:25.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:25.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:25.834 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:12:25.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:25.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:25.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:25.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:25.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:25.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:25.928 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:25.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:25.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:25.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:12:25.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:25.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:25.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 18:12:25.933 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:25.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:25.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:25.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:12:25.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:25.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:25.936 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:25.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:25.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:25.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:12:25.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:25.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:25.939 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:25.939 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:25.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:25.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:25.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:12:25.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:25.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:25.991 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:12:25.993 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:25.993 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:25.993 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:25.993 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:12:25.993 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:12:25.993 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:12:25.993 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:25.993 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:25.993 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:25.993 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:25.993 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:25.994 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:25.994 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:25.994 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:25.994 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:12:25.994 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:12:25.994 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:12:25.994 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:25.994 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:25.994 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:25.994 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:25.994 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:25.995 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:12:25.995 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:25.995 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:25.995 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:25.995 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:25.995 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:25.995 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:12:25.995 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:25.995 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:25.995 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:25.995 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:25.995 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:25.995 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:12:25.995 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:25.995 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:25.995 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:25.995 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:25.995 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:25.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... (Eclipse:1178): Gtk-CRITICAL **: 18:12:26.106: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:12:26.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:12:26.998 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:26.998 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:26.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:27.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:27.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:12:27.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:27.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:27.002 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:12:27.003 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:27.003 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:27.003 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:27.003 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:12:27.003 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:12:27.003 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:12:27.004 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:27.004 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:27.004 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:27.004 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:27.004 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:27.004 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:27.004 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:27.004 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:27.004 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:12:27.004 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:12:27.004 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:12:27.004 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:27.004 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:27.004 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:27.004 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:27.004 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:27.004 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:12:27.004 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:27.004 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:27.004 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:27.004 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:27.004 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:27.005 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:12:27.005 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:27.005 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:27.005 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:27.005 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:27.005 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:27.005 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:12:27.005 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:27.005 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:27.005 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:27.005 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:27.005 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:27.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:12:27.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:12:27.006 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:27.007 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:27.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:27.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:12:27.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:27.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:27.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:27.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:27.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:27.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:27.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:27.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:27.017 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 18:12:27.017 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:12:27.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:27.017 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:12:27.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:27.018 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:12:27.018 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:12:27.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:27.019 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:12:27.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:27.019 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:12:27.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 18:12:27.020 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:12:27.023 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:27.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:27.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:27.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:27.143 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:27.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:27.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:27.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:27.191 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:27.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:27.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:27.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:27.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:27.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:27.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:27.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:27.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:28.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:28.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:28.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:12:28.198 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:28.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:28.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:28.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:28.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:28.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:28.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:28.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:28.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:28.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:28.202 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:12:28.203 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:12:28.204 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 18:12:28.204 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 18:12:28.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:28.205 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 18:12:28.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:28.205 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 18:12:28.205 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:12:28.206 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:12:28.206 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:12:28.223 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:12:28.224 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:28.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:28.310 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:28.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:28.311 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:12:28.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:28.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"] 18:12:28.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:28.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"] 18:12:28.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:28.314 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:28.315 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:28.315 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:12:28.315 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:28.316 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:28.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:28.316 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:28.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:28.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:12:28.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:28.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:28.318 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:12:28.319 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:12:28.320 DEBUG [main][MenuItemLookup] Found menu:'File' 18:12:28.320 DEBUG [main][MenuItemLookup] Item match:File 18:12:28.322 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:12:28.322 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:12:28.330 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:12:28.330 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:12:28.330 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:28.330 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:12:28.330 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:12:28.330 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:12:28.330 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:12:28.330 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:12:28.330 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:12:28.330 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:12:28.330 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:12:28.331 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:12:28.331 DEBUG [main][MenuItemLookup] Found menu:'File' 18:12:28.331 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:12:28.331 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:12:28.331 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:12:28.331 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:28.331 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:12:28.331 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:28.331 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:12:28.331 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:12:28.405 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:12:28.405 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:12:28.405 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:12:28.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:12:28.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:12:28.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:12:28.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:28.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:28.903 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:12:28.903 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:28.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:12:28.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:28.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:28.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:28.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:28.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:28.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:12:28.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:12:28.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:12:28.934 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:12:28.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:28.934 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:12:28.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:28.935 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:12:28.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:12:28.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:12:28.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:28.936 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:12:28.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:28.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:12:29.018 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:12:29.018 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:12:29.019 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:12:29.020 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:12:29.031 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:12:29.031 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:12:29.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:12:29.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:29.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:29.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:29.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:29.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:29.037 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:12:29.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:29.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:29.097 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:29.097 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:29.404 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:29.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:29.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:29.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.... 18:12:29.406 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 18:12:29.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:12:29.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:29.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:29.409 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:12:29.409 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:29.409 DEBUG [WorkbenchTestable][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:") 18:12:29.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:29.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:29.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:29.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:29.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:12:29.600 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:12:29.602 INFO [WorkbenchTestable][AbstractText] Text set to: NextErrorTestClass 18:12:29.639 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:12:29.639 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:12:29.639 DEBUG [WorkbenchTestable][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) 18:12:29.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:29.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:29.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:29.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:29.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:29.704 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:12:29.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:29.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:29.704 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:29.704 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:29.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:12:31.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:12:31.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:12:31.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:12:31.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:12:31.104 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 18:12:31.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:12:31.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:12:31.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:12:31.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:12:31.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:12:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:12:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:12:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:12:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:12:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:12:31.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:12:31.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:12:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:12:31.105 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 18:12:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:12:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:12:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:12:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:12:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:12:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:12:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:12:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:12:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:12:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:12:31.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:12:31.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2ec45105 is found... 18:12:31.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2ec45105 is found finished successfully 18:12:31.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNextErrorTestClass.java\E') 18:12:31.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:31.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:31.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:31.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:31.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:31.131 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:31.131 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class NextErrorTestClass { } TooltipText=null 18:12:31.131 INFO [WorkbenchTestable][TextEditor] Set text to editor 18:12:31.197 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:31.198 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class NextErrorTestClass{ } TooltipText=null 18:12:31.198 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:12:31.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform 18:12:31.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:31.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:31.200 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 18:12:31.201 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 18:12:31.201 DEBUG [main][MenuItemLookup] Found menu:'File' 18:12:31.201 DEBUG [main][MenuItemLookup] Item match:File 18:12:31.204 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:12:31.204 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:12:31.204 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:12:31.204 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:12:31.204 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:31.204 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:12:31.204 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:12:31.204 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:31.204 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:12:31.204 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:12:31.205 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:12:31.205 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:12:31.205 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:12:31.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:12:31.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:12:31.340 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:31.341 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class NextErrorTestClass{ } TooltipText=null 18:12:31.506 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:31.513 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:31.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:31.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:31.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:31.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:31.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:31.712 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:31.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:31.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:31.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform 18:12:31.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:31.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:31.798 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 18:12:31.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:31.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:31.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:31.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:31.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:31.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:31.933 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:31.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:31.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:31.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 18:12:31.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:31.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:31.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 18:12:31.997 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:31.997 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:31.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:32.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 18:12:32.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:32.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:32.001 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:32.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:32.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:32.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 18:12:32.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:32.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:32.004 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:32.004 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:32.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:32.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:32.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 18:12:32.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:32.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:32.009 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:12:32.011 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:32.011 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:32.011 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:32.011 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:12:32.011 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:12:32.011 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:12:32.011 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:32.011 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:32.011 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:32.011 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:32.011 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:32.011 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:32.011 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:32.011 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:32.012 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:12:32.012 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:12:32.012 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:12:32.012 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:32.012 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:32.012 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:32.012 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:32.012 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:32.012 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:12:32.012 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:32.012 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:32.012 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:32.012 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:32.012 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:32.012 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:12:32.012 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:32.012 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:32.012 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:32.012 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:32.012 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:32.012 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:12:32.013 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:32.013 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:32.013 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:32.013 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:32.013 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:32.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... (Eclipse:1178): Gtk-CRITICAL **: 18:12:32.154: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:12:33.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:12:33.129 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:33.133 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:33.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:33.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:33.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 18:12:33.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:33.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:33.136 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:12:33.137 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:33.137 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:33.137 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:33.138 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:12:33.138 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:12:33.138 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 18:12:33.138 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:33.138 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:33.138 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:33.138 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:33.138 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:33.138 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:33.138 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:33.138 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:33.138 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:12:33.138 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:12:33.138 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 18:12:33.138 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:33.138 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:33.138 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:33.138 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:33.138 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:33.139 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 18:12:33.139 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:33.139 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:33.139 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:33.139 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:33.139 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:33.139 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 18:12:33.139 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:33.139 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:33.139 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:33.139 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:33.139 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:33.139 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 18:12:33.139 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:33.139 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:33.139 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:33.139 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:33.139 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:33.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:12:33.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:12:33.141 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:33.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:33.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:33.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 18:12:33.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:33.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:33.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:33.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:33.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:33.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:33.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:33.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:33.148 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 18:12:33.148 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 18:12:33.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:33.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 18:12:33.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:33.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 18:12:33.150 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 18:12:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:33.150 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 18:12:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:33.150 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 18:12:33.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 18:12:33.152 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:12:33.152 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:33.152 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:33.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:33.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:33.227 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:33.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:33.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:33.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:33.231 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:33.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:33.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:33.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:33.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:33.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:33.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:33.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:33.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:34.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:34.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:34.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:12:34.239 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:34.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:34.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:34.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:34.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:34.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:34.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:34.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:34.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:34.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:34.250 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:12:34.252 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:12:34.253 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 18:12:34.253 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 18:12:34.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:34.254 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 18:12:34.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:34.255 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 18:12:34.256 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:12:34.256 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:12:34.257 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:12:34.275 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:12:34.276 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:34.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:34.277 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:34.278 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:34.279 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:12:34.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:34.280 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:34.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:34.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"] 18:12:34.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:34.282 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:34.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:34.283 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:12:34.284 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:34.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: "New"] 18:12:34.285 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:34.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: "New"] 18:12:34.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:34.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform 18:12:34.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:34.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:34.288 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 18:12:34.288 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 18:12:34.289 DEBUG [main][MenuItemLookup] Found menu:'File' 18:12:34.289 DEBUG [main][MenuItemLookup] Item match:File 18:12:34.292 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:12:34.292 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:12:34.299 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:12:34.299 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:12:34.299 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:34.299 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:12:34.299 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:12:34.299 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:12:34.299 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:12:34.299 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:12:34.299 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:12:34.299 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:12:34.299 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:12:34.299 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:12:34.299 DEBUG [main][MenuItemLookup] Found menu:'File' 18:12:34.299 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:12:34.299 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:12:34.299 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:12:34.299 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:34.299 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:12:34.299 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:34.299 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:12:34.299 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:12:34.335 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:12:34.335 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:12:34.335 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:12:34.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:12:34.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:12:34.523 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:12:34.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:34.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:34.526 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:12:34.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:34.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:12:34.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:34.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:34.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:34.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:34.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:34.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:12:34.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:12:34.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:12:34.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:12:34.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:34.534 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:12:34.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:34.535 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:12:34.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:12:34.536 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:12:34.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:34.536 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:12:34.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:34.549 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:12:34.551 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:12:34.551 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:12:34.551 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:12:34.552 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:12:34.565 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:12:34.565 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:12:34.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) 18:12:34.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:34.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:34.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:34.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:34.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:34.580 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:12:34.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:34.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:34.581 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:34.581 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:34.767 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:34.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:34.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:34.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:12:34.769 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 18:12:34.770 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:12:34.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:34.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:34.772 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:12:34.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:34.773 DEBUG [WorkbenchTestable][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:") 18:12:34.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:34.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:34.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:34.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:34.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:12:34.847 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:12:34.849 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 18:12:34.883 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:12:34.883 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:12:34.884 DEBUG [WorkbenchTestable][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) 18:12:34.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:34.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:34.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:34.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:34.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:34.917 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:12:34.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:34.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:34.917 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:34.918 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:34.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:12:35.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:12:35.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:12:35.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/ProblemsViewTestProject)' is a system job, skipped 18:12:35.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:12:35.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:12:35.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:12:35.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:12:35.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:12:35.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:12:35.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:12:35.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:12:35.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:12:35.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:12:35.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:12:35.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:12:35.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:12:35.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:12:35.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/ProblemsViewTestProject)' is a system job, skipped 18:12:35.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:12:35.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:12:35.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:12:35.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:12:35.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:12:35.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:12:35.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:12:35.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:12:35.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:12:35.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:12:35.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:12:35.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:12:35.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:12:35.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7edf676 is found... 18:12:35.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7edf676 is found finished successfully 18:12:35.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 '\*?\QWarningTestClass.java\E') 18:12:35.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:35.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:35.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:35.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:35.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:35.647 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:35.648 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 18:12:35.648 INFO [WorkbenchTestable][TextEditor] Set text to editor 18:12:35.695 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:35.695 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 18:12:35.696 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:12:35.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:35.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:35.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:35.697 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:35.697 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:35.697 DEBUG [main][MenuItemLookup] Found menu:'File' 18:12:35.698 DEBUG [main][MenuItemLookup] Item match:File 18:12:35.699 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:12:35.699 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:12:35.699 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:12:35.700 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:12:35.700 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:35.700 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:12:35.700 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:12:35.700 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:35.700 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:12:35.700 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:12:35.700 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:12:35.700 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:12:35.700 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:12:35.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:12:35.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:12:35.783 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:35.783 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 18:12:35.783 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:35.784 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:35.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:35.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:35.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:35.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:35.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:35.876 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:35.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:35.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:35.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:35.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:35.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:35.912 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:35.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:35.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:35.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:35.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:35.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:35.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:35.968 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:35.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:35.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:35.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:35.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:35.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:35.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 18:12:35.971 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:35.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:35.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:35.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:35.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:35.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:35.975 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:35.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:35.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:35.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:35.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:35.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:35.977 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:35.978 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:35.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:35.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:35.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:35.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:35.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:35.980 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:12:35.981 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:35.981 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:35.981 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:35.981 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:12:35.981 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:12:35.981 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 18:12:35.981 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:35.981 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:35.981 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:35.981 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:35.981 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:35.982 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:35.982 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:35.982 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:35.982 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:12:35.982 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:12:35.982 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 18:12:35.982 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:35.982 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:35.982 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:35.982 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:35.982 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:35.982 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 18:12:35.982 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:35.982 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:35.982 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:35.982 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:35.982 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:35.982 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 18:12:35.982 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:35.982 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:35.982 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:35.982 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:35.982 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:35.983 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 18:12:35.983 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:35.983 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:35.983 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:35.983 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:35.983 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:35.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... (Eclipse:1178): Gtk-CRITICAL **: 18:12:36.861: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:12:36.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:12:36.984 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:36.986 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:36.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:36.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:36.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:36.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:36.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:36.990 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:12:36.992 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:36.992 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:36.992 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:36.992 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:12:36.992 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:12:36.992 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:36.992 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:36.992 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:36.992 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:36.992 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:36.992 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:36.992 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:36.993 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:36.993 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:36.993 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:12:36.993 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:12:36.993 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:36.993 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:36.993 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:36.993 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:36.993 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:36.993 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:36.993 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:36.993 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:36.993 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:36.993 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:36.993 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:36.993 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:36.993 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:36.993 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:36.993 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:36.993 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:36.993 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:36.993 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:36.993 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:37.053 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:37.053 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:37.053 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:37.053 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:37.053 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:37.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:12:37.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:12:37.060 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:37.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:37.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:37.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:37.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:37.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:37.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:37.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:37.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:37.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:37.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:37.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:37.070 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 18:12:37.102 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:12:37.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:37.105 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:12:37.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:37.105 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:12:37.105 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:12:37.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:37.107 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:12:37.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:37.107 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:12:37.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 18:12:37.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:37.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:37.125 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:37.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:37.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:37.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:37.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:37.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:37.144 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:37.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:37.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:37.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:37.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:37.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:37.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:37.197 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:37.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:37.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:37.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:37.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:37.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:37.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:37.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:37.218 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:37.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:37.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:37.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:37.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:37.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:37.234 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:37.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:37.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:37.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:37.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:37.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:37.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:37.249 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:37.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:37.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:37.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:37.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:37.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:37.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 18:12:37.253 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:37.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:37.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:37.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:37.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:37.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:37.255 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:37.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:37.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:37.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:37.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:37.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:37.257 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:37.258 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:37.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:37.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:37.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:37.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:37.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:37.260 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:12:37.262 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:37.262 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:37.262 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:37.262 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:12:37.263 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:12:37.263 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:37.263 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:37.263 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:37.263 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:37.263 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:37.263 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:37.263 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:37.263 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:37.263 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:37.263 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:12:37.263 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:12:37.264 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:37.264 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:37.264 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:37.264 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:37.264 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:37.264 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:37.264 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:37.264 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:37.264 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:37.264 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:37.264 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:37.264 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:37.264 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:37.264 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:37.264 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:37.265 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:37.265 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:37.265 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:37.265 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:37.265 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:37.265 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:37.265 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:37.265 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:37.265 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:37.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:12:38.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:12:38.267 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:38.268 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:38.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:38.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:38.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:38.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:38.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:38.271 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:12:38.272 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:38.272 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:38.272 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:38.272 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:12:38.272 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:12:38.273 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:38.273 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:38.273 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:38.273 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:38.273 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:38.273 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:38.273 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:38.273 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:38.273 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:38.273 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:12:38.273 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:12:38.273 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:38.273 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:38.273 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:38.273 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:38.273 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:38.273 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:38.273 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:38.273 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:38.273 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:38.273 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:38.273 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:38.273 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:38.274 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:38.274 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:38.274 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:38.274 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:38.274 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:38.274 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:38.274 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:38.274 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:38.274 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:38.274 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:38.274 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:38.274 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:38.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:12:38.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:12:38.275 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:38.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:38.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:38.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:38.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:38.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:38.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 18:12:38.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:38.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:38.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:38.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:38.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:38.282 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 18:12:38.282 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:12:38.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:38.283 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:12:38.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:38.283 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:12:38.283 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:12:38.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:38.284 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:12:38.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:38.284 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:12:38.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 18:12:38.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 18:12:38.317 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:38.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:38.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:38.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:38.322 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:38.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:38.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:38.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:38.325 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:38.326 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:38.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:38.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:38.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:38.329 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:12:38.331 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:38.331 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:38.331 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:38.331 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:12:38.331 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:12:38.331 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:38.331 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:38.331 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:38.331 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:38.331 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:38.331 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:38.332 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:38.332 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:38.332 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:38.332 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:12:38.332 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:12:38.333 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:38.333 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:38.333 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:38.333 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:38.333 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:38.333 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:38.334 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:38.334 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:38.334 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:38.334 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:38.334 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:38.334 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:38.334 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:38.334 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:38.335 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:38.335 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:38.335 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:38.335 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:38.336 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:38.336 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:38.336 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:38.336 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:38.336 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:38.336 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:38.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:12:39.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:12:39.338 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:39.338 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:39.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:39.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:39.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:39.342 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:12:39.343 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:39.343 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:39.343 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:39.343 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:12:39.344 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:12:39.344 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:39.344 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:39.344 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:39.344 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:39.344 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:39.344 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:39.344 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:39.344 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:39.344 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:39.344 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:12:39.344 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:12:39.344 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:39.345 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:39.345 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:39.345 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:39.345 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:39.345 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:39.345 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:39.345 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:39.345 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:39.345 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:39.345 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:39.345 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:39.345 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:39.345 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:39.345 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:39.345 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:39.345 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:39.345 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:39.346 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:39.346 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:39.346 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:39.346 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:39.346 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:39.346 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:39.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:12:39.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:12:39.347 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:39.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:39.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:39.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:39.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 18:12:39.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:39.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:39.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:39.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:39.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:39.352 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 18:12:39.352 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 18:12:39.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:39.353 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 18:12:39.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:39.353 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 18:12:39.354 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 18:12:39.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:39.354 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 18:12:39.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:39.354 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 18:12:39.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 18:12:39.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:39.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:39.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:39.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:39.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:39.379 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:39.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 '\*?\QProblems\E') 18:12:39.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:39.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:39.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:39.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:39.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:39.427 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:39.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:39.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:39.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:39.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:39.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:39.429 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:39.429 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:39.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:39.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:39.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:39.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:39.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:39.431 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:12:39.432 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:39.432 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:39.432 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:39.432 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:12:39.433 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:12:39.433 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:39.433 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:39.433 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:39.433 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:39.433 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:39.433 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:39.433 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:39.433 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:39.433 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:39.433 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:12:39.433 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:12:39.433 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:39.433 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:39.433 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:39.433 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:39.433 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:39.433 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:39.433 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:39.433 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:39.433 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:39.433 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:39.434 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:39.434 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:39.434 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:39.434 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:39.434 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:39.434 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:39.434 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:39.434 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:39.434 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:39.434 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:39.434 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:39.434 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:39.434 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:39.434 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:39.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:12:40.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:12:40.435 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:40.436 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:40.436 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:40.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:40.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:40.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:40.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:40.440 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:12:40.441 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:40.441 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:40.441 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:40.441 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:12:40.441 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:12:40.442 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:40.442 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:40.442 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:40.442 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:40.442 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:40.442 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:40.442 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:40.442 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:40.442 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:40.442 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:12:40.442 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:12:40.442 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:40.442 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:40.442 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:40.442 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:40.442 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:40.442 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:40.442 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:40.442 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:40.442 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:40.442 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:40.442 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:40.442 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:40.443 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:40.443 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:40.443 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:40.443 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:40.443 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:40.443 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:40.443 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:40.443 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:40.443 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:40.443 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:40.443 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:40.443 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:40.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:12:40.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:12:40.445 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:40.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:40.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:40.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:40.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:40.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:40.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:40.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:40.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:40.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:40.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:40.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:40.454 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 18:12:40.455 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 18:12:40.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:40.455 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 18:12:40.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:40.455 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 18:12:40.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 18:12:40.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:40.458 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 18:12:40.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:40.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 18:12:40.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 18:12:40.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:40.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:40.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:40.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:40.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:40.495 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:40.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:40.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:40.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:40.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:40.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:40.498 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:40.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:40.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:40.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:40.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:40.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:40.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:40.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:40.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:40.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:40.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:40.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:40.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 18:12:40.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:40.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:40.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:40.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:40.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:40.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:40.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:40.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:40.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:40.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:40.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:40.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:40.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:40.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:40.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:40.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:40.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:40.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:40.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:40.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:40.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:40.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:40.534 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:40.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:40.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:40.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:40.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:40.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:40.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:40.583 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:40.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:40.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:40.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:40.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:40.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:40.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 18:12:40.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:40.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:40.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:40.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:40.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:40.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 18:12:40.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:40.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:40.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:40.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:40.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:40.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:40.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:40.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:40.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:40.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:40.657 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:40.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 '\*?\QProblems\E') 18:12:40.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:40.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:40.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:40.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:40.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:40.722 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:40.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:40.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:40.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:40.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:40.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:40.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:40.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:40.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:40.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:40.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:40.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:40.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 18:12:40.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:40.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:40.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:40.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:40.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:40.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:40.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:40.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:40.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:40.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:40.831 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:40.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:40.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:40.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:40.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:40.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:40.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:40.860 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:40.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:40.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:40.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:40.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:40.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:40.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 18:12:40.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:40.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:40.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:40.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:40.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:40.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 18:12:40.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:40.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:40.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:40.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:40.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:40.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:40.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:40.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:40.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:40.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:40.936 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:40.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:40.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:40.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:41.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:41.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:41.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:41.008 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:41.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:41.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:41.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:41.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:41.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:41.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:41.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:41.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:41.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:41.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:41.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:41.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 18:12:41.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:41.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:41.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:41.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:41.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:41.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:41.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:41.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:41.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:41.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:41.095 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12: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 '\*?\QProblems\E') 18:12:41.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:41.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:41.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:41.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:41.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:41.151 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:41.152 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:41.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:41.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:41.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:41.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:41.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:41.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:41.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:41.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:41.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:41.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:41.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 18:12:41.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:41.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:41.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:41.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:41.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:41.161 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:41.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:41.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:41.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:41.164 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:41.164 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:41.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:41.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:41.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:41.167 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:12:41.169 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:41.169 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:41.169 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:41.169 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:12:41.169 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:12:41.169 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:41.169 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:41.169 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:41.169 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:41.169 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:41.169 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:41.170 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:41.170 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:41.170 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:41.170 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:12:41.170 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:12:41.170 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:41.170 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:41.170 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:41.170 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:41.170 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:41.170 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:41.170 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:41.170 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:41.170 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:41.170 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:41.170 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:41.170 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:41.171 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:41.171 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:41.171 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:41.171 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:41.171 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:41.171 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:41.171 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:41.171 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:41.171 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:41.171 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:41.171 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:41.171 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:41.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:12:42.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:12:42.173 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:42.174 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:42.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:42.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:42.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:42.178 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:12:42.179 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:42.179 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:42.179 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:42.179 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:12:42.179 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:12:42.179 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:42.180 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:12:42.180 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:42.180 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:42.181 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:42.181 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:42.181 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:42.181 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:42.181 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:42.181 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:42.181 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:42.181 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:42.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:12:42.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:12:42.182 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:42.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:42.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:42.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:42.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:42.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:42.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:42.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:42.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:42.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:42.187 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 18:12:42.187 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 18:12:42.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:42.187 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 18:12:42.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:42.187 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 18:12:42.188 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 18:12:42.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:42.188 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 18:12:42.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:42.188 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 18:12:42.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:42.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:42.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:42.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:42.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:42.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:42.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:42.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:42.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:42.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:42.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:42.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:42.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 18:12:42.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:42.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:42.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:42.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:42.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:42.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 18:12:42.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:42.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:42.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:42.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:42.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:42.199 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:42.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:42.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:42.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:42.202 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:42.202 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:42.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:42.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:42.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:42.205 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:12:42.206 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:42.206 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:42.206 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:42.206 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:12:42.206 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:12:42.206 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:42.206 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:42.206 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:42.206 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:42.206 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:42.206 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:42.206 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:42.206 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:42.206 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:42.206 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:12:42.207 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:42.207 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:42.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:12:43.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:12:43.709 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:43.710 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:43.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:43.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:43.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:43.712 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:12:43.714 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:43.714 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:43.714 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:43.714 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:12:43.714 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:12:43.714 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:43.714 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:43.714 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:43.714 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:43.714 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:43.714 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:43.714 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:43.714 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:43.714 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:43.714 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:12:43.714 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:43.715 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:43.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:12:43.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:12:43.716 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:43.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:43.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:43.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:43.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 18:12:43.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:43.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:43.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:43.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:43.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:43.720 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 18:12:43.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 18:12:43.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:43.720 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 18:12:43.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:43.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 18:12:43.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 18:12:43.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:43.721 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 18:12:43.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:43.721 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 18:12:43.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:43.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:43.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:43.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:43.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:43.741 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:43.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 '\*?\QProblems\E') 18:12:43.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:43.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:43.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:43.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:43.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:43.789 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:43.789 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:43.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:43.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:43.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:43.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:43.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 18:12:43.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:43.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:43.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:43.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:43.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:43.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:43.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:43.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:43.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:43.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:43.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:43.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:43.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:43.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:43.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:43.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:43.843 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:43.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 '\*?\QProblems\E') 18:12:43.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:43.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:43.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:43.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:43.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:43.890 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:43.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:43.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:43.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:43.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:43.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12: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 18:12:43.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:43.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:43.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:43.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:43.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:43.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 18:12:43.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:43.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:43.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:43.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:43.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:43.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:43.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:43.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:43.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:43.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:43.945 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:43.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') 18:12:43.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:43.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:44.003 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:44.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:44.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:44.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:44.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:44.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:44.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 18:12:44.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:44.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:44.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:44.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:44.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:44.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:44.063 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:44.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 '\*?\QProblems\E') 18:12:44.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:44.128 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:44.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:44.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:44.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:44.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:44.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:44.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:44.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:44.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:44.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:44.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:44.198 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:44.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:44.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:44.246 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:44.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:44.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:44.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:44.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:44.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:44.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 18:12:44.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:44.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:44.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:44.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:44.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:44.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:44.320 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:44.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:44.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:44.368 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:44.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:44.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:44.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:44.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:44.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:44.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:44.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:44.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:44.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:44.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:44.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:44.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:44.452 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:44.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:44.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:44.538 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:44.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:44.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:44.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:44.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:44.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:44.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:44.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:44.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.590 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:44.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:44.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:44.591 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:44.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') 18:12:44.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:44.637 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:44.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:44.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:44.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:44.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:44.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:44.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 18:12:44.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:44.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:44.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:44.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:44.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:44.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:44.694 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:44.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') 18:12:44.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:44.740 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:44.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:44.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:44.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:44.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:44.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:44.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 18:12:44.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:44.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 18:12:44.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:44.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:44.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:44.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:44.797 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:44.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:44.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:44.844 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:44.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:44.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:44.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:44.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:44.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:44.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:44.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:44.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:44.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:44.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:44.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:44.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:44.903 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:44.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:44.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:44.950 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:44.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:44.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:44.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:44.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:44.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:44.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 18:12:44.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:44.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:44.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:44.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:44.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:44.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:45.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:45.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:45.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:45.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:45.003 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:45.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 '\*?\QProblems\E') 18:12:45.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:45.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:45.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:45.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:45.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:45.054 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:45.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:45.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:45.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:45.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:45.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:45.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 18:12:45.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:45.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:45.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:45.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:45.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:45.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:45.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:45.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:45.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:45.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:45.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:45.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:45.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:45.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:45.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:45.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:45.120 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:45.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:45.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:45.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:45.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:45.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:45.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:45.175 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:45.175 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:45.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:45.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:45.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:45.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:45.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 18:12:45.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:45.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:45.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:45.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:45.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:45.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 18:12:45.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:45.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:45.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:45.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:45.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:45.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:45.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:45.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:45.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:45.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:45.233 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:45.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:45.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:45.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:45.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:45.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:45.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:45.280 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:45.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:45.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:45.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:45.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:45.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:45.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:45.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:45.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:45.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:45.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:45.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:45.286 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:45.286 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:45.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:45.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:45.289 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:45.290 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:45.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:45.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:45.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:45.292 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:12:45.294 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:45.294 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:45.294 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:45.294 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:12:45.295 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:12:45.295 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:45.295 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:45.295 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:45.295 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:45.295 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:45.295 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:45.296 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:45.296 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:45.296 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:45.296 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:12:45.296 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:12:45.297 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:45.297 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:45.297 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:45.297 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:45.297 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:45.297 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:45.297 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:45.298 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:45.298 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:45.298 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:45.298 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:45.298 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:45.298 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:45.298 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:45.298 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:45.298 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:45.298 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:45.298 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:45.299 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:45.299 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:45.299 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:45.299 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:45.299 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:45.299 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:45.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:12:46.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:12:46.333 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:46.334 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:46.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:46.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:46.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:46.337 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:12:46.339 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:46.339 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:46.339 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:46.339 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:12:46.339 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:12:46.339 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:46.339 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:46.339 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:46.339 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:46.339 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:46.340 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:46.340 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:46.340 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:46.340 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:46.340 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:12:46.340 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:12:46.340 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:46.340 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:46.340 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:46.340 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:46.340 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:46.340 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:46.344 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:46.344 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:46.344 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:46.344 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:46.344 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:46.344 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:46.344 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:46.344 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:46.344 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:46.344 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:46.344 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:46.344 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:46.345 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 18:12:46.345 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:46.345 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:46.345 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:46.345 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:46.345 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:46.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:12:46.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:12:46.347 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:46.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:46.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:46.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:46.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 18:12:46.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:46.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:46.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:46.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:46.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:46.356 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 18:12:46.356 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:12:46.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:46.357 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:12:46.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:46.357 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:12:46.358 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:12:46.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:46.359 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:12:46.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:46.359 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:12:46.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:46.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:46.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:46.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:46.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:46.393 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:46.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 '\*?\QProblems\E') 18:12:46.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:46.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:46.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:46.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:46.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:46.445 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:46.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:46.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:46.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:46.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:46.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:46.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:46.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:46.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:46.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:46.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:46.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:46.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 18:12:46.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:46.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:46.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:46.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:46.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:46.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:46.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:46.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:46.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:46.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:46.512 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:46.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:46.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:46.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:46.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:46.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:46.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:46.564 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:46.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:46.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:46.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:46.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:46.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:46.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 18:12:46.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:46.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:46.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:46.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:46.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:46.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 18:12:46.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:46.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:46.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:46.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:46.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:46.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:46.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:46.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:46.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:46.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:46.630 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:46.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:46.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:46.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:46.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:46.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:46.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:46.675 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:46.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:46.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:46.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:46.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:46.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:46.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:46.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:46.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:46.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:46.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:46.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:46.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 18:12:46.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:46.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:46.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:46.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:46.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:46.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:46.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:46.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:46.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:46.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:46.728 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:46.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:46.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:46.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:46.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:46.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:46.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:46.773 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:46.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:46.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:46.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:46.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:46.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:46.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 18:12:46.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:46.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:46.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:46.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:46.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:46.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:46.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:46.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:46.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:46.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:46.848 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:46.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:46.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:46.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:46.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:46.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:46.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:46.863 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:46.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:46.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:46.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:46.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:46.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:46.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 18:12:46.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:46.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:46.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:46.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:46.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:46.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 18:12:46.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:46.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:46.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:46.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:46.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:46.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:46.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:46.956 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:46.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:46.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:46.957 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:46.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 '\*?\QProblems\E') 18:12:46.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:46.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:47.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:47.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:47.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:47.004 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:47.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:47.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:47.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:47.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:47.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:47.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:47.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:47.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:47.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:47.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:47.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:47.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:47.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:47.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:47.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:47.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:47.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:47.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:47.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:47.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:12:47.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:47.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:47.061 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:12:47.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:47.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:47.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:47.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:47.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:47.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:47.109 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:47.110 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:47.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:47.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:12:47.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:47.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:47.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:47.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:47.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:47.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:47.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:47.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:47.148 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:47.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:47.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:47.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:47.152 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:12:47.152 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:12:47.152 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:12:47.152 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:12:47.152 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:12:47.152 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:12:47.152 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:12:47.152 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:12:47.152 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:12:47.153 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:12:47.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:12:47.283 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 18:12:47.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:12:47.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:47.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:47.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 "Restore Defaults") 18:12:47.284 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:47.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:47.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:47.285 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:12:47.285 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:47.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:47.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:47.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:47.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:47.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:47.298 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:12:47.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:47.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:47.299 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:47.299 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:47.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 "OK", Widget matcher matching widgets with style: 8) 18:12:47.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:47.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:47.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:47.303 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:12:47.303 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:47.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:47.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:47.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:47.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:47.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:47.315 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:12:47.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:47.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:47.316 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:47.316 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1178): Gtk-CRITICAL **: 18:12:47.396: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:12:47.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:12:47.433 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 18:12:47.434 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:12:47.434 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:47.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:47.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:47.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:47.488 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:47.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:47.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:47.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:47.491 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:47.491 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:47.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:47.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:47.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:47.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:47.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:47.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:47.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:48.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:48.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:48.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:12:48.497 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:48.497 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:48.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:48.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:48.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:48.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:48.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:48.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:48.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:48.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:48.503 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:12:48.505 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:12:48.505 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:12:48.505 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:12:48.511 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:12:48.511 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:12:48.511 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:48.598 DEBUG [main][MenuItemLookup] Found menu:'New' 18:12:48.598 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:12:48.598 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:48.598 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:12:48.598 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:12:48.598 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:12:48.598 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:48.598 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:12:48.598 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:12:48.598 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:12:48.598 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:12:48.598 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:48.598 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:12:48.598 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:12:48.599 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:12:48.599 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:12:48.599 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:48.599 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:12:48.599 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:12:48.599 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:48.599 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:12:48.599 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:12:48.599 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:12:48.599 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:12:48.599 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:12:48.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:12:48.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:12:48.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:12:48.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:12:48.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:12:48.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:12:48.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:12:48.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:12:48.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:12:48.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:12:48.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:12:48.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:12:48.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:12:48.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:12:48.695 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 18:12:48.695 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:12:48.695 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:12:48.695 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:12:48.699 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:12:48.700 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:12:48.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:48.774 DEBUG [main][MenuItemLookup] Found menu:'New' 18:12:48.774 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:12:48.774 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:48.774 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:12:48.774 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:12:48.774 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:12:48.774 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:48.774 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:12:48.774 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:12:48.774 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:12:48.774 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:12:48.774 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:12:48.774 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:12:48.774 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:12:48.775 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:12:48.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:12:49.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:12:49.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:12:49.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:49.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:49.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:49.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:49.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:12:49.606 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:49.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:49.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:49.607 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:12:49.607 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:49.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:49.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:49.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:49.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:49.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:49.609 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:12:49.610 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:12:49.610 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:12:49.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:49.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:49.611 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:49.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:49.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:12:49.612 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:49.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:49.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:49.613 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:12:49.613 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:49.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:49.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:49.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:49.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:49.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:49.624 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:12:49.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:49.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:49.625 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:49.625 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:49.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:12:49.645 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:12:50.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:12:50.147 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:12:50.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:12:50.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:12:50.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:12:50.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:12:50.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:12:50.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:12:50.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:12:50.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:12:50.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:12:50.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:12:50.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:12:50.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:12:50.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:12:50.147 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:12:50.147 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:12:50.147 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:12:50.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:50.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:50.149 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFilterErrors no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:12:50.149 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:12:50.149 INFO [WorkbenchTestable][RequirementsRunner] Started test: testProblemQuickfixWithNewDialog no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:12:50.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:12:50.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:12:50.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:12:50.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:12:50.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"] 18:12:50.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:50.152 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:50.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:50.152 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:12:50.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:50.153 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:50.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:50.154 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:50.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:50.154 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:50.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:50.155 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:12:50.155 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:50.155 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:50.156 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:50.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: "New"] 18:12:50.156 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:50.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:12:50.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:50.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:50.158 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:12:50.158 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:12:50.159 DEBUG [main][MenuItemLookup] Found menu:'File' 18:12:50.160 DEBUG [main][MenuItemLookup] Item match:File 18:12:50.162 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:12:50.162 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:12:50.169 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:12:50.169 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:12:50.169 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:50.169 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:12:50.169 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:12:50.169 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:12:50.169 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:12:50.169 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:12:50.169 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:12:50.169 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:12:50.169 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:12:50.169 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:12:50.169 DEBUG [main][MenuItemLookup] Found menu:'File' 18:12:50.169 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:12:50.169 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:12:50.169 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:12:50.169 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:50.169 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:12:50.169 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:50.169 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:12:50.169 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:12:50.193 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:12:50.193 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:12:50.194 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:12:50.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:12:50.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:12:50.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:12:50.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:50.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:50.421 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:12:50.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:50.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 18:12:50.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:50.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:50.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:50.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:50.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:50.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:12:50.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:12:50.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:12:50.451 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:12:50.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:50.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:12:50.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:50.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:12:50.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:12:50.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:12:50.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:50.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:12:50.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:50.453 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:12:50.454 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:12:50.454 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:12:50.454 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:12:50.471 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:12:50.471 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:12:50.471 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:12:50.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.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:12:50.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:50.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:50.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:50.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:50.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:50.498 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:12:50.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:50.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:50.498 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:50.498 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:50.879 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:50.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:50.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:50.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:12:50.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 18:12:50.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:12:50.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:50.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:50.933 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:12:50.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:50.934 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 18:12:50.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.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:12:50.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:50.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:50.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:50.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:50.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:12:50.954 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:12:50.956 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 18:12:51.019 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:12:51.020 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:12:51.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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) 18:12:51.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:51.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:51.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:51.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:51.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:51.036 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:12:51.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:51.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:51.044 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:51.044 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:51.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:12:52.157 DEBUG [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 18:12:52.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:12:52.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:52.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:52.167 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:12:52.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 "Don't Create") 18:12:52.167 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:12:52.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:12:52.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:12:52.168 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:12:52.168 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:12:52.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:52.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:52.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:52.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:52.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:52.172 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:12:52.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:52.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:52.173 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:52.173 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:52.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:12:52.566 DEBUG [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 18:12:52.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:12:52.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:12:52.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:12:52.567 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:12:52.567 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:12:52.567 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:12:52.567 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:12:52.567 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:12:52.567 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:12:52.567 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:12:52.567 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:12:52.567 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:12:52.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:12:52.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:52.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:52.594 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:52.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:52.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:52.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:12:52.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:52.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:52.606 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:12:52.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:12:52.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:52.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:52.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:52.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:52.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:52.618 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:52.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:52.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:52.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:52.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:52.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:52.667 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:12:52.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:52.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:52.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:12:52.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:52.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:52.691 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:12:52.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:12:52.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:52.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:52.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:52.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:52.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:52.693 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:52.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:52.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:52.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:52.744 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:12:52.744 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:52.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:52.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:52.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:52.748 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:52.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:52.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:52.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:52.750 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:52.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:52.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:52.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:52.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:52.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:52.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:53.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:53.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:53.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:53.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:12:53.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:12:53.758 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:12:53.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:12:53.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:53.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:53.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:12:53.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:53.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:53.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:53.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:53.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:53.763 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:12:53.763 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:12:53.767 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 18:12:53.767 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 18:12:53.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:54.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:54.269 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 18:12:54.271 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:12:54.271 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:12:54.272 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:12:54.286 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:12:54.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: "New"] 18:12:54.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:54.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"] 18:12:54.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:54.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"] 18:12:54.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:54.297 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:54.297 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:54.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: "New"] 18:12:54.298 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:54.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"] 18:12:54.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:54.300 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:12:54.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:54.301 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:54.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:54.302 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:54.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:54.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:12:54.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:54.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:54.305 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:12:54.306 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:12:54.307 DEBUG [main][MenuItemLookup] Found menu:'File' 18:12:54.307 DEBUG [main][MenuItemLookup] Item match:File 18:12:54.309 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:12:54.309 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:12:54.317 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:12:54.317 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:12:54.317 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:54.317 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:12:54.317 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:12:54.317 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:12:54.317 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:12:54.317 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:12:54.317 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:12:54.317 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:12:54.317 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:12:54.317 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:12:54.317 DEBUG [main][MenuItemLookup] Found menu:'File' 18:12:54.317 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:12:54.317 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:12:54.317 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:12:54.318 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:54.318 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:12:54.318 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:54.318 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:12:54.318 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:12:54.396 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:12:54.396 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:12:54.396 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:12:54.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:12:54.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:12:54.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:12:54.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:54.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:54.838 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:12:54.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:54.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 18:12:54.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:54.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:54.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:54.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:54.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:54.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:12:54.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:12:54.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:12:54.901 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:12:54.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:54.902 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:12:54.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:54.902 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:12:54.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:12:54.903 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:12:54.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:54.903 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:12:54.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:54.904 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:12:54.913 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:12:54.913 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:12:54.914 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:12:54.918 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:12:54.919 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:12:54.919 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:12:54.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:12:54.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:54.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:54.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:54.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:54.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:54.932 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:12:54.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:54.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:54.933 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:54.933 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:55.304 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:12:55.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:55.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:12:55.312 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 18:12:55.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:12:55.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:55.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:55.319 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:12:55.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:12:55.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 18:12:55.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:55.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:55.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:55.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:55.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:12:55.550 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:12:55.553 INFO [WorkbenchTestable][AbstractText] Text set to: NonExistingImportQuickFix 18:12:55.611 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:12:55.611 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:12:55.612 DEBUG [WorkbenchTestable][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) 18:12:55.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:55.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:55.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:55.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:55.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:12:55.632 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:12:55.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:12:55.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:12:55.633 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:12:55.633 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:12:55.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:12:57.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:12:57.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:12:57.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update package explorer' is a system job, skipped 18:12:57.819 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 18:12:57.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update package explorer' is a system job, skipped 18:12:57.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:12:57.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:12:57.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:12:57.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:12:57.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:12:57.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:12:57.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:12:57.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:12:57.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:12:57.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:12:57.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:12:57.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:12:57.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:12:57.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@28dc3042 is found... 18:12:57.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@28dc3042 is found finished successfully 18:12:57.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNonExistingImportQuickFix.java\E') 18:12:57.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:57.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:57.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:57.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:57.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:57.829 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:57.830 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class NonExistingImportQuickFix { } TooltipText=null 18:12:57.831 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 1 18:12:57.832 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 1, offser 0 18:12:57.904 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:57.905 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= import abc.efg.SomeClass; public class NonExistingImportQuickFix { } TooltipText=null 18:12:57.905 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:12:57.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform 18:12:57.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:57.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:57.907 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 18:12:57.907 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 18:12:57.908 DEBUG [main][MenuItemLookup] Found menu:'File' 18:12:57.908 DEBUG [main][MenuItemLookup] Item match:File 18:12:57.910 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:12:57.910 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:12:57.910 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:12:57.910 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:12:57.910 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:57.910 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:12:57.910 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:12:57.910 DEBUG [main][MenuItemLookup] Found menu:'' 18:12:57.910 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:12:57.910 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:12:57.942 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:12:57.942 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:12:57.943 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:12:58.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:12:58.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:12:58.041 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:58.043 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= import abc.efg.SomeClass; public class NonExistingImportQuickFix { } TooltipText=null 18:12:58.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:58.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:58.194 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:58.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:58.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:58.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform 18:12:58.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:58.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:58.217 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 18:12:58.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') 18:12:58.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:58.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:58.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:58.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:58.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:58.299 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:58.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:58.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:58.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:58.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 18:12:58.373 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:58.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:58.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:58.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:58.389 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:58.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:58.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:58.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:58.392 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:58.393 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:58.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:58.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:58.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:58.396 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:12:58.397 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:58.397 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:58.397 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:58.397 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:12:58.397 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:12:58.398 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:12:58.398 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:58.398 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:58.398 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:58.398 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:58.398 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:58.398 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:58.398 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:58.398 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:58.398 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:12:58.398 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:12:58.398 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:12:58.398 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:58.398 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:58.398 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:58.398 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:58.398 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:58.398 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:12:58.399 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:58.399 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:58.399 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:58.399 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:58.399 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:58.399 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:12:58.399 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:58.399 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:58.399 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:58.399 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:58.399 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:58.399 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:12:58.399 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:58.399 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:58.399 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:58.399 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:58.399 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:58.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... (Eclipse:1178): Gtk-CRITICAL **: 18:12:58.746: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:12:59.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:12:59.402 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:59.403 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:59.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:59.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:59.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:59.406 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:12:59.407 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:59.407 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:59.408 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:59.408 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:12:59.408 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:12:59.408 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:12:59.408 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:59.408 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:59.408 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:59.408 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:59.408 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:59.408 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:59.408 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:59.408 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:59.408 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:12:59.408 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:59.409 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:59.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:12:59.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:12:59.410 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:59.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:59.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:59.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:12:59.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 18:12:59.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:59.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:59.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:59.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:59.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:12:59.414 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 18:12:59.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:12:59.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:59.415 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:12:59.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:59.415 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:12:59.415 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:12:59.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:12:59.416 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:12:59.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:12:59.416 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:12:59.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 18:12:59.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:59.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:59.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform 18:12:59.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:12:59.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:12:59.436 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 18:12:59.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') 18:12:59.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:12:59.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:12:59.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:12:59.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:12:59.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:12:59.507 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:59.507 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:59.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:59.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 18:12:59.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:59.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:59.509 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:12:59.509 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:12:59.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:12:59.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:12:59.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 18:12:59.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:12:59.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:12:59.511 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:12:59.512 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:59.513 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:12:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:12:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:12:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:12:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:12:59.513 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:12:59.513 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:12:59.513 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:12:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:12:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:59.514 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:12:59.514 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:59.514 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:59.514 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:59.514 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:59.514 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:59.514 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:12:59.514 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:59.514 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:59.514 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:59.514 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:59.514 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:59.514 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:12:59.514 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:12:59.514 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:12:59.514 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:12:59.514 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:12:59.514 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:12:59.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:13:00.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:13:00.516 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:00.517 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:00.517 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:00.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:00.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 18:13:00.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:00.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:00.519 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:00.521 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:00.521 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:00.521 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:00.521 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:00.521 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:00.521 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:13:00.522 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:00.522 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:00.522 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:00.522 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:00.522 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:00.522 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:00.522 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:00.522 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:00.522 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:00.522 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:00.522 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:13:00.522 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:00.522 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:00.522 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:00.522 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:00.522 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:00.523 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:13:00.523 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:00.523 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:00.523 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:00.523 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:00.523 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:00.523 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:13:00.523 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:00.523 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:00.523 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:00.523 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:00.523 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:00.523 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:13:00.523 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:00.524 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:00.524 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:00.524 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:00.524 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:00.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:13:00.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:13:00.524 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:00.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:00.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:00.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 18:13:00.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:00.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:00.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:00.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:00.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:00.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:00.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:00.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:00.531 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 18:13:00.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:13:00.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:00.531 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:13:00.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:00.532 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:13:00.532 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:13:00.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:00.532 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:13:00.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:00.532 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:13:00.533 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item The import abc cannot be resolved 18:13:00.533 DEBUG [main][TreeItemHandler] Selecting tree item: The import abc cannot be resolved 18:13:00.533 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item The import abc cannot be resolved about selection (Eclipse:1178): Gtk-CRITICAL **: 18:13:00.564: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1178): Gtk-CRITICAL **: 18:13:00.575: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:13:00.580 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: The import abc cannot be resolved 18:13:00.580 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:13:00.580 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1178): Gtk-CRITICAL **: 18:13:00.630: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:13:00.639 DEBUG [main][MenuItemLookup] Found menu:'Go to Resource' 18:13:00.639 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:00.639 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:13:00.639 DEBUG [main][MenuItemLookup] Found menu:'Copy Details' 18:13:00.639 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:13:00.639 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 18:13:00.640 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:00.640 DEBUG [main][MenuItemLookup] Found menu:'Show In' 18:13:00.640 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 18:13:00.640 DEBUG [main][MenuItemLookup] Item match:Quick Fix Ctrl+1 18:13:00.640 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Quick Fix Ctrl+1" 18:13:00.640 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Quick Fix Ctrl+1 18:13:00.640 INFO [main][MenuItemHandler] Select menu item: &Quick Fix Ctrl+1 (Eclipse:1178): Gtk-CRITICAL **: 18:13:01.141: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:13:01.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:13:01.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:01.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:01.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:13:01.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Quick Fix 18:13:01.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:01.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:01.186 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 18:13:01.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:01.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:01.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:01.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:01.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:13:01.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:13:01.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:13:01.218 TRACE [main][WidgetHandler] Notify Table with event 13 18:13:01.218 TRACE [main][WidgetHandler] Wait for synchronization 18:13:01.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 "Finish") 18:13:01.218 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:01.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:01.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:01.219 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Quick Fix" as the parent 18:13:01.219 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:01.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:01.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:01.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:01.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:01.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:01.237 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:13:01.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:01.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:01.237 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:01.237 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:01.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable... 18:13:01.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable finished successfully 18:13:01.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:13:01.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:13:01.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:13:01.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:01.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:01.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 18:13:01.573 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:01.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:01.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:01.582 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 18:13:01.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:01.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:01.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:01.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:01.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:01.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:01.633 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:13:01.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:01.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:01.633 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:01.634 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:01.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:13:02.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:13:02.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@15726137 is found... 18:13:02.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@15726137 is found finished successfully 18:13:02.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSomeClass.java\E') 18:13:02.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:02.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:1178): Gtk-CRITICAL **: 18:13:02.988: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:13:03.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:03.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:03.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:03.004 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:03.005 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package abc.efg; public class SomeClass { } TooltipText=null 18:13:03.006 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:03.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:03.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:03.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:03.056 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:13:03.056 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:13:03.057 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:13:03.057 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:13:03.057 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:13:03.057 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:13:03.057 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:13:03.057 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:13:03.057 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:13:03.058 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:13:03.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:13:03.212 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 18:13:03.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:13:03.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:03.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:03.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 18:13:03.214 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:03.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:03.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:03.215 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:13:03.215 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:03.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:03.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:03.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:03.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:03.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:03.231 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:13:03.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:03.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:03.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:03.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:03.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:13:03.246 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:03.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:03.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:03.247 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:13:03.247 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:03.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:03.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:03.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:03.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:03.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:03.269 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:13:03.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:03.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:03.270 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:03.270 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1178): Gtk-CRITICAL **: 18:13:03.353: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:13:03.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:13:03.377 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 18:13:03.377 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:13:03.378 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:03.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:03.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:03.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:03.441 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:03.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:03.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:03.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:03.446 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:03.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:03.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:03.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:03.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:03.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:03.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:03.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:03.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:04.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:04.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:04.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:13:04.458 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:04.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:04.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:04.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:04.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:04.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:04.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:04.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:04.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:04.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:04.468 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:13:04.472 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:13:04.472 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:13:04.472 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:13:04.478 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:13:04.479 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:13:04.479 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:04.569 DEBUG [main][MenuItemLookup] Found menu:'New' 18:13:04.569 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:13:04.569 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:04.569 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:13:04.569 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:13:04.569 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:13:04.569 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:04.569 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:13:04.569 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:13:04.569 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:13:04.569 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:13:04.569 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:04.569 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:13:04.569 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:13:04.569 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:13:04.569 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:13:04.569 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:04.569 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:13:04.569 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:13:04.569 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:04.569 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:13:04.569 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:13:04.570 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:13:04.570 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:13:04.572 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:13:04.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:13:04.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:13:04.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:13:04.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:13:04.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:13:04.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:13:04.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:13:04.631 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:13:04.631 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:13:04.631 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:13:04.631 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:13:04.631 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:13:04.631 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:13:04.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:13:04.632 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 18:13:04.632 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:13:04.632 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:13:04.634 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:13:04.638 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:13:04.638 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:13:04.638 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:04.708 DEBUG [main][MenuItemLookup] Found menu:'New' 18:13:04.708 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:13:04.708 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:04.708 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:13:04.708 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:13:04.708 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:13:04.708 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:04.708 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:13:04.708 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:13:04.708 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:13:04.708 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:13:04.708 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:13:04.709 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:13:04.709 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:13:04.709 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:13:04.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 'Delete.*'] is available.... 18:13:05.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:13:05.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:13:05.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:05.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:05.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:05.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:05.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: 32) 18:13:05.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:05.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:05.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:05.482 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:13:05.482 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:05.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:05.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:05.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:05.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:05.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:05.484 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:13:05.485 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:13:05.485 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:13:05.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:05.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:05.486 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:05.486 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:05.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:13:05.486 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:05.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:05.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:05.487 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:13:05.487 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:05.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:05.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:05.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:05.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:05.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:05.490 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:13:05.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:05.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:05.490 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:05.490 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:05.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:13:05.513 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:13:06.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:13:06.014 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:13:06.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:13:06.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:13:06.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:13:06.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:13:06.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:13:06.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:13:06.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:13:06.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:13:06.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:13:06.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:13:06.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:13:06.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:13:06.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:13:06.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:13:06.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:13:06.015 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:13:06.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:06.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:06.017 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testProblemQuickfixWithNewDialog no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:13:06.017 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:13:06.017 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneWarningExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:13:06.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:13:06.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:13:06.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:13:06.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:13:06.018 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:06.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:06.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:06.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:06.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:13:06.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:06.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:06.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:06.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:06.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:06.021 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:06.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:06.022 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:13:06.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:06.022 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:06.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:06.022 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:06.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:06.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:13:06.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:06.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:06.024 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:13:06.024 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:13:06.025 DEBUG [main][MenuItemLookup] Found menu:'File' 18:13:06.026 DEBUG [main][MenuItemLookup] Item match:File 18:13:06.029 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:13:06.029 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:13:06.036 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:13:06.037 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:13:06.037 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:06.037 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:13:06.037 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:13:06.037 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:13:06.037 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:13:06.037 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:13:06.037 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:13:06.037 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:13:06.037 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:13:06.037 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:13:06.037 DEBUG [main][MenuItemLookup] Found menu:'File' 18:13:06.037 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:13:06.037 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:13:06.037 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:13:06.037 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:06.037 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:13:06.037 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:06.037 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:13:06.037 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:13:06.060 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:13:06.060 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:13:06.061 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:13:06.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:13:06.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:13:06.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:13:06.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:06.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:06.260 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:13:06.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:06.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:13:06.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:06.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:06.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:06.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:06.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:06.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:13:06.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:13:06.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:13:06.293 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:13:06.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:06.294 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:13:06.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:06.294 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:13:06.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:13:06.294 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:13:06.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:06.303 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:13:06.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:06.303 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:13:06.306 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:13:06.306 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:13:06.306 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:13:06.311 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:13:06.311 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:13:06.311 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:13:06.311 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:13:06.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:06.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:06.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:06.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:06.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:06.326 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:13:06.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:06.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:06.327 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:06.327 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:06.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"] 18:13:06.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:06.717 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:06.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:13:06.718 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 18:13:06.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:13:06.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:06.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:06.721 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:13:06.721 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:06.721 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 18:13:06.721 DEBUG [WorkbenchTestable][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:") 18:13:06.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:06.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:06.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:06.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:06.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:13:06.768 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:13:06.770 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 18:13:06.820 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:13:06.820 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:13:06.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 18:13:06.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:06.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:06.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:06.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:06.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:06.842 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:13:06.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:06.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:06.842 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:06.842 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:07.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:13:07.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. finished successfully 18:13:07.279 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:13:07.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:07.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:07.280 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:13:07.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:13:07.281 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:07.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:07.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:07.292 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:13:07.292 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:07.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:07.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:07.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:07.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:07.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:07.297 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:13:07.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:07.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:07.298 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:07.298 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:07.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:13:07.690 DEBUG [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 18:13:07.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:13:07.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:13:07.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:13:07.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:13:07.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:13:07.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:13:07.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:13:07.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:13:07.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:13:07.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:13:07.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:13:07.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:13:07.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:13:07.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:13:07.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:13:07.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:13:07.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:07.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:07.712 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:07.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:07.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:07.729 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:13:07.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:07.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:07.730 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:13:07.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') 18:13:07.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:07.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:07.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:07.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:07.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:07.745 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:07.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:07.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:07.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:07.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:07.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:07.832 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:13:07.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:07.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:07.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:13:07.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:07.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:07.837 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:13:07.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 '\*?\QPackage Explorer\E') 18:13:07.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:07.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:07.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:07.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:07.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:07.935 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:07.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:07.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:07.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:07.998 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:13:08.000 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:08.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:08.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:08.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:08.056 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:08.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:08.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:08.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:08.061 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:08.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:08.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:08.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:08.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:08.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:08.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:08.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:08.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:09.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:09.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:09.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:13:09.099 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:09.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:09.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:09.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:09.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 18:13:09.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:09.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:09.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:09.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:09.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:09.103 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:13:09.104 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:13:09.105 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 18:13:09.105 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 18:13:09.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:09.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:09.607 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 18:13:09.610 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:13:09.610 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:13:09.610 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:13:09.615 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:13:09.616 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:09.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:09.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"] 18:13:09.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:09.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 Class"] 18:13:09.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:09.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: "New"] 18:13:09.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:09.629 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:09.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:09.630 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:09.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:09.631 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:13:09.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:09.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"] 18:13:09.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:09.632 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:09.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:09.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:13:09.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:09.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:09.634 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:13:09.634 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:13:09.635 DEBUG [main][MenuItemLookup] Found menu:'File' 18:13:09.635 DEBUG [main][MenuItemLookup] Item match:File 18:13:09.637 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:13:09.637 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:13:09.644 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:13:09.644 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:13:09.644 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:09.644 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:13:09.644 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:13:09.644 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:13:09.644 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:13:09.644 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:13:09.644 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:13:09.644 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:13:09.644 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:13:09.644 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:13:09.644 DEBUG [main][MenuItemLookup] Found menu:'File' 18:13:09.644 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:13:09.644 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:13:09.644 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:13:09.644 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:09.645 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:13:09.645 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:09.645 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:13:09.645 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:13:09.646 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:13:09.646 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:13:09.647 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:13:09.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:13:09.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:13:09.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:13:09.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:10.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:10.004 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:13:10.004 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:10.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:13:10.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:10.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:10.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:10.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:10.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:10.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:13:10.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:13:10.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:13:10.025 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:13:10.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:10.026 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:13:10.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:10.027 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:13:10.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:13:10.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:13:10.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:10.039 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:13:10.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:10.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:13:10.101 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:13:10.102 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:13:10.103 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:13:10.123 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:13:10.124 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:13:10.124 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:13:10.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:13:10.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:10.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:10.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:10.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:10.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:10.135 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:13:10.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:10.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:10.135 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:10.135 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:10.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"] 18:13:10.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:10.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:10.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:13:10.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 18:13:10.523 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:13:10.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:10.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:10.525 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:13:10.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:10.664 DEBUG [WorkbenchTestable][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:") 18:13:10.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:10.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:10.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:10.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:10.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:13:10.893 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:13:10.899 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 18:13:10.946 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:13:10.946 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:13:10.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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) 18:13:10.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:10.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:11.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:11.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:11.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:11.031 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:13:11.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:11.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:11.032 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:11.032 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:11.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:13:12.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:13:12.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:13:12.437 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 18:13:12.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:13:12.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:13:12.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:13:12.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:13:12.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:13:12.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:13:12.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:13:12.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:13:12.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:13:12.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:13:12.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:13:12.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:13:12.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:13:12.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:13:12.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:13:12.437 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 18:13:12.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:13:12.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:13:12.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:13:12.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:13:12.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:13:12.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:13:12.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:13:12.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:13:12.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:13:12.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:13:12.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:13:12.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:13:12.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:13:12.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:13:12.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5a41ad20 is found... 18:13:12.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5a41ad20 is found finished successfully 18:13:12.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 18:13:12.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:12.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:12.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:12.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:12.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:12.592 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:12.593 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 18:13:12.593 INFO [WorkbenchTestable][TextEditor] Set text to editor 18:13:12.700 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:12.701 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 18:13:12.701 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:13:12.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:13:12.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:12.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:12.705 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:13:12.705 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:13:12.706 DEBUG [main][MenuItemLookup] Found menu:'File' 18:13:12.706 DEBUG [main][MenuItemLookup] Item match:File 18:13:12.710 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:13:12.710 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:13:12.710 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:13:12.710 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:13:12.710 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:12.710 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:13:12.710 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:13:12.710 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:12.711 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:13:12.711 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:13:12.822 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:13:12.822 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:13:12.823 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:13:12.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:13:13.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:13:13.103 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:13.104 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 18:13:13.105 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:13.105 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:13.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:13.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:13.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:13.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:13.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:13.231 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:13.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:13.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:13.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:13:13.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:13.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:13.297 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:13:13.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:13:13.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:13.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:13.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:13.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:13.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:13.343 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:13.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:13.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:13.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:13:13.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:13.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:13.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 18:13:13.390 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:13.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:13.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:13.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:13:13.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:13.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:13.394 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:13.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:13.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:13.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:13:13.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:13.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:13.396 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:13.397 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:13.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:13.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:13.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:13:13.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:13.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:13.399 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:13.401 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:13.401 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:13.401 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:13.504 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:13.504 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:13.504 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:13:13.504 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:13.504 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:13.504 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:13.504 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:13.504 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:13.505 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:13.505 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:13.505 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:13.505 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:13.505 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:13.505 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:13:13.509 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:13.509 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:13.509 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:13.509 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:13.509 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:13.510 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:13:13.510 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:13.510 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:13.510 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:13.510 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:13.510 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:13.510 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:13:13.510 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:13.510 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:13.510 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:13.510 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:13.510 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:13.510 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:13:13.510 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:13.510 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:13.510 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:13.511 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:13.511 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:13.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... (Eclipse:1178): Gtk-CRITICAL **: 18:13:13.732: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:13:14.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:13:14.517 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:14.522 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:14.523 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:14.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:14.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:13:14.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:14.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:14.526 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:14.527 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:14.527 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:14.527 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:14.527 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:14.528 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:14.528 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:14.528 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:14.528 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:14.528 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:14.528 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:14.528 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:14.528 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:14.528 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:14.528 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:14.528 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:14.528 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:14.528 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:14.528 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:14.528 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:14.528 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:14.528 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:14.528 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:14.528 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:14.528 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:14.529 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:14.529 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:14.529 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:14.529 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:14.529 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:14.529 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:14.529 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:14.529 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:14.529 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:14.529 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:14.529 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:14.529 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:14.529 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:14.529 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:14.529 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:14.529 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:14.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:13:14.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:13:14.531 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:14.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:14.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:14.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:13:14.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:14.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:14.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 18:13:14.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:14.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:14.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:14.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:14.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:14.539 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 18:13:14.540 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:13:14.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:14.540 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:13:14.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:14.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:13:14.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:13:14.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:14.542 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:13:14.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:14.542 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:13:14.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 18:13:14.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:14.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:14.610 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:14.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:14.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:14.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:13:14.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:14.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:14.627 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:13:14.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') 18:13:14.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:14.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:14.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:14.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:14.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:14.698 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:14.699 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:14.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:14.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:13:14.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:14.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:14.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 0. Expected number of problems is: 1... 18:13:14.702 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:14.702 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:14.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:14.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:13:14.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:14.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:14.707 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:14.707 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:14.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:14.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:13:14.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:14.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:14.710 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:14.711 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:14.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:14.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:14.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:13:14.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:14.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:14.714 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:14.716 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:14.716 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:14.716 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:14.716 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:14.716 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:14.716 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:14.716 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:14.716 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:14.716 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:14.716 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:14.716 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:14.716 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:14.716 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:14.716 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:14.716 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:14.716 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:14.716 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:14.716 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:14.717 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:14.717 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:14.717 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:14.717 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:14.717 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:14.717 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:14.717 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:14.717 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:14.717 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:14.717 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:14.717 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:14.717 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:14.717 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:14.717 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:14.717 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:14.717 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:14.717 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:14.717 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:14.717 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:14.717 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:14.717 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:14.717 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:14.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:13:15.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:13:15.721 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:15.722 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:15.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:15.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:15.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:13:15.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:15.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:15.726 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:15.728 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:15.728 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:15.728 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:15.728 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:15.728 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:15.728 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:15.728 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:15.728 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:15.728 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:15.728 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:15.728 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:15.728 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:15.728 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:15.728 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:15.728 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:15.728 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:15.728 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:15.728 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:15.728 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:15.728 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:15.728 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:15.729 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:15.729 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:15.729 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:15.729 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:15.729 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:15.729 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:15.729 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:15.729 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:15.729 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:15.729 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:15.729 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:15.729 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:15.729 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:15.729 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:15.729 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:15.729 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:15.729 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:15.729 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:15.729 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:15.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:13:15.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:13:15.731 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:15.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:15.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:15.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:13:15.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:15.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:15.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 18:13:15.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:15.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:15.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:15.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:15.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:15.740 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 18:13:15.740 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:13:15.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:15.741 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:13:15.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:15.741 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:13:15.741 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:13:15.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:15.742 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:13:15.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:15.742 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:13:15.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 1. Expected number of problems is: 1 finished successfully 18:13:15.743 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:15.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:15.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:15.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:15.746 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:13:15.746 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:13:15.747 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:13:15.747 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:13:15.747 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:13:15.747 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:13:15.747 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:13:15.747 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:13:15.747 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:13:15.747 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:13:15.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:13:15.898 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 18:13:15.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:13:15.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:15.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:15.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 "Restore Defaults") 18:13:15.912 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:15.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:15.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:15.913 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:13:15.913 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:15.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:15.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:15.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:15.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:15.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:15.928 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:13:15.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:15.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:15.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:15.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:15.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) 18:13:15.932 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:15.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:15.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:15.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:13:15.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:15.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:15.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:15.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:15.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:15.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:15.947 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:13:15.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:15.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:15.947 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:15.947 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1178): Gtk-CRITICAL **: 18:13:16.027: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:13:16.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:13:16.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 18:13:16.053 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:13:16.058 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:16.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:16.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:16.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:16.108 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:16.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:16.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:16.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:16.111 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:16.112 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:16.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:16.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:16.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:16.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:16.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:16.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:16.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:17.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:17.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:17.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:13:17.119 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:17.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:17.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:17.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:17.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:17.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:17.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:17.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:17.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:17.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:17.125 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:13:17.125 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:13:17.126 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:13:17.126 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:13:17.131 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:13:17.131 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:13:17.131 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:17.221 DEBUG [main][MenuItemLookup] Found menu:'New' 18:13:17.221 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:13:17.221 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:17.221 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:13:17.221 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:13:17.221 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:13:17.221 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:17.221 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:13:17.221 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:13:17.221 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:13:17.221 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:13:17.221 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:17.221 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:13:17.221 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:13:17.221 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:13:17.221 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:13:17.221 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:17.221 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:13:17.221 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:13:17.221 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:17.221 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:13:17.221 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:13:17.222 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:13:17.222 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:13:17.223 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:13:17.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:13:17.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:13:17.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:13:17.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:13:17.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:13:17.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:13:17.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:13:17.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:13:17.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:13:17.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:13:17.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:13:17.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:13:17.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:13:17.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:13:17.300 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 18:13:17.300 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:13:17.301 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:13:17.301 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:13:17.310 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:13:17.310 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:13:17.310 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:17.427 DEBUG [main][MenuItemLookup] Found menu:'New' 18:13:17.427 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:13:17.427 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:17.427 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:13:17.427 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:13:17.427 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:13:17.427 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:17.427 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:13:17.427 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:13:17.427 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:13:17.427 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:13:17.427 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:13:17.449 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:13:17.449 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:13:17.487 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:13:17.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 'Delete.*'] is available.... 18:13:17.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:13:17.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:13:17.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:17.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:17.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:17.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:17.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: 32) 18:13:17.933 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:17.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:17.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:17.940 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:13:17.940 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:17.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:17.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:17.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:17.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:17.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:17.948 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:13:17.949 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:13:17.949 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:13:17.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:17.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:17.950 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:17.950 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:17.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:13:17.951 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:17.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:17.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:17.960 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:13:17.960 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:17.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:17.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:17.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:17.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:17.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:17.965 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:13:17.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:17.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:17.965 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:17.965 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:18.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:13:18.012 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:13:18.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:13:18.514 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:13:18.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:13:18.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:13:18.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:13:18.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:13:18.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:13:18.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:13:18.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:13:18.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:13:18.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:13:18.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:13:18.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:13:18.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:13:18.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:13:18.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:13:18.515 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:13:18.515 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:13:18.515 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:13:18.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:18.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:18.519 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneWarningExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:13:18.519 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:13:18.519 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideProblemColumnsEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:13:18.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:13:18.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:13:18.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:13:18.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:13:18.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"] 18:13:18.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:18.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"] 18:13:18.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:18.522 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:13:18.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:18.524 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:18.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:18.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: "New"] 18:13:18.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:18.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: "New"] 18:13:18.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:18.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: "New Java Project"] 18:13:18.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:18.528 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:18.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:18.528 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:18.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:18.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:13:18.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:18.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:18.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:13:18.531 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:13:18.532 DEBUG [main][MenuItemLookup] Found menu:'File' 18:13:18.533 DEBUG [main][MenuItemLookup] Item match:File 18:13:18.535 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:13:18.535 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:13:18.543 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:13:18.543 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:13:18.543 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:18.543 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:13:18.543 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:13:18.543 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:13:18.543 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:13:18.543 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:13:18.543 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:13:18.543 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:13:18.543 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:13:18.543 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:13:18.543 DEBUG [main][MenuItemLookup] Found menu:'File' 18:13:18.543 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:13:18.543 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:13:18.543 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:13:18.543 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:18.543 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:13:18.543 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:18.543 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:13:18.543 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:13:18.568 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:13:18.568 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:13:18.568 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:13:18.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:13:18.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:13:18.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:13:18.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:18.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:18.776 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:13:18.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:18.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:13:18.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:18.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:18.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:18.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:18.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:18.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:13:18.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:13:18.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:13:18.791 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:13:18.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:18.792 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:13:18.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:18.792 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:13:18.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:13:18.805 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:13:18.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:18.805 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:13:18.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:18.805 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:13:18.807 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:13:18.807 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:13:18.808 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:13:18.822 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:13:18.823 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:13:18.823 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:13:18.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:13:18.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:18.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:18.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:18.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:18.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:18.828 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:13:18.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:18.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:18.828 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:18.828 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:19.254 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:19.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:19.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:19.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:13:19.263 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 18:13:19.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:13:19.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:19.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:19.265 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:13:19.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:19.265 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 18:13:19.266 DEBUG [WorkbenchTestable][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:") 18:13:19.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:19.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:19.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:19.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:19.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:13:19.298 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:13:19.300 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 18:13:19.348 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:13:19.348 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:13:19.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 18:13:19.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:19.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:19.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:19.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:19.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:19.367 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:13:19.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:19.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:19.367 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:19.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:19.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:13:19.953 DEBUG [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 18:13:19.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:13:19.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:19.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:19.955 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:13:19.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 "Don't Create") 18:13:19.955 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:19.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:19.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:19.955 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:13:19.955 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:19.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:19.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:19.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:19.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:19.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:19.959 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:13:19.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:19.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:19.959 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:19.960 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:20.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:13:20.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. finished successfully 18:13:20.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:13:20.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:13:20.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:13:20.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 18:13:20.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:13:20.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:13:20.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:13:20.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:13:20.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:13:20.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:13:20.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:13:20.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:13:20.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:13:20.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:13:20.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:13:20.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:13:20.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:20.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:20.387 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:20.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:20.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:20.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:13:20.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:20.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:20.403 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:13:20.404 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:13:20.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:20.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:20.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:20.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:20.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:20.447 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:20.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:20.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:20.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:20.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:20.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:20.600 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:13:20.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:20.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:20.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:13:20.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:20.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:20.610 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:13:20.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') 18:13:20.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:20.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:20.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:20.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:20.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:20.617 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:20.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:20.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:20.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:20.787 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:20.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:20.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:20.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:20.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:20.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:20.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:20.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:20.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:20.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:20.831 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:20.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:20.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:20.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:20.835 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:13:20.835 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:13:20.835 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:13:20.835 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:13:20.835 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:13:20.835 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:13:20.835 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:13:20.835 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:13:20.835 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:13:20.887 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:13:21.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:13:21.169 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 18:13:21.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:13:21.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:21.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:21.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 18:13:21.195 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:21.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:21.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:21.196 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:13:21.196 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:21.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:21.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:21.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:21.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:21.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:21.206 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:13:21.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:21.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:21.206 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:21.206 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:21.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 "OK", Widget matcher matching widgets with style: 8) 18:13:21.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:21.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:21.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:21.210 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:13:21.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:21.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:21.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:21.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:21.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:21.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:21.224 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:13:21.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:21.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:21.224 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:21.224 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:21.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:13:21.409 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 18:13:21.410 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:13:21.411 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:21.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:21.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:21.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:21.489 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:21.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:21.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:21.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:21.497 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:21.497 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:21.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:21.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:21.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:21.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:21.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:22.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:22.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:22.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:22.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:22.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:13:22.506 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:22.506 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:22.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:22.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:22.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:22.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:22.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:22.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:22.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:22.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:22.514 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:13:22.516 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:13:22.516 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:13:22.517 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:13:22.528 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:13:22.529 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:13:22.529 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:22.696 DEBUG [main][MenuItemLookup] Found menu:'New' 18:13:22.696 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:13:22.696 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:22.696 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:13:22.696 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:13:22.696 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:13:22.696 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:22.696 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:13:22.696 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:13:22.696 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:13:22.696 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:13:22.696 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:22.696 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:13:22.696 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:13:22.696 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:13:22.696 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:13:22.697 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:22.697 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:13:22.697 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:13:22.697 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:22.697 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:13:22.697 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:13:22.697 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:13:22.697 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:13:22.697 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:13:22.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:13:22.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:13:23.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:13:23.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:13:23.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:13:23.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:13:23.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:13:23.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:13:23.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:13:23.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:13:23.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:13:23.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:13:23.200 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 18:13:23.200 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:13:23.200 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:13:23.201 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:13:23.205 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:13:23.205 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:13:23.205 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:23.319 DEBUG [main][MenuItemLookup] Found menu:'New' 18:13:23.319 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:13:23.319 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:23.319 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:13:23.319 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:13:23.319 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:13:23.319 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:23.319 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:13:23.319 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:13:23.319 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:13:23.319 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:13:23.319 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:13:23.320 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:13:23.320 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:13:23.321 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:13:23.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:13:23.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 'Delete.*'] is available. finished successfully 18:13:23.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:13:23.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:23.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:23.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:23.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:23.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:13:23.792 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:23.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:23.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:23.795 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:13:23.831 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:23.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:23.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:23.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:23.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:23.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:23.835 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:13:23.836 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:13:23.837 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:13:23.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:23.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:23.838 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:23.838 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:23.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:13:23.839 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:23.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:23.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:23.840 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:13:23.840 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:23.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:23.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:23.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:23.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:23.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:23.848 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:13:23.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:23.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:23.857 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:23.857 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:23.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:13:23.911 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:13:24.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:13:24.413 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:13:24.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:13:24.413 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 18:13:24.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:13:24.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:13:24.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:13:24.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:13:24.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:13:24.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:13:24.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:13:24.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:13:24.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:13:24.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:13:24.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:13:24.413 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:13:24.413 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:13:24.413 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:13:24.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:24.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:24.415 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideProblemColumnsEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:13:24.415 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:13:24.415 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:13:24.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:13:24.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:13:24.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:13:24.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:13:24.416 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:24.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:24.416 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:24.417 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:24.417 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:13:24.417 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:24.417 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:24.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:24.418 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:24.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:24.418 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:24.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:24.419 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:13:24.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:24.419 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:24.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:24.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"] 18:13:24.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:24.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:13:24.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:24.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:24.422 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:13:24.422 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:13:24.423 DEBUG [main][MenuItemLookup] Found menu:'File' 18:13:24.425 DEBUG [main][MenuItemLookup] Item match:File 18:13:24.428 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:13:24.428 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:13:24.437 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:13:24.437 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:13:24.437 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:24.437 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:13:24.437 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:13:24.437 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:13:24.437 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:13:24.437 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:13:24.437 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:13:24.437 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:13:24.437 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:13:24.437 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:13:24.437 DEBUG [main][MenuItemLookup] Found menu:'File' 18:13:24.437 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:13:24.437 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:13:24.437 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:13:24.437 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:24.437 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:13:24.437 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:24.437 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:13:24.437 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:13:24.496 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:13:24.496 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:13:24.496 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:13:24.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:13:24.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:13:24.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:13:24.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:24.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:24.845 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:13:24.845 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:24.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:13:24.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:24.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:24.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:24.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:24.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:24.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:13:24.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:13:24.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:13:24.918 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:13:24.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:24.919 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:13:24.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:24.919 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:13:25.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:13:25.046 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:13:25.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:25.047 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:13:25.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:25.048 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:13:25.050 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:13:25.050 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:13:25.050 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:13:25.051 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:13:25.051 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:13:25.051 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:13:25.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:13:25.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:25.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:25.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:25.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:25.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:25.093 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:13:25.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:25.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:25.093 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:25.093 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:25.768 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:25.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:25.814 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:25.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:13:25.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 18:13:25.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:13:25.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:25.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:25.818 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:13:25.818 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:25.820 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 18:13: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.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:13:25.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:25.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:25.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:25.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:25.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:13:25.855 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:13:25.856 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 18:13:25.936 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:13:25.936 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:13:25.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.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) 18:13:25.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:25.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:25.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:25.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:25.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:25.954 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:13:25.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:25.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:25.955 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:25.955 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:26.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.... 18:13:26.832 DEBUG [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 18:13:26.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:13:26.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:26.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:26.835 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:13:26.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 "Don't Create") 18:13:26.835 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:26.837 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:13:26.837 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:26.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:26.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:26.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:26.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:26.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:26.893 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:13:26.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:26.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:26.894 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:26.894 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:27.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:13:27.792 DEBUG [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 18:13:27.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:13:27.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:13:27.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:13:27.793 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 18:13:27.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:13:27.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:13:27.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:13:27.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:13:27.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:13:27.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:13:27.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:13:27.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:13:27.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:13:27.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:27.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:27.832 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:27.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:27.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:27.915 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:13:27.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:27.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:27.917 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:13:27.917 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:13:27.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:27.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:27.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:27.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:27.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:27.941 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:27.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:28.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:28.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:28.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:28.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:28.043 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:13:28.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:28.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:28.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:13:28.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:28.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:28.090 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:13:28.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 '\*?\QPackage Explorer\E') 18:13:28.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:28.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:28.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:28.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:28.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:28.104 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:28.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:28.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:28.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:28.307 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:28.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:28.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:28.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:28.416 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:13:28.416 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:13:28.416 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:13:28.416 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:13:28.416 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:13:28.416 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:13:28.416 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:13:28.416 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:13:28.416 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:13:28.417 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:13:28.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:13:28.644 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 18:13:28.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:13:28.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:28.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:28.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 18:13:28.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:28.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:28.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:28.646 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:13:28.646 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:28.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:28.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:28.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:28.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:28.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:28.661 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:13:28.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:28.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:28.662 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:28.662 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:28.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:13:28.697 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:28.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:28.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:28.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:13:28.701 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:28.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:28.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:28.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:28.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:28.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:28.724 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:13:28.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:28.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:28.725 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:28.726 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:28.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:13:28.827 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 18:13:28.830 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:28.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:28.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:28.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:28.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 18:13:28.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:28.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:28.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:28.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:28.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:28.840 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:28.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:28.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:28.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:28.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 18:13:28.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:28.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:28.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:28.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:28.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:28.849 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:28.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:28.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:28.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:28.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 18:13:28.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:28.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:28.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:28.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:28.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:28.857 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:28.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:28.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:28.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:28.860 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:13:28.860 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:13:28.860 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:13:28.860 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:13:28.860 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:13:28.860 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:13:28.860 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:13:28.860 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:13:28.860 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:13:28.861 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:13:29.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:13:29.062 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 18:13:29.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:13:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:29.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:13:29.064 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:29.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:29.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:29.065 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:13:29.065 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:29.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:29.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:29.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:29.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:29.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:13:29.096 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 2] 'ID', 'Creation Time') 18:13:29.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:13:29.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:13:29.108 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0, 1) 18:13:29.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:13:29.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:13:29.109 TRACE [main][WidgetHandler] Notify Table with event 13 18:13:29.109 TRACE [main][WidgetHandler] Wait for synchronization 18:13:29.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 "Show ->") 18:13:29.110 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:29.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:29.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:29.112 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:13:29.112 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:29.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:29.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:29.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:29.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:29.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:29.123 INFO [WorkbenchTestable][AbstractButton] Click button &Show -> 18:13:29.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:29.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:29.124 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:29.124 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:29.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", Widget matcher matching widgets with style: 8) 18:13:29.130 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:29.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:29.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:29.131 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:13:29.131 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:29.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:29.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:29.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:29.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:29.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:29.147 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:13:29.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:29.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:29.148 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:29.148 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:29.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:13:29.412 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 18:13:29.413 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:29.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:29.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:29.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:29.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 18:13:29.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:29.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:29.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:29.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:29.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:29.419 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:29.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:29.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:29.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:29.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:29.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:29.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:29.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:29.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:29.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:29.429 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:29.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:29.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:29.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:29.433 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:13:29.433 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:13:29.433 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:13:29.433 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:13:29.433 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:13:29.433 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:13:29.433 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:13:29.434 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:13:29.434 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:13:29.434 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:13:29.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:13:29.702 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 18:13:29.702 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:13:29.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:29.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:29.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 18:13:29.705 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:29.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:29.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:29.707 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:13:29.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:29.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:29.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:29.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:29.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:29.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:29.722 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:13:29.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:29.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:29.723 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:29.723 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:29.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:13:29.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:29.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:29.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:29.727 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:13:29.727 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:29.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:29.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:29.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:29.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:29.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:29.794 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:13:29.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:29.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:29.794 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:29.794 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:29.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:13:29.928 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 18:13:29.929 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:13:30.044 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:30.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:30.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:30.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:30.115 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:30.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:30.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:30.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:30.119 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:30.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:30.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:30.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:30.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:30.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:30.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:30.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:30.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:31.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:31.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:31.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:13:31.127 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:31.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:31.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:31.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:31.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 18:13:31.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:31.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:31.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:31.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:31.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:31.135 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:13:31.136 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:13:31.136 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:13:31.137 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:13:31.145 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:13:31.145 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:13:31.145 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'New' 18:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:13:31.225 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:31.226 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:13:31.226 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:13:31.226 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:13:31.226 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:13:31.228 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:13:31.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:13:31.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:13:31.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:13:31.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:13:31.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:13:31.731 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:13:31.731 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:13:31.731 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:13:31.731 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:13:31.731 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:13:31.731 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:13:31.731 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:13:31.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:13:31.731 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 18:13:31.732 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:13:31.732 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:13:31.733 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:13:31.737 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:13:31.738 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:13:31.738 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:31.895 DEBUG [main][MenuItemLookup] Found menu:'New' 18:13:31.895 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:13:31.895 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:31.895 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:13:31.895 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:13:31.895 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:13:31.895 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:31.895 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:13:31.895 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:13:31.895 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:13:31.895 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:13:31.895 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:13:31.896 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:13:31.896 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:13:31.897 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:13:32.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:13:32.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:13:32.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:13:32.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:32.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:32.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:32.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:32.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:13:32.457 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:32.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:32.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:32.458 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:13:32.458 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:32.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:32.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:32.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:32.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:32.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:32.492 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:13:32.493 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:13:32.494 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:13:32.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:32.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:32.495 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:32.495 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:32.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:13:32.500 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:32.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:32.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:32.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:13:32.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:32.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:32.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:32.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:32.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:32.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:32.506 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:13:32.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:32.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:32.507 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:32.507 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:32.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:13:32.534 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:13:33.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:13:33.035 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:13:33.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:13:33.035 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 18:13:33.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:13:33.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:13:33.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:13:33.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:13:33.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:13:33.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:13:33.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:13:33.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:13:33.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:13:33.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:13:33.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:13:33.041 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:13:33.041 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:13:33.041 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:13:33.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:33.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:33.043 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:13:33.044 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:13:33.044 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFilterWarnings no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:13:33.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:13:33.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:13:33.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:13:33.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:13:33.045 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:33.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:33.045 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:33.046 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:33.046 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:13:33.046 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:33.047 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:33.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:33.047 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:33.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:33.048 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:33.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:33.048 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:13:33.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:33.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"] 18:13:33.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:33.050 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:33.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:33.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:13:33.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:33.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:33.052 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:13:33.052 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:13:33.053 DEBUG [main][MenuItemLookup] Found menu:'File' 18:13:33.054 DEBUG [main][MenuItemLookup] Item match:File 18:13:33.056 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:13:33.056 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:13:33.063 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:13:33.063 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:13:33.063 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:33.063 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:13:33.063 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:13:33.063 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:13:33.063 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:13:33.063 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:13:33.063 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:13:33.063 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:13:33.063 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:13:33.063 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:13:33.063 DEBUG [main][MenuItemLookup] Found menu:'File' 18:13:33.063 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:13:33.063 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:13:33.063 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:13:33.063 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:33.063 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:13:33.063 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:33.063 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:13:33.063 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:13:33.087 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:13:33.087 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:13:33.088 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:13:33.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:13:33.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:13:33.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:13:33.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:33.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:33.333 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:13:33.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:33.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 18:13:33.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:33.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:33.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:33.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:33.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:33.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:13:33.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:13:33.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:13:33.349 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:13:33.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:33.350 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:13:33.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:33.350 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:13:33.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:13:33.350 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:13:33.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:33.351 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:13:33.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:33.351 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:13:33.431 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:13:33.431 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:13:33.431 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:13:33.432 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:13:33.432 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:13:33.432 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:13:33.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) 18:13:33.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:33.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:33.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:33.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:33.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:33.437 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:13:33.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:33.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:33.437 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:33.437 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:34.024 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:34.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:34.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:34.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:13:34.030 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 18:13:34.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:13:34.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:34.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:34.033 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:13:34.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:34.034 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 18:13:34.035 DEBUG [WorkbenchTestable][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:") 18:13:34.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:34.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:34.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:34.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:34.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:13:34.195 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:13:34.197 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 18:13:34.352 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:13:34.352 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:13:34.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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) 18:13:34.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:34.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:34.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:34.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:34.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:34.403 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:13:34.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:34.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:34.404 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:34.404 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:34.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:13:35.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. finished successfully 18:13:35.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:13:35.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:35.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:35.521 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:13:35.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 18:13:35.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:13:35.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:13:35.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:13:35.522 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:13:35.522 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:13:35.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:35.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:35.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:35.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:35.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:35.592 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:13:35.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:35.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:35.593 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:35.593 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:36.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:13:36.138 DEBUG [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 18:13:36.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:13:36.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:13:36.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:13:36.139 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 18:13:36.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:13:36.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:13:36.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:13:36.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:13:36.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:13:36.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:13:36.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:13:36.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:13:36.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:13:36.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:13:36.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:36.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:36.154 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:36.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:36.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:36.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:13:36.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:36.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:36.189 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:13:36.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 '\*?\QProblems\E') 18:13:36.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:36.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:36.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:36.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:36.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:36.211 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:36.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:36.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:36.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:36.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:36.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:36.294 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:13:36.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:36.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:36.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:13:36.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:36.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:36.301 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:13:36.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:13:36.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:36.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:36.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:36.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:36.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:36.330 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:36.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:36.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:36.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:36.391 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:13:36.391 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:36.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:36.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:36.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:36.394 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:36.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:36.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:36.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:36.397 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:36.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:36.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:36.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:36.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:36.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:36.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:36.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:36.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:37.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:37.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:37.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:13:37.407 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:37.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:37.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:37.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:37.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 18:13:37.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:37.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:37.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:37.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:37.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:37.411 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:13:37.412 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:13:37.413 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 18:13:37.413 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 18:13:37.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:37.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:37.970 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 18:13:37.972 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:13:37.972 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:13:37.973 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:13:37.977 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:13:37.977 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:37.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:37.978 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:37.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:37.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:13:37.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:37.997 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:37.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:37.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"] 18:13:37.999 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:37.999 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:38.000 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:38.000 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:13:38.000 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:38.001 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:38.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:38.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"] 18:13:38.002 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:38.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:13:38.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:38.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:38.004 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:13:38.004 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:13:38.004 DEBUG [main][MenuItemLookup] Found menu:'File' 18:13:38.004 DEBUG [main][MenuItemLookup] Item match:File 18:13:38.016 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:13:38.016 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:13:38.023 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:13:38.023 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:13:38.023 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:38.023 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:13:38.023 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:13:38.023 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:13:38.023 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:13:38.023 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:13:38.023 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:13:38.023 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:13:38.023 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:13:38.023 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:13:38.023 DEBUG [main][MenuItemLookup] Found menu:'File' 18:13:38.023 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:13:38.023 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:13:38.024 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:13:38.024 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:38.024 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:13:38.024 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:38.024 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:13:38.024 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:13:38.104 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:13:38.105 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:13:38.105 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:13:38.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:13:38.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:13:38.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:13:38.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:38.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:38.405 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:13:38.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:38.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:13:38.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:38.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:38.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:38.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:38.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:38.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:13:38.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:13:38.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:13:38.411 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:13:38.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:38.412 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:13:38.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:38.412 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:13:38.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:13:38.413 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:13:38.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:38.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:13:38.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:38.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:13:38.427 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:13:38.427 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:13:38.428 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:13:38.441 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:13:38.441 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:13:38.442 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:13:38.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:13:38.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:38.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:38.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:38.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:38.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:38.447 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:13:38.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:38.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:38.447 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:38.448 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:38.737 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:38.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:38.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:38.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:13:38.740 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 18:13:38.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:13:38.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:38.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:38.743 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:13:38.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:38.744 DEBUG [WorkbenchTestable][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:") 18:13:38.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:38.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:38.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:38.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:38.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:13:38.903 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:13:38.907 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 18:13:38.950 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:13:38.950 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:13:38.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 18:13:38.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:38.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:39.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:39.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:39.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:39.007 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:13:39.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:39.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:39.007 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:39.007 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:39.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:13:40.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:13:40.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:13:40.125 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 18:13:40.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:13:40.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:13:40.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:13:40.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:13:40.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:13:40.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:13:40.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:13:40.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:13:40.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:13:40.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:13:40.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:13:40.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:13:40.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:13:40.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:13:40.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:13:40.126 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 18:13:40.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:13:40.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:13:40.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:13:40.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:13:40.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:13:40.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:13:40.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:13:40.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:13:40.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:13:40.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:13:40.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:13:40.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:13:40.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:13:40.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:13:40.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@45bae047 is found... 18:13:40.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@45bae047 is found finished successfully 18:13:40.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 18:13:40.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:40.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:40.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:40.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:40.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:40.230 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:40.230 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 18:13:40.230 INFO [WorkbenchTestable][TextEditor] Set text to editor 18:13:40.315 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:40.316 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 18:13:40.316 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:13:40.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:13:40.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:40.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:40.318 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:13:40.318 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:13:40.319 DEBUG [main][MenuItemLookup] Found menu:'File' 18:13:40.319 DEBUG [main][MenuItemLookup] Item match:File 18:13:40.321 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:13:40.321 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:13:40.321 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:13:40.321 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:13:40.321 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:40.321 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:13:40.321 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:13:40.321 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:40.321 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:13:40.321 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:13:40.322 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:13:40.322 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:13:40.323 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:13:40.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:13:40.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:13:40.730 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:40.730 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 18:13:40.731 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:40.820 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:40.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:40.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:40.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:40.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:41.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:41.039 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:41.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:41.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:41.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:13:41.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:41.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:41.118 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:13:41.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') 18:13:41.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:41.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:41.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:41.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:41.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:41.136 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:41.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:41.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:41.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:13:41.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:41.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:41.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 18:13:41.139 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:41.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:41.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:41.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:13:41.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:41.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:41.196 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:41.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:41.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:41.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:13:41.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:41.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:41.200 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:41.200 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:41.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:41.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:41.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:13:41.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:41.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... (Eclipse:1178): Gtk-CRITICAL **: 18:13:41.204: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:13:41.212 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:41.213 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:41.213 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:41.214 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:41.214 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:41.214 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:41.214 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:41.214 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:41.214 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:41.214 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:41.214 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:41.214 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:41.214 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:41.214 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:41.214 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:41.214 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:41.214 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:41.214 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:41.214 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:41.214 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:41.214 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:41.214 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:41.214 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:41.215 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:41.215 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:41.215 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:41.215 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:41.215 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:41.215 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:41.215 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:41.215 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:41.215 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:41.215 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:41.215 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:41.215 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:41.215 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:41.215 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:41.215 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:41.215 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:41.215 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:41.215 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:41.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:13:42.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:13:42.243 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:42.243 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:42.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:42.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:42.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:13:42.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:42.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:42.247 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:42.248 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:42.248 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:42.248 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:42.248 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:42.248 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:42.248 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:42.248 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:42.248 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:42.248 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:42.248 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:42.248 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:42.248 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:42.249 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:42.249 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:42.249 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:42.250 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:42.250 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:42.250 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:42.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:13:42.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:13:42.251 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:42.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:42.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:42.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:13:42.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:42.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:42.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 18:13:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:42.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:42.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:42.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:42.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:42.259 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 18:13:42.259 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:13:42.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:42.260 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:13:42.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:42.260 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:13:42.260 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:13:42.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:42.261 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:13:42.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:42.261 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:13:42.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 18:13:42.262 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:13:42.262 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:42.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:42.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:42.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:42.408 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:42.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:42.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:42.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:42.411 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:42.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:42.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:42.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:42.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:42.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:42.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:42.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:42.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:43.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:43.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:43.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:13:43.417 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:43.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:43.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:43.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:43.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:43.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:43.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:43.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:43.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:43.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:43.430 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:13:43.431 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:13:43.433 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 18:13:43.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 18:13:43.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:43.434 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 18:13:43.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:43.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 18:13:43.436 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:13:43.436 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:13:43.436 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:13:43.451 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:13:43.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: "New"] 18:13:43.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:43.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"] 18:13:43.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:43.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"] 18:13:43.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:43.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: "New"] 18:13:43.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:43.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"] 18:13:43.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:43.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"] 18:13:43.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:43.456 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:13:43.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:43.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: "New"] 18:13:43.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:43.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"] 18:13:43.458 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:43.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:13:43.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:43.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:43.460 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:13:43.461 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:13:43.461 DEBUG [main][MenuItemLookup] Found menu:'File' 18:13:43.461 DEBUG [main][MenuItemLookup] Item match:File 18:13:43.488 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:13:43.488 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:13:43.496 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:13:43.496 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:13:43.496 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:43.496 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:13:43.496 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:13:43.496 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:13:43.496 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:13:43.496 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:13:43.496 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:13:43.496 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:13:43.496 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:13:43.496 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:13:43.496 DEBUG [main][MenuItemLookup] Found menu:'File' 18:13:43.496 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:13:43.496 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:13:43.496 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:13:43.496 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:43.496 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:13:43.496 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:43.496 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:13:43.496 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:13:43.613 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:13:43.613 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:13:43.614 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:13:43.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:13:43.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:13:43.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:13:43.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:43.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:43.899 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:13:43.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:43.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:13:43.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:43.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:43.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:43.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:43.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:43.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:13:43.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:13:43.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:13:43.947 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:13:43.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:43.947 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:13:43.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:43.948 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:13:43.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:13:43.948 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:13:43.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:43.949 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:13:43.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:43.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:13:43.998 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:13:43.998 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:13:43.998 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:13:43.999 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:13:44.000 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:13:44.000 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:13:44.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:13:44.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:44.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:44.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:44.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:44.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:44.015 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:13:44.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:44.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:44.016 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:44.016 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:44.319 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:44.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:44.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:44.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:13:44.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 18:13:44.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:13:44.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:44.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:44.323 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:13:44.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:44.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 18:13:44.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:44.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:44.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:44.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:44.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:13:44.417 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:13:44.419 INFO [WorkbenchTestable][AbstractText] Text set to: NextWarningTestClass 18:13:44.465 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:13:44.465 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:13:44.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 18:13:44.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:44.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:44.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:44.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:44.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:44.518 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:13:44.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:44.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:44.519 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:44.520 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:44.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:13:45.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:13:45.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:13:45.631 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 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:13:45.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:13:45.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:13:45.632 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 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:13:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:13:45.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:13:45.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:13:45.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:13:45.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:13:45.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4f1e8d3 is found... 18:13:45.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4f1e8d3 is found finished successfully 18:13:45.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNextWarningTestClass.java\E') 18:13:45.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:45.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:45.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:45.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:45.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:45.730 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:45.731 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class NextWarningTestClass { } TooltipText=null 18:13:45.731 INFO [WorkbenchTestable][TextEditor] Set text to editor 18:13:45.840 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:45.841 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class NextWarningTestClass{ private int i; } TooltipText=null 18:13:45.892 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:13:45.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform 18:13:45.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:45.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:45.895 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 18:13:45.895 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 18:13:45.896 DEBUG [main][MenuItemLookup] Found menu:'File' 18:13:45.896 DEBUG [main][MenuItemLookup] Item match:File 18:13:45.898 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:13:45.898 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:13:45.898 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:13:45.898 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:13:45.898 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:45.898 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:13:45.898 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:13:45.898 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:45.898 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:13:45.898 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:13:45.899 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:13:45.899 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:13:45.899 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:13:46.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:13:46.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:13:46.034 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:46.035 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class NextWarningTestClass{ private int i; } TooltipText=null 18:13:46.035 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:46.037 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:46.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:46.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:46.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:46.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:46.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:46.356 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:46.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:46.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:46.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform 18:13:46.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:46.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:46.399 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 18:13:46.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:13:46.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:46.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:46.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:46.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:46.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:46.463 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:46.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:46.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:46.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 18:13:46.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:46.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:46.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 18:13:46.487 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:46.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:46.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:46.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 18:13:46.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:46.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:46.489 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:46.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:46.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:46.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 18:13:46.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:46.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:46.492 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:46.493 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:46.493 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:46.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:46.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 18:13:46.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:46.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:46.497 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:46.498 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:46.498 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:46.498 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:46.498 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:46.498 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:46.499 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:46.499 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:46.499 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:46.500 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:46.500 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:46.500 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:13:46.500 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:46.500 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:46.500 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:46.500 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:46.500 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:46.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... (Eclipse:1178): Gtk-CRITICAL **: 18:13:46.814: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:13:47.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:13:47.502 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:47.503 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:47.503 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:47.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:47.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 18:13:47.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:47.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:47.507 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:47.508 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:47.508 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:47.508 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:47.508 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:47.509 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:47.509 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 18:13:47.509 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:47.509 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:47.509 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:47.509 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:47.509 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:47.509 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:47.509 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:47.509 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:47.509 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:47.509 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:47.509 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 18:13:47.509 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:47.509 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:47.509 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:47.509 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:47.509 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:47.509 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 18:13:47.509 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:47.510 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:47.510 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:47.510 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:47.510 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:47.510 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 18:13:47.510 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:47.510 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:47.510 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:47.510 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:47.510 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:47.510 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 18:13:47.510 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:47.510 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:47.510 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:47.510 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:47.510 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:47.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:13:47.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:13:47.511 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:47.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:47.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:47.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 18:13:47.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:47.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:47.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:47.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:47.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:47.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:47.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:47.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:47.517 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 18:13:47.517 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 18:13:47.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:47.517 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 18:13:47.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:47.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 18:13:47.518 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 18:13:47.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:47.518 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 18:13:47.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:47.518 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 18:13:47.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 18:13:47.519 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:13:47.519 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:47.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:47.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:47.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:47.613 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:47.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:47.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:47.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:47.617 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:47.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:47.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:47.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:47.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:47.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:47.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:48.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:48.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:48.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:48.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:13:48.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:13:48.626 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:13:48.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:13:48.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:48.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13: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 18:13:48.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:48.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:48.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:48.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:48.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:48.632 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:13:48.634 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:13:48.634 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 18:13:48.635 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 18:13:48.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:48.635 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 18:13:48.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:48.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 18:13:48.636 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:13:48.636 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:13:48.636 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:13:48.650 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:13:48.650 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:48.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:48.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"] 18:13:48.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:48.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"] 18:13:48.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:48.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"] 18:13:48.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:48.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"] 18:13:48.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:48.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"] 18:13:48.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:48.655 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:13:48.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:48.655 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:48.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:48.656 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:13:48.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:48.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform 18:13:48.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:48.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:48.696 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 18:13:48.696 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 18:13:48.697 DEBUG [main][MenuItemLookup] Found menu:'File' 18:13:48.697 DEBUG [main][MenuItemLookup] Item match:File 18:13:48.699 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:13:48.699 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:13:48.706 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:13:48.706 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:13:48.706 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:48.706 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:13:48.706 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:13:48.706 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:13:48.706 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:13:48.706 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:13:48.706 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:13:48.706 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:13:48.706 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:13:48.706 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:13:48.706 DEBUG [main][MenuItemLookup] Found menu:'File' 18:13:48.706 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:13:48.707 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:13:48.707 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:13:48.707 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:48.707 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:13:48.707 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:48.707 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:13:48.707 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:13:48.708 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:13:48.708 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:13:48.709 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:13:48.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:13:48.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:13:48.915 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:13:48.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:48.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:48.919 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:13:48.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:48.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 18:13:48.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:48.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:48.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:48.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:48.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:48.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:13:48.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:13:48.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:13:48.925 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:13:48.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:48.926 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:13:48.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:48.926 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:13:48.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:13:48.927 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:13:48.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:48.927 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:13:48.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:48.927 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:13:48.940 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:13:48.941 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:13:48.941 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:13:48.942 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:13:48.942 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:13:48.942 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:13:48.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:13:48.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:48.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:48.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:48.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:48.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:48.955 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:13:48.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:48.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:48.956 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:48.956 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:49.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"] 18:13:49.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:49.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:49.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:13:49.140 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 18:13:49.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:13:49.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:49.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:49.141 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:13:49.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:13:49.143 DEBUG [WorkbenchTestable][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:") 18:13:49.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:49.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:49.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:49.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:49.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:13:49.213 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:13:49.216 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 18:13:49.251 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:13:49.251 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:13:49.251 DEBUG [WorkbenchTestable][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) 18:13:49.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:49.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:49.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:49.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:49.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:13:49.267 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:13:49.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:13:49.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:13:49.268 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:13:49.268 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:13:49.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:13:50.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:13:50.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:13:50.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:13:50.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:13:50.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:13:50.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:13:50.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:13:50.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:13:50.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:13:50.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:13:50.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:13:50.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:13:50.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:13:50.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:13:50.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:13:50.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:13:50.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:13:50.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:13:50.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:13:50.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:13:50.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:13:50.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:13:50.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:13:50.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:13:50.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:13:50.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:13:50.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:13:50.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:13:50.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:13:50.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:13:50.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:13:50.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@28c5aa3 is found... 18:13:50.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@28c5aa3 is found finished successfully 18:13:50.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 18:13:50.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:50.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:50.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:50.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:50.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:50.073 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:50.073 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 18:13:50.074 INFO [WorkbenchTestable][TextEditor] Set text to editor 18:13:50.095 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:50.095 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 18:13:50.095 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:13:50.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:50.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:50.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:50.097 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:50.098 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:50.098 DEBUG [main][MenuItemLookup] Found menu:'File' 18:13:50.098 DEBUG [main][MenuItemLookup] Item match:File 18:13:50.100 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:13:50.100 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:13:50.100 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:13:50.100 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:13:50.100 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:50.100 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:13:50.100 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:13:50.100 DEBUG [main][MenuItemLookup] Found menu:'' 18:13:50.100 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:13:50.100 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:13:50.129 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:13:50.129 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:13:50.129 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:13:50.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:13:50.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:13:50.211 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:50.212 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 18:13:50.215 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:50.216 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:50.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:50.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:50.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:50.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:50.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:50.317 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:50.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:50.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:50.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:50.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:50.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:50.343 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:50.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 '\*?\QProblems\E') 18:13:50.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:50.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:50.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:50.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:50.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:50.389 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:50.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:50.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:50.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:50.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:50.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:50.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 18:13:50.392 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:50.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:50.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:50.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:50.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:50.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:50.394 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:50.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:50.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:50.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:50.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:50.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:50.397 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:50.397 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:50.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:50.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:50.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:50.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:50.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:50.400 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:50.401 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:50.401 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:50.401 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:50.401 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:50.401 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:50.402 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 18:13:50.402 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:50.402 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:50.402 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:50.402 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:50.402 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:50.402 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:50.402 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:50.402 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:50.402 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:50.402 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:50.402 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 18:13:50.402 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:50.402 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:50.402 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:50.402 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:50.402 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:50.402 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 18:13:50.402 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:50.402 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:50.402 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:50.402 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:50.402 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:50.403 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 18:13:50.403 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:50.403 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:50.403 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:50.403 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:50.403 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:50.403 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 18:13:50.403 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:50.403 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:50.403 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:50.403 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:50.403 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:50.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... (Eclipse:1178): Gtk-CRITICAL **: 18:13:51.138: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:13:51.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:13:51.404 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:51.406 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:51.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:51.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:51.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:51.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:51.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:51.409 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:51.410 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:51.411 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:51.411 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:51.411 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:51.411 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:51.411 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:51.411 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:51.411 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:51.411 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:51.411 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:51.411 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:51.411 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:51.411 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:51.411 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:51.411 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:51.411 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:51.411 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:51.411 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:51.411 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:51.411 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:51.411 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:51.411 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:51.412 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:51.412 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:51.412 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:51.412 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:51.412 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:51.412 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:51.412 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:51.412 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:51.412 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:51.412 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:51.412 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:51.412 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:51.412 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:51.412 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:51.412 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:51.412 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:51.412 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:51.412 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:51.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:13:51.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:13:51.415 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:51.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:51.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:51.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:51.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:51.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:51.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 18:13:51.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:51.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:51.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:51.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:51.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:51.426 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 18:13:51.427 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:13:51.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:51.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:13:51.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:51.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:13:51.429 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:13:51.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:51.430 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:13:51.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:51.430 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:13:51.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 18:13:51.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:51.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:51.482 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:51.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:51.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:51.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:51.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:51.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:51.537 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:51.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:13:51.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:51.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:51.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:51.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:51.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:51.554 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:51.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:51.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:51.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:51.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:51.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:51.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:51.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:51.574 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:51.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:51.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:51.590 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:51.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:51.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:51.591 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:51.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') 18:13:51.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:51.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:51.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:51.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:51.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:51.608 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:51.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:51.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:51.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:51.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:51.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:51.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 18:13:51.612 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:51.612 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:51.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:51.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:51.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:51.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:51.616 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:51.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:51.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:51.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:51.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:51.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:51.620 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:51.621 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:51.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:51.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:51.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:51.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:51.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:51.624 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:51.626 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:51.626 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:51.626 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:51.626 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:51.627 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:51.627 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:51.627 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:51.627 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:51.627 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:51.628 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:51.628 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:51.628 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:51.628 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:51.628 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:51.628 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:51.628 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:51.628 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:51.628 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:51.628 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:51.628 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:51.628 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:51.629 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:51.629 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:51.630 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:51.630 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:51.630 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:51.630 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:51.630 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:51.630 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:51.631 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:51.631 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:51.631 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:51.631 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:51.631 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:51.631 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:51.631 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:51.631 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:51.631 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:51.631 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:51.631 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:51.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:13:52.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:13:52.634 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:52.635 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:52.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:52.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:52.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:52.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:52.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:52.638 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:52.640 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:52.640 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:52.640 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:52.640 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:52.640 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:52.640 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:52.640 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:52.640 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:52.640 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:52.640 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:52.640 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:52.640 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:52.640 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:52.640 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:52.640 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:52.640 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:52.641 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:52.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:13:52.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:13:52.642 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:52.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:52.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:52.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:52.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:52.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:52.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 18:13:52.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:52.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:52.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:52.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:52.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:52.649 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 18:13:52.649 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 18:13:52.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:52.650 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 18:13:52.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:52.650 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 18:13:52.650 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 18:13:52.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:52.652 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 18:13:52.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:52.681 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 18:13:52.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 18:13:52.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 18:13:52.684 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:52.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:52.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:52.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:52.688 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:52.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:52.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:52.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:52.692 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:52.693 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:52.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:52.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:52.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:52.695 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:52.697 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:52.697 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:52.697 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:52.697 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:52.697 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:52.697 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:52.697 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:52.697 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:52.697 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:52.697 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:52.697 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:52.697 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:52.698 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:52.698 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:52.698 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:52.698 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:52.698 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:52.698 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:52.698 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:52.698 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:52.698 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:52.698 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:52.698 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:52.698 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:52.698 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:52.698 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:52.698 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:52.698 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:52.698 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:52.698 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:52.698 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:52.698 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:52.698 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:52.698 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:52.699 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:52.699 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:52.699 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:52.699 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:52.699 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:52.699 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:52.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:13:53.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:13:53.701 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:53.702 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:53.702 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:53.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:53.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:53.705 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:53.707 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:53.707 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:53.707 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:53.713 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:53.713 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:53.713 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:53.713 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:53.713 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:53.713 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:53.713 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:53.713 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:53.713 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:53.714 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:53.714 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:53.714 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:53.714 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:53.714 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:53.714 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:53.714 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:53.714 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:53.714 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:53.714 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:53.714 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:53.714 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:53.714 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:53.714 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:53.714 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:53.714 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:53.715 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:53.715 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:53.715 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:53.715 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:53.715 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:53.715 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:53.715 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:53.715 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:53.715 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:53.715 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:53.715 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:53.715 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:53.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:13:53.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:13:53.717 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:53.717 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:53.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:53.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:53.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:53.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:53.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:53.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:53.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:53.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:53.724 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 18:13:53.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:13:53.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:53.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:13:53.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:53.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:13:53.726 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:13:53.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:53.727 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:13:53.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:53.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:13:53.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 18:13:53.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:53.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:53.747 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:53.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:53.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:53.749 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:53.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:13:53.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:53.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:53.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:53.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:53.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:53.816 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:53.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:53.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:53.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:53.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:53.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:53.819 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:53.819 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:53.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:53.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:53.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:53.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:53.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:53.823 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:53.824 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:53.824 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:53.824 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:53.824 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:53.824 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:53.825 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:53.825 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:53.825 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:53.825 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:53.825 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:53.825 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:53.825 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:53.825 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:53.825 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:53.825 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:53.825 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:53.825 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:53.826 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:53.826 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:53.826 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:53.826 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:53.826 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:53.826 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:53.826 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:53.826 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:53.826 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:53.826 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:53.826 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:53.826 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:53.826 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:53.826 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:53.826 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:53.826 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:53.826 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:53.827 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:53.827 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:53.827 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:53.827 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:53.827 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:53.827 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:53.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:13:54.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:13:54.829 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:54.829 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:54.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:54.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:54.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:54.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:54.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:54.833 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:54.835 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:54.835 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:54.835 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:54.835 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:54.835 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:54.835 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:54.835 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:54.835 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:54.835 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:54.835 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:54.835 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:54.835 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:54.835 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:54.835 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:54.835 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:54.835 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:54.835 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:54.836 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:54.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:13:54.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:13:54.837 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:54.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:54.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:54.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:54.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:54.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:54.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 18:13:54.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:54.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:54.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:54.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:54.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:54.846 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 18:13:54.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 18:13:54.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:54.847 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 18:13:54.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:54.847 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 18:13:54.881 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 18:13:54.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:54.883 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 18:13:54.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:54.883 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 18:13:54.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 18:13:54.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:54.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:54.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:54.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:54.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:54.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:54.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:54.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:54.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:54.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:54.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:54.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 18:13:54.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:54.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:54.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:54.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:54.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:54.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 18:13:54.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:54.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:54.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:54.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:54.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:54.891 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:54.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:54.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:54.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:54.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:54.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:54.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 18:13:54.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:54.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:54.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:54.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:54.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:54.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:54.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:54.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:54.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:54.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:54.913 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:54.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:13:54.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:54.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:54.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:54.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:54.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:54.962 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:54.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:54.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:54.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:54.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:54.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:54.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:54.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:54.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:54.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:54.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:54.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:54.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 18:13:54.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:54.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:54.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:54.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:54.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:54.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:55.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:55.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:55.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:55.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:55.022 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:55.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') 18:13:55.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:55.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:55.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:55.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:55.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:55.071 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:55.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:55.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:55.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:55.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:55.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:55.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:55.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:55.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:55.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:55.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:55.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:55.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:55.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:55.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:55.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:55.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:55.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:55.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:55.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:55.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:55.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:55.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:55.158 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:55.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 '\*?\QProblems\E') 18:13:55.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:55.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:55.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:55.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:55.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:55.208 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:55.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:55.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:55.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:55.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:55.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:55.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 18:13:55.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:55.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:55.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:55.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:55.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:55.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:55.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:55.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:55.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:55.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:55.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:55.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:55.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:55.280 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:55.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:55.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:55.313 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:55.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:13:55.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:55.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:55.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:55.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:55.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:55.332 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:55.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:55.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:55.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:55.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:55.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:55.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 18:13:55.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:55.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:55.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:55.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:55.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:55.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:55.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:55.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:55.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:55.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:55.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:55.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:55.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:55.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:55.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:55.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:55.395 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:55.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:13:55.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:55.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:55.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:55.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:55.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:55.443 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:55.444 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:55.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:55.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:55.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:55.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:55.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 18:13:55.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:55.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:55.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:55.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:55.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:55.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 18:13:55.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:55.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:55.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:55.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:55.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:55.452 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:55.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:55.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:55.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:55.454 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:55.455 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:55.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:55.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:55.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:55.457 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:55.458 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:55.458 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:55.458 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:55.458 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:55.458 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:55.458 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:55.458 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:55.458 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:55.458 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:55.458 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:55.458 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:55.459 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:55.459 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:55.459 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:55.459 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:55.459 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:55.459 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:55.459 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:55.459 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:55.459 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:55.459 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:55.459 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:55.459 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:55.459 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:55.459 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:55.459 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:55.459 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:55.459 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:55.459 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:55.459 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:55.459 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:55.459 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:55.459 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:55.459 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:55.459 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:55.460 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:55.460 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:55.460 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:55.460 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:55.460 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:55.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:13:56.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:13:56.461 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:56.462 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:56.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:56.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:56.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:56.466 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:56.467 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:56.467 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:56.467 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:56.467 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:56.468 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:56.468 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:56.468 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:56.468 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:56.468 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:56.468 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:56.468 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:56.468 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:56.468 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:56.468 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:56.468 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:56.468 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:56.469 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:56.469 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:56.469 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:56.469 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:56.469 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:56.469 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:56.469 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:56.469 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:56.469 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:56.469 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:56.469 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:56.469 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:56.469 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:56.469 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:56.469 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:56.470 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:56.470 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:56.470 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:56.470 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:56.470 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:56.470 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:56.470 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:56.470 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:56.470 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:56.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:13:56.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:13:56.471 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:56.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:56.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:56.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:56.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:56.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:56.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:56.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:56.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:56.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:56.478 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 18:13:56.478 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 18:13:56.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:56.479 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 18:13:56.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:56.479 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 18:13:56.479 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 18:13:56.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:56.480 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 18:13:56.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:56.480 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 18:13:56.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:56.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:56.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:56.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:56.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:56.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:56.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:56.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:56.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:56.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:56.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:56.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:56.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 18:13:56.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:56.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:56.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:56.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:56.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:56.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:56.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:56.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:56.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:56.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:56.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:56.488 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:56.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:56.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:56.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:56.490 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:56.491 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:56.491 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:56.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:56.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:56.493 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:56.494 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:56.494 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:56.494 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:56.495 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:56.495 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:56.495 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:56.495 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:56.495 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:56.495 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:56.495 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:56.495 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:56.495 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:56.495 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:56.495 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:56.495 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:56.495 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:56.496 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:56.496 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:56.496 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:56.496 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:56.496 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:56.496 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:56.496 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:56.496 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:56.496 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:56.496 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:56.496 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:56.496 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:56.496 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:56.496 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:56.496 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:56.496 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:56.497 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:56.497 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:56.497 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:56.497 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:56.497 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:56.497 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:56.497 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:56.497 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:56.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:13:57.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:13:57.499 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:57.499 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:57.499 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:57.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:57.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:57.505 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:57.507 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:57.507 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:57.507 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:57.507 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:57.507 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:57.507 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:57.508 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:57.508 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:57.508 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:57.508 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:57.508 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:57.508 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:57.508 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:57.508 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:57.508 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:57.508 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:57.508 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:57.508 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:57.508 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:57.508 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:57.508 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:57.509 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:57.509 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:57.509 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:57.509 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:57.509 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:57.509 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:57.509 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:57.509 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:57.509 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:57.509 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:57.509 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:57.509 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:57.509 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:57.509 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:57.510 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:57.510 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:57.510 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:57.510 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:57.510 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:57.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:13:57.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:13:57.511 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:57.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:57.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:57.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:57.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:57.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:57.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:57.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:57.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:57.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:57.515 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 18:13:57.515 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:13:57.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:57.516 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:13:57.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:57.516 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:13:57.517 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:13:57.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:57.517 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:13:57.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:57.518 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:13:57.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:57.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:57.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:57.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:57.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:57.537 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:57.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:13:57.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:57.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:57.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:57.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:57.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:57.588 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:57.589 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:57.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:57.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:57.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:57.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:57.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 18:13:57.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:57.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:57.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:57.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:57.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:57.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 18:13:57.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:57.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:57.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:57.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:57.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:57.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:57.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:57.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:57.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:57.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:57.650 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:57.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') 18:13:57.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:57.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:57.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:57.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:57.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:57.702 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:57.702 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:57.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:57.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:57.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:57.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:57.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 18:13:57.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:57.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:57.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:57.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:57.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:57.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 18:13:57.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:57.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:57.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:57.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:57.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:57.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:57.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:57.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:57.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:57.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:57.760 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:57.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') 18:13:57.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:57.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:57.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:57.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:57.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:57.808 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:57.808 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:57.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:57.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:57.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:57.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:57.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 18:13:57.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:57.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:57.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:57.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:57.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:57.817 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:57.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:57.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:57.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:57.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:57.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:57.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:57.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:57.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:57.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:57.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:57.887 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:57.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:13:57.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:57.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:57.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:57.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:57.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:57.943 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:57.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:57.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:57.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:57.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:57.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:57.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:57.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:57.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:57.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:57.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:57.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:57.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:57.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:57.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:57.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:57.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:57.997 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:57.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:13:57.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:57.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:58.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:58.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:58.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:58.043 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:58.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:58.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:58.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:58.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:58.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:58.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 18:13:58.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:58.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:58.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:58.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:58.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:58.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 18:13:58.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:58.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:58.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:58.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:58.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:58.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:58.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:58.114 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:58.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:58.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:58.116 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:58.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:13:58.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:58.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:58.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:58.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:58.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:58.162 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:58.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:58.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:58.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:58.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:58.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:58.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 18:13:58.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:58.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:58.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:58.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:58.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:58.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 18:13:58.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:58.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:58.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:58.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:58.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:58.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:58.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:58.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:58.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:58.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:58.222 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:58.222 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:13:58.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:58.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:58.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:58.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:58.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:58.295 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:58.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:58.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:58.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:58.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:58.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:58.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:58.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:58.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:58.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:58.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:58.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:58.334 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:58.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:58.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:58.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:58.337 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:58.337 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:58.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:58.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:58.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:58.340 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:58.341 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:58.341 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:58.341 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:58.341 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:58.342 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:58.342 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:58.342 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:58.342 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:58.342 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:58.342 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:58.342 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:58.342 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:58.342 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:58.342 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:58.342 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:58.342 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:58.342 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:58.342 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:58.342 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:58.342 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:58.342 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:58.342 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:58.343 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:58.343 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:58.343 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:58.343 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:58.343 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:58.343 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:58.343 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:58.343 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:58.343 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:58.343 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:58.343 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:58.343 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:58.343 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:58.343 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:58.343 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:58.343 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:58.343 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:58.343 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:58.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:13:59.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:13:59.346 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:13:59.347 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:59.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:59.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:59.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:59.352 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:13:59.357 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:59.357 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:59.357 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:59.357 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:13:59.357 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:13:59.357 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:59.357 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:59.357 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:59.357 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:59.357 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:59.357 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:59.357 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:13:59.357 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:13:59.357 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:13:59.358 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:13:59.358 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:13:59.358 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:13:59.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:13:59.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:13:59.359 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:59.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:59.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:59.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:13:59.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 18:13:59.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:59.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:59.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:59.364 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 18:13:59.364 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 18:13:59.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:59.365 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 18:13:59.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:59.365 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 18:13:59.365 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 18:13:59.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:13:59.366 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 18:13:59.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:13:59.366 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 18:13:59.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.382 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:59.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:59.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:59.383 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:59.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:13:59.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:59.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:59.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:59.432 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:59.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:59.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:59.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:59.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:59.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:59.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 18:13:59.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:59.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:59.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:59.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:59.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:59.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:59.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:59.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:59.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:59.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:59.487 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:59.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') 18:13:59.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:59.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:59.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:59.537 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:59.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:59.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:59.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:59.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:59.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:59.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 18:13:59.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:59.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:59.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:59.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:59.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:59.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:59.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:59.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:59.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:59.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:59.589 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:59.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:13:59.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:59.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:59.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:59.635 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:59.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:59.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:59.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:59.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:59.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:59.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 18:13:59.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:59.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:59.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:59.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 18:13:59.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:59.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:59.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:59.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:59.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:59.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:59.691 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:59.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:13:59.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:59.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:59.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:59.739 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:59.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:59.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:59.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:59.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:59.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:59.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 18:13:59.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:59.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:59.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:59.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:59.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:59.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:59.831 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:59.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:13:59.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:59.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:59.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:59.848 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:59.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:59.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:59.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:59.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:59.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:59.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:59.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:59.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:59.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:59.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 18:13:59.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:59.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:59.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:59.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:13:59.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:13:59.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:13:59.915 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:13:59.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') 18:13:59.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:59.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:59.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:13:59.966 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:13:59.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:13:59.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:13:59.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:13:59.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:13:59.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:13:59.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 18:13:59.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:59.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:59.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:59.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:13:59.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:13:59.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:13:59.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:13:59.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:13:59.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:13:59.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:14:00.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:00.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:00.028 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:14:00.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:14:00.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:00.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:00.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:00.074 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:00.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:00.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:00.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:14:00.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:00.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:00.077 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:00.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:00.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:00.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:00.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:14:00.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:00.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:00.130 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:14:00.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') 18:14:00.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:00.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:00.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:00.183 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:00.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:00.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:00.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:14:00.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:00.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:00.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:00.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:00.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:00.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:00.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:00.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:00.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:00.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:00.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:14:00.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:00.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:00.243 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:14:00.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:14:00.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:00.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:00.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:00.295 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:00.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:00.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:00.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:14:00.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:00.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:00.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:00.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:00.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:00.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:00.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:00.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:00.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:00.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:00.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:14:00.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:00.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:00.379 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:14:00.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 '\*?\QProblems\E') 18:14:00.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:00.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:00.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:00.453 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:00.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:00.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:00.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:14:00.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:00.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:00.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 18:14:00.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:00.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:00.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:00.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 18:14:00.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:00.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:00.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:00.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:14:00.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:00.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:00.508 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:14:00.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 '\*?\QProblems\E') 18:14:00.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:00.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:00.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:00.566 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:00.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:00.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:00.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:14:00.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:00.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:00.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 18:14:00.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:00.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:00.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:00.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:14:00.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:00.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:00.627 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:14:00.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') 18:14:00.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:00.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:00.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:00.673 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:00.673 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:00.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:00.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:14:00.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:00.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:00.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 18:14:00.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:00.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:00.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:00.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 18:14:00.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:00.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:00.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:00.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:14:00.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:00.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:00.728 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:14:00.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 '\*?\QProblems\E') 18:14:00.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:00.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:00.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:00.776 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:00.777 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:00.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:00.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:14:00.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:00.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:00.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:00.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:00.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:00.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:00.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:00.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:00.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:00.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:00.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:14:00.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:00.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:00.832 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:14:00.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:14:00.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:00.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:00.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:00.878 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:00.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:00.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:00.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:14:00.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:00.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:00.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:00.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:00.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:00.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:00.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:00.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:00.917 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:00.917 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:00.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:00.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:00.923 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:14:00.923 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:14:00.923 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:14:00.923 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:14:00.923 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:14:00.923 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:14:00.923 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:14:00.923 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:14:00.923 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:14:00.924 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:14:01.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:14:01.077 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 18:14:01.077 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:14:01.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:01.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:01.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 18:14:01.079 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:01.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:01.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:01.079 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:14:01.079 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:01.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:01.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:01.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:01.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:01.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:01.085 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:14:01.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:01.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:01.085 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:01.086 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:01.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:14:01.098 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:01.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:01.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:01.099 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:14:01.099 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:01.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:01.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:01.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:01.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:01.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:01.104 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:14:01.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:01.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:01.104 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:01.104 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1178): Gtk-CRITICAL **: 18:14:01.184: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:14:01.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:14:01.220 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 18:14:01.220 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:14:01.221 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:01.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:01.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:01.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:01.282 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:01.282 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:01.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:01.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:01.285 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:01.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:01.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:01.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:01.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:01.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:01.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:01.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:01.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:02.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:02.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:02.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:14:02.292 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:02.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:02.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:02.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:02.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:02.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:02.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:02.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:02.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:02.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:02.299 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:14:02.300 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:14:02.300 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:14:02.301 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:14:02.307 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:14:02.308 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:14:02.308 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:02.393 DEBUG [main][MenuItemLookup] Found menu:'New' 18:14:02.393 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:14:02.393 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:02.393 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:14:02.393 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:14:02.393 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:14:02.393 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:02.393 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:14:02.393 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:14:02.393 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:14:02.393 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:14:02.393 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:02.393 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:14:02.393 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:14:02.393 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:14:02.393 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:14:02.393 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:02.393 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:14:02.393 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:14:02.393 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:02.393 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:14:02.393 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:14:02.394 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:14:02.394 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:14:02.395 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:14:02.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:14:02.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:14:02.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:14:02.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:14:02.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:14:02.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:14:02.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:14:02.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:14:02.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:14:02.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:14:02.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:14:02.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:14:02.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:14:02.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:14:02.437 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 18:14:02.437 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:14:02.437 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:14:02.441 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:14:02.446 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:14:02.446 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:14:02.446 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:02.531 DEBUG [main][MenuItemLookup] Found menu:'New' 18:14:02.532 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:14:02.532 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:02.532 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:14:02.532 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:14:02.532 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:14:02.532 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:02.532 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:14:02.532 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:14:02.532 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:14:02.532 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:14:02.532 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:14:02.532 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:14:02.532 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:14:02.533 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:14:02.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 'Delete.*'] is available.... 18:14:02.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 'Delete.*'] is available. finished successfully 18:14:02.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:14:02.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:02.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:02.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:02.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:02.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:14:02.840 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:02.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:02.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:02.848 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:14:02.848 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:02.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:02.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:02.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:02.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:02.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:02.851 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:14:02.852 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:14:02.852 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:14:02.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:02.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:02.852 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:02.852 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:02.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:14:02.853 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:02.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:02.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:02.853 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:14:02.853 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:02.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:02.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:02.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:02.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:02.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:02.867 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:14:02.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:02.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:02.894 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:02.894 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:02.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:14:02.902 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:14:03.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:14:03.545 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:14:03.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:14:03.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:14:03.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:14:03.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:14:03.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:14:03.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:14:03.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:14:03.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:14:03.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:14:03.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:14:03.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:14:03.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:14:03.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:14:03.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:14:03.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:14:03.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:14:03.547 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:14:03.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:03.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:03.549 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFilterWarnings no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:14:03.550 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:14:03.550 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideHiddenProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:14:03.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:14:03.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:14:03.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:14:03.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:14:03.551 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:03.552 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:03.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: "New"] 18:14:03.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:03.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: "New Java Project"] 18:14:03.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:03.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"] 18:14:03.555 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:03.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"] 18:14:03.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:03.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"] 18:14:03.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:03.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"] 18:14:03.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:03.561 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:03.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:03.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"] 18:14:03.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:03.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:14:03.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:03.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:03.565 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:14:03.566 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:14:03.566 DEBUG [main][MenuItemLookup] Found menu:'File' 18:14:03.588 DEBUG [main][MenuItemLookup] Item match:File 18:14:03.590 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:14:03.590 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:14:03.597 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:14:03.597 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:14:03.597 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:03.597 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:14:03.597 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:14:03.597 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:14:03.597 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:14:03.597 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:14:03.597 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:14:03.597 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:14:03.597 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:14:03.598 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:14:03.598 DEBUG [main][MenuItemLookup] Found menu:'File' 18:14:03.598 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:14:03.598 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:14:03.598 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:14:03.598 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:03.598 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:14:03.598 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:03.598 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:14:03.598 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:14:03.623 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:14:03.623 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:14:03.624 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:14:03.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:14:03.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:14:03.808 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:14:03.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:03.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:03.812 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:14:03.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:03.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:14:03.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:03.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:03.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:03.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:03.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:03.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:14:03.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:14:03.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:14:03.820 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:14:03.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:03.820 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:14:03.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:03.821 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:14:03.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:14:03.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:14:03.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:03.849 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:14:03.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:03.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:14:03.850 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:14:03.850 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:14:03.850 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:14:03.855 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:14:03.865 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:14:03.866 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:14:03.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:14:03.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:03.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:03.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:03.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:03.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:03.871 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:14:03.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:03.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:03.881 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:03.881 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:04.282 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:04.283 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:04.283 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:04.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:14:04.293 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 18:14:04.293 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:14:04.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:04.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:04.295 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:14:04.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:04.296 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 18:14:04.296 DEBUG [WorkbenchTestable][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:") 18:14:04.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:04.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:04.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:04.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:04.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:14:04.331 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:14:04.333 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 18:14:04.378 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:14:04.379 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:14:04.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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) 18:14:04.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:04.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:04.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:04.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:04.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:04.396 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:14:04.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:04.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:04.397 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:04.397 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:04.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:14:04.823 DEBUG [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 18:14:04.823 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:14:04.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:04.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:04.826 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:14:04.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 "Don't Create") 18:14:04.826 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:04.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:04.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:04.827 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:14:04.827 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:04.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:04.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:04.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:04.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:04.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:04.830 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:14:04.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:04.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:04.830 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:04.831 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:05.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:14:05.162 DEBUG [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 18:14:05.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:14:05.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:14:05.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:14:05.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:14:05.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:14:05.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:14:05.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:14:05.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:14:05.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:14:05.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:14:05.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:14:05.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:14:05.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:14:05.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:14:05.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:14:05.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:14:05.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:05.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:05.218 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:05.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:05.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:05.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:14:05.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:05.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:05.245 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:14:05.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') 18:14:05.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:05.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:05.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:05.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:05.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:05.261 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:05.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:05.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:05.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:05.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:05.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:05.329 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:14:05.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:05.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:05.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:14:05.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:05.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:05.335 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:14:05.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:14:05.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:05.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:05.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:05.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:05.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:05.388 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:05.388 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:05.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:05.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:05.440 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:05.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:05.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:05.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:05.562 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:14:05.562 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:14:05.562 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:14:05.562 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:14:05.562 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:14:05.562 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:14:05.562 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:14:05.562 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:14:05.562 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:14:05.563 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:14:05.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:14:05.702 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 18:14:05.702 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:14:05.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:05.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:05.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 "Restore Defaults") 18:14:05.704 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:05.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:05.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:05.705 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:14:05.705 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:05.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:05.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:05.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:05.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:05.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:05.711 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:14:05.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:05.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:05.711 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:05.711 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:05.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:14:05.722 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:05.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:05.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:05.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:14:05.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:05.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:05.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:05.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:05.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:05.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:05.728 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:14:05.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:05.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:05.728 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:05.728 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:05.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:14:05.831 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 18:14:05.831 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:05.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:05.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:05.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:05.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 18:14:05.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:05.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:05.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:05.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:05.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:05.837 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:05.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:05.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:05.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:05.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:05.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:05.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:05.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:05.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:05.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:05.840 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:05.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:05.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:05.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:05.842 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:14:05.842 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:14:05.843 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:14:05.843 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:14:05.843 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:14:05.843 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:14:05.843 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:14:05.843 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:14:05.843 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:14:05.843 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:14:05.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:14:05.993 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 18:14:05.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:14:05.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:05.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:05.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 "Restore Defaults") 18:14:05.995 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:05.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:05.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:05.996 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:14:05.996 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:05.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:05.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:05.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:06.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:06.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:06.001 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:14:06.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:06.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:06.001 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:06.001 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:06.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:14:06.004 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:06.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:06.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:06.015 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:14:06.015 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:06.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:06.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:06.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:06.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:06.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:06.020 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:14:06.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:06.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:06.020 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:06.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:06.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:14:06.222 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 18:14:06.222 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:14:06.223 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:06.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:06.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:06.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:06.313 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:06.313 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:06.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:06.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:06.317 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:06.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:06.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:06.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:06.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:06.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:06.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:06.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:06.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:07.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:07.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:07.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:14:07.326 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:07.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:07.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:07.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:07.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:07.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:07.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:07.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:07.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:07.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:07.334 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:14:07.336 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:14:07.336 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:14:07.337 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:14:07.379 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:14:07.380 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:14:07.380 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:07.519 DEBUG [main][MenuItemLookup] Found menu:'New' 18:14:07.519 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:14:07.519 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:07.519 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:14:07.519 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:14:07.519 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:14:07.519 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:07.519 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:14:07.519 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:14:07.519 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:14:07.519 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:14:07.519 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:07.519 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:14:07.519 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:14:07.519 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:14:07.519 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:14:07.519 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:07.519 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:14:07.519 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:14:07.519 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:07.519 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:14:07.519 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:14:07.520 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:14:07.520 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:14:07.524 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:14:07.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:14:07.525 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:14:08.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:14:08.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:14:08.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:14:08.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:14:08.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:14:08.026 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:14:08.026 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:14:08.026 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:14:08.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:14:08.026 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 18:14:08.026 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:14:08.026 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:14:08.027 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:14:08.031 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:14:08.031 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:14:08.031 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:08.138 DEBUG [main][MenuItemLookup] Found menu:'New' 18:14:08.138 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:14:08.138 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:08.138 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:14:08.138 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:14:08.138 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:14:08.138 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:08.138 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:14:08.138 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:14:08.138 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:14:08.138 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:14:08.138 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:14:08.139 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:14:08.139 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:14:08.139 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:14:08.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:14:08.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 'Delete.*'] is available. finished successfully 18:14:08.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:14:08.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:08.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:08.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:08.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:08.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: 32) 18:14:08.816 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:08.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:08.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:08.817 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:14:08.817 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:08.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:08.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:08.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:08.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:08.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:08.819 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:14:08.820 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:14:08.820 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:14:08.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:08.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:08.821 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:08.821 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:08.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 "OK", Widget matcher matching widgets with style: 8) 18:14:08.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:08.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:08.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:08.834 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:14:08.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:08.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:08.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:08.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:08.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:08.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:08.839 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:14:08.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:08.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:08.839 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:08.839 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:08.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:14:08.861 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:14:09.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:14:09.362 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:14:09.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:14:09.363 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 18:14:09.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:14:09.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:14:09.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:14:09.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:14:09.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:14:09.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:14:09.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:14:09.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:14:09.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:14:09.363 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:14:09.363 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:14:09.363 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:14:09.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:09.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:09.368 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideHiddenProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:14:09.368 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:14:09.369 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowProblemColumnNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:14:09.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:14:09.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:14:09.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:14:09.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:14:09.369 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:09.370 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:09.370 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:09.387 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:09.387 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:14:09.388 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:09.388 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:09.388 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:09.388 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:09.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:09.390 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:09.390 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:09.390 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:14:09.391 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:09.391 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:09.391 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:09.392 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:09.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:09.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:14:09.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:09.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:09.395 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:14:09.395 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:14:09.395 DEBUG [main][MenuItemLookup] Found menu:'File' 18:14:09.397 DEBUG [main][MenuItemLookup] Item match:File 18:14:09.400 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:14:09.400 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:14:09.413 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:14:09.414 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:14:09.414 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:09.414 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:14:09.414 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:14:09.414 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:14:09.414 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:14:09.414 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:14:09.414 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:14:09.414 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:14:09.414 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:14:09.414 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:14:09.414 DEBUG [main][MenuItemLookup] Found menu:'File' 18:14:09.414 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:14:09.414 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:14:09.414 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:14:09.414 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:09.414 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:14:09.414 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:09.414 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:14:09.414 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:14:09.489 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:14:09.489 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:14:09.490 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:14:09.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:14:09.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:14:09.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:14:09.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:09.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:09.998 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:14:09.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:09.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 18:14:10.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:10.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:10.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:10.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:10.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:10.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:14:10.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:14:10.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:14:10.017 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:14:10.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:10.094 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:14:10.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:10.095 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:14:10.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:14:10.096 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:14:10.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:10.097 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:14:10.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:10.097 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:14:10.098 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:14:10.098 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:14:10.099 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:14:10.100 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:14:10.100 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:14:10.100 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:14:10.101 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:14:10.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:10.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:10.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:10.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:10.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:10.110 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:14:10.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:10.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:10.111 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:10.111 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:10.933 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:10.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:10.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:10.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:14:10.997 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 18:14:10.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:14:10.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:11.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:11.000 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:14:11.000 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:11.001 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 18:14:11.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:14:11.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:11.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:11.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:11.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:11.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:14:11.038 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:14:11.040 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 18:14:11.133 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:14:11.133 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:14:11.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.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) 18:14:11.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:11.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:11.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:11.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:11.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:11.200 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:14:11.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:11.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:11.201 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:11.201 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:11.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:14:11.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 18:14:11.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:14:11.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:11.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:11.806 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:14:11.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:14:11.806 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:11.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:11.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:11.808 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:14:11.808 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:11.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:11.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:11.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:11.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:11.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:11.812 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:14:11.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:11.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:11.813 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:11.813 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:12.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.... 18:14:12.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 18:14:12.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:14:12.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:14:12.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:14:12.330 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 18:14:12.330 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:14:12.330 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:14:12.330 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:14:12.330 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:14:12.330 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:14:12.330 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:14:12.330 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:14:12.330 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:14:12.330 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:14:12.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:14:12.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:12.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:12.418 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:12.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:12.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:12.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:14:12.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:12.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:12.433 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:14:12.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:14:12.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:12.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:12.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:12.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:12.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:12.496 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:12.496 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:12.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:12.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:12.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:12.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:12.597 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:14:12.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:12.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:12.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:14:12.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:12.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:12.601 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:14:12.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 '\*?\QPackage Explorer\E') 18:14:12.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:12.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:12.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:12.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:12.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:12.604 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:12.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:12.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:12.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:12.744 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:12.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:12.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:12.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:12.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 18:14:12.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:12.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:12.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:12.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:12.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:12.815 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:12.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:12.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:12.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:12.818 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:14:12.818 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:14:12.818 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:14:12.818 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:14:12.818 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:14:12.818 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:14:12.818 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:14:12.819 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:14:12.819 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:14:12.819 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:14:13.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:14:13.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 18:14:13.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:14:13.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:13.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:13.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 "Restore Defaults") 18:14:13.112 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:13.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:13.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:13.113 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:14:13.113 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:13.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:13.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:13.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:13.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:13.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:13.118 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:14:13.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:13.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:13.118 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:13.118 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:13.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) 18:14:13.121 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:13.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:13.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:13.130 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:14:13.130 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:13.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:13.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:13.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:13.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:13.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:13.135 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:14:13.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:13.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:13.136 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:13.136 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:13.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:14:13.306 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 18:14:13.307 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:14:13.308 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:13.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:13.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:13.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:13.475 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:13.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:13.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:13.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:13.490 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:13.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:13.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:13.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:13.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:13.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:13.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:13.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:13.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:14.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:14.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:14.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:14:14.500 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:14.500 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:14.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:14.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:14.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 18:14:14.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:14.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:14.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:14.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:14.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:14.507 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:14:14.515 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:14:14.515 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:14:14.516 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:14:14.521 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:14:14.521 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:14:14.521 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:14.702 DEBUG [main][MenuItemLookup] Found menu:'New' 18:14:14.702 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:14:14.702 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:14.702 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:14:14.702 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:14:14.702 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:14:14.702 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:14.702 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:14:14.702 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:14:14.702 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:14:14.702 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:14:14.702 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:14.702 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:14:14.703 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:14:14.703 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:14:14.703 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:14:14.703 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:14.703 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:14:14.703 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:14:14.703 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:14.703 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:14:14.703 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:14:14.703 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:14:14.703 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:14:14.704 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:14:14.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:14:14.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:14:14.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:14:15.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:14:15.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:14:15.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:14:15.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:14:15.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:14:15.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:14:15.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:14:15.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:14:15.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:14:15.206 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 18:14:15.206 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:14:15.206 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:14:15.207 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:14:15.215 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:14:15.215 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:14:15.215 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:15.319 DEBUG [main][MenuItemLookup] Found menu:'New' 18:14:15.319 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:14:15.319 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:15.319 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:14:15.319 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:14:15.319 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:14:15.319 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:15.319 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:14:15.320 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:14:15.320 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:14:15.320 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:14:15.320 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:14:15.320 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:14:15.320 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:14:15.321 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:14:15.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:14:15.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:14:15.612 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:14:15.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:15.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:15.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:15.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:15.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:14:15.615 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:15.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:15.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:15.629 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:14:15.630 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:15.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:15.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:15.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:15.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:15.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:15.633 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:14:15.633 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:14:15.634 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:14:15.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:15.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:15.635 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:15.635 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:15.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:14:15.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:15.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:15.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:15.646 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:14:15.646 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:15.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:15.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:15.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:15.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:15.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:15.659 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:14:15.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:15.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:15.686 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:15.687 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:15.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:14:15.699 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:14:16.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:14:16.200 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:14:16.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:14:16.200 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 18:14:16.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:14:16.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:14:16.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:14:16.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:14:16.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:14:16.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:14:16.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:14:16.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:14:16.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:14:16.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:14:16.205 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:14:16.206 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:14:16.206 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:14:16.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:16.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:16.209 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowProblemColumnNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:14:16.209 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:14:16.210 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowProblemColumnEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:14:16.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:14:16.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:14:16.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:14:16.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:14:16.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:16.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:16.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"] 18:14:16.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:16.214 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:14:16.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:16.215 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:16.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:16.216 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:16.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:16.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"] 18:14:16.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:16.218 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:14:16.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:16.219 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:16.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:16.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"] 18:14:16.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:16.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:14:16.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:16.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:16.225 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:14:16.225 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:14:16.226 DEBUG [main][MenuItemLookup] Found menu:'File' 18:14:16.227 DEBUG [main][MenuItemLookup] Item match:File 18:14:16.230 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:14:16.230 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:14:16.237 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:14:16.238 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:14:16.238 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:16.238 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:14:16.238 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:14:16.238 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:14:16.238 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:14:16.238 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:14:16.238 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:14:16.238 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:14:16.238 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:14:16.238 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:14:16.238 DEBUG [main][MenuItemLookup] Found menu:'File' 18:14:16.238 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:14:16.238 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:14:16.238 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:14:16.238 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:16.238 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:14:16.238 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:16.238 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:14:16.238 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:14:16.289 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:14:16.289 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:14:16.290 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:14:16.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:14:16.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:14:16.603 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:14:16.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:16.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:16.630 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:14:16.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:16.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:14:16.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:16.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:16.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:16.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:16.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:16.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:14:16.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:14:16.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:14:16.709 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:14:16.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:16.710 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:14:16.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:16.710 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:14:16.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:14:16.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:14:16.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:16.724 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:14:16.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:16.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:14:16.726 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:14:16.726 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:14:16.736 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:14:16.737 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:14:16.738 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:14:16.738 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:14:16.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:14:16.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:16.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:16.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:16.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:16.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:16.826 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:14:16.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:16.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:16.827 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:16.827 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:17.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"] 18:14:17.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:17.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:17.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:14:17.632 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 18:14:17.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:14:17.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:17.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:17.635 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:14:17.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:17.635 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 18:14:17.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:14:17.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:17.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:17.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:17.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:17.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:14:17.709 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:14:17.711 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 18:14:17.801 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:14:17.801 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:14:17.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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) 18:14:17.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:17.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:17.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:17.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:17.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:17.811 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:14:17.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:17.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:17.812 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:17.812 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:18.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:14:18.531 DEBUG [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 18:14:18.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:14:18.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:18.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:18.533 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:14:18.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:14:18.533 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:18.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:18.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:18.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:14:18.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:18.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:18.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:18.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:18.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:18.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:18.593 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:14:18.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:18.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:18.593 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:18.593 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:19.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:14:19.194 DEBUG [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 18:14:19.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:14:19.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:14:19.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:14:19.195 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 18:14:19.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:14:19.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:14:19.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:14:19.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:14:19.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:14:19.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:14:19.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:14:19.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:14:19.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:14:19.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:19.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:19.215 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:19.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:19.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:19.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:14:19.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:19.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:19.229 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18: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') 18:14:19.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:19.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:19.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:19.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:19.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:19.291 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:19.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:19.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:19.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:19.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:19.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:19.487 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:14:19.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:19.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:19.491 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:14:19.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:19.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:19.492 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:14:19.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:14:19.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:19.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:19.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:19.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:19.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:19.496 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:19.497 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:19.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:19.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:19.638 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:19.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:19.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:19.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:19.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:19.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:19.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:19.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:19.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:19.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:19.711 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:19.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:19.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:19.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:19.715 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:14:19.715 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:14:19.715 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:14:19.715 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:14:19.715 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:14:19.715 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:14:19.715 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:14:19.716 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:14:19.716 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:14:19.716 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:14:19.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:14:19.916 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 18:14:19.916 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:14:19.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:19.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:19.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 "Restore Defaults") 18:14:19.918 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:19.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:19.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:19.929 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:14:19.929 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:19.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:19.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:19.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:19.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:19.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:19.991 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:14:19.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:19.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:19.992 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:19.992 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:19.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:14:19.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:19.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:19.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:19.995 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:14:19.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:19.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:19.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:19.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:19.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:19.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:20.000 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:14:20.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:20.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:20.001 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:20.001 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:20.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:14:20.130 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 18:14:20.130 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:14:20.130 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:20.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:20.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:20.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:20.167 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:20.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:20.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:20.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:20.190 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:20.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:20.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:20.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:20.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:20.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:20.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:20.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:20.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:21.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:21.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:21.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:14:21.203 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:21.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:21.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:21.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:21.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 18:14:21.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:21.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:21.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:21.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:21.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:21.208 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:14:21.209 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:14:21.210 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:14:21.210 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:14:21.214 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:14:21.214 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:14:21.214 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:21.313 DEBUG [main][MenuItemLookup] Found menu:'New' 18:14:21.313 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:14:21.313 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:21.313 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:14:21.313 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:14:21.313 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:14:21.313 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:21.313 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:14:21.313 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:14:21.313 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:14:21.313 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:14:21.313 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:21.313 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:14:21.313 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:14:21.313 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:14:21.313 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:14:21.313 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:21.313 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:14:21.313 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:14:21.313 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:21.314 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:14:21.314 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:14:21.314 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:14:21.314 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:14:21.315 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:14:21.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:14:21.315 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:14:21.816 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 18:14:21.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:14:21.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:14:21.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:14:21.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:14:21.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:14:21.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:14:21.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:14:21.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:14:21.817 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 18:14:21.817 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:14:21.817 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:14:21.817 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:14:21.821 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:14:21.822 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:14:21.822 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:21.916 DEBUG [main][MenuItemLookup] Found menu:'New' 18:14:21.916 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:14:21.916 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:21.916 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:14:21.916 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:14:21.916 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:14:21.916 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:21.916 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:14:21.916 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:14:21.916 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:14:21.916 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:14:21.916 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:14:21.917 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:14:21.917 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:14:21.917 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:14:22.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 'Delete.*'] is available.... 18:14:22.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:14:22.808 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:14:22.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:22.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:22.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:22.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:22.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: 32) 18:14:22.820 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:22.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:22.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:22.821 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:14:22.821 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:22.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:22.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:22.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:22.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:22.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:22.825 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:14:22.825 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:14:22.826 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:14:22.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:22.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:22.830 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:22.830 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:22.830 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:14:22.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:22.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:22.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:22.832 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:14:22.832 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:22.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:22.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:22.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:22.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:22.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:22.836 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:14:22.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:22.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:22.837 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:22.837 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:22.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:14:22.895 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:14:23.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:14:23.399 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:14:23.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:14:23.399 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 18:14:23.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:14:23.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:14:23.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:14:23.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:14:23.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:14:23.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:14:23.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:14:23.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:14:23.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:14:23.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:14:23.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:14:23.400 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:14:23.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:23.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:23.402 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowProblemColumnEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:14:23.402 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:14:23.402 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:14:23.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:14:23.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:14:23.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:14:23.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:14:23.403 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:23.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:23.403 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:23.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:23.404 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:14:23.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:23.404 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:23.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:23.405 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:23.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:23.405 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:23.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:23.406 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:14:23.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:23.406 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:23.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:23.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:23.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:23.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:14:23.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:23.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:23.409 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:14:23.409 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:14:23.410 DEBUG [main][MenuItemLookup] Found menu:'File' 18:14:23.411 DEBUG [main][MenuItemLookup] Item match:File 18:14:23.413 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:14:23.413 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:14:23.419 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:14:23.419 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:14:23.419 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:23.419 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:14:23.419 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:14:23.419 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:14:23.419 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:14:23.419 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:14:23.419 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:14:23.419 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:14:23.419 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:14:23.419 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:14:23.419 DEBUG [main][MenuItemLookup] Found menu:'File' 18:14:23.419 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:14:23.419 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:14:23.419 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:14:23.419 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:23.419 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:14:23.419 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:23.419 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:14:23.419 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:14:23.443 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:14:23.443 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:14:23.443 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:14:23.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:14:23.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:14:23.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:14:23.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:23.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:23.639 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:14:23.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:23.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:14:23.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:23.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:23.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:23.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:23.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:23.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:14:23.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:14:23.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:14:23.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:14:23.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:23.646 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:14:23.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:23.646 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:14:23.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:14:23.647 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:14:23.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:23.710 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:14:23.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:23.711 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:14:23.712 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:14:23.712 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:14:23.712 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:14:23.713 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:14:23.713 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:14:23.713 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:14:23.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) 18:14:23.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:23.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:23.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:23.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:23.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:23.729 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:14:23.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:23.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:23.730 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:23.730 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:24.232 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:24.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:24.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:24.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:14:24.238 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 18:14:24.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:14:24.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:24.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:24.241 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:14:24.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:24.242 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 18:14:24.243 DEBUG [WorkbenchTestable][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:") 18:14:24.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:24.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:24.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:24.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:24.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:14:24.340 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:14:24.342 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 18:14:24.419 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:14:24.419 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:14:24.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.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) 18:14:24.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:24.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:24.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:24.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:24.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:24.501 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:14:24.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:24.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:24.501 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:24.501 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:25.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:14:25.335 DEBUG [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 18:14:25.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:14:25.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:25.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:25.394 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:14:25.394 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 18:14:25.394 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:25.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:25.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:25.395 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:14:25.395 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:25.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:25.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:25.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:25.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:25.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:25.398 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:14:25.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:25.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:25.399 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:25.399 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:25.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:14:25.911 DEBUG [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 18:14:25.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:14:25.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:14:25.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:14:25.913 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 18:14:25.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:14:25.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:14:25.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:14:25.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:14:25.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:14:25.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:14:25.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:14:25.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:14:25.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:14:25.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:14:25.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:25.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:25.934 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:25.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:26.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:26.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:14:26.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:26.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:26.031 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:14:26.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 '\*?\QProblems\E') 18:14:26.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:26.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:26.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:26.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:26.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:26.048 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:26.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:26.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:26.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:26.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:26.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:26.145 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:14:26.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:26.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:26.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:14:26.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:26.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:26.148 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:14:26.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') 18:14:26.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:26.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:26.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:26.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:26.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:26.151 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:26.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:26.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:26.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:26.221 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:14:26.222 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:26.222 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:26.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:26.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:26.225 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:26.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:26.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:26.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:26.228 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:26.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:26.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:26.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:26.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:26.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:26.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:26.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:26.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:27.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:27.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:27.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:14:27.240 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:27.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:27.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:27.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:27.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:27.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:27.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:27.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:27.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:27.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:27.245 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:14:27.246 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:14:27.247 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 18:14:27.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 18:14:27.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:27.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:27.749 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 18:14:27.756 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:14:27.756 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:14:27.757 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:14:27.762 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:14:27.762 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:27.762 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:27.763 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:27.763 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:27.763 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:14:27.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:27.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"] 18:14:27.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:27.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"] 18:14:27.774 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:27.774 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:27.774 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:27.776 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:14:27.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:27.777 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:27.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:27.779 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:27.779 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:27.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:14:27.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:27.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:27.809 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:14:27.809 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:14:27.810 DEBUG [main][MenuItemLookup] Found menu:'File' 18:14:27.810 DEBUG [main][MenuItemLookup] Item match:File 18:14:27.812 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:14:27.812 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:14:27.819 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:14:27.819 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:14:27.819 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:27.819 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:14:27.819 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:14:27.819 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:14:27.819 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:14:27.819 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:14:27.819 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:14:27.819 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:14:27.819 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:14:27.819 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:14:27.819 DEBUG [main][MenuItemLookup] Found menu:'File' 18:14:27.819 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:14:27.819 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:14:27.819 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:14:27.819 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:27.819 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:14:27.819 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:27.819 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:14:27.819 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:14:27.820 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:14:27.820 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:14:27.821 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:14:28.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:14:28.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:14:28.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:14:28.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:28.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:28.126 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:14:28.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:28.128 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:14:28.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:28.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:28.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:28.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:28.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:28.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:14:28.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:14:28.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:14:28.147 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:14:28.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:28.147 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:14:28.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:28.148 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:14:28.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:14:28.150 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:14:28.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:28.150 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:14:28.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:28.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:14:28.198 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:14:28.198 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:14:28.199 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:14:28.204 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:14:28.204 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:14:28.204 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:14:28.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:14:28.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:28.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:28.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:28.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:28.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:28.241 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:14:28.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:28.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:28.242 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:28.242 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:28.523 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:28.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:28.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:28.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:14:28.525 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 18:14:28.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:14:28.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:28.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:28.527 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:14:28.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:28.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:") 18:14:28.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:28.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:28.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:28.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:28.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:14:28.640 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:14:28.642 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 18:14:28.716 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:14:28.716 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:14:28.717 DEBUG [WorkbenchTestable][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) 18:14:28.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:28.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:28.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:28.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:28.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:28.726 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:14:28.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:28.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:28.732 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:28.732 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:28.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:14:30.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:14:30.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:14:30.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:14:30.146 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 18:14:30.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:14:30.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:14:30.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:14:30.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:14:30.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:14:30.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:14:30.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:14:30.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:14:30.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:14:30.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:14:30.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:14:30.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:14:30.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:14:30.187 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 18:14:30.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:14:30.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:14:30.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:14:30.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:14:30.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:14:30.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:14:30.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:14:30.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:14:30.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:14:30.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:14:30.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:14:30.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:14:30.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@55f3cf7f is found... 18:14:30.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@55f3cf7f is found finished successfully 18:14:30.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 18:14:30.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:30.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:30.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:30.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:30.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:30.198 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:30.198 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 18:14:30.199 INFO [WorkbenchTestable][TextEditor] Set text to editor 18:14:30.234 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:30.235 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 18:14:30.235 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:14:30.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:14:30.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:30.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:30.238 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:14:30.429 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:14:30.430 DEBUG [main][MenuItemLookup] Found menu:'File' 18:14:30.430 DEBUG [main][MenuItemLookup] Item match:File 18:14:30.432 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:14:30.432 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:14:30.432 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:14:30.432 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:14:30.432 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:30.432 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:14:30.432 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:14:30.432 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:30.432 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:14:30.432 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:14:30.433 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:14:30.442 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:14:30.442 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:14:30.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:14:30.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:14:30.630 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:30.631 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 18:14:30.632 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:30.718 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:30.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:30.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:30.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:30.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:30.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:30.923 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:30.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:30.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:30.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:14:30.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:30.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:30.943 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:14:30.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:14:30.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:30.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:31.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:31.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:31.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:31.096 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:31.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:31.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:31.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:14:31.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:31.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:31.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 18:14:31.100 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:31.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:31.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:31.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:14:31.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:31.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:31.103 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:31.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:31.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:31.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:14:31.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:31.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:31.105 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:31.105 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:31.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:31.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:31.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:14:31.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:31.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:31.108 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:14:31.109 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:31.109 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:31.110 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:31.110 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:14:31.110 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:14:31.110 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:14:31.110 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:31.110 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:31.110 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:31.110 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:31.110 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:31.110 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:31.110 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:31.110 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:31.110 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:14:31.110 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:14:31.110 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:14:31.110 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:31.110 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:31.110 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:31.110 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:31.110 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:31.111 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:14:31.111 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:31.111 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:31.111 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:31.111 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:31.111 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:31.111 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:14:31.111 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:31.111 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:31.111 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:31.111 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:31.111 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:31.111 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:14:31.111 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:31.111 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:31.111 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:31.111 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:31.111 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:31.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... (Eclipse:1178): Gtk-CRITICAL **: 18:14:31.354: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:14:32.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:14:32.113 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:32.113 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:32.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:32.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:32.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:14:32.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:32.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:32.116 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:14:32.118 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:32.118 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:32.118 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:32.118 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:14:32.118 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:14:32.119 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:14:32.119 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:32.119 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:32.119 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:32.119 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:32.119 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:32.119 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:32.119 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:32.119 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:32.119 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:14:32.119 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:14:32.119 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:14:32.119 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:32.119 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:32.119 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:32.120 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:32.120 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:32.120 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:14:32.120 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:32.120 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:32.120 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:32.120 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:32.120 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:32.120 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:14:32.120 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:32.120 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:32.120 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:32.120 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:32.120 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:32.121 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:14:32.121 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:32.121 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:32.121 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:32.121 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:32.121 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:32.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:14:32.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:14:32.123 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:32.123 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:32.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:32.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:14:32.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:32.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:32.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:32.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:32.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:32.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:32.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:32.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:32.130 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 18:14:32.130 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:14:32.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:32.131 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:14:32.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:32.131 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:14:32.131 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:14:32.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:32.132 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:14:32.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:32.132 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:14:32.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 18:14:32.132 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:14:32.132 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:32.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:32.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:32.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:32.311 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:32.311 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:32.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:32.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:32.313 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:32.313 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:32.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:32.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:32.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:32.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:32.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:32.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:32.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:33.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:33.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:33.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:14:33.320 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:33.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:33.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:33.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:33.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 18:14:33.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:33.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:33.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:33.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:33.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:33.325 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:14:33.326 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:14:33.326 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 18:14:33.327 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 18:14:33.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:33.333 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 18:14:33.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:33.333 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 18:14:33.334 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:14:33.335 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:14:33.335 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:14:33.350 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:14:33.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"] 18:14:33.351 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:33.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: "New"] 18:14:33.352 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:33.352 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:14:33.352 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:33.353 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:33.353 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:33.354 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:33.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:33.355 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:33.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:33.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:14:33.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:33.357 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:33.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:33.357 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:33.358 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:33.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:14:33.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:33.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:33.360 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:14:33.360 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:14:33.361 DEBUG [main][MenuItemLookup] Found menu:'File' 18:14:33.361 DEBUG [main][MenuItemLookup] Item match:File 18:14:33.363 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:14:33.363 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:14:33.371 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:14:33.371 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:14:33.371 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:33.371 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:14:33.371 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:14:33.371 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:14:33.371 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:14:33.371 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:14:33.371 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:14:33.371 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:14:33.371 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:14:33.371 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:14:33.371 DEBUG [main][MenuItemLookup] Found menu:'File' 18:14:33.371 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:14:33.371 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:14:33.371 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:14:33.371 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:33.371 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:14:33.371 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:33.371 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:14:33.371 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:14:33.422 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:14:33.422 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:14:33.422 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:14:33.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:14:33.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:14:33.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:14:33.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:33.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:33.822 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:14:33.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:33.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 18:14:33.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:33.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:33.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:33.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:33.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:33.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:14:33.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:14:33.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:14:33.907 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:14:33.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:33.908 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:14:33.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:33.909 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:14:33.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:14:33.910 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:14:33.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:33.910 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:14:33.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:33.910 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:14:33.912 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:14:33.912 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:14:33.913 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:14:33.913 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:14:33.914 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:14:33.914 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:14:33.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:14:33.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:33.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:33.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:33.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:33.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:33.997 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:14:33.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:33.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:33.998 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:33.998 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:34.508 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:34.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:34.512 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:34.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:14:34.513 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 18:14:34.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:14:34.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:34.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:34.522 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:14:34.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:34.523 DEBUG [WorkbenchTestable][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:") 18:14:34.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:34.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:34.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:34.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:34.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:14:34.634 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:14:34.637 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 18:14:34.804 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:14:34.805 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:14:34.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 18:14:34.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:34.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:34.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:34.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:34.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:34.827 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:14:34.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:34.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:34.827 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:34.827 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:35.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:14:36.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:14:36.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:14:36.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:14:36.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:14:36.111 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 18:14:36.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:14:36.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:14:36.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:14:36.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:14:36.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:14:36.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:14:36.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:14:36.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:14:36.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:14:36.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:14:36.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:14:36.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:14:36.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:14:36.111 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 18:14:36.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:14:36.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:14:36.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:14:36.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:14:36.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:14:36.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:14:36.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:14:36.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:14:36.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:14:36.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:14:36.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:14:36.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:14:36.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:14:36.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@47d9b55e is found... 18:14:36.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@47d9b55e is found finished successfully 18:14:36.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 18:14:36.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:36.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:36.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:36.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:36.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:36.134 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:36.135 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 18:14:36.135 INFO [WorkbenchTestable][TextEditor] Set text to editor 18:14:36.203 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:36.203 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 18:14:36.204 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:14:36.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:36.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:36.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:36.206 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:36.206 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:36.207 DEBUG [main][MenuItemLookup] Found menu:'File' 18:14:36.207 DEBUG [main][MenuItemLookup] Item match:File 18:14:36.209 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:14:36.209 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:14:36.209 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:14:36.209 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:14:36.209 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:36.209 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:14:36.210 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:14:36.210 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:36.210 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:14:36.210 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:14:36.210 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:14:36.210 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:14:36.211 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:14:36.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:14:36.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:14:36.400 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:36.401 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 18:14:36.402 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:36.404 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:36.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:36.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:36.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:36.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:36.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:36.618 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:36.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:36.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:36.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:36.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:36.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:36.699 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:36.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') 18:14:36.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:36.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:36.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:36.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:36.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:36.810 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:36.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:36.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:36.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:36.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:36.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:36.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 18:14:36.815 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:36.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:36.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:36.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:36.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:36.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:36.818 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:36.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:36.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:36.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:36.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:36.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:36.821 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:36.821 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:36.821 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:36.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:36.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:36.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:36.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:36.823 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:14:36.824 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:36.824 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:36.824 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:36.825 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:14:36.825 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:14:36.825 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:14:36.825 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:36.825 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:36.825 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:36.825 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:36.825 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:36.825 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:36.825 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:36.825 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:36.825 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:14:36.825 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:14:36.825 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:14:36.825 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:36.825 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:36.825 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:36.825 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:36.825 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:36.826 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:14:36.826 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:36.826 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:36.826 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:36.826 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:36.826 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:36.826 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:14:36.826 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:36.826 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:36.826 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:36.826 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:36.826 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:36.826 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:14:36.826 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:36.826 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:36.826 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:36.826 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:36.826 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:36.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... (Eclipse:1178): Gtk-CRITICAL **: 18:14:37.028: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:14:37.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:14:37.888 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:37.889 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:37.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:37.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:37.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:37.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:37.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:37.892 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:14:37.893 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:37.893 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:37.893 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:37.893 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:14:37.894 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:14:37.894 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:37.894 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:37.894 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:37.894 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:37.894 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:37.894 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:37.894 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:37.894 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:37.894 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:37.894 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:14:37.894 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:14:37.894 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:37.894 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:37.894 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:37.894 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:37.894 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:37.894 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:37.894 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:37.894 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:37.894 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:37.894 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:37.894 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:37.894 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:37.895 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:37.895 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:37.895 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:37.895 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:37.895 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:37.895 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:37.895 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:37.895 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:37.895 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:37.895 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:37.895 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:37.895 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:37.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:14:37.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:14:37.896 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:37.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:37.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:37.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:37.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:37.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:37.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 18:14:37.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:37.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:37.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:37.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:37.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:37.937 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 18:14:37.937 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:14:37.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:37.938 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:14:37.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:37.938 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:14:37.939 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:14:37.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:37.939 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:14:37.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:37.939 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:14:37.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 18:14:37.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:37.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:37.993 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:37.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:38.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:38.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:38.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:38.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:38.012 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:38.012 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:14:38.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:38.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:38.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:38.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:38.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:38.100 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:38.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:38.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:38.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:38.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:38.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:38.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 18:14:38.103 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:38.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:38.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:38.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:38.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:38.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:38.106 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:38.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:38.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:38.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:38.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:38.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:38.109 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:38.109 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:38.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:38.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:38.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:38.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:38.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:38.112 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:14:38.113 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:38.113 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:38.113 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:38.113 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:14:38.113 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:14:38.113 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:38.113 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:38.113 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:38.113 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:38.113 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:38.113 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:38.113 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:38.113 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:38.113 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:38.114 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:14:38.114 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:38.114 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:38.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:14:39.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:14:39.116 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:39.117 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:39.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:39.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:39.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:39.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:39.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:39.119 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:14:39.121 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:39.121 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:39.121 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:39.121 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:14:39.121 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:14:39.121 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:39.121 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:39.121 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:39.121 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:39.121 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:39.121 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:39.121 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:39.121 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:39.121 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:39.121 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:14:39.121 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:14:39.121 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:39.121 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:39.121 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:39.122 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:39.122 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:39.122 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:39.122 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:39.122 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:39.122 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:39.122 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:39.122 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:39.122 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:39.122 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:39.122 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:39.122 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:39.122 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:39.122 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:39.122 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:39.123 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:39.123 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:39.123 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:39.123 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:39.123 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:39.123 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:39.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:14:39.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:14:39.124 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:39.124 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:39.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:39.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:39.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:39.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:39.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:39.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:39.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:39.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:39.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:39.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:39.129 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 18:14:39.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:14:39.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:39.129 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:14:39.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:39.130 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:14:39.130 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:14:39.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:39.130 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:14:39.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:39.130 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:14:39.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 18:14:39.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:39.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:39.175 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:39.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:39.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:39.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:39.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:39.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:39.191 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:39.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:14:39.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:39.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:39.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:39.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:39.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:39.234 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:39.234 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:39.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:39.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:39.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:39.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:39.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 18:14:39.236 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:39.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:39.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:39.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:39.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:39.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:39.238 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:39.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:39.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:39.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:39.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:39.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:39.240 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:39.240 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:39.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:39.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:39.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:39.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:39.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:39.242 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:14:39.243 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:39.243 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:39.243 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:39.243 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:14:39.243 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:14:39.243 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:39.243 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:39.243 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:39.243 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:39.243 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:39.243 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:39.244 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:14:39.244 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:39.244 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:39.245 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:39.245 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:39.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:14:40.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:14:40.246 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:40.246 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:40.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:40.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:40.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:40.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:40.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:40.257 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:14:40.258 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:40.258 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:40.258 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:40.258 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:14:40.259 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:14:40.259 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:40.259 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:40.259 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:40.259 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:40.259 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:40.259 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:40.259 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:40.259 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:40.259 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:40.259 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:14:40.259 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:14:40.259 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:40.259 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:40.259 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:40.259 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:40.259 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:40.259 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:40.260 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:40.260 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:40.260 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:40.260 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:40.260 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:40.260 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:40.260 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:40.260 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:40.260 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:40.260 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:40.260 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:40.260 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:40.260 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:40.260 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:40.260 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:40.260 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:40.260 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:40.260 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:40.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:14:40.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:14:40.261 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:40.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:40.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:40.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:40.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:40.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:40.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 18:14:40.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:40.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:40.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:40.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:40.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:40.302 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 18:14:40.302 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:14:40.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:40.302 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:14:40.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:40.302 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:14:40.303 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:14:40.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:40.303 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:14:40.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:40.303 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:14:40.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 18:14:40.304 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:40.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:40.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:40.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:40.307 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:40.307 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:40.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:40.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:40.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:40.309 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:14:40.311 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:40.311 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:40.311 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:40.311 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:14:40.311 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:14:40.311 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:40.311 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:40.311 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:40.311 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:40.311 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:40.311 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:40.312 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:40.312 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:40.312 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:40.312 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:14:40.312 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:14:40.312 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:40.312 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:40.312 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:40.312 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:40.312 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:40.312 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:40.312 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:40.312 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:40.312 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:40.312 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:40.312 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:40.312 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:40.313 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:40.313 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:40.313 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:40.313 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:40.313 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:40.313 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:40.313 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:40.313 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:40.313 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:40.313 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:40.313 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:40.313 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:40.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:14:41.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:14:41.315 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:41.315 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:41.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:41.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:41.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:41.318 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:14:41.319 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:41.319 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:41.319 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:41.319 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:14:41.319 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:14:41.319 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:41.319 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:41.319 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:41.319 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:41.319 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:41.319 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:41.320 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:14:41.320 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:41.320 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:41.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:14:41.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:14:41.322 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:41.323 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:41.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:41.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:41.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 18:14:41.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:41.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:41.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:41.327 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 18:14:41.327 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:14:41.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:41.327 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:14:41.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:41.327 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:14:41.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:14:41.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:41.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:14:41.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:41.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:14:41.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:41.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:41.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:41.345 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:41.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:14:41.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:41.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:41.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:41.400 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:41.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:41.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:41.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:41.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:41.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:41.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:41.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:41.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:41.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:41.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:41.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:41.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:41.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:41.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:41.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:41.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:41.452 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:41.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:14:41.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:41.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:41.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:41.496 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:41.496 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:41.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:41.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:41.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:41.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:41.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 18:14:41.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:41.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:41.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:41.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:41.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:41.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:41.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:41.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.562 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:41.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:41.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:41.564 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:41.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:14:41.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:41.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:41.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:41.612 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:41.612 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:41.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:41.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:41.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:41.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:41.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 18:14:41.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:41.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:41.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:41.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 18:14:41.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:41.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:41.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:41.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:41.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:41.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:41.662 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:41.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:14:41.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:41.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:41.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:41.705 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:41.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:41.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:41.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:41.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:41.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:41.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:41.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:41.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:41.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:41.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:41.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:41.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:41.814 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:41.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:14:41.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:41.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:41.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:41.862 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:41.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:41.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:41.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:41.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:41.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:41.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 18:14:41.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:41.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:41.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:41.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 18:14:41.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:41.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:41.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:41.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:41.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:41.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:41.915 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:41.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') 18:14:41.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:41.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:41.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:41.962 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:41.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:41.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:41.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:41.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:41.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:41.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 18:14:41.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:41.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:41.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:41.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 18:14:41.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:41.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:41.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:41.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:41.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:41.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:42.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:42.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:42.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:42.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:42.014 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14: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 '\*?\QProblems\E') 18:14:42.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:42.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:42.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:42.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:42.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:42.061 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:42.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:42.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:42.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:42.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:42.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:42.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 18:14:42.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:42.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:42.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:42.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:42.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:42.066 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:42.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:42.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:42.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:42.068 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:42.068 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:42.068 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:42.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:42.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:42.070 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:14:42.071 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:42.071 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:42.071 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:42.071 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:14:42.071 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:14:42.071 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:42.071 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:42.071 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:42.071 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:42.071 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:42.071 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:42.072 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:42.072 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:42.072 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:42.072 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:14:42.072 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:14:42.072 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:42.072 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:42.072 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:42.072 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:42.072 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:42.072 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:42.072 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:42.072 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:42.072 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:42.072 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:42.072 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:42.072 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:42.072 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:42.072 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:42.072 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:42.072 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:42.072 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:42.072 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:42.072 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:42.073 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:42.073 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:42.073 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:42.073 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:42.073 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:42.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:14:43.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:14:43.074 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:43.075 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:43.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:43.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:43.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:43.078 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:14:43.080 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:43.080 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:43.080 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:43.080 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:14:43.080 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:14:43.080 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:43.080 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:43.080 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:43.080 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:43.080 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:43.080 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:43.080 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:43.080 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:43.080 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:43.080 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:14:43.080 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:43.081 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:43.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:14:43.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:14:43.082 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:43.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:43.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:43.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:43.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 18:14:43.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:43.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:43.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:43.085 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 18:14:43.085 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:14:43.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:43.085 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:14:43.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:43.085 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:14:43.086 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:14:43.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:43.086 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:14:43.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:43.087 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:14:43.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.104 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:43.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:43.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:43.105 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:43.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 '\*?\QProblems\E') 18:14:43.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:43.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:43.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:43.149 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:43.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:43.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:43.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:43.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:43.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:43.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:43.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:43.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:43.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:43.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 18:14:43.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:43.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:43.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:43.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:43.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:43.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:43.199 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:43.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:14:43.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:43.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:43.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:43.243 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:43.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:43.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:43.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:43.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:43.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:43.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:43.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:43.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:43.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:43.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 18:14:43.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:43.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:43.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:43.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:43.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:43.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:43.352 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:43.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:14:43.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:43.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:43.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:43.369 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:43.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:43.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:43.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:43.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:43.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:43.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:43.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:43.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:43.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:43.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:43.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:43.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:43.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:43.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:43.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:43.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:43.451 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:43.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:14:43.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:43.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:43.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:43.469 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:43.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:43.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:43.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:43.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:43.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:43.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 18:14:43.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:43.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:43.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:43.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:43.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:43.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:43.520 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:43.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') 18:14:43.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:43.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:43.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:43.593 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:43.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:43.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:43.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:43.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:43.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:43.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:43.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:43.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:43.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:43.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 18:14:43.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:43.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:43.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:43.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:43.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:43.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:43.673 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:43.673 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:14:43.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:43.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:43.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:43.716 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:43.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:43.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:43.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:43.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:43.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:43.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 18:14:43.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:43.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:43.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:43.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:43.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:43.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:43.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:43.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:43.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:43.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:43.766 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:43.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 '\*?\QProblems\E') 18:14:43.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:43.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:43.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:43.810 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:43.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:43.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:43.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:43.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:43.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:43.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 18:14:43.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:43.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:43.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:43.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:43.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:43.815 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:43.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:43.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:43.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:43.817 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:43.817 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:43.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:43.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:43.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:43.819 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:14:43.820 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:43.820 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:43.820 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:43.820 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:14:43.820 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:14:43.820 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:43.820 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:43.820 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:43.820 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:43.820 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:43.820 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:43.821 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:14:43.821 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:43.821 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:43.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:14:44.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:14:44.823 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:44.823 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:44.824 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:44.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:44.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:44.826 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:14:44.828 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:44.828 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:44.828 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:44.828 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:14:44.828 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:14:44.829 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:44.829 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:44.829 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:44.829 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:44.829 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:44.829 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:44.829 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:44.829 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:44.829 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:44.829 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:14:44.829 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:14:44.829 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:44.829 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:44.829 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:44.829 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:44.829 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:44.830 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:44.830 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:44.830 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:44.830 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:44.830 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:44.830 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:44.830 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:44.830 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:44.830 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:44.830 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:44.830 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:44.830 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:44.830 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:44.830 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:44.830 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:44.830 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:44.830 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:44.831 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:44.831 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:44.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:14:44.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:14:44.832 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:44.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:44.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:44.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:44.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:44.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:44.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:44.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:44.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:44.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:44.836 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 18:14:44.836 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:14:44.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:44.837 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:14:44.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:44.837 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:14:44.838 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:14:44.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:44.838 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:14:44.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:44.838 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:14:44.839 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:44.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:44.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:44.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:44.842 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:44.843 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:44.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:44.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:44.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:44.845 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:14:44.847 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:44.847 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:44.847 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:44.847 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:14:44.847 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:14:44.847 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:44.847 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:44.847 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:44.847 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:44.847 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:44.847 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:44.847 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:44.847 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:44.847 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:44.847 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:14:44.847 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:14:44.848 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:44.848 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:44.848 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:44.848 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:44.848 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:44.848 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:44.848 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:44.848 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:44.848 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:44.848 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:44.848 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:44.848 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:44.848 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:44.848 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:44.848 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:44.848 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:44.848 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:44.848 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:44.849 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:44.849 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:44.849 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:44.849 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:44.849 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:44.849 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:44.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:14:45.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:14:45.850 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:45.851 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:45.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:45.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:45.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:45.854 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:14:45.856 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:45.856 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:45.856 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:45.856 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:14:45.856 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:14:45.856 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:45.856 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:45.856 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:45.856 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:45.856 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:45.856 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:45.857 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:45.857 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:45.857 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:45.857 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:14:45.857 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:14:45.857 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:45.857 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:45.857 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:45.857 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:45.857 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:45.857 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:45.857 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:45.857 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:45.857 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:45.857 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:45.857 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:45.857 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:45.858 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:45.858 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:45.858 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:45.858 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:45.858 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:45.858 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:45.858 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:45.858 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:45.858 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:45.858 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:45.858 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:45.858 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:45.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:14:45.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:14:45.860 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:45.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:45.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:45.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:45.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 18:14:45.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:45.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:45.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:45.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:45.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:45.867 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 18:14:45.868 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:14:45.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:45.868 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:14:45.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:45.869 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:14:45.869 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:14:45.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:45.870 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:14:45.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:45.870 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:14:45.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:45.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:45.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:45.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:45.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:45.926 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:45.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:14:45.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:45.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:45.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:45.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:45.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:45.974 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:45.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:45.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:45.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:45.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:45.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:45.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:45.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:45.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:45.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:45.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:45.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:45.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:45.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:45.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:45.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:45.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:45.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:45.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:46.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:46.032 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:46.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:46.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:46.033 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:46.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:14:46.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:46.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:46.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:46.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:46.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:46.080 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:46.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:46.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:46.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:46.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:46.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:46.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:46.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:46.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:46.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:46.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:46.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:46.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 18:14:46.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:46.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:46.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:46.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:46.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:46.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:46.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:46.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:46.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:46.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:46.136 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:46.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') 18:14:46.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:46.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:46.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:46.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:46.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:46.186 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:46.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:46.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:46.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:46.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:46.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:46.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:46.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:46.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:46.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:46.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:46.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:46.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 18:14:46.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:46.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:46.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:46.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:46.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:46.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:46.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:46.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:46.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:46.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:46.267 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:46.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') 18:14:46.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:46.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:46.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:46.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:46.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:46.317 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:46.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:46.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:46.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:46.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:46.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:46.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:46.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:46.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:46.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:46.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:46.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:46.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:46.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:46.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:46.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:46.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:46.369 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:46.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:14:46.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:46.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:46.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:46.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:46.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:46.419 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:46.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:46.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:46.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:46.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:46.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:46.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:46.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:46.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:46.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:46.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:46.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:46.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 18:14:46.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:46.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:46.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:46.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:46.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:46.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:46.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:46.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:46.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:46.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:46.476 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:46.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 '\*?\QProblems\E') 18:14:46.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:46.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:46.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:46.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:46.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:46.522 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:46.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:46.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:46.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:46.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:46.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:46.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:46.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:46.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:46.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:46.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:46.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:46.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 18:14:46.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:46.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:46.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:46.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:46.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:46.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:46.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:46.578 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:46.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:46.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:46.580 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:46.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 '\*?\QProblems\E') 18:14:46.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:46.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:46.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:46.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:46.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:46.629 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:46.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:46.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:46.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:46.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:46.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:46.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 18:14:46.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:46.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:46.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:46.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:46.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:46.636 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:46.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:46.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:46.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:46.638 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:46.638 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:46.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:46.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:46.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:46.640 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:14:46.641 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:46.641 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:46.641 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:46.641 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:14:46.642 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:14:46.642 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:46.642 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:46.642 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:46.642 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:46.642 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:46.642 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:46.642 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:46.642 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:46.642 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:46.642 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:14:46.642 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:14:46.642 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:46.642 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:46.642 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:46.642 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:46.642 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:46.642 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:46.642 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:46.642 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:46.642 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:46.642 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:46.642 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:46.642 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:46.643 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:46.643 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:46.643 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:46.643 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:46.643 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:46.643 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:46.643 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:46.643 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:46.643 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:46.643 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:46.643 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:46.643 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:46.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:14:47.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:14:47.672 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:47.673 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:47.673 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:47.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:47.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:47.678 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:14:47.680 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:47.680 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:47.680 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:47.680 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:14:47.680 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:14:47.680 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:47.680 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:47.680 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:47.680 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:47.680 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:47.680 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:47.680 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:47.680 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:47.680 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:47.680 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:14:47.680 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:47.681 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:47.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:14:47.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:14:47.682 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:47.683 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:47.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:47.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:47.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 18:14:47.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:47.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:47.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:47.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:47.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:47.687 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 18:14:47.687 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:14:47.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:47.687 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:14:47.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:47.687 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:14:47.687 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:14:47.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:47.688 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:14:47.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:47.688 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:14:47.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:47.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:47.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:47.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:47.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:47.708 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:47.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') 18:14:47.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:47.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:47.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:47.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:47.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:47.763 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:47.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:47.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:47.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:47.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:47.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:47.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 18:14:47.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:47.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:47.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:47.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:47.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:47.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 18:14:47.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:47.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:47.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:47.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:47.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:47.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:47.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:47.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:47.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:47.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:47.836 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:47.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 '\*?\QProblems\E') 18:14:47.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:47.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:47.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:47.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:47.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:47.893 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:47.893 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:47.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:47.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:47.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:47.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:47.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 18:14:47.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:47.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:47.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:47.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:47.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:47.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 18:14:47.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:47.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:47.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:47.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:47.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:47.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:47.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:47.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:47.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:47.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:47.951 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:47.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:14:47.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:47.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:47.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:47.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:47.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:47.995 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:47.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:47.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:47.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:47.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:47.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:47.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:47.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:47.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:47.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:47.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:47.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:48.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:48.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:48.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:48.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:48.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:48.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:48.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:48.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:48.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:48.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:48.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:48.045 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:48.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:14:48.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:48.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:48.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:48.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:48.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:48.087 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:48.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:48.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:48.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:48.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:48.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:48.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:48.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:48.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:48.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:48.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:48.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:48.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:48.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:48.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:48.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:48.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:48.136 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:48.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') 18:14:48.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:48.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:48.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:48.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:48.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:48.179 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:48.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:48.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:48.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:48.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:48.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:48.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:48.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:48.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:48.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:48.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:48.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:48.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 18:14:48.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:48.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:48.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:48.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:48.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:48.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:48.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:48.236 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:48.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:48.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:48.240 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:48.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') 18:14:48.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:48.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:48.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:48.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:48.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:48.287 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:48.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:48.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:48.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:48.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:48.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:48.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 18:14:48.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:48.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:48.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:48.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:48.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:48.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 18:14:48.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:48.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:48.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:48.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:48.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:48.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:48.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:48.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:14:48.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:48.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:48.338 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:14:48.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 '\*?\QProblems\E') 18:14:48.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:48.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:48.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:48.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:48.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:48.380 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:48.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:48.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:48.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:14:48.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:14:48.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:14:48.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:48.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:48.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:48.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:48.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:48.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:48.386 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:48.387 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:48.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:48.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:48.388 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:48.388 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:48.388 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:48.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:48.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:48.390 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:14:48.391 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:48.391 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:48.391 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:48.391 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:14:48.391 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:48.392 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:14:48.392 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:48.392 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:48.393 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:48.393 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:48.393 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:48.393 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:48.393 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:48.393 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:48.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:14:49.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:14:49.421 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:49.422 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:49.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:49.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:49.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:49.425 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:14:49.426 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:49.426 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:49.426 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:49.427 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:14:49.427 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:14:49.427 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:49.427 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:49.427 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:49.427 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:49.427 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:49.427 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:49.427 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:14:49.427 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:14:49.427 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:14:49.427 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:14:49.427 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:14:49.427 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:49.427 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:49.427 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:49.428 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:49.428 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:49.428 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:49.428 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:49.428 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:49.428 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:49.428 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:49.428 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:49.428 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:49.428 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:49.428 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:49.428 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:49.428 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:49.428 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:49.428 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:49.428 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 18:14:49.428 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:14:49.428 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:14:49.429 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:14:49.429 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:14:49.429 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:14:49.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:14:49.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:14:49.430 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:49.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:49.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:49.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:49.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:49.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:49.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:49.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:49.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:49.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:49.435 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 18:14:49.435 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:14:49.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:49.435 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:14:49.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:49.436 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:14:49.436 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:14:49.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:49.436 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:14:49.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:49.437 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:14:49.437 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:49.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:49.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:49.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:49.442 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:14:49.443 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:14:49.443 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:14:49.443 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:14:49.443 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:14:49.443 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:14:49.443 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:14:49.443 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:14:49.443 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:14:49.443 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:14:49.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:14:49.575 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 18:14:49.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:14:49.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:49.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:49.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 18:14:49.577 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:49.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:49.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:49.578 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:14:49.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:49.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:49.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:49.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:49.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:49.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:49.591 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:14:49.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:49.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:49.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:49.592 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:49.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:14:49.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:49.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:49.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:49.595 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:14:49.595 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:49.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:49.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:49.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:49.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:49.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:49.607 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:14:49.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:49.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:49.607 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:49.608 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1178): Gtk-CRITICAL **: 18:14:49.682: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:14:49.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:14:49.711 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 18:14:49.721 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:14:49.722 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:49.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:49.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:49.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:49.779 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:49.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:49.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:49.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:49.784 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:49.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:49.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:49.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:49.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:49.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:49.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:50.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:50.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:50.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:50.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:50.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:14:50.793 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:50.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:50.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:50.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:50.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:50.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:50.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:50.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:50.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:50.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:50.799 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:14:50.800 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:14:50.801 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:14:50.801 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:14:50.805 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:14:50.806 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:14:50.806 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:50.888 DEBUG [main][MenuItemLookup] Found menu:'New' 18:14:50.888 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:14:50.888 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:50.888 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:14:50.888 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:14:50.888 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:14:50.888 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:50.888 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:14:50.888 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:14:50.888 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:14:50.888 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:14:50.889 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:50.889 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:14:50.889 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:14:50.889 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:14:50.889 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:14:50.889 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:50.889 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:14:50.889 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:14:50.889 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:50.889 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:14:50.889 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:14:50.889 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:14:50.889 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:14:50.890 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:14:50.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:14:50.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:14:50.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:14:50.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:14:50.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:14:50.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:14:50.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:14:50.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:14:50.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:14:50.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:14:50.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:14:50.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:14:50.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:14:50.962 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 18:14:50.962 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:14:50.962 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:14:50.963 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:14:50.966 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:14:50.967 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:14:50.967 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:51.035 DEBUG [main][MenuItemLookup] Found menu:'New' 18:14:51.035 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:14:51.035 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:51.035 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:14:51.035 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:14:51.035 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:14:51.035 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:51.035 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:14:51.035 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:14:51.035 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:14:51.035 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:14:51.035 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:14:51.036 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:14:51.036 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:14:51.037 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:14:51.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 'Delete.*'] is available.... 18:14:51.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:14:51.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:14:51.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:51.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:51.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:51.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:51.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) 18:14:51.315 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:51.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:51.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:51.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:14:51.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:51.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:51.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:51.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:51.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:51.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:51.324 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:14:51.325 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:14:51.326 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:14:51.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:51.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:51.327 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:51.327 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:51.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:14:51.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:51.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:51.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:51.329 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:14:51.329 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:51.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:51.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:51.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:51.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:51.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:51.342 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:14:51.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:51.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:51.343 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:51.343 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:51.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:14:51.350 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:14:51.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:14:51.851 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:14:51.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:14:51.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:14:51.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:14:51.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:14:51.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:14:51.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:14:51.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:14:51.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:14:51.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:14:51.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:14:51.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:14:51.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:14:51.852 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:14:51.852 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:14:51.852 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:14:51.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:51.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:51.853 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:14:51.853 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:14:51.854 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowVisibleProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:14:51.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:14:51.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:14:51.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:14:51.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:14:51.854 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:51.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:51.855 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:51.855 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:51.856 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:14:51.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:51.856 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:51.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:51.857 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:51.857 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:51.857 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:51.858 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:51.861 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:14:51.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:51.862 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:51.862 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:51.862 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:51.862 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:51.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:14:51.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:51.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:51.865 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:14:51.865 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:14:51.866 DEBUG [main][MenuItemLookup] Found menu:'File' 18:14:51.868 DEBUG [main][MenuItemLookup] Item match:File 18:14:51.870 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:14:51.870 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:14:51.878 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:14:51.878 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:14:51.878 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:51.878 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:14:51.878 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:14:51.878 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:14:51.878 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:14:51.878 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:14:51.878 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:14:51.878 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:14:51.878 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:14:51.878 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:14:51.878 DEBUG [main][MenuItemLookup] Found menu:'File' 18:14:51.878 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:14:51.878 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:14:51.878 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:14:51.878 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:51.878 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:14:51.878 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:51.878 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:14:51.878 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:14:51.905 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:14:51.905 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:14:51.906 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:14:52.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:14:52.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:14:52.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:14:52.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:52.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:52.112 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:14:52.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:52.113 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:14:52.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:52.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:52.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:52.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:52.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:52.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:14:52.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:14:52.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:14:52.118 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:14:52.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:52.118 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:14:52.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:52.118 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:14:52.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:14:52.119 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:14:52.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:52.119 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:14:52.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:52.119 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:14:52.120 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:14:52.120 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:14:52.120 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:14:52.139 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:14:52.139 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:14:52.139 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:14:52.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:14:52.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:52.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:52.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:52.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:52.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:52.143 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:14:52.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:52.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:52.144 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:52.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:52.667 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:52.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:52.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:52.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:14:52.671 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 18:14:52.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:14:52.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:52.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:52.706 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:14:52.706 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:52.707 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 18:14:52.707 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:14:52.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:52.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:52.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:52.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:52.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:14:52.720 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:14:52.721 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 18:14:52.773 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:14:52.773 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:14:52.773 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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) 18:14:52.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:52.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:52.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:52.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:52.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:52.790 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:14:52.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:52.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:52.790 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:52.791 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:53.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:14:53.208 DEBUG [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 18:14:53.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:14:53.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:53.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:53.217 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:14:53.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:14:53.218 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:53.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:53.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:53.224 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:14:53.224 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:53.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:53.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:53.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:53.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:53.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:53.230 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:14:53.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:53.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:53.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:53.231 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:53.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:14:53.558 DEBUG [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 18:14:53.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:14:53.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:14:53.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:14:53.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:14:53.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:14:53.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:14:53.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:14:53.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:14:53.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:14:53.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:14:53.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:14:53.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:14:53.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:14:53.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:14:53.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:14:53.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:14:53.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:53.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:53.616 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:14:53.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:53.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:53.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:14:53.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:53.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:53.633 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:14:53.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') 18:14:53.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:53.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:53.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:53.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:53.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:53.647 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:53.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:53.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:53.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:53.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:53.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:53.713 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:14:53.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:53.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:53.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:14:53.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:53.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:53.718 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:14:53.719 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:14:53.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:53.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:53.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:53.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:53.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:14:53.722 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:53.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:53.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:53.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:53.793 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:53.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:53.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:53.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:53.834 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:14:53.834 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:14:53.834 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:14:53.834 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:14:53.834 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:14:53.835 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:14:53.835 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:14:53.835 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:14:53.835 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:14:53.835 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:14:54.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:14:54.013 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 18:14:54.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:14:54.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:54.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:54.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 "Restore Defaults") 18:14:54.017 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:54.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:54.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:54.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:14:54.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:54.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:54.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:54.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:54.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:54.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:54.032 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:14:54.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:54.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:54.032 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:54.032 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:54.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:14:54.043 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:54.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:54.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:54.043 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:14:54.043 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:54.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:54.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:54.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:54.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:54.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:54.048 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:14:54.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:54.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:54.049 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:54.049 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:54.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:14:54.203 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 18:14:54.204 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:54.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:54.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:54.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:54.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:54.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:54.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:54.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:54.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:54.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:54.209 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:54.209 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:54.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:54.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:54.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 18:14:54.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:54.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:54.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:54.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:54.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:54.214 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:14:54.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:14:54.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:54.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:54.222 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:14:54.222 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:14:54.222 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:14:54.222 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:14:54.222 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:14:54.222 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:14:54.222 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:14:54.222 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:14:54.223 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:14:54.223 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:14:54.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:14:54.427 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 18:14:54.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:14:54.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:54.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:54.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 "Restore Defaults") 18:14:54.429 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:54.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:54.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:54.439 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:14:54.439 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:54.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:54.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:54.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:54.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:54.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:54.445 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:14:54.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:54.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:54.446 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:54.446 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:54.456 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:14:54.456 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:54.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:54.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:54.457 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:14:54.457 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:54.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:54.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:54.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:54.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:54.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:54.496 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:14:54.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:54.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:54.497 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:54.497 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:54.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:14:54.645 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 18:14:54.688 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:14:54.689 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:54.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:54.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:54.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:54.727 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:54.728 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:54.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:54.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:54.789 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:54.789 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:54.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:54.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:54.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:54.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:54.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:55.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:55.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:55.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:55.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:14:55.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:14:55.855 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:14:55.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:14:55.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:14:55.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:14:55.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:14:55.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:55.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:55.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:55.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:55.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:55.861 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:14:55.862 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:14:55.862 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:14:55.863 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:14:55.867 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:14:55.867 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:14:55.867 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:55.994 DEBUG [main][MenuItemLookup] Found menu:'New' 18:14:55.994 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:14:55.994 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:55.994 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:14:55.994 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:14:55.994 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:14:55.994 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:55.994 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:14:55.994 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:14:55.994 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:14:55.994 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:14:55.994 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:55.994 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:14:55.994 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:14:55.994 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:14:55.994 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:14:55.995 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:55.995 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:14:55.995 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:14:55.995 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:55.995 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:14:55.995 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:14:55.995 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:14:55.995 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:14:55.997 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:14:55.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:14:55.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:14:55.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:14:56.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:14:56.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:14:56.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:14:56.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:14:56.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:14:56.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:14:56.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:14:56.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:14:56.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:14:56.499 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 18:14:56.500 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:14:56.500 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:14:56.501 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:14:56.505 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:14:56.506 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:14:56.506 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:56.693 DEBUG [main][MenuItemLookup] Found menu:'New' 18:14:56.693 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:14:56.693 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:56.693 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:14:56.693 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:14:56.693 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:14:56.693 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:56.693 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:14:56.693 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:14:56.693 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:14:56.693 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:14:56.693 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:14:56.694 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:14:56.694 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:14:56.694 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:14:56.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:14:57.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. finished successfully 18:14:57.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:14:57.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:57.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:57.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:57.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:57.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: 32) 18:14:57.113 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:57.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:57.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:57.114 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:14:57.114 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:57.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:57.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:57.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:57.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:57.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:57.116 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:14:57.116 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:14:57.122 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:14:57.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:57.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:57.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:57.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:57.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:14:57.123 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:14:57.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:57.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:57.123 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:14:57.123 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:14:57.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:57.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:57.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:57.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:57.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:57.128 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:14:57.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:57.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:57.129 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:57.129 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:57.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:14:57.297 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:14:57.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:14:57.798 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:14:57.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:14:57.799 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 18:14:57.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:14:57.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:14:57.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:14:57.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:14:57.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:14:57.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:14:57.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:14:57.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:14:57.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:14:57.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:14:57.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:14:57.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:14:57.799 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:14:57.799 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:14:57.799 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:14:57.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:14:57.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:14:57.801 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowVisibleProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:14:57.803 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:14:57.803 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:14:57.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:14:57.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:14:57.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:14:57.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:14: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: "New"] 18:14:57.805 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:57.806 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:57.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:57.806 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:14:57.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:57.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: "New"] 18:14:57.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:57.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: "New"] 18:14:57.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:57.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"] 18:14:57.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:57.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 Project"] 18:14:57.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:57.809 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:57.809 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:57.809 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:14:57.809 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:57.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:14:57.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:57.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:57.811 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:14:57.811 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:14:57.812 DEBUG [main][MenuItemLookup] Found menu:'File' 18:14:57.816 DEBUG [main][MenuItemLookup] Item match:File 18:14:57.818 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:14:57.818 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:14:57.825 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:14:57.825 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:14:57.825 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:57.825 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:14:57.825 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:14:57.825 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:14:57.825 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:14:57.825 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:14:57.825 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:14:57.825 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:14:57.825 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:14:57.825 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:14:57.825 DEBUG [main][MenuItemLookup] Found menu:'File' 18:14:57.825 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:14:57.825 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:14:57.825 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:14:57.825 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:57.825 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:14:57.825 DEBUG [main][MenuItemLookup] Found menu:'' 18:14:57.825 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:14:57.825 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:14:57.891 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:14:57.891 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:14:57.892 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:14:58.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:14:58.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:14:58.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:14:58.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:58.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:58.160 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:14:58.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:58.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 18:14:58.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:58.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:58.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:58.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:58.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:14:58.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:14:58.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:14:58.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:14:58.245 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:14:58.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:58.245 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:14:58.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:58.245 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:14:58.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:14:58.246 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:14:58.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:14:58.246 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:14:58.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:14:58.246 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:14:58.247 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:14:58.247 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:14:58.248 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:14:58.260 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:14:58.261 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:14:58.261 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:14:58.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:14:58.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:58.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:58.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:58.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:58.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:58.310 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:14:58.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:58.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:58.310 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:58.311 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:14:58.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"] 18:14:58.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:58.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:58.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.... 18:14:58.800 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 18:14:58.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:14:58.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:14:58.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:14:58.803 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:14:58.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:14:58.805 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 18:14:58.806 DEBUG [WorkbenchTestable][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:") 18:14:58.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:58.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:58.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:58.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:58.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:14:58.901 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:14:58.903 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 18:14:59.003 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:14:59.003 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:14:59.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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) 18:14:59.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:14:59.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:14:59.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:14:59.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:14:59.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:14:59.020 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:14:59.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:14:59.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:14:59.021 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:14:59.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:00.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:15:00.097 DEBUG [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 18:15:00.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:15:00.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:00.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:00.100 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:15:00.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 "Don't Create") 18:15:00.100 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:15:00.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:00.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:00.102 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:15:00.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:15:00.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:00.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:00.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:00.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:00.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:00.118 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:15:00.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:00.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:00.119 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:00.119 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:00.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:15:00.905 DEBUG [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 18:15:00.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:15:00.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:15:00.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:15:00.906 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 18:15:00.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:15:00.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:15:00.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:15:00.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:15:00.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:15:00.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:15:00.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:15:00.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:15:00.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:15:00.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:01.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:01.007 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:01.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:01.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:01.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:15:01.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:01.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:01.035 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:15:01.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 '\*?\QProblems\E') 18:15:01.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:01.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:01.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:01.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:01.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:01.122 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:01.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:01.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:01.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:01.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:01.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:01.217 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:15:01.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:01.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:01.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:15:01.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:01.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:01.229 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:15:01.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 '\*?\QPackage Explorer\E') 18:15:01.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:01.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:01.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:01.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:01.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:01.236 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:01.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:01.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:01.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:01.336 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:15:01.337 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:01.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:01.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:01.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:01.340 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:15:01.342 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:01.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:01.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:01.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:01.346 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:01.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:01.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:01.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:01.390 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:01.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:01.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:01.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:01.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:01.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:01.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:01.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:01.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:02.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:02.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:02.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:15:02.419 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:02.420 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:02.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:02.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:02.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:15:02.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:02.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:02.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:02.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:02.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:02.427 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:15:02.428 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:15:02.429 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 18:15:02.430 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 18:15:02.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:02.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:02.939 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 18:15:02.942 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:15:02.942 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:15:02.942 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:15:02.956 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:15:02.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: "New"] 18:15:02.956 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:02.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"] 18:15:02.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:02.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 Java Class"] 18:15:02.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:02.959 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:02.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:02.960 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:02.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:02.964 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:02.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:02.966 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:15:02.966 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:02.967 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:02.967 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:02.967 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:02.968 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:02.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:15:02.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:02.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:02.970 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:15:02.971 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:15:02.972 DEBUG [main][MenuItemLookup] Found menu:'File' 18:15:02.972 DEBUG [main][MenuItemLookup] Item match:File 18:15:02.974 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:15:02.974 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:15:02.981 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:15:02.981 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:15:02.981 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:02.981 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:15:02.981 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:15:02.981 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:15:02.981 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:15:02.981 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:15:02.981 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:15:02.986 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:15:02.986 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:15:02.987 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:15:02.987 DEBUG [main][MenuItemLookup] Found menu:'File' 18:15:02.987 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:15:02.987 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:15:02.987 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:15:02.987 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:02.987 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:15:02.987 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:02.987 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:15:02.987 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:15:03.018 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:15:03.018 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:15:03.018 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:15:03.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:15:03.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:15:03.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:15:03.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:03.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:03.265 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:15:03.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:03.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 18:15:03.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:03.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:03.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:03.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:03.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:03.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:15:03.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:15:03.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:15:03.330 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:15:03.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:03.332 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:15:03.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:03.332 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:15:03.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:15:03.333 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:15:03.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:03.343 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:15:03.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:03.344 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:15:03.345 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:15:03.346 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:15:03.346 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:15:03.360 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:15:03.361 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:15:03.361 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:15:03.361 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:15:03.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:03.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:03.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:03.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:03.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:03.410 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:15:03.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:03.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:03.410 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:03.410 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:03.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:03.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:03.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:03.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:15:03.642 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 18:15:03.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:15:03.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:03.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:03.645 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:15:03.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:03.645 DEBUG [WorkbenchTestable][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:") 18:15:03.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:03.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:03.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:03.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:03.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:15:03.726 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:15:03.728 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 18:15:03.800 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:15:03.800 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:15: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.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) 18:15:03.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:03.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:03.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:03.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:03.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:03.818 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:15:03.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:03.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:03.818 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:03.818 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:03.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:15:05.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:15:05.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:15:05.690 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 18:15:05.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:15:05.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:15:05.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:15:05.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:15:05.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:15:05.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:15:05.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:15:05.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:15:05.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:15:05.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:15:05.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:15:05.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:15:05.690 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 18:15:05.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:15:05.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:15:05.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:15:05.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:15:05.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:15:05.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:15:05.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:15:05.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:15:05.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:15:05.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:15:05.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:15:05.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@a341ab0 is found... 18:15:05.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@a341ab0 is found finished successfully 18:15:05.702 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 18:15:05.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:05.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:05.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:05.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:05.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:05.791 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:05.792 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 18:15:05.792 INFO [WorkbenchTestable][TextEditor] Set text to editor 18:15:05.815 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:05.815 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 18:15:05.815 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:15:05.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:15:05.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:05.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:05.915 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:15:05.915 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:15:05.917 DEBUG [main][MenuItemLookup] Found menu:'File' 18:15:05.917 DEBUG [main][MenuItemLookup] Item match:File 18:15:05.919 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:15:05.919 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:15:05.919 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:15:05.919 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:15:05.919 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:05.919 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:15:05.919 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:15:05.919 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:05.919 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:15:05.919 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:15:05.919 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:15:05.919 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:15:05.920 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:15:06.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:15:06.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:15:06.095 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:06.096 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 18:15:06.096 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:06.097 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:06.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:06.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:06.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:06.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:06.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:06.417 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:06.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:06.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:06.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:15:06.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:06.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:06.434 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:15:06.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:15:06.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:06.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:06.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:06.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:06.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:06.500 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:06.500 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:06.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:06.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:15:06.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:06.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:06.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 18:15:06.503 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:06.503 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:06.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:06.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:15:06.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:06.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:06.511 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:06.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:06.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:06.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:15:06.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:06.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:06.513 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:06.514 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:06.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:06.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:06.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:15:06.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:06.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:06.516 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:06.517 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:06.517 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:06.517 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:06.517 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:06.517 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:06.517 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:15:06.517 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:06.517 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:06.517 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:06.517 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:06.517 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:06.518 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:06.518 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:06.518 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:06.518 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:06.518 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:06.518 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:15:06.518 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:06.518 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:06.518 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:06.518 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:06.518 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:06.518 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:15:06.518 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:06.518 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:06.518 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:06.518 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:06.519 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:06.519 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:15:06.519 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:06.519 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:06.519 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:06.519 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:06.519 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:06.519 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:15:06.519 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:06.519 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:06.519 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:06.519 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:06.519 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:06.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... (Eclipse:1178): Gtk-CRITICAL **: 18:15:06.771: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:15:07.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:15:07.521 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:07.521 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:07.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:07.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:07.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:15:07.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:07.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:07.524 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:07.526 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:07.526 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:07.526 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:07.526 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:07.526 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:07.526 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:15:07.526 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:07.526 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:07.526 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:07.526 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:07.526 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:07.526 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:07.526 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:07.526 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:07.526 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:07.526 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:07.526 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:15:07.526 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:07.526 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:07.526 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:07.526 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:07.527 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:07.527 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:15:07.527 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:07.527 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:07.527 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:07.527 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:07.527 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:07.530 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:15:07.530 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:07.530 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:07.530 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:07.530 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:07.530 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:07.531 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:15:07.531 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:07.531 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:07.531 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:07.531 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:07.531 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:07.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:15:07.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:15:07.532 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:07.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:07.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:07.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:15:07.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:07.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:07.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 18:15:07.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:07.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:07.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:07.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:07.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:07.541 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 18:15:07.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:15:07.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:07.542 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:15:07.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:07.542 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:15:07.543 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:15:07.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:07.544 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:15:07.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:07.545 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:15:07.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 18:15:07.546 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:07.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:07.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:07.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:07.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 18:15:07.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:07.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:07.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:07.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:07.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:07.622 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:07.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:07.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:07.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:07.629 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:15:07.629 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:15:07.629 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:15:07.629 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:15:07.629 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:15:07.629 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:15:07.629 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:15:07.629 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:15:07.629 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:15:07.630 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:15:07.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:15:07.940 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 18:15:07.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:15:07.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:07.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:07.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 "Restore Defaults") 18:15:07.991 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:15:07.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:07.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:07.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:15:07.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:15:07.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:07.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:08.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:08.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:08.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:08.004 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:15:08.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:08.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:08.004 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:08.005 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:08.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:15:08.014 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:15:08.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:08.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:08.015 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:15:08.015 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:15:08.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:08.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:08.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:08.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:08.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:08.027 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:15:08.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:08.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:08.028 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:08.029 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1178): Gtk-CRITICAL **: 18:15:08.194: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:15:08.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:15:08.223 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 18:15:08.223 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:15:08.232 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:08.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:08.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:08.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:08.327 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:08.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:08.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:08.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:08.330 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:08.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:08.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:08.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:08.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:08.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:08.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:08.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:08.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:09.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:09.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:09.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:15:09.336 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:09.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:09.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:09.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:09.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:15:09.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:09.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:09.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:09.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:09.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:09.343 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:15:09.344 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:15:09.344 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:15:09.346 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:15:09.351 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:15:09.352 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:15:09.352 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:09.435 DEBUG [main][MenuItemLookup] Found menu:'New' 18:15:09.435 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:15:09.435 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:09.435 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:15:09.435 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:15:09.436 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:15:09.436 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:09.436 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:15:09.436 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:15:09.436 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:15:09.436 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:15:09.436 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:09.436 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:15:09.436 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:15:09.436 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:15:09.436 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:15:09.436 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:09.436 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:15:09.436 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:15:09.436 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:09.436 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:15:09.436 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:15:09.436 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:15:09.436 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:15:09.437 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:15:09.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:15:09.470 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 18:15:09.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:15:09.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:15:09.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:15:09.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:15:09.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:15:09.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:15:09.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:15:09.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:15:09.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:15:09.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:15:09.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:15:09.470 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 18:15:09.471 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:15:09.471 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:15:09.472 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:15:09.475 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:15:09.476 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:15:09.476 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:09.554 DEBUG [main][MenuItemLookup] Found menu:'New' 18:15:09.555 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:15:09.555 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:09.555 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:15:09.555 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:15:09.555 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:15:09.555 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:09.555 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:15:09.555 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:15:09.555 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:15:09.555 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:15:09.555 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:15:09.555 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:15:09.555 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:15:09.556 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:15:09.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.... 18:15:09.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:15:09.959 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:15:09.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:09.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:09.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:09.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:09.963 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:15:09.987 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:15:09.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:09.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:09.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:15:09.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:15:09.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:09.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:09.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:09.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:09.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:10.001 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:15:10.002 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:15:10.002 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:15:10.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:10.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:10.003 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:10.003 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:10.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:15:10.004 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:15:10.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:10.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:10.005 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:15:10.005 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:15:10.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:10.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:10.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:10.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:10.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:10.012 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:15:10.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:10.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:10.013 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:10.013 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:10.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:15:10.035 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:15:10.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:15:10.538 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:15:10.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:15:10.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:15:10.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:15:10.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:15:10.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:15:10.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:15:10.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:15:10.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:15:10.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:15:10.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:15:10.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:15:10.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:15:10.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:15:10.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:15:10.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:15:10.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:15:10.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:15:10.539 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:15:10.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:10.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:10.540 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:15:10.540 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:15:10.540 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneErrorExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:15:10.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:15:10.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:15:10.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:15:10.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:15:10.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"] 18:15:10.541 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:10.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"] 18:15:10.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:10.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"] 18:15:10.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:10.543 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:10.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:10.544 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:10.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:10.544 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:10.545 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:10.545 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:15:10.545 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:10.545 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:10.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:10.546 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:10.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:10.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:15:10.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:10.548 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:15:10.548 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:15:10.548 DEBUG [main][MenuItemLookup] Found menu:'File' 18:15:10.554 DEBUG [main][MenuItemLookup] Item match:File 18:15:10.556 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:15:10.556 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:15:10.563 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:15:10.563 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:15:10.563 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:10.563 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:15:10.563 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:15:10.563 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:15:10.563 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:15:10.563 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:15:10.563 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:15:10.563 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:15:10.563 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:15:10.563 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:15:10.563 DEBUG [main][MenuItemLookup] Found menu:'File' 18:15:10.563 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:15:10.563 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:15:10.563 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:15:10.563 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:10.563 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:15:10.563 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:10.563 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:15:10.563 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:15:10.596 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:15:10.596 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:15:10.597 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:15:10.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:15:10.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:15:10.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:15:10.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:10.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:10.782 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:15:10.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:10.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:15:10.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:10.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:10.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:10.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:10.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:10.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:15:10.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:15:10.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:15:10.816 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:15:10.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:10.816 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:15:10.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:10.816 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:15:10.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:15:10.817 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:15:10.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:10.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:15:10.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:10.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:15:10.829 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:15:10.829 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:15:10.830 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:15:10.844 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:15:10.844 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:15:10.844 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:15:10.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:15:10.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:10.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:10.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:10.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:10.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:10.850 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:15:10.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:10.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:10.860 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:10.860 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:11.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"] 18:15:11.238 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:11.247 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:11.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:15:11.248 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 18:15:11.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:15:11.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:11.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:11.250 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:15:11.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:11.251 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 18:15:11.251 DEBUG [WorkbenchTestable][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:") 18:15:11.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:11.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:11.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:11.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:11.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:15:11.316 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:15:11.318 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 18:15:11.378 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:15:11.378 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:15:11.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.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) 18:15:11.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:11.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:11.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:11.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:11.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:11.393 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:15:11.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:11.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:11.394 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:11.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:11.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:15:11.927 DEBUG [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 18:15:11.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:15:11.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:11.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:11.942 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:15:11.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 "Don't Create") 18:15:11.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:15:11.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:11.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:11.944 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:15:11.944 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:15:11.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:11.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:11.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:11.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:11.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:11.958 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:15:11.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:11.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:11.958 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:11.958 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:12.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:15:12.347 DEBUG [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 18:15:12.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:15:12.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:15:12.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:15:12.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:15:12.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:15:12.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:15:12.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:15:12.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:15:12.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:15:12.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:15:12.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:15:12.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:15:12.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:15:12.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:15:12.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:12.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:12.363 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:12.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:12.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:12.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:15:12.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:12.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:12.392 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:15:12.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:15:12.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:12.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:12.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:12.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:12.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:12.407 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:12.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:12.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:12.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:12.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:12.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:12.463 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:15:12.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:12.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:12.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:15:12.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:12.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:12.534 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:15:12.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:15:12.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:12.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:12.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:12.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:12.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:12.538 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:12.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:12.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:12.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:12.641 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:15:12.642 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:12.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:12.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:12.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:12.646 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:12.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:12.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:12.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:12.649 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:12.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:12.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:12.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:12.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:12.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:12.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:13.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:13.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:13.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:13.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:13.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:15:13.692 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:13.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:13.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:13.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:13.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:15:13.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:13.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:13.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:13.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:13.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:13.703 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:15:13.703 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:15:13.704 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 18:15:13.704 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 18:15:13.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:14.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:14.206 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 18:15:14.209 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:15:14.209 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:15:14.210 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:15:14.215 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:15:14.215 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:14.224 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:14.224 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:14.224 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:14.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 Class"] 18:15:14.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:14.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"] 18:15:14.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:14.227 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:14.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:14.228 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:14.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:14.229 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:15:14.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:14.230 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:14.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:14.230 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:14.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:14.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:15:14.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:14.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:14.301 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:15:14.301 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:15:14.303 DEBUG [main][MenuItemLookup] Found menu:'File' 18:15:14.303 DEBUG [main][MenuItemLookup] Item match:File 18:15:14.305 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:15:14.305 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:15:14.312 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:15:14.313 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:15:14.313 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:14.313 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:15:14.313 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:15:14.313 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:15:14.313 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:15:14.313 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:15:14.313 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:15:14.313 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:15:14.313 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:15:14.313 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:15:14.313 DEBUG [main][MenuItemLookup] Found menu:'File' 18:15:14.313 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:15:14.313 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:15:14.313 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:15:14.313 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:14.313 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:15:14.313 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:14.313 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:15:14.313 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:15:14.315 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:15:14.315 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:15:14.315 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:15:14.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:15:14.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:15:14.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:15:14.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:14.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:14.702 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:15:14.702 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:14.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:15:14.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:14.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:14.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:14.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:14.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:14.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:15:14.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:15:14.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:15:14.723 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:15:14.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:14.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:15:14.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:14.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:15:14.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:15:14.738 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:15:14.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:14.739 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:15:14.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:14.740 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:15:14.904 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:15:14.904 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:15:14.905 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:15:14.910 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:15:14.910 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:15:14.911 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:15:14.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:15:14.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:14.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:14.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:14.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:14.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:14.917 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:15:14.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:14.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:14.918 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:14.918 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:15.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"] 18:15:15.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:15.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:15.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:15:15.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 18:15:15.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:15:15.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:15.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:15.264 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:15:15.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:15.264 DEBUG [WorkbenchTestable][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:") 18:15:15.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:15.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:15.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:15.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:15.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:15:15.418 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:15:15.420 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 18:15:15.462 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:15:15.462 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:15:15.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 18:15:15.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:15.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:15.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:15.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:15.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:15.546 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:15:15.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:15.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:15.547 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:15.547 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:15.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:15:17.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:15:17.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:15:17.490 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 18:15:17.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:15:17.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:15:17.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:15:17.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:15:17.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:15:17.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:15:17.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:15:17.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:15:17.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:15:17.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:15:17.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:15:17.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:15:17.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:15:17.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:15:17.491 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 18:15:17.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:15:17.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:15:17.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:15:17.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:15:17.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:15:17.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:15:17.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:15:17.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:15:17.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:15:17.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:15:17.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:15:17.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:15:17.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@609f39d is found... 18:15:17.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@609f39d is found finished successfully 18:15:17.523 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 18:15:17.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:17.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:17.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:17.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:17.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:17.529 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:17.529 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 18:15:17.530 INFO [WorkbenchTestable][TextEditor] Set text to editor 18:15:17.600 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:17.600 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 18:15:17.600 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:15:17.601 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:15:17.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:17.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:17.602 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:15:17.603 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:15:17.603 DEBUG [main][MenuItemLookup] Found menu:'File' 18:15:17.603 DEBUG [main][MenuItemLookup] Item match:File 18:15:17.605 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:15:17.605 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:15:17.605 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:15:17.605 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:15:17.605 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:17.605 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:15:17.605 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:15:17.605 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:17.605 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:15:17.605 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:15:17.639 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:15:17.639 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:15:17.641 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:15:17.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:15:17.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:15:17.813 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:17.814 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 18:15:17.821 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:17.822 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:17.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:17.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:17.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:17.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:18.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:18.096 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:18.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:18.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:18.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:15:18.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:18.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:18.127 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:15:18.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:15:18.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:18.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:18.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:18.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:18.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:18.235 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:18.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:18.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:18.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:15:18.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:18.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:18.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 18:15:18.244 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:18.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:18.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:18.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:15:18.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:18.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:18.257 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:18.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:18.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:18.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:15:18.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:18.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:18.262 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:18.262 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:18.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:18.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:18.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:15:18.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:18.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:18.288 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:18.289 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:18.289 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:18.290 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:18.290 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:18.290 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:18.290 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:15:18.290 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:18.290 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:18.290 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:18.290 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:18.290 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:18.290 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:18.290 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:18.290 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:18.290 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:18.290 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:18.290 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:15:18.290 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:18.290 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:18.290 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:18.290 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:18.290 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:18.291 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:15:18.291 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:18.291 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:18.291 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:18.291 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:18.291 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:18.291 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:15:18.291 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:18.291 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:18.291 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:18.291 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:18.291 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:18.291 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:15:18.291 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:18.291 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:18.291 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:18.291 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:18.291 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:18.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... (Eclipse:1178): Gtk-CRITICAL **: 18:15:18.495: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:15:19.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:15:19.293 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:19.294 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:19.294 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:19.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:19.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:15:19.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:19.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:19.391 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:19.393 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:19.393 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:19.393 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:19.393 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:19.393 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:19.394 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:15:19.394 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:19.394 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:19.394 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:19.394 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:19.394 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:19.394 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:19.394 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:19.394 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:19.395 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:19.395 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:19.395 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:15:19.395 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:19.395 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:19.395 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:19.395 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:19.395 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:19.395 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:15:19.395 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:19.395 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:19.395 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:19.395 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:19.395 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:19.395 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:15:19.395 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:19.395 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:19.395 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:19.395 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:19.395 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:19.396 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:15:19.396 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:19.396 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:19.396 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:19.396 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:19.396 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:19.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:15:19.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:15:19.397 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:19.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:19.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:19.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:15:19.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:19.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:19.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:15:19.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:19.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:19.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:19.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:19.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:19.497 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 18:15:19.498 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:15:19.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:19.498 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:15:19.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:19.498 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:15:19.499 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:15:19.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:19.499 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:15:19.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:19.499 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:15:19.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 18:15:19.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:19.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:19.523 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:19.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:19.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:19.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 18:15:19.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:19.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:19.589 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 18:15:19.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:15:19.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:19.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:19.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:19.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:19.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:19.644 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:19.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:19.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:19.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:15:19.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:19.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:19.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 0. Expected number of problems is: 1... 18:15:19.689 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:19.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:19.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:19.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:15:19.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:19.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:19.699 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:19.699 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:19.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:19.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:15:19.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:19.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:19.702 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:19.703 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:19.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:19.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:19.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:15:19.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:19.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:19.707 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:19.708 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:19.708 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:19.708 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:19.708 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:19.708 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:19.708 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:15:19.708 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:19.708 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:19.708 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:19.708 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:19.708 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:19.708 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:19.709 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:19.709 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:19.709 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:19.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:15:20.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:15:20.713 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:20.717 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:20.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:20.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:20.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:15:20.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:20.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:20.721 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:20.723 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:20.723 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:20.723 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:20.723 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:20.723 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:20.723 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:15:20.723 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:20.723 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:20.723 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:20.723 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:20.723 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:20.723 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:20.723 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:20.723 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:20.723 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:20.723 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:20.723 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:15:20.723 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:20.723 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:20.723 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:20.723 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:20.723 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:20.724 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:15:20.724 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:20.724 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:20.724 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:20.724 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:20.724 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:20.724 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:15:20.724 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:20.724 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:20.724 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:20.724 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:20.724 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:20.724 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 18:15:20.724 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:20.724 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:20.724 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:20.724 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:20.724 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:20.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:15:20.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:15:20.726 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:20.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:20.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:20.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 18:15:20.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:20.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:20.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 18:15:20.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:20.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:20.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:20.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:20.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:20.734 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 18:15:20.734 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:15:20.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:20.734 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:15:20.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:20.735 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:15:20.735 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 18:15:20.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:20.735 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 18:15:20.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:20.735 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 18:15:20.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 1. Expected number of problems is: 1 finished successfully 18:15:20.736 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:20.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:20.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:20.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:20.739 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:15:20.739 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:15:20.739 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:15:20.739 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:15:20.739 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:15:20.739 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:15:20.739 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:15:20.739 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:15:20.739 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:15:20.739 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:15:20.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:15:20.884 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 18:15:20.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:15:20.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:20.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:20.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 18:15:20.887 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:15:20.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:20.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:20.897 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:15:20.897 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:15:20.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:20.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:20.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:20.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:20.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:20.912 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:15:20.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:20.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:20.913 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:20.913 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:20.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:15:20.920 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:15:20.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:20.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:20.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:15:20.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:15:20.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:20.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:20.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:20.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:20.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:20.932 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:15:20.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:20.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:20.932 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:20.932 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1178): Gtk-CRITICAL **: 18:15:21.004: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:15:21.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:15:21.031 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 18:15:21.031 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:15:21.031 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:21.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:21.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:21.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:21.080 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:21.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:21.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:21.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:21.084 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:21.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:21.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:21.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:21.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:21.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:21.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:21.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:21.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:22.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:22.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:22.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:15:22.092 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:22.092 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:22.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:22.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:22.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:15:22.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:22.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:22.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:22.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:22.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:22.098 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:15:22.099 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:15:22.099 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:15:22.100 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:15:22.116 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:15:22.116 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:15:22.116 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:22.184 DEBUG [main][MenuItemLookup] Found menu:'New' 18:15:22.184 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:15:22.184 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:22.184 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:15:22.184 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:15:22.184 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:15:22.184 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:22.184 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:15:22.184 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:15:22.184 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:15:22.184 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:15:22.184 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:22.184 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:15:22.185 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:15:22.185 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:15:22.185 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:15:22.185 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:22.185 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:15:22.185 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:15:22.185 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:22.185 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:15:22.185 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:15:22.185 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:15:22.185 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:15:22.185 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:15:22.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:15:22.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:15:22.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:15:22.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:15:22.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:15:22.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:15:22.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:15:22.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:15:22.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:15:22.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:15:22.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:15:22.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:15:22.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:15:22.222 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 18:15:22.222 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:15:22.222 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:15:22.223 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:15:22.226 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:15:22.227 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:15:22.227 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:22.296 DEBUG [main][MenuItemLookup] Found menu:'New' 18:15:22.296 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:15:22.296 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:22.296 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:15:22.296 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:15:22.296 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:15:22.296 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:22.296 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:15:22.296 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:15:22.296 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:15:22.296 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:15:22.296 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:15:22.296 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:15:22.296 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:15:22.296 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:15:22.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:15:23.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 'Delete.*'] is available. finished successfully 18:15:23.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:15:23.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:23.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:23.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:23.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:23.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:15:23.080 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:15:23.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:23.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:23.081 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:15:23.081 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:15:23.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:23.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:23.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:23.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:23.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:23.084 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:15:23.085 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:15:23.085 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:15:23.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:23.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:23.086 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:23.086 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:23.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:15:23.086 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:15:23.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:23.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:23.100 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:15:23.100 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:15:23.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:23.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:23.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:23.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:23.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:23.103 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:15:23.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:23.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:23.104 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:23.104 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:23.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:15:23.123 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:15:23.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:15:23.624 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:15:23.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:15:23.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:15:23.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:15:23.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:15:23.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:15:23.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:15:23.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:15:23.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:15:23.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:15:23.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:15:23.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:15:23.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:15:23.628 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:15:23.628 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:15:23.628 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:15:23.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:23.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:23.630 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneErrorExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:15:23.630 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:15:23.630 INFO [WorkbenchTestable][RequirementsRunner] Started test: testProblemQuickfix no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:15:23.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:15:23.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:15:23.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:15:23.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:15:23.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"] 18:15:23.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:23.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"] 18:15:23.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:23.632 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:15:23.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:23.632 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:23.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:23.633 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:23.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:23.633 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:23.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:23.634 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:15:23.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:23.634 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:23.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:23.635 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:23.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:23.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:15:23.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:23.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:23.637 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:15:23.637 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:15:23.637 DEBUG [main][MenuItemLookup] Found menu:'File' 18:15:23.638 DEBUG [main][MenuItemLookup] Item match:File 18:15:23.640 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:15:23.640 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:15:23.647 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:15:23.647 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:15:23.647 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:23.647 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:15:23.647 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:15:23.647 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:15:23.647 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:15:23.647 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:15:23.647 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:15:23.647 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:15:23.647 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:15:23.647 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:15:23.647 DEBUG [main][MenuItemLookup] Found menu:'File' 18:15:23.647 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:15:23.647 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:15:23.647 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:15:23.647 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:23.647 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:15:23.647 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:23.647 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:15:23.647 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:15:23.670 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:15:23.670 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:15:23.670 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:15:23.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:15:23.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:15:23.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:15:23.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:23.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:23.852 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:15:23.852 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:23.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:15:23.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:23.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:23.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:23.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:23.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:23.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:15:23.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:15:23.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:15:23.899 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:15:23.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:23.900 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:15:23.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:23.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:15:23.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:15:23.901 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:15:23.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:23.901 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:15:23.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:23.902 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:15:23.903 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:15:23.903 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:15:23.904 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:15:23.918 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:15:23.919 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:15:23.919 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:15:23.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:15:23.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:23.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:23.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:23.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:23.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:23.927 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:15:23.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:23.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:23.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:23.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:24.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"] 18:15:24.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:24.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:24.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:15:24.320 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 18:15:24.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:15:24.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:24.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:24.322 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:15:24.322 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:24.322 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 18:15:24.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:15:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:24.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:24.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:24.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:24.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:15:24.355 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:15:24.356 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 18:15:24.402 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:15:24.402 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:15:24.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.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) 18:15:24.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:24.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:24.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:24.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:24.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:24.411 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:15:24.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:24.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:24.412 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:24.412 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:24.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:15:24.942 DEBUG [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 18:15:24.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:15:24.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:24.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:24.945 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:15:24.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") 18:15:24.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:15:24.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:24.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:24.951 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:15:24.951 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:15:24.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:24.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:25.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:25.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:25.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:25.104 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:15:25.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:25.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:25.104 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:25.104 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:25.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:15:25.798 DEBUG [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 18:15:25.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:15:25.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:15:25.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:15:25.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 18:15:25.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:15:25.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:15:25.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:15:25.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:15:25.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:15:25.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:15:25.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:15:25.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:15:25.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:15:25.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:25.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:25.820 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:25.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:25.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:25.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:15:25.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:25.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:25.857 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:15:25.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 '\*?\QProblems\E') 18:15:25.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:25.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:25.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:25.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:25.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:25.896 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:25.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:25.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:25.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:25.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:25.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:25.990 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:15:25.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:25.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:25.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:15:25.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:25.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:25.995 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:15:25.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 '\*?\QPackage Explorer\E') 18:15:25.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:25.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:25.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:25.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:25.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:25.998 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:25.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:26.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:26.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:26.103 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:15:26.104 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:26.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:26.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:26.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:26.106 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:26.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:26.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:26.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:26.108 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:26.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:26.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:26.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:26.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:26.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:26.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:26.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:26.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:27.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:27.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:27.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:15:27.115 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:27.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:27.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:27.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:27.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 18:15:27.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:27.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:27.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:27.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:27.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:27.119 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:15:27.120 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:15:27.121 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 18:15:27.121 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 18:15:27.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:27.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:27.623 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 18:15:27.631 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:15:27.631 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:15:27.632 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:15:27.645 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:15:27.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"] 18:15:27.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:27.647 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:27.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:27.647 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:15:27.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:27.648 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:27.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:27.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"] 18:15:27.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:27.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"] 18:15:27.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:27.650 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:15:27.687 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:27.687 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:27.687 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:27.688 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:27.688 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:27.689 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:15:27.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:27.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:27.691 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:15:27.691 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:15:27.691 DEBUG [main][MenuItemLookup] Found menu:'File' 18:15:27.691 DEBUG [main][MenuItemLookup] Item match:File 18:15:27.693 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:15:27.693 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:15:27.701 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:15:27.701 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:15:27.701 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:27.701 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:15:27.701 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:15:27.701 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:15:27.701 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:15:27.701 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:15:27.701 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:15:27.701 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:15:27.701 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:15:27.701 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:15:27.701 DEBUG [main][MenuItemLookup] Found menu:'File' 18:15:27.701 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:15:27.701 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:15:27.701 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:15:27.701 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:27.701 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:15:27.701 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:27.701 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:15:27.701 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:15:27.703 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:15:27.703 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:15:27.703 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:15:28.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:15:28.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:15:28.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:15:28.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:28.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:28.222 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:15:28.222 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:28.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:15:28.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:28.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:28.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:28.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:28.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:28.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:15:28.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:15:28.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:15:28.238 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:15:28.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:28.238 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:15:28.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:28.239 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:15:28.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:15:28.240 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:15:28.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:28.296 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:15:28.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:28.296 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:15:28.298 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:15:28.298 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:15:28.299 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:15:28.303 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:15:28.304 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:15:28.304 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:15:28.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:15:28.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:28.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:28.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:28.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:28.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:28.408 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:15:28.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:28.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:28.408 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:28.408 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:28.706 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:28.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:28.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:28.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:15:28.715 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 18:15:28.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:15:28.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:28.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:28.718 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:15:28.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:28.719 DEBUG [WorkbenchTestable][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:") 18:15:28.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:28.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:28.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:28.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:28.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:15:28.818 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:15:28.821 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 18:15:28.927 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:15:28.927 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:15:28.927 DEBUG [WorkbenchTestable][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) 18:15:28.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:28.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:28.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:28.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:28.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:28.944 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:15:28.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:28.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:28.944 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:28.944 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:29.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:15:30.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:15:30.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:15:30.718 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 18:15:30.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:15:30.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:15:30.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:15:30.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:15:30.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:15:30.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:15:30.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:15:30.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:15:30.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:15:30.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:15:30.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:15:30.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:15:30.718 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 18:15:30.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:15:30.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:15:30.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:15:30.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:15:30.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:15:30.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:15:30.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:15:30.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:15:30.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:15:30.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:15:30.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:15:30.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2c428876 is found... 18:15:30.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2c428876 is found finished successfully 18:15:30.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 18:15:30.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:30.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:30.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:30.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:30.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:30.799 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:30.799 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 18:15:30.799 INFO [WorkbenchTestable][TextEditor] Set text to editor 18:15:30.820 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:30.820 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 18:15:30.894 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:15:30.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:15:30.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:30.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:30.897 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:30.897 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:30.898 DEBUG [main][MenuItemLookup] Found menu:'File' 18:15:30.898 DEBUG [main][MenuItemLookup] Item match:File 18:15:30.900 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:15:30.900 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:15:30.900 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:15:30.900 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:15:30.900 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:30.900 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:15:30.900 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:15:30.900 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:30.900 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:15:30.900 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:15:30.901 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:15:30.901 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:15:30.901 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:15:31.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:15:31.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:15:31.292 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:31.297 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 18:15:31.298 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:31.299 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:31.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:31.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:31.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:31.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:31.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:31.497 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:31.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:31.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:31.515 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:15:31.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:31.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:31.517 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:31.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') 18:15:31.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:31.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:31.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:31.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:31.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:31.563 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:31.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:31.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:31.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:31.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:31.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:31.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 18:15:31.587 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:31.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:31.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:31.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:31.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:31.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:31.590 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:31.590 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:31.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:31.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:31.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:31.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:31.592 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:31.593 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:31.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:31.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:31.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:31.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:31.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:31.595 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:31.596 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:31.596 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:31.596 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:31.597 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:31.597 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:31.597 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:31.598 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:15:31.598 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:31.598 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:31.598 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:31.598 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:31.598 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:31.598 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:15:31.598 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:31.598 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:31.598 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:31.598 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:31.598 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:31.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... (Eclipse:1178): Gtk-CRITICAL **: 18:15:31.730: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:15:32.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:15:32.600 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:32.601 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:32.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:32.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:32.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:32.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:32.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:32.610 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:32.611 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:32.612 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:32.612 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:32.612 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:32.612 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:32.612 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:32.612 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:32.612 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:32.612 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:32.612 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:32.612 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:32.612 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:32.612 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:32.612 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:32.613 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:32.613 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:32.613 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:32.613 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:32.613 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:32.613 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:32.613 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:32.613 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:32.614 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:32.614 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:32.614 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:32.614 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:32.614 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:32.614 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:32.614 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:32.614 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:32.614 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:32.614 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:32.614 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:32.614 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:32.614 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:32.614 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:32.614 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:32.614 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:32.614 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:32.614 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:32.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:15:32.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:15:32.616 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:32.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:32.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:32.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:32.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:32.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:32.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 18:15:32.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:32.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:32.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:32.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:32.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:32.628 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 18:15:32.628 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:15:32.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:32.628 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:15:32.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:32.629 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:15:32.629 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:15:32.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:32.629 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:15:32.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:32.630 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:15:32.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 18:15:32.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:32.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:32.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:15:32.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:32.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:32.747 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:32.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') 18:15:32.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:32.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:32.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:32.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:32.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:32.814 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:32.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:32.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:32.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:32.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:32.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:32.816 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:32.816 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:32.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:32.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:32.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:32.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:32.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:32.906 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:32.908 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:32.908 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:32.908 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:32.908 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:32.908 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:32.908 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:32.908 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:32.908 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:32.909 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:32.909 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:32.909 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:32.909 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:32.909 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:32.909 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:32.909 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:32.909 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:32.909 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:32.909 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:32.909 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:32.909 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:32.909 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:32.909 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:32.910 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:32.910 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:32.910 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:32.910 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:32.910 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:32.910 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:32.910 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:32.910 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:32.910 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:32.910 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:32.910 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:32.910 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:32.910 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:32.910 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:32.910 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:32.910 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:32.910 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:32.910 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:32.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:15:33.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:15:33.912 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:33.913 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:33.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:33.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:33.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:33.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:33.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:33.916 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:33.918 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:33.918 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:33.918 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:33.918 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:33.919 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:33.919 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:33.919 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:33.919 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:33.919 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:33.919 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:33.919 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:33.919 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:33.919 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:33.919 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:33.919 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:33.920 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:33.920 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:33.920 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:33.920 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:33.921 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:33.921 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:33.921 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:33.921 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:33.921 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:33.921 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:33.921 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:33.921 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:33.921 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:33.921 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:33.921 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:33.921 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:33.921 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:33.921 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:33.921 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:33.921 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:33.922 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:33.922 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:33.922 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:33.922 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:33.922 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:33.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:15:33.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:15:33.923 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:33.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:33.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:33.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:33.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:33.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:33.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 18:15:33.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:33.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:33.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:33.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:33.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:33.934 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 18:15:33.934 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:15:33.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:33.935 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:15:33.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:33.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:15:33.968 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:15:33.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:33.968 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:15:33.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:33.969 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:15:33.970 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item The value of the field WarningTestClass.i is not used 18:15:33.970 DEBUG [main][TreeItemHandler] Selecting tree item: The value of the field WarningTestClass.i is not used 18:15:33.971 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item The value of the field WarningTestClass.i is not used about selection 18:15:33.975 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: The value of the field WarningTestClass.i is not used 18:15:33.976 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:15:33.976 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1178): Gtk-CRITICAL **: 18:15:34.023: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:15:34.033 DEBUG [main][MenuItemLookup] Found menu:'Go to Resource' 18:15:34.033 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:34.033 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:15:34.033 DEBUG [main][MenuItemLookup] Found menu:'Copy Details' 18:15:34.033 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:15:34.033 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 18:15:34.033 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:34.033 DEBUG [main][MenuItemLookup] Found menu:'Show In' 18:15:34.033 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 18:15:34.033 DEBUG [main][MenuItemLookup] Item match:Quick Fix Ctrl+1 18:15:34.033 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Quick Fix Ctrl+1" 18:15:34.033 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Quick Fix Ctrl+1 18:15:34.034 INFO [main][MenuItemHandler] Select menu item: &Quick Fix Ctrl+1 (Eclipse:1178): Gtk-CRITICAL **: 18:15:34.271: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:15:34.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Quick Fix"] is available.... 18:15:34.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:34.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:34.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Quick Fix"] is available. finished successfully 18:15:34.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Quick Fix 18:15:34.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:34.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:34.324 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 18:15:34.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:34.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:34.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:34.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:34.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:15:34.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:15:34.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:15:34.341 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 18:15:34.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:34.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:34.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:34.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:34.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:15:34.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:15:34.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:15:34.345 TRACE [main][WidgetHandler] Notify Table with event 13 18:15:34.345 TRACE [main][WidgetHandler] Wait for synchronization 18:15:34.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 18:15:34.346 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:15:34.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:34.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:34.353 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Quick Fix" as the parent 18:15:34.353 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:15:34.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:34.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:34.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:34.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:34.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:34.369 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:15:34.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:34.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:34.370 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:34.370 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:34.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable... 18:15:34.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable finished successfully 18:15:34.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4c63008f is found... 18:15:34.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4c63008f is found finished successfully 18:15:34.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 '\*?\QWarningTestClass.java\E') 18:15:34.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:34.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:34.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:34.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:34.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:34.715 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:34.715 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ @SuppressWarnings("unused") private int i; } TooltipText=null 18:15:34.722 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:34.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:34.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:34.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:34.813 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:15:34.813 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:15:34.813 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:15:34.813 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:15:34.813 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:15:34.813 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:15:34.813 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:15:34.813 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:15:34.814 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:15:34.814 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:15:34.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:15:35.072 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 18:15:35.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:15:35.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:35.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:35.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 18:15:35.074 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:15:35.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:35.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:35.074 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:15:35.075 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:15:35.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:35.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:35.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:35.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:35.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:35.116 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:15:35.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:35.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:35.116 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:35.116 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:35.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) 18:15:35.125 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:15:35.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:35.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:35.125 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:15:35.125 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:15:35.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:35.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:35.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:35.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:35.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:35.137 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:15:35.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:35.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:35.137 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:35.137 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1178): Gtk-CRITICAL **: 18:15:35.242: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:15:35.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:15:35.291 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 18:15:35.292 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:15:35.292 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:35.292 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:35.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:35.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:35.346 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:35.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:35.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:35.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:35.351 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:35.352 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:35.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:35.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:35.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:35.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:35.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:35.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:35.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:36.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:36.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:36.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:15:36.358 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:36.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:36.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:36.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:36.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 18:15:36.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:36.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:36.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:36.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:36.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:36.364 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:15:36.365 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:15:36.365 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:15:36.388 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:15:36.393 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:15:36.393 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:15:36.393 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:36.462 DEBUG [main][MenuItemLookup] Found menu:'New' 18:15:36.462 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:15:36.463 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:36.463 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:15:36.463 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:15:36.463 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:15:36.463 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:36.463 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:15:36.463 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:15:36.463 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:15:36.463 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:15:36.463 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:36.463 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:15:36.463 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:15:36.463 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:15:36.463 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:15:36.463 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:36.463 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:15:36.463 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:15:36.463 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:36.463 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:15:36.463 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:15:36.463 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:15:36.463 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:15:36.464 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:15:36.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:15:36.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:15:36.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:15:36.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:15:36.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:15:36.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:15:36.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:15:36.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:15:36.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:15:36.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:15:36.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:15:36.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:15:36.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:15:36.499 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 18:15:36.500 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:15:36.500 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:15:36.500 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:15:36.503 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:15:36.504 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:15:36.504 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:36.591 DEBUG [main][MenuItemLookup] Found menu:'New' 18:15:36.591 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:15:36.591 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:36.591 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:15:36.591 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:15:36.591 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:15:36.591 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:36.591 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:15:36.591 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:15:36.591 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:15:36.591 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:15:36.591 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:15:36.595 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:15:36.595 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:15:36.596 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:15:36.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:15:37.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 'Delete.*'] is available. finished successfully 18:15:37.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:15:37.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:37.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:37.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:37.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:37.386 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:15:37.386 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:15:37.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:37.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:37.387 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:15:37.387 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:15:37.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:37.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:37.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:37.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:37.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:37.390 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:15:37.390 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:15:37.391 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:15:37.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:37.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:37.392 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:37.392 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:37.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:15:37.392 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:15:37.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:37.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:37.393 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:15:37.394 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:15:37.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:37.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:37.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:37.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:37.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:37.405 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:15:37.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:37.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:37.405 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:37.405 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:37.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:15:37.427 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:15:37.928 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 18:15:37.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:15:37.932 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.... 18:15:37.934 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") 18:15:37.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:37.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:37.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:37.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:37.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:37.940 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 18:15:37.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:15:37.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:37.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:37.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:15:37.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:37.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:37.944 DEBUG [WorkbenchTestable][DeleteUtils] Shell with title 'Delete.*' and button 'Continue' found 18:15:37.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 "Continue") 18:15:37.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:15:37.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:37.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:37.947 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:15:37.947 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:15:37.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:37.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:37.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:37.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:37.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:37.954 INFO [WorkbenchTestable][AbstractButton] Click button Con&tinue 18:15:37.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:37.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:37.954 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:37.954 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:38.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:15:38.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:15:38.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:15:38.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:15:38.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:15:38.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:15:38.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:15:38.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:15:38.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:15:38.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:15:38.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:15:38.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:15:38.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:15:38.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:15:38.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:15:38.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:15:38.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:15:38.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:15:38.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:15:38.534 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:15:38.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:38.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:38.540 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testProblemQuickfix no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:15:38.540 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:15:38.540 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNoErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:15:38.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:15:38.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:15:38.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:15:38.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:15:38.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"] 18:15:38.541 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:38.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"] 18:15:38.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:38.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"] 18:15:38.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:38.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"] 18:15:38.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:38.543 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:38.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:38.543 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:38.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:38.543 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:15:38.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:38.544 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:38.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:38.544 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:38.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:38.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:15:38.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:38.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:38.546 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:15:38.546 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:15:38.546 DEBUG [main][MenuItemLookup] Found menu:'File' 18:15:38.548 DEBUG [main][MenuItemLookup] Item match:File 18:15:38.550 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:15:38.550 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:15:38.557 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:15:38.557 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:15:38.557 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:38.557 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:15:38.557 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:15:38.557 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:15:38.557 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:15:38.557 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:15:38.557 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:15:38.557 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:15:38.557 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:15:38.557 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:15:38.557 DEBUG [main][MenuItemLookup] Found menu:'File' 18:15:38.557 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:15:38.558 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:15:38.558 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:15:38.558 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:38.558 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:15:38.558 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:38.558 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:15:38.558 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:15:38.559 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:15:38.559 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:15:38.582 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:15:38.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:15:38.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:15:38.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:15:38.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:38.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:38.769 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:15:38.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:38.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:15:38.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:38.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:38.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:38.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:38.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:38.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:15:38.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:15:38.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:15:38.789 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:15:38.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:38.801 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:15:38.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:38.801 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:15:38.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:15:38.803 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:15:38.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:38.803 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:15:38.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:38.804 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:15:38.805 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:15:38.805 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:15:38.805 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:15:38.819 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:15:38.822 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:15:38.822 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:15:38.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:15:38.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:38.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:38.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:38.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:38.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:38.831 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:15:38.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:38.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:38.831 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:38.831 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:39.210 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:39.210 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:39.210 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:39.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:15:39.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. finished successfully 18:15:39.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:15:39.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:39.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:39.214 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:15:39.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:39.241 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 18:15:39.241 DEBUG [WorkbenchTestable][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:") 18:15:39.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:39.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:39.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:39.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:39.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:15:39.247 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:15:39.249 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 18:15:39.312 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:15:39.312 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:15:39.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 18:15:39.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:39.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:39.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:39.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:39.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:39.331 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:15:39.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:39.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:39.331 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:39.332 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:39.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:15:39.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 18:15:39.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:15:39.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:39.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:39.789 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:15:39.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:15:39.789 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:15:39.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:39.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:39.790 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:15:39.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:15:39.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:39.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:39.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:39.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:39.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:39.795 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:15:39.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:39.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:39.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:39.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:40.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:15:40.216 DEBUG [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 18:15:40.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:15:40.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:15:40.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:15:40.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:15:40.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:15:40.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:15:40.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:15:40.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:15:40.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:15:40.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:15:40.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:15:40.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:15:40.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:15:40.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:15:40.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:15:40.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:40.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:40.306 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:40.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:40.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:40.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:15:40.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:40.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:40.321 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:15:40.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:15:40.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:40.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:40.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:40.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:40.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:40.339 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:40.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:40.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:40.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:40.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:40.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:40.411 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:15:40.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:40.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:40.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:15:40.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:40.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:40.416 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:15:40.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:15:40.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:40.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:40.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:40.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:40.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:40.421 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:40.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:40.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:40.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:40.493 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:15:40.498 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:40.498 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:40.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:40.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:40.501 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:40.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:40.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:40.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:40.503 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:40.503 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:40.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:40.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:40.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:40.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:40.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:41.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:41.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:41.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:41.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:41.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:15:41.513 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:41.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:41.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:41.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:41.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:15:41.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:41.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:41.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:41.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:41.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:41.518 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:15:41.519 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:15:41.520 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 18:15:41.520 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 18:15:41.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:42.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:42.022 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 18:15:42.025 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:15:42.025 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:15:42.026 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:15:42.032 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:15:42.032 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:42.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:42.046 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:42.046 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:42.047 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:15:42.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:42.048 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:42.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:42.048 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:42.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:42.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"] 18:15:42.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:42.050 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:15:42.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:42.050 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:42.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:42.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"] 18:15:42.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:42.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:15:42.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:42.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:42.054 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:15:42.054 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:15:42.054 DEBUG [main][MenuItemLookup] Found menu:'File' 18:15:42.054 DEBUG [main][MenuItemLookup] Item match:File 18:15:42.057 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:15:42.057 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:15:42.065 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:15:42.065 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:15:42.065 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:42.065 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:15:42.065 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:15:42.065 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:15:42.065 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:15:42.065 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:15:42.065 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:15:42.065 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:15:42.065 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:15:42.065 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:15:42.065 DEBUG [main][MenuItemLookup] Found menu:'File' 18:15:42.065 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:15:42.065 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:15:42.065 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:15:42.065 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:42.065 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:15:42.065 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:42.065 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:15:42.065 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:15:42.094 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:15:42.094 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:15:42.095 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:15:42.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:15:42.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:15:42.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:15:42.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:42.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:42.602 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:15:42.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:42.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 18:15:42.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:42.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:42.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:42.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:42.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:42.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:15:42.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:15:42.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:15:42.693 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:15:42.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:42.694 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:15:42.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:42.694 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:15:42.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:15:42.695 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:15:42.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:42.695 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:15:42.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:42.695 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:15:42.697 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:15:42.697 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:15:42.698 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:15:42.703 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:15:42.703 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:15:42.703 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:15:42.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:15:42.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:42.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:42.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:42.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:42.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:42.717 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:15:42.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:42.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:42.717 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:42.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:43.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:43.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:43.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:43.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:15:43.218 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 18:15:43.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:15:43.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:43.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:43.220 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:15:43.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:43.221 DEBUG [WorkbenchTestable][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:") 18:15:43.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:43.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:43.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:43.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:43.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:15:43.336 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:15:43.338 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 18:15:43.430 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:15:43.430 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:15:43.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.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) 18:15:43.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:43.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:43.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:43.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:43.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:43.493 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:15:43.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:43.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:43.494 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:43.494 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:43.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:15:45.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:15:45.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:15:45.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:15:45.080 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 18:15:45.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:15:45.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:15:45.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:15:45.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:15:45.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:15:45.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:15:45.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:15:45.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:15:45.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:15:45.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:15:45.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:15:45.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:15:45.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:15:45.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:15:45.093 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 18:15:45.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:15:45.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:15:45.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:15:45.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:15:45.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:15:45.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:15:45.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:15:45.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:15:45.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:15:45.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:15:45.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:15:45.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:15:45.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:15:45.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@44ede697 is found... 18:15:45.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@44ede697 is found finished successfully 18:15:45.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 18:15:45.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:45.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:45.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:45.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:45.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:45.204 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:45.205 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 18:15:45.205 INFO [WorkbenchTestable][TextEditor] Set text to editor 18:15:45.303 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:45.304 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 18:15:45.304 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:15:45.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:15:45.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:45.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:45.432 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:45.433 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:45.494 DEBUG [main][MenuItemLookup] Found menu:'File' 18:15:45.494 DEBUG [main][MenuItemLookup] Item match:File 18:15:45.497 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:15:45.497 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:15:45.497 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:15:45.497 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:15:45.497 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:45.497 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:15:45.497 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:15:45.497 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:45.497 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:15:45.497 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:15:45.587 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:15:45.588 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:15:45.588 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:15:45.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:15:45.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:15:45.791 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:45.792 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 18:15:45.793 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:45.794 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:45.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:46.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:46.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:46.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:46.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:46.189 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:46.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:46.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:46.294 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:15:46.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:46.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:46.297 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:46.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:15:46.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:46.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:46.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:46.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:46.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:46.393 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:46.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:46.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:46.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:46.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:46.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:46.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 18:15:46.399 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:46.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:46.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:46.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:46.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:46.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:46.403 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:46.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:46.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:46.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:46.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:46.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:46.406 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:46.407 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:46.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:46.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:46.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:46.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:46.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:46.410 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:46.412 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:46.412 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:46.412 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:46.412 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:46.412 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:46.412 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:15:46.412 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:46.412 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:46.412 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:46.412 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:46.412 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:46.412 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:46.412 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:46.412 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:46.413 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:46.413 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:46.413 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:15:46.413 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:46.413 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:46.413 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:46.413 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:46.413 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:46.413 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:15:46.413 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:46.413 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:46.413 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:46.413 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:46.413 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:46.413 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:15:46.414 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:46.414 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:46.414 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:46.414 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:46.414 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:46.414 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:15:46.414 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:46.414 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:46.414 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:46.414 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:46.414 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:46.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... (Eclipse:1178): Gtk-CRITICAL **: 18:15:46.507: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:15:47.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:15:47.418 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:47.419 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:47.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:47.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:47.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:47.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:47.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:47.422 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:47.424 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:47.424 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:47.424 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:47.424 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:47.424 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:47.424 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:47.424 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:47.424 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:47.424 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:47.424 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:47.424 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:47.424 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:47.424 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:47.424 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:47.424 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:47.424 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:47.425 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:47.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:15:47.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:15:47.426 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:47.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:47.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:47.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:47.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:47.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:47.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 18:15:47.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:47.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:47.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:47.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:47.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:47.434 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 18:15:47.434 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:15:47.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:47.434 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:15:47.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:47.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:15:47.434 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:15:47.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:47.435 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:15:47.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:47.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:15:47.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 18:15:47.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:47.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:47.566 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:47.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:47.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:47.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:15:47.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:47.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:47.599 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:47.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:15:47.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:47.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:47.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:47.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:47.647 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:47.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:47.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:47.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:47.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:47.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:47.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Errors exists in Problems view.... 18:15:47.650 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:47.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:47.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:47.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:47.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:47.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:47.653 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:47.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:47.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:47.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:47.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:47.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:47.655 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:47.655 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:47.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:47.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:47.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:47.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:47.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:47.657 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:47.658 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:47.658 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:47.659 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:47.659 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:47.659 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:47.659 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:47.659 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:47.659 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:47.659 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:47.659 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:47.659 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:47.659 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:47.659 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:47.659 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:47.659 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:47.659 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:47.659 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:47.659 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:47.659 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:47.659 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:47.659 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:47.659 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:47.660 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:47.660 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:47.660 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:47.660 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:47.660 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:47.660 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:47.660 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:47.660 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:47.660 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:47.660 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:47.660 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:47.660 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:47.660 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:47.660 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:47.660 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:47.660 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:47.660 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:47.660 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:47.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:15:48.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:15:48.661 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:48.662 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:48.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:48.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:48.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:48.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:48.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:48.665 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:48.667 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:48.667 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:48.667 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:48.667 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:48.667 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:48.667 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:48.667 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:48.667 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:48.667 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:48.667 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:48.667 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:48.667 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:48.667 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:48.667 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:48.667 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:48.667 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:48.667 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:48.668 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:48.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:15:48.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:15:48.669 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:48.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:48.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:48.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:48.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:48.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:48.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 18:15:48.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:48.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:48.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:48.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:48.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:48.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Errors exists in Problems view. finished successfully 18:15:48.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:48.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:48.743 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:48.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:48.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:48.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:15:48.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:48.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:48.760 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:48.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') 18:15:48.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:48.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:48.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:48.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:48.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:48.805 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:48.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:48.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:48.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:48.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:48.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:48.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 18:15:48.808 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:48.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:48.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:48.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:48.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:48.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:48.812 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:48.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:48.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:48.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:48.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:48.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:48.814 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:48.815 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:48.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:48.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:48.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:48.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:48.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:48.817 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:48.819 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:48.819 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:48.819 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:48.819 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:48.819 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:48.819 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:48.819 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:48.819 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:48.819 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:48.819 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:48.819 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:48.820 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:48.820 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:48.820 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:48.820 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:48.820 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:48.820 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:48.820 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:48.820 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:48.820 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:48.820 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:48.820 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:48.820 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:48.820 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:48.820 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:48.820 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:48.820 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:48.820 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:48.821 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:48.821 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:48.821 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:48.821 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:48.821 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:48.821 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:48.821 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:48.821 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:48.821 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:48.821 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:48.821 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:48.821 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:48.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:15:49.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:15:49.823 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:49.824 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:49.824 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:49.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:49.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:49.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:49.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:49.827 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:49.828 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:49.828 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:49.828 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:49.828 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:49.829 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:49.829 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:49.829 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:49.829 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:49.829 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:49.829 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:49.829 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:49.829 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:49.829 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:49.829 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:49.829 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:49.829 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:49.829 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:49.829 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:49.829 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:49.829 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:49.829 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:49.829 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:49.830 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:49.830 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:49.830 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:49.830 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:49.830 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:49.830 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:49.830 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:49.830 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:49.830 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:49.830 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:49.830 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:49.830 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:49.830 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:49.830 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:49.830 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:49.830 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:49.830 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:49.830 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:49.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:15:49.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:15:49.837 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:49.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:49.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:49.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:49.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:49.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:49.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 18:15:49.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:49.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:49.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:49.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:49.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:49.845 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 18:15:49.845 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:15:49.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:49.847 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:15:49.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:49.847 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:15:49.847 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:15:49.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:49.848 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:15:49.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:49.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:15:49.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 18:15:49.880 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:49.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:49.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:49.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:49.883 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:49.883 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:49.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:49.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:49.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:49.885 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:49.887 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:49.887 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:49.887 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:49.887 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:49.887 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:49.887 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:49.887 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:49.887 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:49.887 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:49.887 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:49.887 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:49.887 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:49.887 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:49.887 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:49.888 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:49.888 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:49.888 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:49.888 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:49.888 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:49.888 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:49.888 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:49.888 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:49.888 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:49.888 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:49.888 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:49.888 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:49.888 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:49.888 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:49.888 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:49.888 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:49.888 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:49.888 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:49.888 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:49.888 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:49.888 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:49.888 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:49.888 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:49.889 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:49.889 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:49.889 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:49.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:15:50.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:15:50.890 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:50.891 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:50.891 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:50.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:50.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:50.894 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:50.895 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:50.895 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:50.895 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:50.895 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:50.896 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:50.896 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:50.896 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:50.897 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:50.897 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:50.897 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:50.897 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:50.897 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:50.897 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:50.897 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:50.897 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:50.897 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:50.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:15:50.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:15:50.898 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:50.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:50.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:50.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:50.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 18:15:50.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:50.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:50.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:50.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:50.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:50.903 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:50.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:50.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:50.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:50.904 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:50.905 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:50.905 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:50.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:50.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:50.906 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:50.907 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:50.907 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:50.907 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:50.907 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:50.908 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:50.908 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:50.908 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:50.908 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:50.908 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:50.908 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:50.908 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:50.908 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:50.908 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:50.908 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:50.908 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:50.908 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:50.908 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:50.908 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:50.908 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:50.908 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:50.908 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:50.908 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:50.908 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:50.908 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:50.908 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:50.908 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:50.908 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:50.908 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:50.909 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:50.909 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:50.909 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:50.909 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:50.909 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:50.909 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:50.909 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:50.909 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:50.909 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:50.909 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:50.909 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:50.909 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:50.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:15:51.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:15:51.910 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:51.911 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:51.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:51.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:51.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:51.913 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:51.915 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:51.915 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:51.915 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:51.915 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:51.915 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:51.915 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:51.915 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:51.915 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:51.915 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:51.915 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:51.915 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:51.915 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:51.915 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:51.915 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:51.915 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:51.915 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:51.915 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:51.915 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:51.915 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:51.915 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:51.915 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:51.915 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:51.916 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:51.916 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:51.916 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:51.916 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:51.916 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:51.916 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:51.916 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:51.916 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:51.916 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:51.916 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:51.916 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:51.916 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:51.916 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:51.916 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:51.916 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:51.916 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:51.916 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:51.916 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:51.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:15:51.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:15:51.917 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:51.917 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:51.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:51.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:51.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:15:51.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:51.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:51.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:51.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:51.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:51.920 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 18:15:51.921 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:15:51.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:51.921 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:15:51.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:51.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:15:51.921 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:15:51.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:51.922 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:15:51.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:51.922 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:15:51.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:51.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:51.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:15:51.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:51.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:51.941 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:51.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:15:51.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:51.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:51.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:51.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:51.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:51.987 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:51.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:51.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:51.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:51.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:51.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:51.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:15:51.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:51.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:51.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:51.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:51.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:51.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 18:15:51.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:51.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:51.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:51.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:51.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:51.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:52.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:52.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:15:52.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:52.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:52.038 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:52.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:15:52.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:52.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:52.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:52.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:52.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:52.083 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:52.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:52.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:52.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:52.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:52.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:52.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 18:15:52.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:52.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:52.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:52.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:52.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:52.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:15:52.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:52.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:52.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:52.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:52.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:52.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:52.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:52.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:15:52.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:52.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:52.136 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:52.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') 18:15:52.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:52.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:52.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:52.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:52.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:52.188 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:52.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:52.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:52.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:52.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:52.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:52.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:15:52.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:52.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:52.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:52.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:52.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:52.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:15:52.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:52.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:52.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:52.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:52.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:52.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:52.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:52.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:15:52.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:52.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:52.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:52.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') 18:15:52.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:52.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:52.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:52.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:52.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:52.309 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:52.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:52.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:52.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:52.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:52.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:52.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:15:52.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:52.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:52.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:52.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:52.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:52.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:52.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:52.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:15:52.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:52.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:52.367 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:52.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:15:52.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:52.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:52.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:52.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:52.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:52.418 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:52.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:52.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:52.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:52.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:52.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:52.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 18:15:52.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:52.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:52.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:52.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:52.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:52.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:15:52.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:52.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:52.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:52.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:52.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:52.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:52.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:52.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:15:52.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:52.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:52.472 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:52.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') 18:15:52.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:52.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:52.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:52.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:52.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:52.516 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:52.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:52.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:52.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:52.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:52.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:52.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 18:15:52.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:52.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:52.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:52.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:52.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:52.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:15:52.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:52.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:52.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:52.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:52.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:52.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:52.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:52.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:15:52.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:52.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:52.568 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:52.569 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:15:52.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:52.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:52.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:52.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:52.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:52.626 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:52.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:52.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:52.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:52.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:52.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:52.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 18:15:52.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:52.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:52.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:52.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:52.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:52.662 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:52.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:52.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:52.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:52.664 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:52.665 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:52.665 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:52.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:52.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:52.667 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:52.668 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:52.668 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:52.668 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:52.669 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:52.669 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:52.669 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:52.669 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:52.669 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:52.669 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:52.669 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:52.669 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:52.669 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:52.669 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:52.669 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:52.669 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:52.669 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:52.669 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:52.669 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:52.669 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:52.669 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:52.669 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:52.669 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:52.669 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:52.669 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:52.669 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:52.669 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:52.670 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:52.670 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:52.670 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:52.670 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:52.670 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:52.670 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:52.670 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:52.670 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:52.670 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:52.670 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:52.670 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:52.670 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:52.670 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:52.670 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:52.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:15:53.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:15:53.678 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:53.680 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:53.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:53.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:53.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:53.684 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:53.685 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:53.685 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:53.685 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:53.685 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:53.685 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:53.685 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:53.685 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:53.685 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:53.685 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:53.685 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:53.685 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:53.685 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:53.685 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:53.685 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:53.685 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:53.686 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:53.686 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:53.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:15:53.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:15:53.687 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:53.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:53.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:53.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:53.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 18:15:53.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:53.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:53.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:53.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:53.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:53.692 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:53.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:53.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:53.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:53.694 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:53.695 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:53.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:53.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:53.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:53.697 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:53.698 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:53.698 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:53.698 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:53.699 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:53.699 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:53.699 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:53.699 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:53.699 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:53.699 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:53.699 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:53.699 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:53.699 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:53.699 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:53.699 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:53.699 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:53.699 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:53.700 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:53.700 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:53.700 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:53.700 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:53.700 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:53.700 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:53.700 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:53.700 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:53.700 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:53.700 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:53.700 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:53.700 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:53.700 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:53.700 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:53.700 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:53.700 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:53.700 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:53.700 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:53.700 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:53.700 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:53.700 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:53.700 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:53.701 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:53.701 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:53.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:15:54.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:15:54.702 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:54.703 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:54.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:54.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:54.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:54.709 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:54.711 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:54.711 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:54.711 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:54.711 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:54.711 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:54.711 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:54.711 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:54.711 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:54.711 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:54.711 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:54.711 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:54.712 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:54.712 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:54.712 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:54.713 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:54.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:15:54.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:15:54.715 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:54.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:54.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:54.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:54.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 18:15:54.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:54.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:54.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:54.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:54.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:54.720 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:54.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:54.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:54.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:54.723 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:54.723 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:54.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:54.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:54.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:54.726 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:54.727 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:54.727 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:54.727 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:54.727 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:54.727 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:54.727 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:54.727 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:54.727 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:54.727 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:54.727 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:54.727 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:54.728 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:54.728 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:54.728 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:54.728 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:54.728 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:54.728 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:54.728 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:54.728 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:54.728 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:54.728 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:54.728 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:54.728 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:54.728 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:54.728 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:54.728 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:54.728 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:54.728 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:54.728 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:54.728 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:54.728 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:54.728 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:54.728 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:54.728 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:54.728 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:54.729 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:54.729 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:54.729 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:54.729 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:54.729 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:54.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:15:55.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:15:55.731 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:55.732 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:55.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:55.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:55.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:55.735 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:55.736 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:55.736 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:55.737 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:55.737 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:55.737 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:55.738 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:55.738 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:55.738 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:55.738 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:55.738 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:55.738 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:55.738 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:55.738 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:55.738 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:55.738 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:55.738 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:55.738 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:55.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:15:55.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:15:55.740 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:55.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:55.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:55.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:55.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 18:15:55.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:55.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:55.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:55.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:55.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:55.746 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 18:15:55.746 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:15:55.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:55.747 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:15:55.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:55.748 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:15:55.748 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:15:55.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:55.749 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:15:55.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:55.749 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:15:55.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:55.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:55.773 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:15:55.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:55.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:55.774 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:55.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:15:55.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:55.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:55.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:55.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:55.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:55.821 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:55.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:55.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:55.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:55.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:55.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:55.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:15:55.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:55.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:55.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:55.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:55.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:55.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 18:15:55.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:55.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:55.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:55.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:55.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:55.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:55.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:55.879 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:15:55.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:55.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:55.911 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:55.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') 18:15:55.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:55.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:55.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:55.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:55.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:55.929 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:55.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:55.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:55.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:55.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:55.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:55.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 18:15:55.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:55.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:55.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:55.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:55.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:55.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 18:15:55.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:55.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:55.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:55.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:55.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:55.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:55.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:55.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:15:55.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:55.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:55.985 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:55.986 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:15:55.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:55.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:56.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:56.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:56.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:56.030 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:56.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:56.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:56.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:56.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:56.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:56.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 18:15:56.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:56.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:56.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:56.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:56.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:56.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 18:15:56.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:56.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:56.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:56.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:56.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:56.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:56.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:56.081 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:15:56.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:56.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:56.082 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:56.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:15:56.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:56.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:56.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:56.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:56.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:56.130 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:56.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:56.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:56.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:56.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:56.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:56.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 18:15:56.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:56.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:56.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:56.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:56.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:56.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:56.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:56.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:15:56.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:56.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:56.184 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:56.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:15:56.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:56.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:56.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:56.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:56.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:56.231 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:56.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:56.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:56.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:56.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:56.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:56.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 18:15:56.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:56.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:56.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:56.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:56.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:56.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 18:15:56.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:56.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:56.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:56.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:56.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:56.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:56.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:56.288 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:15:56.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:56.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:56.290 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:56.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:15:56.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:56.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:56.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:56.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:56.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:56.333 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:56.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:56.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:56.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:56.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:56.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:56.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 18:15:56.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:56.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:56.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:56.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:56.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:56.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:15:56.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:56.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:56.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:56.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:56.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:56.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:56.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:56.382 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 18:15:56.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:56.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:56.385 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 18:15:56.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 '\*?\QProblems\E') 18:15:56.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:56.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:56.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:56.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:56.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:15:56.429 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:56.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:56.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:56.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 18:15:56.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:15:56.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:15:56.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:15:56.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:56.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:56.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:56.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:56.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:56.435 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:56.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:56.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:56.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:56.437 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:56.437 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:56.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:56.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:56.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:56.439 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:56.440 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:56.440 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:56.440 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:56.440 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:56.440 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:56.440 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:56.440 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:56.440 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:56.440 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:56.440 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:56.440 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:56.441 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:56.441 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:56.441 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:56.441 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:56.441 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:56.441 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:56.441 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:56.441 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:56.441 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:56.441 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:56.441 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:56.442 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:56.442 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:56.442 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:56.442 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:56.442 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:56.442 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:56.442 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:56.442 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:56.442 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:56.442 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:56.442 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:56.442 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:56.442 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:56.442 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:56.442 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:56.442 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:56.442 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:56.442 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:56.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:15:57.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:15:57.444 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:15:57.445 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:57.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:57.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:57.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:57.449 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:15:57.450 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:57.450 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:57.450 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:57.450 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:15:57.451 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:15:57.451 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:57.451 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:57.451 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:57.451 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:57.451 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:57.451 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:57.451 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:15:57.451 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:15:57.451 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:15:57.451 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:15:57.451 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:15:57.452 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:57.452 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:57.452 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:57.452 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:57.452 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:57.452 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:57.452 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:57.452 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:57.452 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:57.452 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:57.452 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:57.452 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:57.452 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:57.452 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:57.452 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:57.452 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:57.452 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:57.452 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:57.453 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 18:15:57.453 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:15:57.453 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:15:57.453 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:15:57.453 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:15:57.453 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:15:57.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:15:57.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:15:57.454 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:57.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:57.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:57.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15: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 18:15:57.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:57.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:57.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:57.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:57.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:57.468 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 18:15:57.469 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:15:57.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:57.469 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:15:57.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:57.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:15:57.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 18:15:57.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:15:57.470 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 18:15:57.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:15:57.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 18:15:57.471 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:15:57.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:15:57.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:57.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:57.475 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:15:57.475 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:15:57.475 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:15:57.475 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:15:57.475 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:15:57.475 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:15:57.475 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:15:57.475 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:15:57.475 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:15:57.476 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:15:57.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:15:57.634 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 18:15:57.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:15:57.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:57.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:57.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 18:15:57.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:15:57.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:57.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:57.638 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:15:57.638 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:15:57.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:57.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:57.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:57.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:57.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:57.653 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:15:57.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:57.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:57.654 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:57.654 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:57.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:15:57.664 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:15:57.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:57.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:57.665 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:15:57.665 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:15:57.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:57.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:57.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:57.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:57.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:57.671 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:15:57.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:57.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:57.671 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:57.671 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1178): Gtk-CRITICAL **: 18:15:57.748: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:15:57.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:15:57.778 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 18:15:57.778 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:15:57.785 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:57.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:57.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:57.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:57.837 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:57.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:57.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:57.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:57.840 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:57.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:57.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:57.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:57.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:57.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:57.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:58.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:58.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:58.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:58.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:15:58.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:15:58.847 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:15:58.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:15:58.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:15:58.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:15:58.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:15:58.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:58.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:58.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:58.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:58.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:15:58.853 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:15:58.854 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:15:58.854 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:15:58.855 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:15:58.861 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:15:58.861 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:15:58.861 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:58.939 DEBUG [main][MenuItemLookup] Found menu:'New' 18:15:58.939 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:15:58.939 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:58.939 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:15:58.939 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:15:58.939 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:15:58.939 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:58.939 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:15:58.939 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:15:58.939 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:15:58.939 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:15:58.939 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:58.939 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:15:58.939 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:15:58.939 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:15:58.939 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:15:58.939 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:58.939 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:15:58.939 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:15:58.939 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:58.939 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:15:58.939 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:15:58.939 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:15:58.939 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:15:58.940 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:15:58.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:15:58.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:15:58.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:15:58.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:15:58.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:15:58.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:15:58.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:15:58.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:15:58.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:15:58.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:15:58.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:15:58.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:15:58.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:15:58.977 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 18:15:58.978 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:15:58.978 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:15:58.978 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:15:58.982 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:15:58.982 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:15:58.982 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:59.050 DEBUG [main][MenuItemLookup] Found menu:'New' 18:15:59.050 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:15:59.050 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:59.050 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:15:59.050 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:15:59.050 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:15:59.050 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:59.050 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:15:59.050 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:15:59.050 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:15:59.050 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:15:59.050 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:15:59.050 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:15:59.051 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:15:59.051 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:15:59.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 'Delete.*'] is available.... 18:15:59.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 'Delete.*'] is available. finished successfully 18:15:59.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:15:59.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:59.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:59.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:59.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:59.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:15:59.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:15:59.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:59.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:59.344 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:15:59.344 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:15:59.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:59.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:59.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:59.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:59.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:59.347 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:15:59.347 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:15:59.347 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:15:59.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:59.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:59.348 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:59.348 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:59.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:15:59.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:15:59.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:59.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:59.350 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:15:59.350 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:15:59.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:15:59.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:15:59.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:15:59.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:15:59.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:15:59.354 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:15:59.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:15:59.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:15:59.354 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:15:59.354 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:15:59.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:15:59.376 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:15:59.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:15:59.877 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:15:59.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:15:59.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:15:59.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:15:59.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:15:59.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:15:59.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:15:59.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:15:59.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:15:59.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:15:59.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:15:59.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:15:59.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:15:59.878 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:15:59.878 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:15:59.878 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:15:59.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:15:59.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:15:59.879 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNoErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:15:59.880 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:15:59.880 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNoErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:15:59.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:15:59.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:15:59.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:15:59.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:15:59.880 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:59.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:59.881 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:59.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:59.881 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:15:59.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:59.882 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:59.883 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:59.883 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:59.884 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:59.884 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:59.884 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:59.884 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:15:59.885 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:59.885 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:15:59.885 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:59.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"] 18:15:59.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:15:59.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:15:59.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:15:59.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:15:59.974 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:15:59.974 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:15:59.978 DEBUG [main][MenuItemLookup] Found menu:'File' 18:15:59.979 DEBUG [main][MenuItemLookup] Item match:File 18:15:59.988 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:15:59.988 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:15:59.995 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:15:59.995 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:15:59.995 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:59.995 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:15:59.995 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:15:59.995 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:15:59.996 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:15:59.996 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:15:59.996 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:15:59.996 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:15:59.996 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:15:59.996 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:15:59.996 DEBUG [main][MenuItemLookup] Found menu:'File' 18:15:59.996 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:15:59.996 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:15:59.996 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:15:59.996 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:59.996 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:15:59.996 DEBUG [main][MenuItemLookup] Found menu:'' 18:15:59.996 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:15:59.996 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:16:00.022 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:16:00.022 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:16:00.023 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:16:00.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:16:00.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:16:00.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:16:00.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:00.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:00.256 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:16:00.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:00.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:16:00.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:00.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:00.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:00.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:00.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:00.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:16:00.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:16:00.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:16:00.306 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:16:00.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:00.307 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:16:00.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:00.307 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:16:00.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:16:00.308 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:16:00.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:00.309 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:16:00.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:00.320 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:16:00.322 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:16:00.322 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:16:00.323 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:16:00.335 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:16:00.336 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:16:00.336 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:16:00.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:16:00.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:00.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:00.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:00.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:00.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:00.340 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:16:00.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:00.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:00.341 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:00.341 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:00.740 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:00.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:00.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:00.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:16:00.742 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 18:16:00.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:16:00.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:00.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:00.745 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:16:00.745 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:00.745 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 18:16:00.746 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:16:00.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:00.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:00.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:00.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:00.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:16:00.796 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:16:00.798 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 18:16:00.845 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:16:00.845 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:16:00.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 18:16:00.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:00.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:00.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:00.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:00.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:00.852 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:16:00.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:00.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:00.853 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:00.853 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:01.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:16:01.366 DEBUG [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 18:16:01.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:16:01.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:01.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:01.368 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:16:01.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:16:01.368 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:16:01.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:01.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:01.400 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:16:01.401 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:16:01.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:01.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:01.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:01.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:01.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:01.410 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:16:01.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:01.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:01.411 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:01.411 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:01.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:16:01.830 DEBUG [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 18:16:01.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:16:01.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:16:01.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:16:01.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:16:01.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:16:01.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:16:01.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:16:01.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:16:01.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:16:01.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:16:01.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:16:01.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:16:01.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:16:01.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:16:01.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:16:01.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:01.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:01.863 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:01.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:01.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:01.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:16:01.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:01.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:01.920 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:16:01.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:16:01.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:01.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:01.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:01.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:01.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:01.943 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:01.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:02.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:02.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:02.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:02.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:02.062 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:16:02.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:02.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:02.070 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:16:02.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:02.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:02.076 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:16:02.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 '\*?\QPackage Explorer\E') 18:16:02.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:02.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:02.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:02.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:02.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:02.113 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:02.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:02.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:02.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:02.164 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:02.164 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:02.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:02.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:02.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:02.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:02.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:02.243 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:02.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:02.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:02.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:16:02.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:02.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:02.263 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:16:02.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:16:02.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:02.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:02.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:02.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:02.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:02.322 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:02.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:02.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:02.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:16:02.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:02.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:02.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Problems view is empty.... 18:16:02.327 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:02.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:02.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:02.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:16:02.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:02.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:02.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:16:02.329 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:16:02.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:02.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:02.331 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Problems (0 items)"as the parent 18:16:02.331 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:16:02.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:02.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:02.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:02.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:02.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:02.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Problems view is empty. finished successfully 18:16:02.335 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:02.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:02.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:02.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:02.338 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:02.363 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:02.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:02.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:02.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:02.367 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:16:02.369 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:02.369 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:02.369 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:02.370 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:16:02.370 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:16:02.370 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:02.370 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:02.370 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:02.370 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:02.370 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:02.370 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:02.387 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:02.387 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:02.387 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:02.387 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:16:02.387 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:16:02.387 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:02.387 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:02.387 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:02.387 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:02.387 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:02.387 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:02.387 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:02.387 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:02.387 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:02.387 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:02.387 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:02.387 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:02.387 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:02.387 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:02.387 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:02.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:16:03.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:16:03.445 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:03.446 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:03.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:03.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:03.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:03.449 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:16:03.451 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:03.451 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:03.451 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:03.451 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:16:03.451 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:16:03.451 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:03.451 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:03.451 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:03.451 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:03.451 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:03.452 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:16:03.452 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:03.452 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:03.453 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:03.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:16:03.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:16:03.454 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:03.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:03.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:03.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:03.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 18:16:03.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:03.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:03.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:03.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:03.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:03.459 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:03.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:03.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:03.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:03.461 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:03.462 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:03.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:03.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:03.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:03.463 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:16:03.464 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:03.464 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:03.464 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:03.465 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:16:03.465 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:03.465 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:03.466 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:03.466 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:03.466 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:03.466 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:03.466 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:03.466 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:03.466 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:03.466 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:03.466 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:03.466 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:03.466 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:03.466 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:03.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:16:04.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:16:04.467 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:04.468 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:04.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:04.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:04.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:04.471 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:16:04.472 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:04.472 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:04.472 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:04.472 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:16:04.472 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:16:04.472 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:04.472 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:04.472 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:04.472 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:04.472 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:04.472 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:04.472 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:04.472 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:04.472 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:04.473 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:16:04.473 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:04.473 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:04.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:16:04.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:16:04.489 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:04.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:04.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:04.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:04.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:16:04.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:04.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:04.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:04.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:04.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:04.496 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:04.496 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:04.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:04.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:04.499 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:04.501 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:04.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:04.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:04.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:04.504 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:16:04.506 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:04.506 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:04.506 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:04.506 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:16:04.506 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:16:04.506 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:04.506 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:04.506 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:04.506 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:04.506 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:04.506 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:04.507 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:16:04.507 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:04.507 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:04.508 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:04.508 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:04.508 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:04.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:16:05.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:16:05.543 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:05.544 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:05.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:05.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:05.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:05.547 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:16:05.549 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:05.549 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:05.549 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:05.549 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:16:05.549 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:16:05.549 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:05.549 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:05.549 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:05.549 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:05.549 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:05.549 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:05.549 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:05.549 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:05.549 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:05.549 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:16:05.549 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:16:05.549 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:05.549 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:05.549 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:05.549 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:05.549 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:05.549 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:05.553 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:05.553 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:05.553 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:05.553 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:05.553 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:05.554 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:05.554 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:05.554 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:05.554 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:05.554 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:05.554 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:05.554 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:05.554 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:05.554 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:05.554 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:05.554 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:05.554 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:05.554 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:05.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:16:05.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:16:05.555 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:05.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:05.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:05.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:05.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 18:16:05.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:05.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:05.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:05.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:05.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:05.561 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:05.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:05.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:05.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:05.563 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:05.564 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:05.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:05.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:05.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:05.566 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:16:05.568 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:05.568 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:05.568 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:05.568 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:16:05.568 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:16:05.568 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:05.568 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:05.568 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:05.568 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:05.568 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:05.568 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:05.569 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:05.569 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:05.569 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:05.569 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:16:05.569 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:16:05.569 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:05.569 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:05.569 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:05.569 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:05.569 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:05.569 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:05.569 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:05.569 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:05.569 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:05.569 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:05.569 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:05.569 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:05.570 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:05.570 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:05.570 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:05.570 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:05.570 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:05.570 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:05.570 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:05.570 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:05.570 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:05.570 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:05.570 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:05.570 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:05.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:16:06.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:16:06.573 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:06.573 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:06.574 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:06.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:06.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:06.587 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:16:06.588 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:06.588 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:06.589 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:06.589 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:16:06.589 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:16:06.589 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:06.589 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:06.589 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:06.589 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:06.589 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:06.589 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:06.589 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:06.589 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:06.589 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:06.589 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:16:06.590 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:06.590 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:06.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:16:06.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:16:06.594 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:06.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:06.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:06.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:06.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 18:16:06.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:06.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:06.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:06.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:06.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:06.600 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:06.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:06.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:06.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:06.603 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:06.605 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:06.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:06.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:06.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:06.608 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:16:06.610 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:06.610 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:06.610 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:06.610 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:16:06.610 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:16:06.610 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:06.610 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:06.610 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:06.610 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:06.610 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:06.610 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:06.611 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:06.611 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:06.611 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:06.611 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:16:06.611 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:16:06.611 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:06.611 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:06.611 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:06.611 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:06.611 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:06.611 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:06.611 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:06.611 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:06.611 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:06.611 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:06.612 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:06.612 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:06.612 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:06.612 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:06.612 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:06.612 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:06.612 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:06.612 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:06.612 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:06.612 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:06.612 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:06.612 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:06.612 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:06.612 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:06.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:16:07.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:16:07.614 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:07.614 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:07.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:07.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:07.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:07.617 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:16:07.619 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:07.619 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:07.619 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:07.619 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:16:07.619 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:16:07.619 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:07.619 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:07.619 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:07.619 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:07.619 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:07.619 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:07.619 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:07.619 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:07.619 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:07.620 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:16:07.620 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:07.620 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:07.621 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:07.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:16:07.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:16:07.621 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:07.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:07.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:07.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:07.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 18:16:07.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:07.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:07.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:07.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:07.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:07.625 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:07.625 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:07.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:07.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:07.628 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:07.629 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:07.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:07.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:07.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:07.631 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:16:07.632 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:07.632 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:07.632 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:07.633 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:16:07.633 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:16:07.633 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:07.633 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:07.633 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:07.633 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:07.633 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:07.633 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:07.633 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:07.633 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:07.633 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:07.633 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:16:07.633 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:16:07.633 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:07.633 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:07.633 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:07.633 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:07.633 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:07.633 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:07.634 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:07.634 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:07.634 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:07.634 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:07.634 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:07.634 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:07.634 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:07.634 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:07.634 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:07.634 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:07.634 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:07.634 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:07.634 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:07.634 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:07.634 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:07.634 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:07.634 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:07.634 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:07.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:16:08.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:16:08.637 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:08.637 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:08.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:08.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:08.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:08.641 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:16:08.642 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:08.642 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:08.642 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:08.642 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:16:08.642 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:16:08.643 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:08.643 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:08.643 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:08.643 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:08.643 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:08.643 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:08.643 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:08.643 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:08.643 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:08.643 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:16:08.643 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:16:08.643 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:08.643 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:08.643 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:08.643 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:08.643 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:08.643 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:08.643 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:08.643 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:08.643 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:08.643 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:08.643 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:08.643 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:08.644 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:08.644 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:08.644 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:08.644 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:08.644 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:08.644 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:08.644 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:08.644 TRACE [main][WorkbenchPartLookup] Found view 'Task Repositories' 18:16:08.644 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 18:16:08.644 TRACE [main][WorkbenchPartLookup] Found view 'Navigator (Deprecated)' 18:16:08.644 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 18:16:08.644 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:08.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:16:08.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:16:08.645 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:08.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:08.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:08.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:08.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:16:08.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:08.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:08.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:08.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:08.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:08.655 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:08.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:08.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:08.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:08.658 DEBUG [main][MenuItemLookup] Found menu:'Show' 18:16:08.658 DEBUG [main][MenuItemLookup] Found menu:'Group By' 18:16:08.658 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 18:16:08.658 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 18:16:08.658 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 18:16:08.658 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 18:16:08.658 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 18:16:08.658 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 18:16:08.658 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 18:16:08.659 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 18:16:08.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:16:08.775 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 18:16:08.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 18:16:08.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:08.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:08.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 18:16:08.776 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:16:08.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:08.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:08.777 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:16:08.778 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:16:08.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:08.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:08.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:08.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:08.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:08.792 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:16:08.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:08.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:08.792 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:08.792 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:08.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:16:08.795 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:16:08.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:08.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:08.803 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 18:16:08.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:16:08.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:08.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:08.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:08.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:08.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:08.808 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:16:08.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:08.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:08.809 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:08.809 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:08.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 18:16:08.892 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 18:16:08.892 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:16:08.893 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:08.893 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:08.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:08.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:08.933 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:08.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:08.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:08.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:08.936 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:08.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:08.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:08.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:08.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:08.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:08.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:16:09.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:09.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:16:09.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:09.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:16:09.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:16:09.947 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:09.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:09.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:09.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:09.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:16:09.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:09.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:09.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:09.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:09.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:09.952 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 18:16:09.953 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:16:09.954 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:16:09.954 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:16:09.958 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:16:09.958 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:16:09.958 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:10.034 DEBUG [main][MenuItemLookup] Found menu:'New' 18:16:10.034 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:16:10.034 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:10.034 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:16:10.034 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:16:10.034 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:16:10.034 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:10.034 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:16:10.034 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:16:10.034 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:16:10.034 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:16:10.034 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:10.034 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:16:10.034 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:16:10.034 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:16:10.034 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:16:10.034 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:10.034 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:16:10.034 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:16:10.034 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:10.034 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:16:10.034 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:16:10.035 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:16:10.035 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:16:10.035 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:16:10.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:16:10.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:16:10.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:16:10.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:16:10.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:16:10.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:16:10.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:16:10.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:16:10.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:16:10.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:16:10.537 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 18:16:10.538 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 18:16:10.538 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 18:16:10.538 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 18:16:10.542 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 18:16:10.542 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:16:10.542 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:10.614 DEBUG [main][MenuItemLookup] Found menu:'New' 18:16:10.615 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:16:10.615 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:10.615 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:16:10.615 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:16:10.615 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:16:10.615 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:10.615 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:16:10.615 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:16:10.615 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:16:10.615 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:16:10.615 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:16:10.615 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:16:10.615 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:16:10.616 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:16:10.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:16:11.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 'Delete.*'] is available. finished successfully 18:16:11.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:16:11.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:11.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:11.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:11.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:11.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:16:11.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:16:11.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:11.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:11.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:16:11.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:16:11.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:11.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:11.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:11.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:11.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:11.192 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:16:11.192 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:16:11.193 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:16:11.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:11.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:11.193 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:11.193 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:11.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:16:11.193 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:16:11.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:11.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:11.194 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:16:11.194 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:16:11.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:11.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:11.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:11.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:11.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:11.198 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:16:11.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:11.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:11.199 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:11.199 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:11.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:16:11.219 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:16:11.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:16:11.721 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:16:11.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:16:11.721 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:16:11.721 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:16:11.721 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:16:11.721 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:16:11.721 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:16:11.721 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:16:11.721 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:16:11.721 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:16:11.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:16:11.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:16:11.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:16:11.721 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:16:11.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:11.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:11.723 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNoErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 18:16:11.723 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 18:16:11.723 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:16:11.723 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:16:11.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:11.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 290.216 s - in org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest testOneErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 23.293 s testTwoProblemsExist no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 16.661 s testHideProblemColumnsNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 5.922 s testHideProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 7.722 s testFilterErrors no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 33.303 s testProblemQuickfixWithNewDialog no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 15.868 s testOneWarningExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 12.501 s testHideProblemColumnsEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 5.896 s testShowProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 8.628 s testFilterWarnings no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 30.505 s testHideHiddenProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 5.818 s testShowProblemColumnNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 6.841 s testShowProblemColumnEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 7.192 s testOneErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 28.451 s testShowVisibleProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 5.947 s testGetProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 12.737 s testOneErrorExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 13.09 s testProblemQuickfix no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 14.91 s testNoErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 21.339 s testNoErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 11.843 s Running org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:16:11.738 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:16:11.742 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:16:11.743 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:16:11.743 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:16:11.743 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:16:11.743 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:16:11.744 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:16:11.744 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:16:11.744 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:16:11.745 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 18:16:11.745 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 18:16:11.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:16:11.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:11.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:11.745 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:16:11.746 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:11.753 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:16:11.753 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:16:11.753 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:16:11.753 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:16:11.753 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:16:11.753 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:16:11.753 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:16:11.753 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:16:11.753 DEBUG [main][MenuItemLookup] Item match:Window 18:16:11.754 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:16:11.754 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:16:11.754 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:16:11.754 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:11.754 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:16:11.754 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:16:11.754 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:11.754 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:16:11.754 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:11.754 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:16:11.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:11.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:11.755 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:16:11.756 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:11.756 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:16:11.756 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:16:11.756 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:16:11.756 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:16:11.756 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:16:11.756 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:16:11.756 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:16:11.756 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:16:11.756 DEBUG [main][MenuItemLookup] Item match:Window 18:16:11.756 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:16:11.756 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:16:11.756 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:16:11.756 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:11.756 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:16:11.756 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:16:11.756 DEBUG [main][MenuItemLookup] Item match:Perspective 18:16:11.757 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:16:11.757 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:11.757 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:16:11.757 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:16:11.757 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:16:11.757 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:16:11.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:16:11.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:11.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:11.760 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:16:11.760 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:11.760 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:16:11.760 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:16:11.760 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:16:11.760 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:16:11.760 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:16:11.760 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:16:11.760 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:16:11.760 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:16:11.760 DEBUG [main][MenuItemLookup] Item match:Window 18:16:11.760 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:16:11.760 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:16:11.761 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:16:11.761 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:11.761 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:16:11.761 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:16:11.761 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:11.761 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:16:11.761 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:11.761 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:16:11.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:11.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:11.762 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:16:11.763 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:11.763 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:16:11.763 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:16:11.763 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:16:11.764 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:16:11.764 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:16:11.764 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:16:11.764 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:16:11.764 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:16:11.764 DEBUG [main][MenuItemLookup] Item match:Window 18:16:11.764 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:16:11.764 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:16:11.764 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:16:11.764 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:11.764 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:16:11.764 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:16:11.764 DEBUG [main][MenuItemLookup] Item match:Perspective 18:16:11.765 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:16:11.765 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:11.765 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:16:11.765 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:16:11.765 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:16:11.765 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:16:11.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:11.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:11.766 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:16:11.766 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:11.766 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:16:11.766 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:16:11.766 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:16:11.766 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:16:11.766 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:16:11.766 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:16:11.766 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:16:11.766 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:16:11.766 DEBUG [main][MenuItemLookup] Item match:Window 18:16:11.767 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:16:11.767 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:16:11.767 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:16:11.767 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:11.767 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:16:11.767 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:16:11.767 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:11.767 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:16:11.767 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:11.767 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:16:11.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:11.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:11.768 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:16:11.768 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:11.769 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:16:11.769 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:16:11.769 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:16:11.769 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:16:11.769 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:16:11.769 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:16:11.769 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:16:11.769 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:16:11.769 DEBUG [main][MenuItemLookup] Item match:Window 18:16:11.769 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:16:11.769 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:16:11.769 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:16:11.770 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:11.770 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:16:11.770 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:16:11.770 DEBUG [main][MenuItemLookup] Item match:Perspective 18:16:11.771 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:16:11.771 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:11.771 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:16:11.771 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:16:11.771 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:16:11.771 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:16:11.771 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 18:16:11.771 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 18:16:11.772 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 18:16:11.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 18:16:11.841 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 18:16:11.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 18:16:11.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:11.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:11.842 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:16:11.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:11.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:11.843 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:16:11.843 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:16:11.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:11.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:11.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 18:16:11.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:16:11.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:11.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:11.845 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:16:11.845 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:16:11.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:11.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:11.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:11.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:11.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:11.848 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 18:16:11.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:11.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:11.848 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:11.848 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:12.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:12.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:12.423 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:16:12.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:12.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:12.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:16:12.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:12.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:12.440 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:16:12.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:16:12.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:12.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:12.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:12.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:12.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:12.447 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:12.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:12.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:12.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:16:12.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:12.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:12.451 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:12.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:12.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:12.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:12.454 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:12.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:12.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:12.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:12.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:12.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:12.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:16:12.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:12.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:16:13.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:13.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:16:13.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:16:13.496 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:13.497 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:13.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:13.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:13.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:16:13.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:13.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:13.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:13.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:13.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:13.503 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:13.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:13.504 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:13.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:13.505 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:16:13.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:13.505 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:13.506 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:13.506 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:13.506 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:13.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"] 18:16:13.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:13.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"] 18:16:13.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:13.508 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:13.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:13.508 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:13.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:13.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:16:13.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:13.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:13.534 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:16:13.535 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:16:13.536 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:13.536 DEBUG [main][MenuItemLookup] Item match:File 18:16:13.538 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:16:13.538 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:16:13.546 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:16:13.546 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:16:13.546 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:13.546 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:16:13.546 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:16:13.546 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:16:13.546 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:16:13.546 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:16:13.546 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:16:13.546 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:16:13.546 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:16:13.546 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:16:13.546 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:13.546 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:16:13.546 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:16:13.546 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:16:13.546 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:13.546 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:16:13.546 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:13.547 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:16:13.547 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:16:13.548 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:16:13.548 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:16:13.548 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:16:13.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:16:13.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:16:13.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:16:13.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:13.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:13.739 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:16:13.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:13.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:16:13.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:13.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:13.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:13.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:13.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:13.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:16:13.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:16:13.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:16:13.768 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:16:13.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:13.768 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:16:13.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:13.768 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:16:13.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:16:13.768 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:16:13.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:13.769 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:16:13.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:13.769 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:16:13.770 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:16:13.770 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:16:13.782 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:16:13.783 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:16:13.783 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:16:13.783 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:16:13.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:16:13.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:13.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:13.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:13.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:13.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:13.797 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:16:13.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:13.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:13.797 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:13.797 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:14.187 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:14.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:14.188 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:14.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:16:14.188 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 18:16:14.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:16:14.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:14.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:14.190 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:16:14.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:14.191 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'Project' 18:16:14.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:16:14.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:14.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:14.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:14.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:14.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:16:14.198 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:16:14.199 INFO [WorkbenchTestable][AbstractText] Text set to: Project 18:16:14.248 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:16:14.248 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:16:14.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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) 18:16:14.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:14.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:14.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:14.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:14.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:14.264 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:16:14.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:14.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:14.265 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:14.265 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:14.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:16:15.220 DEBUG [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 18:16:15.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:16:15.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:15.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:15.231 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:16:15.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 "Don't Create") 18:16:15.232 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:16:15.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:15.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:15.234 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:16:15.234 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:16:15.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:15.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:15.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:15.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:15.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:15.245 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:16:15.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:15.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:15.246 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:15.247 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:15.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.... 18:16:15.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. finished successfully 18:16:15.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:16:15.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:16:15.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:16:15.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 18:16:15.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:16:15.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:16:15.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:16:15.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:16:15.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:16:15.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:16:15.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:16:15.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:16:15.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:16:15.623 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:15.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:15.629 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:15.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:15.630 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:16:15.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:15.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"] 18:16:15.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:15.632 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:15.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:15.634 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:15.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:15.634 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:16:15.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:15.636 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:15.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:15.637 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:15.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:15.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:16:15.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:15.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:15.640 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:16:15.640 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:16:15.641 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:15.641 DEBUG [main][MenuItemLookup] Item match:File 18:16:15.643 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:16:15.643 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:16:15.651 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:16:15.651 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:16:15.651 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:15.651 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:16:15.651 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:16:15.651 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:16:15.651 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:16:15.651 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:16:15.651 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:16:15.651 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:16:15.651 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:16:15.651 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:16:15.651 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:15.651 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:16:15.651 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:16:15.651 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:16:15.651 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:15.651 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:16:15.651 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:15.651 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:16:15.652 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:16:15.654 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:16:15.654 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:16:15.654 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:16:16.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:16:16.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:16:16.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:16:16.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:16.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:16.107 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:16:16.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:16.109 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:16:16.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:16.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:16.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:16.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:16.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:16.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:16:16.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:16:16.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:16:16.130 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:16:16.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:16.130 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:16:16.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:16.130 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:16:16.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:16:16.132 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:16:16.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:16.132 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:16:16.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:16.132 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:16:16.134 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:16:16.135 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:16:16.135 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:16:16.140 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:16:16.141 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:16:16.141 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:16:16.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:16:16.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:16.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:16.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:16.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:16.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:16.202 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:16:16.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:16.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:16.203 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:16.203 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:16.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"] 18:16:16.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:16.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:16.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:16:16.623 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 18:16:16.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:16:16.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:16.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:16.625 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:16:16.625 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:16.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 18:16:16.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:16.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:16.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:16.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:16.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:16:16.838 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:16:16.843 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 18:16:16.918 DEBUG [WorkbenchTestable][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:") 18:16:16.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:16.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:16.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:16.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:16.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:16:16.944 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:16:16.946 INFO [WorkbenchTestable][AbstractText] Text set to: test 18:16:17.024 DEBUG [WorkbenchTestable][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)") 18:16:17.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:17.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:17.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:17.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:17.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:17.032 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 18:16:17.033 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 18:16:17.033 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 18:16:17.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:17.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:17.034 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:17.034 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:17.035 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:16:17.035 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:16:17.036 DEBUG [WorkbenchTestable][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) 18:16:17.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:17.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:17.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:17.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:17.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:17.101 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:16:17.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:17.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:17.102 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:17.102 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:17.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:16:18.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:16:18.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:16:18.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:16:18.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 18:16:18.790 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 18:16:18.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:16:18.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:16:18.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:16:18.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:16:18.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:16:18.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:16:18.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:16:18.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:16:18.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:16:18.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:16:18.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:16:18.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:16:18.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:16:18.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 18:16:18.791 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:16:18.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:18.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:18.796 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestClass.java"as the parent 18:16:18.801 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:16:18.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:18.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:18.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:18.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:18.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:18.818 INFO [WorkbenchTestable][AbstractStyledText] Insert text into styled text on line 7, column 0: System.out.print("Hello World"); 18:16:18.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClass.java\E') 18:16:18.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:18.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:19.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:19.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:19.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:19.056 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:19.057 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 18:16:19.058 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:19.058 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 18:16:19.058 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:16:19.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass.java - Eclipse Platform 18:16:19.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:19.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:19.060 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass.java - Eclipse Platform' 18:16:19.060 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass.java - Eclipse Platform' 18:16:19.060 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:19.060 DEBUG [main][MenuItemLookup] Item match:File 18:16:19.068 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:16:19.086 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:16:19.087 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:16:19.087 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:16:19.087 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:19.087 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:16:19.087 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:16:19.087 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:19.087 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:16:19.087 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:16:19.121 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:16:19.121 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:16:19.122 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:16:19.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:16:19.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:16:19.322 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:19.323 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestClass { public static void main(String[] args) { // TODO Auto-generated method stub System.out.print("Hello World"); } } TooltipText=null 18:16:19.324 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:19.324 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:19.325 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:19.326 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:19.326 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:16:19.327 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:19.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: "New"] 18:16:19.328 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:19.328 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:19.329 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:19.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: "New"] 18:16:19.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:19.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: "New Java Class"] 18:16:19.331 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:19.332 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:19.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:19.332 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:19.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:19.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass.java - Eclipse Platform 18:16:19.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:19.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:19.336 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass.java - Eclipse Platform' 18:16:19.337 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass.java - Eclipse Platform' 18:16:19.338 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:19.338 DEBUG [main][MenuItemLookup] Item match:File 18:16:19.340 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:16:19.340 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:16:19.391 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:16:19.391 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:16:19.391 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:19.391 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:16:19.391 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:16:19.391 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:16:19.391 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:16:19.391 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:16:19.391 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:16:19.391 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:16:19.391 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:16:19.391 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:16:19.391 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:19.391 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:16:19.391 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:16:19.391 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:16:19.391 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:19.391 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:16:19.391 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:19.391 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:16:19.391 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:16:19.428 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:16:19.428 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:16:19.429 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:16:19.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:16:19.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:16:19.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:16:19.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:19.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:19.859 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:16:19.859 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:19.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:16:19.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:19.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:19.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:19.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:19.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:19.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:16:19.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:16:19.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:16:19.940 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:16:19.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:19.940 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:16:19.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:19.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:16:19.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:16:19.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:16:19.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:19.942 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:16:19.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:19.942 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:16:19.997 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:16:19.997 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:16:19.997 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:16:19.998 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:16:19.999 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:16:19.999 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:16:19.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) 18:16:19.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:19.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:20.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:20.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:20.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:20.014 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:16:20.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:20.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:20.015 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:20.015 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:20.499 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:20.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:20.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:20.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:16:20.509 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 18:16:20.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:16:20.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:20.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:20.518 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:16:20.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:20.520 DEBUG [WorkbenchTestable][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:") 18:16:20.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:20.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:20.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:20.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:20.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:16:20.701 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:16:20.704 INFO [WorkbenchTestable][AbstractText] Text set to: TestLoopClass 18:16:20.707 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 18:16:20.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:20.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:20.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:20.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:20.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:16:20.917 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:16:20.919 INFO [WorkbenchTestable][AbstractText] Text set to: test 18:16:20.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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)") 18:16:20.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:20.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:21.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:21.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:21.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:21.015 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 18:16:21.016 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 18:16:21.016 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 18:16:21.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:21.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:21.017 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:21.017 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:21.017 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:16:21.018 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:16:21.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.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) 18:16:21.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:21.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:21.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:21.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:21.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:21.100 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:16:21.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:21.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:21.100 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:21.100 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:21.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:16:22.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:16:22.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:16:22.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 18:16:22.507 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 18:16:22.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:16:22.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:16:22.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:16:22.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:16:22.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:16:22.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:16:22.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:16:22.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:16:22.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:16:22.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:16:22.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:16:22.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:16:22.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:16:22.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:16:22.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:16:22.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 18:16:22.507 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:16:22.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:22.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:22.518 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestLoopClass.java"as the parent 18:16:22.526 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:16:22.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:22.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:22.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:22.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:22.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:22.529 INFO [WorkbenchTestable][AbstractStyledText] Insert text into styled text on line 7, column 0: int i = 0; while (true) {System.out.println(i++);} 18:16:22.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestLoopClass.java\E') 18:16:22.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:22.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:22.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:22.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:22.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:22.611 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:22.612 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 18:16:22.613 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:22.613 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 18:16:22.614 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:16:22.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass.java - Eclipse Platform 18:16:22.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:22.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:22.616 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 18:16:22.617 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 18:16:22.617 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:22.617 DEBUG [main][MenuItemLookup] Item match:File 18:16:22.619 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:16:22.619 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:16:22.619 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:16:22.619 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:16:22.619 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:22.620 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:16:22.620 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:16:22.620 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:22.620 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:16:22.620 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:16:22.620 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:16:22.620 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:16:22.620 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:16:22.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:16:22.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:16:22.800 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:22.800 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 18:16:22.801 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:22.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:22.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"] 18:16:22.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:22.803 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:16:22.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:22.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"] 18:16:22.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:22.805 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:22.805 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:22.806 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:22.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:22.806 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:16:22.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:22.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: "New"] 18:16:22.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:22.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"] 18:16:22.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:22.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass.java - Eclipse Platform 18:16:22.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:22.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:22.811 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 18:16:22.811 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 18:16:22.812 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:22.812 DEBUG [main][MenuItemLookup] Item match:File 18:16:22.814 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:16:22.814 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:16:22.821 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:16:22.821 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:16:22.821 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:22.821 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:16:22.821 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:16:22.821 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:16:22.821 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:16:22.821 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:16:22.822 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:16:22.822 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:16:22.822 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:16:22.822 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:16:22.822 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:22.822 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:16:22.822 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:16:22.822 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:16:22.822 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:22.822 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:16:22.822 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:22.822 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:16:22.822 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:16:22.899 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:16:22.899 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:16:22.900 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:16:23.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:16:23.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:16:23.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:16:23.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:23.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:23.331 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:16:23.331 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:23.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:16:23.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:23.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:23.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:23.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:23.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:23.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:16:23.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:16:23.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:16:23.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:16:23.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:23.338 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:16:23.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:23.338 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:16:23.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:16:23.339 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:16:23.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:23.339 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:16:23.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:23.340 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:16:23.341 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:16:23.341 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:16:23.396 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:16:23.397 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:16:23.397 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:16:23.397 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:16:23.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:16:23.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:23.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:23.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:23.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:23.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:23.402 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:16:23.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:23.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:23.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:23.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:23.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: "New"] 18:16:23.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:23.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:23.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:16:23.682 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 18:16:23.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:16:23.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:23.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:23.688 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:16:23.688 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:23.693 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 18:16:23.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:23.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:23.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:23.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:23.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:16:23.804 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:16:23.807 INFO [WorkbenchTestable][AbstractText] Text set to: TestLoopClass2 18:16:23.809 DEBUG [WorkbenchTestable][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:") 18:16:23.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:23.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:23.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:23.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:23.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:16:23.845 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:16:23.847 INFO [WorkbenchTestable][AbstractText] Text set to: test 18:16:23.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.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)") 18:16:23.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:23.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:23.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:23.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:23.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:23.921 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 18:16:23.922 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 18:16:23.923 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 18:16:23.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:23.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:23.925 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:23.925 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:23.925 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:16:23.926 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:16:23.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 18:16:23.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:23.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:23.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:23.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:23.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:23.956 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:16:23.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:23.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:23.956 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:23.957 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:24.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:16:24.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:16:24.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:16:24.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 8 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:16:24.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:16:24.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:16:24.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:16:24.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:16:24.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:16:24.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:16:24.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:16:24.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:16:24.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:16:24.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:16:24.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:16:24.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:16:24.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:16:24.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:16:24.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 18:16:24.828 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:16:24.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:24.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:24.838 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestLoopClass2.java"as the parent 18:16:24.839 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:16:24.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:24.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:24.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:24.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:24.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:24.861 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();} 18:16:24.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestLoopClass2.java\E') 18:16:24.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:24.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:24.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:24.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:24.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:24.935 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:24.935 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 18:16:24.936 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:24.937 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 18:16:24.937 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:16:24.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass2.java - Eclipse Platform 18:16:24.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:24.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:24.939 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 18:16:24.939 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 18:16:24.940 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:24.940 DEBUG [main][MenuItemLookup] Item match:File 18:16:24.942 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:16:24.942 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:16:24.942 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:16:24.942 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:16:24.942 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:24.942 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:16:24.942 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:16:24.942 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:24.942 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:16:24.942 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:16:25.072 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:16:25.072 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:16:25.073 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:16:25.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:16:25.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:16:25.241 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:25.241 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 18:16:25.242 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:25.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:25.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"] 18:16:25.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:25.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: "New Java Class"] 18:16:25.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:25.335 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:25.336 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:25.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"] 18:16:25.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:25.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"] 18:16:25.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:25.338 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:16:25.338 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:25.338 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:25.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:25.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:25.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:25.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass2.java - Eclipse Platform 18:16:25.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:25.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:25.342 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 18:16:25.342 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 18:16:25.342 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:25.342 DEBUG [main][MenuItemLookup] Item match:File 18:16:25.388 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:16:25.388 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:16:25.395 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:16:25.395 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:16:25.395 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:25.395 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:16:25.395 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:16:25.395 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:16:25.396 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:16:25.396 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:16:25.396 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:16:25.396 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:16:25.396 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:16:25.396 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:16:25.396 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:25.396 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:16:25.396 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:16:25.396 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:16:25.396 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:25.396 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:16:25.396 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:25.396 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:16:25.396 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:16:25.434 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:16:25.434 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:16:25.435 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:16:25.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:16:25.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:16:25.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:16:25.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:25.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:25.667 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:16:25.667 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16: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.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:16:25.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:25.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:25.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:25.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:25.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:25.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:16:25.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:16:25.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:16:25.699 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:16:25.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:25.700 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:16:25.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:25.701 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:16:25.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:16:25.702 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:16:25.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:25.715 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:16:25.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:25.716 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:16:25.718 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:16:25.718 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:16:25.718 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:16:25.720 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:16:25.728 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:16:25.728 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:16:25.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:16:25.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:25.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:25.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:25.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:25.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:25.747 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:16:25.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:25.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:25.747 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:25.747 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:25.929 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:25.929 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:25.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:25.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:16:25.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 18:16:25.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:16:25.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:25.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:25.933 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:16:25.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:25.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 18:16:25.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:25.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:26.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:26.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:26.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:16:26.027 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:16:26.029 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 18:16:26.055 DEBUG [WorkbenchTestable][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:") 18:16:26.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:26.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:26.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:26.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:26.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:16:26.088 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:16:26.090 INFO [WorkbenchTestable][AbstractText] Text set to: test 18:16:26.092 DEBUG [WorkbenchTestable][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)") 18:16:26.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:26.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:26.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:26.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:26.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:26.110 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 18:16:26.111 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 18:16:26.111 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 18:16:26.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:26.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:26.118 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:26.118 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:26.119 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:16:26.119 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:16:26.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 18:16:26.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:26.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:26.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:26.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:26.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:26.157 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:16:26.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:26.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:26.158 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:26.158 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:26.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:16:26.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:16:26.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:16:26.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:16:26.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/Project)' is a system job, skipped 18:16:26.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:16:26.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:16:26.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:16:26.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:16:26.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:16:26.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:16:26.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:16:26.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:16:26.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:16:26.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:16:26.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:16:26.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:16:26.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:16:26.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 18:16:26.855 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:16:26.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:26.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:26.883 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestClass1.java"as the parent 18:16:26.884 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:16:26.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:26.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:26.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:26.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:26.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:26.887 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();} 18:16:26.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 '\*?\QTestClass1.java\E') 18:16:26.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:26.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:26.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:26.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:26.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:26.969 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:26.969 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 18:16:26.970 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:26.971 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 18:16:26.971 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:16:26.972 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass1.java - Eclipse Platform 18:16:26.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:26.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:26.974 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass1.java - Eclipse Platform' 18:16:26.974 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass1.java - Eclipse Platform' 18:16:26.974 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:26.974 DEBUG [main][MenuItemLookup] Item match:File 18:16:26.977 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:16:26.977 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:16:26.977 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:16:26.977 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:16:26.977 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:26.977 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:16:26.977 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:16:26.977 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:26.977 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:16:26.977 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:16:26.978 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:16:26.978 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:16:27.017 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:16:27.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:16:27.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:16:27.119 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:27.119 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 18:16:27.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"] 18:16:27.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:27.121 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:27.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:27.121 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:16:27.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:27.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"] 18:16:27.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:27.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"] 18:16:27.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:27.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"] 18:16:27.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:27.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"] 18:16:27.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:27.124 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:27.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:27.125 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:27.125 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:27.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass1.java - Eclipse Platform 18:16:27.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:27.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:27.128 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass1.java - Eclipse Platform' 18:16:27.128 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass1.java - Eclipse Platform' 18:16:27.129 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:27.129 DEBUG [main][MenuItemLookup] Item match:File 18:16:27.131 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:16:27.131 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:16:27.137 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:16:27.137 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:16:27.137 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:27.137 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:16:27.137 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:16:27.137 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:16:27.137 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:16:27.137 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:16:27.137 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:16:27.137 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:16:27.137 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:16:27.138 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:16:27.138 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:27.138 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:16:27.138 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:16:27.138 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:16:27.138 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:27.138 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:16:27.138 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:27.138 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:16:27.138 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:16:27.201 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:16:27.201 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:16:27.204 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:16:27.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:16:27.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:16:27.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:16:27.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:27.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:27.451 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:16:27.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:27.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:16:27.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:27.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:27.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:27.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:27.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:27.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:16:27.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:16:27.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:16:27.517 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:16:27.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:27.517 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:16:27.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:27.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:16:27.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:16:27.518 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:16:27.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:27.518 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:16:27.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:27.518 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:16:27.520 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:16:27.520 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:16:27.521 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:16:27.522 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:16:27.522 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:16:27.522 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:16:27.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.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:16:27.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:27.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:27.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:27.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:27.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:27.539 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:16:27.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:27.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:27.539 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:27.539 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:27.712 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:16:27.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:27.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:27.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:16:27.720 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 18:16:27.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:16:27.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:27.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:27.722 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:16:27.722 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:16:27.723 DEBUG [WorkbenchTestable][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:") 18:16:27.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:27.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:27.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:27.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:27.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:16:27.811 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:16:27.813 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass2 18:16:27.841 DEBUG [WorkbenchTestable][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:") 18:16:27.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:27.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:27.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:27.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:27.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:16:27.872 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:16:27.876 INFO [WorkbenchTestable][AbstractText] Text set to: test 18:16:27.879 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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)") 18:16:27.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:27.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:27.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:27.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:27.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:27.907 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 18:16:27.907 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 18:16:27.907 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 18:16:27.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:27.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:27.909 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:27.909 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:27.910 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:16:27.910 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:16:27.910 DEBUG [WorkbenchTestable][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) 18:16:27.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:27.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:27.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:27.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:27.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:27.936 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:16:27.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:27.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:27.937 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:27.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:28.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:16:28.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:16:28.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:16:28.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:16:28.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/Project)' is a system job, skipped 18:16:28.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Sending problem marker updates...' is a system job, skipped 18:16:28.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Remote System Explorer Operation' has no excuses, wait for it 18:16:29.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:16:29.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 18:16:29.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:16:29.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:16:29.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:16:29.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:16:29.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:16:29.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:16:29.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:16:29.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:16:29.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:16:29.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 18:16:29.116 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:16:29.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:29.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:29.118 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestClass2.java"as the parent 18:16:29.119 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:16:29.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:29.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:29.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:29.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:29.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:29.128 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();} 18:16:29.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 '\*?\QTestClass2.java\E') 18:16:29.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:29.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:29.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:29.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:29.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:29.182 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:29.183 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 18:16:29.184 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:29.184 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 18:16:29.185 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:16:29.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:29.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:29.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:29.187 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:29.187 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:29.188 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:29.188 DEBUG [main][MenuItemLookup] Item match:File 18:16:29.190 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:16:29.190 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:16:29.190 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:16:29.190 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:16:29.190 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:29.190 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:16:29.191 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:16:29.191 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:29.191 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:16:29.191 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:16:29.223 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:16:29.224 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:16:29.224 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:16:29.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:16:29.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:16:29.297 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:29.298 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 18:16:29.299 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:29.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:29.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:29.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:29.396 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:29.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:29.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:29.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:29.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:29.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:29.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:16:29.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:29.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:16:30.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:30.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:16:30.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:16:30.403 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:30.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:30.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:30.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:30.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 18:16:30.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:30.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:30.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:30.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:30.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:30.408 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 18:16:30.412 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 18:16:30.412 DEBUG [main][TreeItemHandler] Selecting tree item: Project 18:16:30.413 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 18:16:30.418 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 18:16:30.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:30.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:16:30.460 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:16:30.461 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsoleSwitching no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 18:16:30.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:16:30.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:16:30.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:16:30.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:16:30.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:30.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:16:30.512 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' view via menu. 18:16:30.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:30.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:30.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:30.513 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:30.513 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:30.513 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:30.513 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:16:30.513 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:16:30.513 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:16:30.513 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:16:30.513 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:16:30.513 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:16:30.513 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:16:30.513 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:16:30.513 DEBUG [main][MenuItemLookup] Item match:Window 18:16:30.517 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:16:30.517 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:16:30.517 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:16:30.517 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:30.517 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:16:30.517 DEBUG [main][MenuItemLookup] Item match:Show View 18:16:30.529 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:16:30.529 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:16:30.529 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:16:30.529 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:16:30.529 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:16:30.529 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:16:30.529 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:16:30.529 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:16:30.529 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:16:30.529 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:16:30.529 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:16:30.529 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:16:30.529 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:16:30.529 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:16:30.529 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:16:30.529 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:30.529 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:16:30.529 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:16:30.570 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:16:30.570 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:16:30.571 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:16:30.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:16:30.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:16:30.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:16:30.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:30.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:30.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:16:30.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:16:30.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:30.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:30.726 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:16:30.726 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:16:30.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:30.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:30.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:30.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:30.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:30.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:16:30.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:16:30.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:16:30.732 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:16:30.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:30.732 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:16:30.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:30.733 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:16:30.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:16:30.734 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:16:30.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:30.735 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:16:30.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:30.735 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:16:30.737 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 18:16:30.737 DEBUG [main][TreeItemHandler] Selecting tree item: Console 18:16:30.738 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 18:16:30.749 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 18:16:30.749 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:16:30.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:30.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:30.750 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:16:30.750 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:16:30.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:30.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16: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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:16:30.752 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:16:30.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:30.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:30.753 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:16:30.753 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:16:30.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:30.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:30.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:30.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:30.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:16:30.814 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:16:30.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:16:30.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:16:30.815 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:16:30.815 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:30.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:16:30.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:16:30.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.console.ConsoleView' view is open... 18:16:30.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:30.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:30.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.console.ConsoleView' view is open finished successfully 18:16:30.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:30.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:30.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:30.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:30.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:30.967 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:30.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:16:30.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:30.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:31.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:31.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:31.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:31.028 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:31.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:31.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:31.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:31.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:31.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:31.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:31.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:31.046 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:31.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:31.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:31.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:31.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:31.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:31.062 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:31.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 '\*?\QProblems\E') 18:16:31.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:31.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:31.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:31.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:31.102 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:31.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:31.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:31.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:31.167 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:31.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:31.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:31.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:31.170 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:31.171 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:31.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:31.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:31.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:31.172 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:16:31.174 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:16:31.174 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:16:31.174 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:31.174 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:31.175 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:31.175 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:31.175 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:31.175 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:31.175 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:31.175 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:16:31.175 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:16:31.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:16:32.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:16:32.176 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:32.177 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:32.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:32.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:32.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:32.180 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:16:32.181 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:16:32.181 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:16:32.181 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:32.181 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:32.181 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:32.181 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:03:26 PM – 6:03:33 PM))' 18:16:32.181 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:32.181 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:32.181 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:32.181 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:16:32.181 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:16:32.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:16:32.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:16:32.183 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:32.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:32.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:32.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:32.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:16:32.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:32.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:32.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:32.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:32.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:32.188 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:32.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:32.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:32.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:32.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:16:32.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:32.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:32.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:32.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:32.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:32.192 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 18:16:32.335 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 18:16:32.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:32.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:32.339 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:16:32.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:32.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:32.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:32.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:32.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:32.345 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:32.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 '\*?\QPackage Explorer\E') 18:16:32.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:32.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:32.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:32.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:32.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:32.349 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:32.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:32.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:32.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:32.414 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:32.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:32.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:32.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:32.417 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:32.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:32.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:32.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:32.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:32.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:32.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:16:32.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:32.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:16:33.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:33.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:16:33.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:16:33.425 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:33.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:33.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:33.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:33.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 18:16:33.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:33.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:33.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:33.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:33.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:33.430 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 18:16:33.431 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:16:33.432 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 18:16:33.432 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 18:16:33.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:33.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 18:16:33.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:33.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 18:16:33.433 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 18:16:33.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:16:33.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:33.434 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:16:33.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:33.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:16:33.434 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass1.java of tree item test 18:16:33.435 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 18:16:33.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:33.435 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 18:16:33.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:33.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 18:16:33.436 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass1.java 18:16:33.436 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass1.java 18:16:33.437 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass1.java about selection 18:16:33.443 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass1.java 18:16:33.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:33.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:33.457 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:33.458 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:33.458 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:16:33.458 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:16:33.458 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:16:33.458 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:16:33.458 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:16:33.458 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:16:33.458 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:16:33.458 DEBUG [main][MenuItemLookup] Item match:Run 18:16:33.461 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 18:16:33.461 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 18:16:33.461 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:33.461 DEBUG [main][MenuItemLookup] Found menu:'Run History' 18:16:33.461 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:16:33.461 DEBUG [main][MenuItemLookup] Item match:Run As 18:16:33.479 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 18:16:33.479 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 18:16:33.479 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 18:16:33.480 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 18:16:33.480 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 18:16:33.480 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 18:16:33.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*'... 18:16:33.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:33.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:33.613 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:33.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:33.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:33.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:33.637 WARNING [main][ShellHandler] Shell is not focused 18:16:33.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:33.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:33.639 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:33.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:16:33.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:33.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:33.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:33.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:33.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:33.872 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:33.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:34.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:34.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 18:16:34.108 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:34.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:34.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:34.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 18:16:34.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:34.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:34.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*' finished successfully 18:16:34.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:16:34.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 18:16:34.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:16:34.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:16:34.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 18:16:34.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:16:34.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:16:34.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:16:34.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:16:34.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:16:34.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:16:34.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:16:34.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:16:34.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:16:34.130 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:34.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:34.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:34.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 18:16:34.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 18:16:34.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:34.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:34.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:34.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:34.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:16:34.197 INFO [WorkbenchTestable][AbstractToolItem] Unclick tool item Show Console When Standard Out Changes 18:16:34.197 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 18:16:34.198 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:16:34.198 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:34.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:34.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:34.234 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:34.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:34.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:34.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:34.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:34.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:34.311 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:34.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 '\*?\QProblems\E') 18:16:34.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:34.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:34.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:34.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:34.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:34.356 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:34.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:34.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:34.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:34.413 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:34.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:34.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:34.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:34.418 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:34.418 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:34.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:34.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:34.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:34.420 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:16:34.421 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:16:34.421 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:16:34.421 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:34.421 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:16:33 PM))' 18:16:34.421 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:34.421 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:16:33 PM))' 18:16:34.421 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:34.421 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:34.421 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:34.421 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:16:34.421 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:16:34.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:16:35.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:16:35.923 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:35.927 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:35.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:35.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:35.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:35.932 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:16:35.934 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:16:35.934 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:16:35.934 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:35.934 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:16:33 PM))' 18:16:35.934 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:35.934 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:16:33 PM))' 18:16:35.934 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:35.934 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:35.934 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:35.935 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:16:35.935 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:16:35.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:16:35.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:16:35.937 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:35.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:35.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:35.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:35.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 18:16:35.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:35.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:35.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:35.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:35.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:35.943 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:35.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:35.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:35.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:35.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:16:35.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:35.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:35.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:35.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:35.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:35.949 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 18:16:36.074 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 18:16:36.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:36.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:36.079 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:16:36.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:36.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:36.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:36.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:36.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:36.083 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:36.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 '\*?\QPackage Explorer\E') 18:16:36.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:36.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:36.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:36.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:36.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:36.086 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:36.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:36.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:36.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:36.153 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:36.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:36.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:36.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:36.156 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:36.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:36.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:36.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:36.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:36.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:36.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:16:36.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:36.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:16:37.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:37.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:16:37.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:16:37.161 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:37.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:37.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:37.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:37.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:16:37.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:37.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:37.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:37.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:37.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:37.166 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 18:16:37.167 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:16:37.167 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 18:16:37.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 18:16:37.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:37.168 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 18:16:37.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:37.168 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 18:16:37.168 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 18:16:37.169 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:16:37.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:37.169 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:16:37.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:37.169 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:16:37.169 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass2.java of tree item test 18:16:37.170 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 18:16:37.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:37.170 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 18:16:37.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:37.170 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 18:16:37.171 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass2.java 18:16:37.171 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass2.java 18:16:37.171 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass2.java about selection 18:16:37.175 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass2.java 18:16:37.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:37.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:37.175 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:37.176 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:37.176 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:16:37.176 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:16:37.176 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:16:37.176 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:16:37.176 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:16:37.176 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:16:37.176 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:16:37.176 DEBUG [main][MenuItemLookup] Item match:Run 18:16:37.178 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 18:16:37.178 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 18:16:37.178 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:37.178 DEBUG [main][MenuItemLookup] Found menu:'Run History' 18:16:37.178 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:16:37.178 DEBUG [main][MenuItemLookup] Item match:Run As 18:16:37.178 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 18:16:37.178 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 18:16:37.178 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 18:16:37.178 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 18:16:37.178 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 18:16:37.179 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 18:16:37.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*'... 18:16:37.299 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:37.299 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:37.300 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:37.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:37.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 18:16:37.447 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:37.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:37.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:37.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 18:16:37.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:37.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:37.952 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:37.953 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:37.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:37.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:37.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 18:16:37.957 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:37.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:37.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:37.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 18:16:37.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:37.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:37.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*' finished successfully 18:16:37.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:16:37.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 18:16:37.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 18:16:37.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reveal End of Document' is a system job, skipped 18:16:37.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 18:16:37.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:16:37.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:16:37.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:16:37.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:16:37.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:16:37.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:16:37.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:16:37.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:16:37.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:16:37.962 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:37.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:37.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:37.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 18:16:37.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:16:37.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:37.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:37.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:37.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:37.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:16:37.974 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:16:37.974 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:38.034 DEBUG [main][MenuItemLookup] Found menu:'1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:16:33 PM)' 18:16:38.034 DEBUG [main][MenuItemLookup] Item match:1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:16:33 PM) 18:16:38.035 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:16:33 PM)" 18:16:38.035 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:16:33 PM) 18:16:38.039 INFO [main][MenuItemHandler] Select menu item: &1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:16:33 PM) 18:16:38.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*'... 18:16:38.095 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:38.096 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:38.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:38.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:38.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 18:16:38.099 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:38.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:38.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:38.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 18:16:38.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*' finished successfully 18:16:38.102 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:38.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:38.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:38.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 18:16:38.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:38.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:38.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:38.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:38.110 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 18:16:38.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:38.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:38.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:38.111 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:38.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:38.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:38.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 18:16:38.113 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:16:38.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:38.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:38.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:16:38.116 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:16:38.116 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:38.193 DEBUG [main][MenuItemLookup] Found menu:'1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:16:33 PM)' 18:16:38.193 DEBUG [main][MenuItemLookup] Found menu:'2 TestClass2 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:16:37 PM)' 18:16:38.193 DEBUG [main][MenuItemLookup] Item match:2 TestClass2 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:16:37 PM) 18:16:38.194 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 TestClass2 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:16:37 PM)" 18:16:38.194 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 TestClass2 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:16:37 PM) 18:16:38.194 INFO [main][MenuItemHandler] Select menu item: &2 TestClass2 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:16:37 PM) 18:16:38.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*'... 18:16:38.237 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:38.238 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:38.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:38.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:38.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 18:16:38.240 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:38.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:38.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:38.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 18:16:38.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*' finished successfully 18:16:38.242 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:38.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:38.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:38.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 18:16:38.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:38.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:38.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:38.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:38.246 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 18:16:38.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:38.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:38.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:38.248 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:38.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:38.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:38.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 18:16:38.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:16:38.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:38.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:38.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:16:38.253 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 18:16:38.253 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 18:16:38.253 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:16:38.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:38.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.313 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:38.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:38.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:38.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:38.336 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:38.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:16:38.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:38.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:38.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:38.398 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:38.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:38.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:38.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:38.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:38.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:38.403 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:38.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:38.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:38.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:38.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:38.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:38.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.408 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:38.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:38.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:38.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:38.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:38.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:38.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: "Show Console When Standard Out Changes") 18:16:38.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:38.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:38.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:16:38.417 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 18:16:38.417 INFO [WorkbenchTestable][AbstractView] Terminating console 18:16:38.418 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:38.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:38.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:38.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 18:16:38.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:38.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:38.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:16:38.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:38.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:38.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:16:38.451 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 18:16:38.451 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:16:38.451 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:38.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 18:16:38.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.524 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:38.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:38.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:38.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:38.545 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:38.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 '\*?\QConsole\E') 18:16:38.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:38.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:38.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:38.631 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:38.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:38.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:38.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:38.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:38.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:38.634 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:38.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:38.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:38.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:38.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:38.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:38.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 18:16:38.637 INFO [WorkbenchTestable][AbstractView] Console terminated 18:16:38.637 INFO [WorkbenchTestable][AbstractView] Removing launch from console 18:16:38.637 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:38.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:38.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:38.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:38.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:38.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:38.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:16:38.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:38.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:38.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:16:38.642 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 18:16:38.642 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:16:38.642 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:38.645 INFO [WorkbenchTestable][AbstractView] Launch removed 18:16:38.765 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:38.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:38.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:38.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 18:16:38.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:38.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:38.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.771 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:38.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:38.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:38.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 18:16:38.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:38.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:38.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:16:38.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:38.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:38.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:16:38.797 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 18:16:38.797 INFO [WorkbenchTestable][AbstractView] Terminating console 18:16:38.797 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:38.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:38.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:38.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 18:16:38.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:16:38.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:38.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:38.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:16:38.802 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 18:16:38.802 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:16:38.802 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:38.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 18:16:38.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.837 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:38.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.888 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:38.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:38.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:38.917 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:38.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') 18:16:38.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:38.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:38.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:38.936 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:38.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:38.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:38.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:38.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:38.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:38.938 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:38.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:38.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:38.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:38.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:38.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:38.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 18:16:38.941 INFO [WorkbenchTestable][AbstractView] Console terminated 18:16:38.941 INFO [WorkbenchTestable][AbstractView] Removing launch from console 18:16:38.941 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:38.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:38.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:38.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:38.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:38.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:38.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove Launch") 18:16:38.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:38.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:38.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:38.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:38.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:16:38.945 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 18:16:38.945 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:16:38.945 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:16:38.948 INFO [WorkbenchTestable][AbstractView] Launch removed 18:16:39.036 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:39.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:39.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:39.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 18:16:39.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:39.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:39.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:39.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:16:39.052 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:16:39.052 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:16:39.052 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:16:39.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:39.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:39.053 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsoleSwitching no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 18:16:39.054 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:16:39.054 INFO [WorkbenchTestable][RequirementsRunner] Started test: consoleHasNoChangeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 18:16:39.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:16:39.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:16:39.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:16:39.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:16:39.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:39.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:39.075 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:39.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:39.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:39.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:39.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:39.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:39.097 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:39.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:16:39.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:39.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:39.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:39.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:39.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:39.140 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:39.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:39.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:39.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:39.207 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:39.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:39.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:39.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:39.210 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:39.210 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:39.210 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:39.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:39.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:39.212 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:16:39.214 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:16:39.214 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:16:39.214 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:39.214 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:16:39.214 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:39.215 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:16:39.215 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:39.215 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:39.215 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:39.215 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:16:39.215 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:16:39.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:16:40.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:16:40.217 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:16:40.218 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:40.218 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:40.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:40.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:40.221 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:16:40.222 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:16:40.222 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:16:40.222 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:40.222 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:16:40.223 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:16:40.223 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:16:40.223 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:16:40.223 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:16:40.223 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:16:40.223 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:16:40.223 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:16:40.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:16:40.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:16:40.228 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:40.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:40.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:40.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:40.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 18:16:40.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:40.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:40.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:40.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:40.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:40.236 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:16:40.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:16:40.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:40.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:40.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 18:16:40.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:40.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:40.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:40.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:40.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:40.243 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 18:16:40.365 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 18:16:40.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:40.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:40.370 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:16:40.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:40.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:40.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:40.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:40.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:40.374 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:40.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 '\*?\QPackage Explorer\E') 18:16:40.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:40.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:40.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:40.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:40.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:40.377 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:40.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:40.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:40.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:40.445 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:40.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:40.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:40.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:40.447 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:40.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:40.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:40.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:40.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:40.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:40.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:16:40.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:40.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:16:41.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:41.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:16:41.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:16:41.452 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:16:41.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:16:41.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:41.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:16:41.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 18:16:41.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:41.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:41.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:41.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:41.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:16:41.457 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 18:16:41.458 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:16:41.459 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 18:16:41.459 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 18:16:41.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:41.459 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 18:16:41.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:41.459 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 18:16:41.460 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 18:16:41.460 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:16:41.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:41.460 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:16:41.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:41.460 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:16:41.461 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestLoopClass2.java of tree item test 18:16:41.461 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 18:16:41.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:16:41.461 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 18:16:41.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:16:41.461 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 18:16:41.462 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestLoopClass2.java 18:16:41.462 DEBUG [main][TreeItemHandler] Selecting tree item: TestLoopClass2.java 18:16:41.462 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestLoopClass2.java about selection 18:16:41.467 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestLoopClass2.java 18:16:41.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:16:41.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:16:41.468 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:41.469 DEBUG [main][MenuItemLookup] Found menu:'File' 18:16:41.469 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:16:41.469 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:16:41.469 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:16:41.469 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:16:41.469 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:16:41.469 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:16:41.469 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:16:41.469 DEBUG [main][MenuItemLookup] Item match:Run 18:16:41.471 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 18:16:41.471 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 18:16:41.471 DEBUG [main][MenuItemLookup] Found menu:'' 18:16:41.471 DEBUG [main][MenuItemLookup] Found menu:'Run History' 18:16:41.471 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:16:41.471 DEBUG [main][MenuItemLookup] Item match:Run As 18:16:41.471 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 18:16:41.471 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 18:16:41.471 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 18:16:41.471 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 18:16:41.471 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 18:16:41.472 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 18:16:41.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass2.*'... 18:16:41.603 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:41.603 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:41.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:41.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:41.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 18:16:41.746 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:41.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:41.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:41.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 18:16:41.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:41.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.249 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:42.250 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:42.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:42.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:42.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 18:16:42.252 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:42.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:42.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:42.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 18:16:42.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass2.*' finished successfully 18:16:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:16:42.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 18:16:42.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 18:16:42.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:16:42.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:16:42.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:16:42.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:16:42.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:16:42.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:16:42.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:16:42.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:16:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:16:42.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.276 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:42.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.294 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:42.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:42.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:42.295 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:42.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') 18:16:42.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:42.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:42.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:42.339 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:42.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:42.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:42.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:42.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:42.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:42.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.359 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:42.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.375 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:42.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:42.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:42.376 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:42.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 '\*?\QConsole\E') 18:16:42.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:42.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:42.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:42.393 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:42.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:42.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:42.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:42.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:42.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:42.396 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:42.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:42.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:42.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:42.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:42.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:42.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:42.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:42.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:42.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:42.400 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 18:16:42.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:42.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:42.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:42.403 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:42.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:42.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:42.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 18:16:42.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:42.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:42.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:42.407 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 18:16:42.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:42.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:42.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:42.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains 'Start' Start ... 18:16:42.409 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:42.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:42.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:42.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 18:16:42.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:42.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:42.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:42.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:42.413 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 18:16:42.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:42.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:42.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:42.442 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:42.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:42.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:42.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 18:16:42.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:42.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:42.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:42.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:42.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 18:16:42.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:42.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:42.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:42.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains 'Start' Start finished successfully 18:16:42.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Console is still changing... 18:16:42.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.466 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:42.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:42.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:42.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:42.488 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:42.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 '\*?\QConsole\E') 18:16:42.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:42.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:42.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:42.533 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:42.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:42.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:42.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:42.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:42.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:42.537 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:42.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:42.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:42.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:42.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:42.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:42.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:42.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:42.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:42.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:42.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:16:42.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:42.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:42.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:42.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:42.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:43.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:43.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:43.101 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:43.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:43.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:43.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:43.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:43.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:43.126 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:43.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 '\*?\QConsole\E') 18:16:43.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:43.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:43.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:43.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:43.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:43.170 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:43.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:43.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:43.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:43.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:43.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:43.173 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:43.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:43.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:43.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:43.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:43.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:43.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:43.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:43.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:43.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:43.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:43.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:43.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:43.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:43.178 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 18:16:43.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:43.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:43.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:43.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:43.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:43.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:43.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:43.698 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:43.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:43.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:43.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:43.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:43.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:43.716 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:43.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 '\*?\QConsole\E') 18:16:43.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:43.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:43.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:43.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:43.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:43.768 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:43.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:43.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:43.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:43.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:43.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:43.772 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:43.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:43.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:43.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:43.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:43.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:43.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:43.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:43.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:43.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:43.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:43.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:43.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:43.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:43.780 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 18:16:43.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:43.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:43.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:43.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:43.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:44.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:44.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:44.300 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:44.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:44.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:44.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:44.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:44.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:44.317 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:44.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:16:44.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:44.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:44.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:44.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:44.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:44.358 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:44.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:44.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:44.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:44.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:44.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:44.361 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:44.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:44.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:44.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:44.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:44.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:44.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:44.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:44.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:44.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:44.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:44.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:44.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:44.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:44.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:16:44.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:44.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:44.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:44.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:44.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:44.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:44.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:44.893 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:44.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:44.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:44.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:44.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:44.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:44.944 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:44.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 '\*?\QConsole\E') 18:16:44.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:44.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:44.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:44.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:44.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:44.961 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:44.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:44.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:44.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:44.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:44.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:44.965 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:44.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:44.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:44.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:44.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:44.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:44.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:44.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:44.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:44.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:44.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:44.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:44.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:44.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:44.971 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 18:16:44.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:44.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:44.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:44.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:44.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:45.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:45.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:45.490 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:45.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:45.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:45.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:45.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:45.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:45.508 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:45.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') 18:16:45.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:45.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:45.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:45.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:45.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:45.551 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:45.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:45.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:45.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:45.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:45.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:45.558 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:45.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:45.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:45.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:45.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:45.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:45.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:45.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:45.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:45.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:45.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:45.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:45.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:45.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:45.563 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 18:16:45.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:45.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:45.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:45.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:45.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:46.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:46.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:46.093 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:46.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:46.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:46.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:46.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:46.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:46.112 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:46.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 '\*?\QConsole\E') 18:16:46.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:46.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:46.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:46.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:46.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:46.157 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:46.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:46.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:46.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:46.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:46.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:46.160 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:46.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:46.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:46.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:46.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:46.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:46.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:46.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:46.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:46.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:46.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:46.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:46.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:46.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:46.167 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 18:16:46.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:46.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:46.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:46.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:46.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:46.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:46.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:46.698 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:46.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:46.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:46.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:46.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:46.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:46.722 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:46.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:16:46.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:46.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:46.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:46.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:46.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:46.766 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:46.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:46.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:46.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:46.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:46.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:46.769 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:46.770 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:46.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:46.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:46.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:46.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:46.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:46.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:46.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:46.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:46.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:46.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:46.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:46.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:46.775 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 18:16:46.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:46.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:46.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:46.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:46.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:47.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:47.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:47.296 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:47.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:47.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:47.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:47.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:47.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:47.347 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:47.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:16:47.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:47.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:47.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:47.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:47.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:47.368 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:47.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:47.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:47.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:47.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:47.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:47.370 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:47.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:47.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:47.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:47.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:47.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:47.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:47.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:47.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:47.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:47.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:47.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:47.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:47.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:47.375 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 18:16:47.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:47.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:47.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:47.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:47.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:47.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:47.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:47.912 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:47.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:47.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:47.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:47.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:47.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:47.961 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:47.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 '\*?\QConsole\E') 18:16:47.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:47.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:48.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:48.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:48.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:48.005 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:48.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:48.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:48.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:48.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:48.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:48.008 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:48.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:48.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:48.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:48.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:48.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:48.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:48.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:48.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:48.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:48.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:48.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:48.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:48.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:48.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:16:48.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:48.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:48.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:48.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:48.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:48.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:48.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:48.532 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:48.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:48.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:48.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:48.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:48.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:48.550 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:48.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:16:48.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:48.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:48.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:48.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:48.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:48.594 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:48.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:48.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:48.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:48.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:48.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:48.598 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:48.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:48.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:48.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:48.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:48.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:48.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:48.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:48.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:48.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:48.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:48.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:48.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:48.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:48.605 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 18:16:48.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:48.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:48.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:48.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:48.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:49.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:49.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:49.152 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:49.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:49.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:49.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:49.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:49.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:49.200 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:49.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 '\*?\QConsole\E') 18:16:49.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:49.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:49.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:49.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:49.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:49.244 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:49.245 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:49.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:49.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:49.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:49.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:49.247 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:49.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:49.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:49.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:49.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:49.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:49.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:49.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:49.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:49.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:49.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:49.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:49.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:49.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:49.252 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 18:16:49.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:49.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:49.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:49.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:49.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:49.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:49.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:49.802 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:49.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:49.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:49.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:49.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:49.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:49.821 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:49.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') 18:16:49.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:49.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:49.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:49.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:49.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:49.872 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:49.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:49.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:49.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:49.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:49.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:49.875 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:49.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:49.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:49.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:49.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:49.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:49.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:49.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:49.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:49.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:49.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:49.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:49.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:49.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:49.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:16:49.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:49.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:49.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:49.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:49.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:50.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:50.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:50.429 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:50.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:50.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:50.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:50.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:50.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:50.448 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:50.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 '\*?\QConsole\E') 18:16:50.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:50.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:50.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:50.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:50.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:50.503 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:50.503 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:50.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:50.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:50.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:50.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:50.512 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:50.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:50.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:50.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:50.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:50.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:50.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:50.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:50.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:50.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:50.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:50.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:50.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:50.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:50.518 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 18:16:50.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:50.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:50.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:50.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:50.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:51.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:51.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:51.038 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:51.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:51.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:51.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:51.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:51.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:51.057 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:51.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:16:51.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:51.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:51.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:51.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:51.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:51.101 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:51.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:51.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:51.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:51.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:51.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:51.104 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:51.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:51.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:51.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:51.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:51.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:51.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:51.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:51.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:51.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:51.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:51.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:51.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:51.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:51.110 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 18:16:51.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:51.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:51.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:51.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:51.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:51.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:51.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:51.631 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:51.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:51.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:51.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:51.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:51.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:51.649 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:51.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 '\*?\QConsole\E') 18:16:51.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:51.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:51.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:51.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:51.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:51.695 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:51.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:51.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:51.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:51.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:51.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:51.699 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:51.700 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:51.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:51.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:51.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:51.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:51.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:51.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:51.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:51.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:51.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:51.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:51.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:51.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:51.706 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 18:16:51.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:51.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:51.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:51.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:51.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:52.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:52.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:52.234 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:52.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:52.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:52.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:52.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:52.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:52.294 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:52.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 '\*?\QConsole\E') 18:16:52.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:52.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:52.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:52.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:52.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:52.312 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:52.313 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:52.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:52.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:52.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:52.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:52.316 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:52.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:52.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:52.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:52.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:52.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:52.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:52.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:52.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:52.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:52.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:52.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:52.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:52.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:52.321 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 18:16:52.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:52.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:52.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:52.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:52.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:52.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:52.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:52.841 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:52.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:52.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:52.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:52.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:52.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:52.885 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:52.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 '\*?\QConsole\E') 18:16:52.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:52.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:52.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:52.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:52.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:52.905 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:52.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:52.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:52.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:52.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:52.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:52.909 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:52.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:52.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:52.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:52.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:52.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:52.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:52.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:52.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:52.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:52.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:52.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:52.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:52.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:52.915 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 18:16:52.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:52.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:52.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:52.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:52.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:53.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:53.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:53.435 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:53.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:53.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:53.452 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:53.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:53.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:53.457 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:53.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:16:53.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:53.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:53.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:53.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:53.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:53.503 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:53.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:53.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:53.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:53.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:53.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:53.507 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:53.507 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:53.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:53.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:53.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:53.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:53.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:53.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:53.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:53.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:53.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:53.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:53.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:53.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:53.514 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 18:16:53.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:53.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:53.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:53.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:53.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:54.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:54.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:54.035 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:54.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:54.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:54.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:54.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:54.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:54.055 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:54.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') 18:16:54.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:54.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:54.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:54.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:54.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:54.098 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:54.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:54.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:54.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:54.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:54.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:54.102 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:54.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:54.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:54.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:54.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:54.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:54.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:54.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:54.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:54.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:54.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:54.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:54.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:54.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:54.109 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 18:16:54.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:54.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:54.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:54.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:54.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:54.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:54.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:54.629 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:54.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:54.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:54.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:54.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:54.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:54.649 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:54.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 '\*?\QConsole\E') 18:16:54.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:54.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:54.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:54.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:54.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:54.692 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:54.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:54.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:54.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:54.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:54.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:54.696 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:54.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:54.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:54.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:54.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:54.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:54.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:54.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:54.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:54.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:54.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:54.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:54.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:54.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:54.706 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 18:16:54.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:54.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:54.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:54.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:54.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:55.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:55.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:55.237 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:55.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:55.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:55.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:55.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:55.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:55.262 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:55.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 '\*?\QConsole\E') 18:16:55.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:55.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:55.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:55.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:55.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:55.306 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:55.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:55.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:55.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:55.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:55.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:55.310 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:55.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:55.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:55.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:55.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:55.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:55.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:55.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:55.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:55.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:55.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:55.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:55.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:55.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:55.315 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 18:16:55.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:55.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:55.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:55.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:55.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:55.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:55.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:55.834 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:55.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:55.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:55.852 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:55.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:55.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:55.853 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:55.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:16:55.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:55.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:55.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:55.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:55.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:55.897 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:55.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:55.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:55.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:55.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:55.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:55.899 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:55.899 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:55.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:55.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:55.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:55.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:55.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:55.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:55.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:55.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:55.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:55.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:55.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:55.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:55.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:16:55.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:55.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:55.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:55.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:55.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:56.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:56.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:56.425 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:56.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:56.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:56.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:56.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:56.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:56.442 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:56.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') 18:16:56.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:56.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:56.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:56.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:56.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:56.485 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:56.485 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:56.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:56.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:56.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:56.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:56.487 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:56.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:56.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:56.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:56.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:56.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:56.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:56.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:56.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:56.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:56.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:56.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:56.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:56.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:56.491 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 18:16:56.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:56.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:56.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:56.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:56.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:56.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:57.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:57.010 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:57.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:57.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:57.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:57.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:57.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:57.028 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:57.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 '\*?\QConsole\E') 18:16:57.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:57.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:57.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:57.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:57.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:57.086 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:57.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:57.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:57.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:57.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:57.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:57.089 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:57.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:57.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:57.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:57.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:57.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:57.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:57.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:57.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:57.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:57.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:57.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:57.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:57.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:57.094 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 18:16:57.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:57.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:57.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:57.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:57.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:57.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:57.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:57.614 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:57.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:57.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:57.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:57.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:57.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:57.632 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:57.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 '\*?\QConsole\E') 18:16:57.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:57.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:57.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:57.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:57.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:57.675 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:57.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:57.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:57.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:57.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:57.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:57.678 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:57.679 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:57.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:57.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:57.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:57.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:57.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:57.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:57.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:57.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:57.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:57.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:57.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:57.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:57.683 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 18:16:57.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:57.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:57.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:57.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:57.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:58.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:58.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:58.203 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:58.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:58.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:58.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:58.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:58.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:58.227 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:58.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 '\*?\QConsole\E') 18:16:58.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:58.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:58.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:58.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:58.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:58.274 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:58.274 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:58.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:58.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:58.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:58.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:58.277 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:58.277 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:58.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:58.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:58.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:58.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:58.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:58.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:58.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:58.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:58.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:58.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:58.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:58.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:58.283 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 18:16:58.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:58.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:58.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:58.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:58.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:58.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:58.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:58.802 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:58.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:58.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:58.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:58.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:58.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:58.821 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:58.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:16:58.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:58.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:58.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:58.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:58.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:58.864 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:58.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:58.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:58.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:58.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:58.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:58.868 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:58.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:58.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:58.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:58.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:58.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:58.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:58.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:58.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:58.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:58.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:58.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:58.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:58.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:58.875 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 18:16:58.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:58.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:58.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:58.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:58.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:59.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:59.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:59.395 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:16:59.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:59.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:59.412 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:16:59.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:16:59.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:16:59.413 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:16:59.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:16:59.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:59.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:59.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:59.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:59.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:16:59.456 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:59.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:59.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:59.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:59.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:59.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:59.459 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:16:59.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:16:59.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:16:59.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:16:59.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:16:59.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:16:59.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:59.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:59.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:59.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:59.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:16:59.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:59.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:59.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:16:59.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:16:59.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:16:59.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:16:59.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:16:59.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:16:59.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:16:59.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:00.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:00.016 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:00.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:00.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:00.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:00.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:00.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:00.036 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:00.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:17:00.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:00.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:00.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:00.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:00.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:00.085 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:00.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:00.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:00.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:00.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:00.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:00.088 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:00.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:00.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:00.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:00.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:00.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:00.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:00.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:00.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:00.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:00.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:17:00.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:00.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:00.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:17:00.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:17:00.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:00.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:00.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:00.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:00.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:17:00.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:00.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:00.646 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:00.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:00.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:00.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:00.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:00.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:00.683 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:00.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 '\*?\QConsole\E') 18:17:00.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:00.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:00.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:00.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:00.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:00.738 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:00.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:00.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:00.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:00.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:00.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:00.742 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:00.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:00.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:00.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:00.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:00.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:00.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:00.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:00.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:00.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:00.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:17:00.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:00.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:00.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:17:00.749 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 18:17:00.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:00.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:00.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:00.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:00.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:17:01.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:01.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:01.278 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:01.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:01.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:01.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:01.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:01.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:01.307 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:01.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 '\*?\QConsole\E') 18:17:01.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:01.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:01.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:01.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:01.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:01.351 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:01.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:01.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:01.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:01.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:01.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:01.354 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:01.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:01.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:01.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:01.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:01.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:01.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:01.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:01.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:01.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:01.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:17:01.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:01.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:01.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:17:01.363 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 18:17:01.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:01.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:01.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:01.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:01.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:17:01.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:01.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:01.883 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:01.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:01.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:01.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:01.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:01.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:01.900 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:01.900 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:17:01.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:01.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:01.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:01.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:01.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:01.943 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:01.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:01.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:01.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:01.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:01.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:01.945 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:01.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:01.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:01.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:01.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:01.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:01.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:01.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:01.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:01.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:01.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:17:01.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:01.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:01.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:17:01.949 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 18:17:01.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:01.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:01.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:01.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:01.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:17:02.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:02.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:02.468 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:02.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:02.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:02.484 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:02.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:02.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:02.486 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:02.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:17:02.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:02.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:02.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:02.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:02.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:02.531 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:02.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:02.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:02.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:02.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:02.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:02.534 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:02.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:02.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:02.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:02.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:02.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:02.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:02.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:02.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:02.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:02.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:17:02.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:02.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:02.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:17:02.541 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 18:17:02.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:02.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:02.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:02.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:02.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:17:03.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:03.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:03.062 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:03.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:03.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:03.079 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:03.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:03.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:03.081 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:03.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 '\*?\QConsole\E') 18:17:03.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:03.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:03.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:03.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:03.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:03.125 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:03.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:03.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:03.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:03.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:03.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:03.130 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:03.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:03.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:03.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:03.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:03.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:03.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:03.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:03.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:03.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:03.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:17:03.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:03.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:03.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:17:03.138 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 18:17:03.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:03.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:03.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:03.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:03.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:17:03.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:03.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:03.693 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:03.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:03.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:03.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:03.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:03.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:03.712 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:03.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 '\*?\QConsole\E') 18:17:03.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:03.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:03.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:03.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:03.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:03.761 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:03.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:03.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:03.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:03.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:03.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:03.764 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:03.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:03.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:03.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:03.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:03.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:03.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:03.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:03.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:03.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:03.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:17:03.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:03.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:03.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:17:03.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 18:17:03.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:03.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:03.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:03.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:03.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:17:03.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Console is still changing finished successfully 18:17:03.772 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:03.799 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:03.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:03.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:03.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start Hello Application TooltipText=null 18:17:03.802 INFO [WorkbenchTestable][AbstractView] Terminating console 18:17:03.802 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:03.803 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:03.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:03.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start Hello Application TooltipText=null 18:17:03.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 18:17:03.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:03.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:03.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:03.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:03.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:03.808 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 18:17:03.808 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:17:03.808 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:03.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 18:17:03.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:03.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:03.845 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:03.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:03.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:03.867 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:03.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:03.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:03.868 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:03.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:17:03.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:03.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:03.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:03.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:03.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:03.914 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:03.914 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:03.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:03.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:03.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:03.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:03.917 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:03.917 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:03.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:03.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:03.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:03.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:03.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:03.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:03.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 18:17:03.919 INFO [WorkbenchTestable][AbstractView] Console terminated 18:17:03.920 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:03.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:03.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:03.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:03.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:03.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:03.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:03.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:03.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:03.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:03.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:17:03.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:03.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:03.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:17:03.924 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 18:17:03.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:03.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:03.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:03.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:03.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:17:03.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:03.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:03.970 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:03.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:03.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:03.988 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:03.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:03.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:03.989 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17: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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:17:04.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:04.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:04.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:04.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:04.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:04.034 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:04.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:04.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:04.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:04.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:04.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:04.038 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:04.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:04.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:04.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:04.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:04.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:04.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:04.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:04.042 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:04.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:04.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:04.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:04.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:04.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:04.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: "Show Console When Standard Out Changes") 18:17:04.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:04.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:04.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:04.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:04.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:04.046 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 18:17:04.046 INFO [WorkbenchTestable][AbstractView] Terminating console 18:17:04.047 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:04.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:04.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:04.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 18:17:04.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:04.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:04.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:17:04.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:04.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:04.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:04.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:04.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:04.051 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 18:17:04.051 INFO [WorkbenchTestable][AbstractView] Removing launch from console 18:17:04.051 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:04.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:04.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:04.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start Hello Application TooltipText=null 18:17:04.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:17:04.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:04.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:04.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:04.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:04.054 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 18:17:04.054 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:17:04.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:04.085 INFO [WorkbenchTestable][AbstractView] Launch removed 18:17:04.142 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:04.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:04.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:04.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 18:17:04.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:04.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:04.149 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:17:04.149 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:17:04.149 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:17:04.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:04.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:04.150 INFO [WorkbenchTestable][RequirementsRunner] Finished test: consoleHasNoChangeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 18:17:04.150 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:17:04.151 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemoveAllTerminatedLaunches no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 18:17:04.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:17:04.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:17:04.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:17:04.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:17:04.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:04.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:04.167 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:17:04.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:04.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:04.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:04.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:04.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:04.184 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:04.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 18:17:04.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:04.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:04.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:04.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:04.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:04.224 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:04.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:04.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:04.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:04.288 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:04.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:04.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:04.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:04.290 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:17:04.291 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:04.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:04.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:04.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:04.293 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:17:04.296 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:17:04.296 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:17:04.296 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:04.296 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:04.296 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:04.296 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:04.296 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:17:04.297 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:17:04.297 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:17:04.297 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:17:04.297 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:17:04.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:17:05.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:17:05.298 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:17:05.299 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:05.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:05.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:05.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:05.307 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:17:05.308 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:17:05.308 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:17:05.308 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:05.308 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:05.309 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:05.309 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:05.309 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:17:05.309 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:17:05.309 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:17:05.309 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:17:05.309 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:17:05.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:17:05.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:17:05.310 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:05.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:05.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:05.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:05.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 18:17:05.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:05.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:05.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:05.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:05.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:05.314 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:05.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:05.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:05.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:05.316 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:17:05.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:05.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:05.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:05.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:05.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:05.318 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 18:17:05.463 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 18:17:05.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:05.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:05.466 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:17:05.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:05.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:05.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:05.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:05.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:05.470 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:05.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 '\*?\QPackage Explorer\E') 18:17:05.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:05.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:05.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:05.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:05.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:05.473 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:05.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:05.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:05.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:05.557 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:05.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:05.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:05.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:05.563 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:05.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:05.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:05.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:05.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:05.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:05.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:06.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:06.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:06.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:06.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:06.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:17:06.570 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:06.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:06.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:06.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:06.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 18:17:06.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:06.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:06.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:06.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:06.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:06.576 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 18:17:06.577 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:17:06.578 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 18:17:06.579 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 18:17:06.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:06.579 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 18:17:06.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:06.580 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 18:17:06.580 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 18:17:06.581 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:17:06.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:06.581 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:17:06.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:06.582 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:17:06.583 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 18:17:06.583 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 18:17:06.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:06.584 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 18:17:06.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:06.584 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 18:17:06.585 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:17:06.586 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:17:06.587 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:17:06.591 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:17:06.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:06.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:06.593 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:06.593 DEBUG [main][MenuItemLookup] Found menu:'File' 18:17:06.594 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:17:06.594 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:17:06.594 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:17:06.594 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:17:06.594 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:17:06.594 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:17:06.594 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:17:06.594 DEBUG [main][MenuItemLookup] Item match:Run 18:17:06.596 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 18:17:06.596 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 18:17:06.596 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:06.596 DEBUG [main][MenuItemLookup] Found menu:'Run History' 18:17:06.596 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:17:06.596 DEBUG [main][MenuItemLookup] Item match:Run As 18:17:06.596 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 18:17:06.597 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 18:17:06.597 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 18:17:06.597 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 18:17:06.597 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 18:17:06.598 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 18:17:06.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 18:17:06.710 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:06.826 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:06.826 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:07.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:07.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 18:17:07.093 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:07.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:07.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:07.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 18:17:07.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:07.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:07.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 18:17:07.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:17:07.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 18:17:07.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:17:07.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:17:07.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:17:07.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 18:17:07.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:17:07.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:17:07.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:17:07.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:17:07.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:17:07.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:17:07.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:17:07.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:17:07.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 18:17:07.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:07.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:07.210 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:07.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:07.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:07.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:07.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:07.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:07.432 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:07.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 '\*?\QConsole\E') 18:17:07.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:07.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:07.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:07.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:07.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:07.508 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:07.508 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:07.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:07.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:07.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:07.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:07.515 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:07.515 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:07.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:07.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:07.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:07.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:07.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:07.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:07.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 18:17:07.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:07.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:07.603 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:07.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:07.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:07.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:07.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:07.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:07.633 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:07.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 '\*?\QConsole\E') 18:17:07.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:07.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:07.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:07.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:07.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:07.715 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:07.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:07.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:07.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:07.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:07.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:07.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch... 18:17:07.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:07.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:07.752 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:07.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:07.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:07.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:07.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:07.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:07.793 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:07.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 '\*?\QConsole\E') 18:17:07.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:07.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:07.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:07.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:07.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:07.811 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:07.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:07.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:07.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:07.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:07.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:07.814 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:07.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:07.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:07.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:07.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:07.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:07.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:07.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:07.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch finished successfully 18:17:07.817 INFO [WorkbenchTestable][AbstractView] Removing terminated launches from console 18:17:07.818 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:07.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:07.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:07.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:07.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:07.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:07.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:17:07.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:07.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:07.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:07.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:07.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:07.828 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Terminated Launches 18:17:07.828 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:17:07.828 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:07.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch... 18:17:07.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:07.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:07.953 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:07.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:07.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:07.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:07.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:07.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:07.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:07.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') 18:17:07.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:07.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:08.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:08.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:08.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:08.032 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:08.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:08.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:08.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:08.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:08.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:08.036 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:08.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:08.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:08.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:08.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:08.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:08.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:08.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:08.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch finished successfully 18:17:08.040 INFO [WorkbenchTestable][AbstractView] Terminated launches cleared 18:17:08.041 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:08.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:08.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:08.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:08.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:08.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:08.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:08.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:08.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:08.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:08.068 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:08.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:08.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:08.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:08.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:08.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:08.085 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:08.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') 18:17:08.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:08.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:08.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:08.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:08.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:08.101 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:08.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:08.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:08.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:08.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:08.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:08.103 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:08.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:08.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:08.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:08.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:08.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:08.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:08.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:08.114 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:17:08.115 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:17:08.115 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:17:08.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:08.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:08.116 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemoveAllTerminatedLaunches no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 18:17:08.116 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:17:08.116 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleShowConsoleOnStandardOutChange no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 18:17:08.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:17:08.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:17:08.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:17:08.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:17:08.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:08.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:08.134 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:17:08.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:08.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:08.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:08.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:08.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:08.150 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:08.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') 18:17:08.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:08.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:08.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:08.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:08.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:08.165 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:08.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:08.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:08.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:08.230 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:08.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:08.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:08.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:08.234 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:17:08.235 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:08.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:08.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:08.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:08.239 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:17:08.242 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:17:08.242 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:17:08.242 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:08.242 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:08.243 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:08.243 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:08.244 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:17:08.244 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:17:08.244 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:17:08.244 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:17:08.244 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:17:08.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:17:09.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:17:09.247 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:17:09.251 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:09.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:09.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:09.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:09.255 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:17:09.256 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:17:09.256 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:17:09.256 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:09.256 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:09.256 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:09.257 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:09.257 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:17:09.257 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:17:09.257 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:17:09.257 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:17:09.257 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:17:09.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:17:09.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:17:09.258 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:09.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:09.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:09.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:09.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:17:09.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:09.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:09.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:09.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:09.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:09.263 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:09.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:09.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:09.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:09.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 18:17:09.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:09.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:09.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:09.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:09.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:09.268 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 18:17:09.390 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 18:17:09.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:09.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:09.395 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:17:09.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:09.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:09.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:09.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:09.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:09.400 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:09.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:17:09.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:09.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:09.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:09.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:09.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:09.408 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:09.436 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:09.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:09.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:09.501 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:09.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:09.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:09.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:09.504 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:09.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:09.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:09.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:09.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:09.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:09.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:10.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:10.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:10.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:10.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:10.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:17:10.512 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:10.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:10.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:10.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:10.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 18:17:10.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:10.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:10.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:10.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:10.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:10.520 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 18:17:10.521 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:17:10.522 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 18:17:10.522 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 18:17:10.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:10.523 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 18:17:10.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:10.523 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 18:17:10.524 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 18:17:10.524 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:17:10.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:10.525 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:17:10.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:10.525 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:17:10.526 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 18:17:10.526 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 18:17:10.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:10.526 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 18:17:10.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:10.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 18:17:10.527 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:17:10.527 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:17:10.528 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:17:10.536 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:17:10.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:10.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:10.537 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:10.538 DEBUG [main][MenuItemLookup] Found menu:'File' 18:17:10.538 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:17:10.538 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:17:10.538 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:17:10.538 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:17:10.538 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:17:10.538 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:17:10.538 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:17:10.538 DEBUG [main][MenuItemLookup] Item match:Run 18:17:10.539 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 18:17:10.539 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 18:17:10.539 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:10.539 DEBUG [main][MenuItemLookup] Found menu:'Run History' 18:17:10.540 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:17:10.540 DEBUG [main][MenuItemLookup] Item match:Run As 18:17:10.540 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 18:17:10.540 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 18:17:10.540 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 18:17:10.540 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 18:17:10.540 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 18:17:10.540 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 18:17:10.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 18:17:10.635 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:10.636 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:10.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:10.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:10.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 18:17:10.742 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:10.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:10.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:10.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 18:17:10.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:10.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.249 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:11.250 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:11.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:11.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:11.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 18:17:11.253 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:11.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:11.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:11.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 18:17:11.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 18:17:11.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:17:11.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 18:17:11.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:17:11.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:17:11.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:17:11.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:17:11.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:17:11.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:17:11.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:17:11.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:17:11.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:17:11.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 18:17:11.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.277 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:11.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:11.299 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:11.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:17:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:11.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:11.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:11.344 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:11.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:11.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:11.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:11.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:11.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:11.346 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:11.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:11.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:11.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:11.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:11.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:11.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 18:17:11.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.365 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:11.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.382 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:11.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:11.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:11.382 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:11.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:17:11.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:11.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:11.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:11.400 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:11.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:11.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:11.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:11.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:11.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:11.402 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:11.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:11.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:11.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:11.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:11.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:11.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:17:11.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:11.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:11.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:11.434 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 18:17:11.434 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:11.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:11.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:11.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 18:17:11.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:11.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:11.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 18:17:11.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:11.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:11.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:11.444 INFO [WorkbenchTestable][AbstractToolItem] Unclick tool item Show Console When Standard Out Changes 18:17:11.444 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 18:17:11.444 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:17:11.444 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:11.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.463 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:11.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:11.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:11.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:11.480 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:11.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 '\*?\QConsole\E') 18:17:11.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:11.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:11.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:11.522 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:11.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:11.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:11.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:11.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:11.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:11.525 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:11.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:11.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:11.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:11.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:11.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:11.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.527 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:11.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:11.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:11.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:11.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:11.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:11.530 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:17:11.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:11.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:11.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:11.532 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 18:17:11.533 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 18:17:11.533 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:17:11.533 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:11.533 INFO [WorkbenchTestable][AbstractView] Terminating console 18:17:11.533 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:11.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:11.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:11.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 18:17:11.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:11.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:11.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:17:11.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:11.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:11.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:11.537 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 18:17:11.537 INFO [WorkbenchTestable][AbstractView] Removing launch from console 18:17:11.537 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:11.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:11.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:11.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 18:17:11.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:17:11.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:11.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:11.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:11.566 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 18:17:11.567 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:17:11.567 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:11.570 INFO [WorkbenchTestable][AbstractView] Launch removed 18:17:11.609 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:11.609 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:11.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:11.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 18:17:11.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:11.616 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:17:11.616 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:17:11.616 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:17:11.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:11.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:11.618 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleShowConsoleOnStandardOutChange no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 18:17:11.618 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:17:11.618 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsoleHasAnyText no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 18:17:11.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:17:11.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:17:11.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:17:11.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:17:11.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.636 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:11.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:11.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:11.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:11.654 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:11.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 '\*?\QConsole\E') 18:17:11.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:11.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:11.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:11.693 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:11.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:11.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:11.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:11.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:11.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:11.695 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:11.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:11.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:11.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:11.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:11.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:11.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:11.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.715 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:11.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:11.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:11.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:11.731 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:11.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:17:11.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:11.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:11.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:11.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:11.748 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:11.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:11.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:11.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:11.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:11.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:11.750 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:11.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:11.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:11.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:11.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:11.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:11.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:11.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:11.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:12.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:12.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:12.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:12.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:13.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:13.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:13.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:13.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:14.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:14.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:14.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:14.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:15.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:15.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:15.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:15.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:16.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:16.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:16.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:16.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:17.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:17.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:17.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:17.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:18.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:18.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:18.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:18.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:19.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:19.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:19.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:19.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:20.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:20.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:20.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:20.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:21.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:21.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:21.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:21.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:21.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:17:21.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:21.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:21.819 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:21.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:21.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:21.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:21.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:21.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:21.836 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:21.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') 18:17:21.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:21.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:21.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:21.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:21.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:21.866 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:21.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:21.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:21.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:21.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:21.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:21.872 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:21.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:21.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:21.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:21.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:21.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:21.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:21.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:21.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:17:21.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:17:21.883 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:17:21.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:21.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:21.886 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsoleHasAnyText no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 18:17:21.886 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:17:21.887 INFO [WorkbenchTestable][RequirementsRunner] Started test: consoleHasTextTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 18:17:21.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:17:21.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:17:21.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:17:21.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:17:21.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:21.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:21.908 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:21.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:21.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:21.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:21.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:21.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:21.927 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:21.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 '\*?\QConsole\E') 18:17:21.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:21.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:21.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:21.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:21.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:21.948 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:21.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:21.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:21.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:21.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:21.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:21.956 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:21.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:21.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:21.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:21.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:21.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:21.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:21.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:21.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:17:21.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:17:21.964 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:17:21.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:21.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:21.966 INFO [WorkbenchTestable][RequirementsRunner] Finished test: consoleHasTextTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 18:17:21.966 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:17:21.966 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 18:17:21.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:17:21.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:17:21.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:17:21.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:17:21.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:21.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:21.984 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:21.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:22.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:22.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:22.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:22.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:22.001 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:22.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:17:22.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:22.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:22.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:22.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:22.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:22.019 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:22.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:22.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:22.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:22.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:22.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:22.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:22.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:22.046 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:17:22.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:22.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:22.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:22.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:22.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:22.065 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:22.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 '\*?\QProblems\E') 18:17:22.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:22.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:22.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:22.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:22.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:22.082 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:22.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:22.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:22.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:22.153 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:22.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:22.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:22.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:22.156 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:17:22.157 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:22.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:22.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:22.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:22.160 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:17:22.162 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:17:22.162 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:17:22.163 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:22.163 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:22.163 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:22.163 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:22.163 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:17:22.163 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:17:22.163 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:17:22.163 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:17:22.163 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:17:22.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:17:23.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:17:23.167 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:17:23.168 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:23.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:23.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:23.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:23.173 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:17:23.180 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:17:23.180 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:17:23.180 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:23.180 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:23.180 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:23.180 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:23.180 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:17:23.180 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:17:23.180 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:17:23.181 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:17:23.181 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:17:23.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:17:23.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:17:23.182 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:23.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:23.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:23.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:23.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:17:23.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:23.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:23.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:23.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:23.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:23.189 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:23.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:23.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:23.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:23.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 18:17:23.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:23.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:23.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:23.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:23.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:23.195 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 18:17:23.321 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 18:17:23.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:23.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:23.325 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:17:23.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:23.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:23.329 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:23.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:23.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:23.331 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:23.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 '\*?\QPackage Explorer\E') 18:17:23.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:23.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:23.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:23.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:23.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:23.335 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:23.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:23.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:23.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:23.408 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:23.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:23.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:23.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:23.411 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:23.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:23.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:23.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:23.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:23.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:23.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:23.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:23.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:24.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:24.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:24.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:17:24.417 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:24.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:24.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:24.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:24.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 18:17:24.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:24.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:24.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:24.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:24.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:24.423 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 18:17:24.424 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:17:24.424 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 18:17:24.425 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 18:17:24.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:24.425 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 18:17:24.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:24.425 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 18:17:24.425 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 18:17:24.426 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:17:24.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:24.426 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:17:24.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:24.426 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:17:24.426 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 18:17:24.426 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 18:17:24.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:24.427 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 18:17:24.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:24.427 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 18:17:24.427 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:17:24.427 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:17:24.429 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:17:24.434 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:17:24.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:24.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:24.439 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:24.440 DEBUG [main][MenuItemLookup] Found menu:'File' 18:17:24.440 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:17:24.440 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:17:24.440 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:17:24.440 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:17:24.440 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:17:24.440 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:17:24.440 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:17:24.440 DEBUG [main][MenuItemLookup] Item match:Run 18:17:24.442 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 18:17:24.442 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 18:17:24.442 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:24.442 DEBUG [main][MenuItemLookup] Found menu:'Run History' 18:17:24.442 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:17:24.442 DEBUG [main][MenuItemLookup] Item match:Run As 18:17:24.442 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 18:17:24.442 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 18:17:24.442 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 18:17:24.443 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 18:17:24.443 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 18:17:24.443 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 18:17:24.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 18:17:24.554 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:24.554 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:24.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:24.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:24.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 18:17:24.673 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:24.673 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:24.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:24.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 18:17:24.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:24.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:25.177 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:25.178 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:25.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:25.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:25.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 18:17:25.182 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:25.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:25.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:25.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 18:17:25.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:25.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:25.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 18:17:25.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:17:25.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 18:17:25.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:17:25.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:17:25.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:17:25.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:17:25.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:17:25.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:17:25.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:17:25.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:17:25.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:17:25.187 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 18:17:26.188 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:26.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:26.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:26.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 18:17:26.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:26.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:26.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:26.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:26.193 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 18:17:26.193 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:26.231 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:17:26.231 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:17:26.231 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:17:26.231 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 18:17:26.231 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:26.232 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...' 18:17:26.232 DEBUG [main][MenuItemLookup] Found menu:'Open Link' 18:17:26.232 DEBUG [main][MenuItemLookup] Found menu:'Clear' 18:17:26.232 DEBUG [main][MenuItemLookup] Item match:Clear 18:17:26.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:26.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:26.266 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:26.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:26.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:26.285 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:26.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:26.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:26.287 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:26.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 '\*?\QConsole\E') 18:17:26.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:26.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:26.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:26.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:26.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:26.332 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:26.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:26.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:26.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:26.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:26.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:26.336 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:26.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:26.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:26.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:26.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:26.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:26.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:26.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:26.340 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:26.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:26.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:26.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:26.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:26.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:26.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:17:26.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:26.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:26.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:26.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:26.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:26.372 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 18:17:26.372 INFO [WorkbenchTestable][AbstractView] Terminating console 18:17:26.373 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:26.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:26.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:26.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 18:17:26.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:26.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:26.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: "Terminate") 18:17:26.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:26.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:26.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:26.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:26.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:26.382 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 18:17:26.382 INFO [WorkbenchTestable][AbstractView] Removing launch from console 18:17:26.383 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:26.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:26.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:26.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 18:17:26.386 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:17:26.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:26.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:26.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:26.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:26.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:26.388 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 18:17:26.388 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:17:26.388 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:26.390 INFO [WorkbenchTestable][AbstractView] Launch removed 18:17:26.438 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:26.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:26.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:26.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 18:17:26.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:26.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:26.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:17:26.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:17:26.445 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:17:26.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:26.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:26.447 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 18:17:26.447 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:17:26.447 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemoveLaunch no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 18:17:26.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:17:26.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:17:26.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:17:26.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:17:26.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:26.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:26.464 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:17:26.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:26.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:26.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:26.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:26.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:26.481 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:26.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 '\*?\QProblems\E') 18:17:26.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:26.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:26.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:26.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:26.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:26.523 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:26.523 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:26.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:26.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:26.581 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:26.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:26.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:26.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:26.589 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:17:26.590 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:26.590 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:26.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:26.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:26.593 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:17:26.595 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:17:26.595 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:17:26.595 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:26.595 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:26.595 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:26.595 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:26.595 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:17:26.595 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:17:26.595 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:17:26.595 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:17:26.595 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:17:26.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:17:27.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:17:27.599 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:17:27.600 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:27.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:27.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:27.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:27.605 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:17:27.606 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:17:27.607 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:17:27.607 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:27.607 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:27.607 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:27.607 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:27.607 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:17:27.607 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:17:27.607 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:17:27.607 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:17:27.607 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:17:27.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:17:27.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:17:27.609 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:27.609 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:27.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:27.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:27.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 18:17:27.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:27.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:27.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:27.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:27.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:27.616 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:27.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:27.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:27.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:27.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 18:17:27.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:27.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:27.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:27.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:27.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:27.623 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 18:17:27.753 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 18:17:27.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:27.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:27.758 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:17:27.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:27.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:27.762 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:27.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:27.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:27.764 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:27.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:17:27.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:27.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:27.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:27.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:27.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:27.767 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:27.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:27.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:27.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:27.834 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:27.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:27.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:27.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:27.837 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:27.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:27.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:27.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:27.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:27.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:27.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:28.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:28.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:28.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:28.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:28.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:17:28.844 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:28.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:28.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:28.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:28.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 18:17:28.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:28.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:28.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:28.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:28.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:28.851 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 18:17:28.851 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:17:28.852 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 18:17:28.852 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 18:17:28.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:28.852 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 18:17:28.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:28.853 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 18:17:28.853 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 18:17:28.853 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:17:28.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:28.854 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:17:28.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:28.854 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:17:28.854 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 18:17:28.855 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 18:17:28.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:28.855 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 18:17:28.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:28.855 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 18:17:28.856 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:17:28.856 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:17:28.856 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:17:28.861 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:17:28.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:28.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:28.862 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:28.862 DEBUG [main][MenuItemLookup] Found menu:'File' 18:17:28.862 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:17:28.862 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:17:28.862 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:17:28.862 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:17:28.862 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:17:28.862 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:17:28.862 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:17:28.862 DEBUG [main][MenuItemLookup] Item match:Run 18:17:28.864 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 18:17:28.864 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 18:17:28.864 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:28.864 DEBUG [main][MenuItemLookup] Found menu:'Run History' 18:17:28.864 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:17:28.864 DEBUG [main][MenuItemLookup] Item match:Run As 18:17:28.864 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 18:17:28.864 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 18:17:28.864 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 18:17:28.868 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 18:17:28.868 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 18:17:28.869 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 18:17:28.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 18:17:28.966 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:28.967 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:28.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:29.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:29.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 18:17:29.154 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:29.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:29.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:29.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 18:17:29.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:29.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 18:17:29.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:17:29.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 18:17:29.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Debug child count update' is a system job, skipped 18:17:29.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:17:29.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:17:29.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:17:29.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:17:29.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 18:17:29.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:17:29.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:17:29.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:17:29.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:17:29.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:17:29.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:17:29.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:17:29.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:17:29.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:17:29.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 18:17:29.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:29.313 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:29.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:29.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:29.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:29.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:29.335 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:29.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:17:29.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:29.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:29.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:29.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:29.443 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:29.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:29.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:29.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:29.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:29.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:29.446 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:29.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:29.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:29.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:29.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:29.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:29.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:29.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 18:17:29.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:29.469 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:29.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:29.495 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:29.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:29.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:29.495 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:29.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:17:29.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:29.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:29.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:29.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:29.515 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:29.515 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:29.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:29.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:29.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:29.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:29.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch... 18:17:29.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:29.537 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:29.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:29.556 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:29.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:29.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:29.556 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:29.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:17:29.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:29.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:29.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:29.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:29.578 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:29.578 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:29.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:29.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:29.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:29.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:29.580 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:29.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:29.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:29.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:29.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:29.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:29.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:29.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch finished successfully 18:17:29.584 INFO [WorkbenchTestable][AbstractView] Removing launch from console 18:17:29.584 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:29.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:29.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:29.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:29.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:29.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:29.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: "Remove Launch") 18:17:29.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:29.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:29.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:29.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:29.615 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 18:17:29.615 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:17:29.615 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:29.617 INFO [WorkbenchTestable][AbstractView] Launch removed 18:17:29.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch... 18:17:29.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:29.677 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:29.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:29.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:29.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:29.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:29.694 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:29.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:17:29.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:29.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:29.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:29.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:29.736 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:29.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:29.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:29.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:29.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:29.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:29.739 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:29.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:29.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:29.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:29.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:29.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:29.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:29.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch finished successfully 18:17:29.742 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:29.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:29.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:29.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:29.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:29.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:29.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:29.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:29.764 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:29.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:29.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:29.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:29.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:29.796 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:29.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 '\*?\QConsole\E') 18:17:29.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:29.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:29.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:29.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:29.813 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:29.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:29.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:29.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:29.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:29.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:29.816 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:29.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:29.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:29.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:29.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:29.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:29.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:29.822 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:17:29.822 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:17:29.822 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:17:29.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:29.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:29.823 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemoveLaunch no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 18:17:29.823 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:17:29.823 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTerminateConsole no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 18:17:29.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:17:29.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:17:29.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:17:29.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:17:29.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:29.840 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:17:29.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:29.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:29.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:29.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:29.857 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:29.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 '\*?\QProblems\E') 18:17:29.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:29.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:29.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:29.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:29.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:29.875 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:29.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:29.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:29.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:29.932 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:29.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:29.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:29.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:29.934 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:17:29.934 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:29.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:29.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:29.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:29.936 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:17:29.938 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:17:29.938 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:17:29.938 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:29.938 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:29.938 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:29.938 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:29.938 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:17:29.938 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:17:29.938 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:17:29.938 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:17:29.938 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:17:29.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:17:31.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:17:31.440 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:17:31.440 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:31.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:31.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:31.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:31.447 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:17:31.448 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:17:31.448 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:17:31.448 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:31.448 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:31.448 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:31.448 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:31.448 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:17:31.448 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:17:31.448 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:17:31.448 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:17:31.448 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:17:31.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:17:31.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:17:31.451 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:31.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:31.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:31.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:31.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 18:17:31.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:31.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:31.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:31.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:31.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:31.456 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:31.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:31.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:31.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:31.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 18:17:31.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:31.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:31.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:31.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:31.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:31.461 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 18:17:31.584 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 18:17:31.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:31.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:31.588 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:17:31.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:31.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:31.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:31.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:31.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:31.592 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:31.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:17:31.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:31.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:31.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:31.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:31.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:31.596 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:31.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:31.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:31.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:31.667 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:31.667 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:31.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:31.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:31.670 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:31.670 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:31.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:31.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:31.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:31.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:31.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:32.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:32.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:32.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:32.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:32.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:17:32.677 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:32.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:32.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:32.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:32.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 18:17:32.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:32.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:32.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:32.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:32.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:32.686 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 18:17:32.687 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:17:32.688 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 18:17:32.688 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 18:17:32.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:32.689 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 18:17:32.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:32.691 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 18:17:32.691 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 18:17:32.691 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:17:32.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:32.692 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:17:32.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:32.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:17:32.693 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestLoopClass.java of tree item test 18:17:32.694 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 18:17:32.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:32.695 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 18:17:32.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:32.695 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 18:17:32.697 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestLoopClass.java 18:17:32.697 DEBUG [main][TreeItemHandler] Selecting tree item: TestLoopClass.java 18:17:32.697 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestLoopClass.java about selection 18:17:32.701 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestLoopClass.java 18:17:32.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:32.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:32.701 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:32.702 DEBUG [main][MenuItemLookup] Found menu:'File' 18:17:32.702 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:17:32.702 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:17:32.702 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:17:32.702 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:17:32.702 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:17:32.703 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:17:32.703 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:17:32.703 DEBUG [main][MenuItemLookup] Item match:Run 18:17:32.704 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 18:17:32.704 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 18:17:32.704 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:32.704 DEBUG [main][MenuItemLookup] Found menu:'Run History' 18:17:32.704 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:17:32.704 DEBUG [main][MenuItemLookup] Item match:Run As 18:17:32.704 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 18:17:32.704 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 18:17:32.704 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 18:17:32.705 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 18:17:32.705 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 18:17:32.705 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 18:17:32.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass.*'... 18:17:32.825 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:32.826 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:32.826 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:33.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:33.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 18:17:33.041 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:33.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:33.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:33.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 18:17:33.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:33.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:33.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass.*' finished successfully 18:17:33.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:17:33.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 18:17:33.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:17:33.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:17:33.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:17:33.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 18:17:33.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:17:33.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:17:33.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:17:33.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:17:33.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:17:33.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:17:33.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:17:33.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:17:33.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:17:33.054 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds 18:17:36.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:36.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:36.303 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:36.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:36.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:36.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:36.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:36.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:36.420 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:36.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') 18:17:36.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:36.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:36.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:36.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:36.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:36.622 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:36.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:36.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:36.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:36.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:36.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:36.626 INFO [WorkbenchTestable][AbstractView] Terminating console 18:17:36.627 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:36.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:36.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:36.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:36.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:36.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:36.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 18:17:36.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:36.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:36.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:36.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:36.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:36.792 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 18:17:36.794 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:17:36.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:36.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 18:17:36.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:36.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:36.908 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:36.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:36.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:36.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:36.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:36.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:36.945 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:36.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:17:36.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:36.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:37.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:37.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:37.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:37.010 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:37.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:37.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:37.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:37.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:37.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:37.013 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:37.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:37.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:37.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:37.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:37.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:37.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:37.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:37.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 18:17:37.021 INFO [WorkbenchTestable][AbstractView] Console terminated 18:17:37.022 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:37.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:37.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:37.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:37.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:37.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:37.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:37.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:37.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:37.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:37.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:17:37.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:37.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:37.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:17:37.032 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 18:17:37.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:37.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:37.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:37.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:37.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:17:37.036 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 18:17:38.037 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:38.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:38.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:38.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=125455 125456 125457 125458 125459 125460 125461 125462 125463 125464 125465 125466 125467 125468 125469 125470 125471 125472 125473 125474 125475 125476 125477 125478 125479 125480 125481 125482 125483 125484 125485 125486 125487 125488 125489 125490 125491 125492 125493 125494 125495 125496 125497 125498 125499 125500 125501 125502 125503 125504 125505 125506 125507 125508 125509 125510 125511 125512 125513 125514 125515 125516 125517 125518 125519 125520 125521 125522 125523 125524 125525 125526 125527 125528 125529 125530 125531 125532 125533 125534 125535 125536 125537 125538 125539 125540 125541 125542 125543 125544 125545 125546 125547 125548 125549 125550 125551 125552 125553 125554 125555 125556 125557 125558 125559 125560 125561 125562 125563 125564 125565 125566 125567 125568 125569 125570 125571 125572 125573 125574 125575 125576 125577 125578 125579 125580 125581 125582 125583 125584 125585 125586 125587 125588 125589 125590 125591 125592 125593 125594 125595 125596 125597 125598 125599 125600 125601 125602 125603 125604 125605 125606 125607 125608 125609 125610 125611 125612 125613 125614 125615 125616 125617 125618 125619 125620 125621 125622 125623 125624 125625 125626 125627 125628 125629 125630 125631 125632 125633 125634 125635 125636 125637 125638 125639 125640 125641 125642 125643 125644 125645 125646 125647 125648 125649 125650 125651 125652 125653 125654 125655 125656 125657 125658 125659 125660 125661 125662 125663 125664 125665 125666 125667 125668 125669 125670 125671 125672 125673 125674 125675 125676 125677 125678 125679 125680 125681 125682 125683 125684 125685 125686 125687 125688 125689 125690 125691 125692 125693 125694 125695 125696 125697 125698 125699 125700 125701 125702 125703 125704 125705 125706 125707 125708 125709 125710 125711 125712 125713 125714 125715 125716 125717 125718 125719 125720 125721 125722 125723 125724 125725 125726 125727 125728 125729 125730 125731 125732 125733 125734 125735 125736 125737 125738 125739 125740 125741 125742 125743 125744 125745 125746 125747 125748 125749 125750 125751 125752 125753 125754 125755 125756 125757 125758 125759 125760 125761 125762 125763 125764 125765 125766 125767 125768 125769 125770 125771 125772 125773 125774 125775 125776 125777 125778 125779 125780 125781 125782 125783 125784 125785 125786 125787 125788 125789 125790 125791 125792 125793 125794 125795 125796 125797 125798 125799 125800 125801 125802 125803 125804 125805 125806 125807 125808 125809 125810 125811 125812 125813 125814 125815 125816 125817 125818 125819 125820 125821 125822 125823 125824 125825 125826 125827 125828 125829 125830 125831 125832 125833 125834 125835 125836 125837 125838 125839 125840 125841 125842 125843 125844 125845 125846 125847 125848 125849 125850 125851 125852 125853 125854 125855 125856 125857 125858 125859 125860 125861 125862 125863 125864 125865 125866 125867 125868 125869 125870 125871 125872 125873 125874 125875 125876 125877 125878 125879 125880 125881 125882 125883 125884 125885 125886 125887 125888 125889 125890 125891 125892 125893 125894 125895 125896 125897 125898 125899 125900 125901 125902 125903 125904 125905 125906 125907 125908 125909 125910 125911 125912 125913 125914 125915 125916 125917 125918 125919 125920 125921 125922 125923 125924 125925 125926 125927 125928 125929 125930 125931 125932 125933 125934 125935 125936 125937 125938 125939 125940 125941 125942 125943 125944 125945 125946 125947 125948 125949 125950 125951 125952 125953 125954 125955 125956 125957 125958 125959 125960 125961 125962 125963 125964 125965 125966 125967 125968 125969 125970 125971 125972 125973 125974 125975 125976 125977 125978 125979 125980 125981 125982 125983 125984 125985 125986 125987 125988 125989 125990 125991 125992 125993 125994 125995 125996 125997 125998 125999 126000 126001 126002 126003 126004 126005 126006 126007 126008 126009 126010 126011 126012 126013 126014 126015 126016 126017 126018 126019 126020 126021 126022 126023 126024 126025 126026 126027 126028 126029 126030 126031 126032 126033 126034 126035 126036 126037 126038 126039 126040 126041 126042 126043 126044 126045 126046 126047 126048 126049 126050 126051 126052 126053 126054 126055 126056 126057 126058 126059 126060 126061 126062 126063 126064 126065 126066 126067 126068 126069 126070 126071 126072 126073 126074 126075 126076 126077 126078 126079 126080 126081 126082 126083 126084 126085 126086 126087 126088 126089 126090 126091 126092 126093 126094 126095 126096 126097 126098 126099 126100 126101 126102 126103 126104 126105 126106 126107 126108 126109 126110 126111 126112 126113 126114 126115 126116 126117 126118 126119 126120 126121 126122 126123 126124 126125 126126 126127 126128 126129 126130 126131 126132 126133 126134 126135 126136 126137 126138 126139 126140 126141 126142 126143 126144 126145 126146 126147 126148 126149 126150 126151 126152 126153 126154 126155 126156 126157 126158 126159 126160 126161 126162 126163 126164 126165 126166 126167 126168 126169 126170 126171 126172 126173 126174 126175 126176 126177 126178 126179 126180 126181 126182 126183 126184 126185 126186 126187 126188 126189 126190 126191 126192 126193 126194 126195 126196 126197 126198 126199 126200 126201 126202 126203 126204 126205 126206 126207 126208 126209 126210 126211 126212 126213 126214 126215 126216 126217 126218 126219 126220 126221 126222 126223 126224 126225 126226 126227 126228 126229 126230 126231 126232 126233 126234 126235 126236 126237 126238 126239 126240 126241 126242 126243 126244 126245 126246 126247 126248 126249 126250 126251 126252 126253 126254 126255 126256 126257 126258 126259 126260 126261 126262 126263 126264 126265 126266 126267 126268 126269 126270 126271 126272 126273 126274 126275 126276 126277 126278 126279 126280 126281 126282 126283 126284 126285 126286 126287 126288 126289 126290 126291 126292 126293 126294 126295 126296 126297 126298 126299 126300 126301 126302 126303 126304 126305 126306 126307 126308 126309 126310 126311 126312 126313 126314 126315 126316 126317 126318 126319 126320 126321 126322 126323 126324 126325 126326 126327 126328 126329 126330 126331 126332 126333 126334 126335 126336 126337 126338 126339 126340 126341 126342 126343 126344 126345 126346 126347 126348 126349 126350 126351 126352 126353 126354 126355 126356 126357 126358 126359 126360 126361 126362 126363 126364 126365 126366 126367 126368 126369 126370 126371 126372 126373 126374 126375 126376 126377 126378 126379 126380 126381 126382 126383 126384 126385 126386 126387 126388 126389 126390 126391 126392 126393 126394 126395 126396 126397 126398 126399 126400 126401 126402 126403 126404 126405 126406 126407 126408 126409 126410 126411 126412 126413 126414 126415 126416 126417 126418 126419 126420 126421 126422 126423 126424 126425 126426 126427 126428 126429 126430 126431 126432 126433 126434 126435 126436 126437 126438 126439 126440 126441 126442 126443 126444 126445 126446 126447 126448 126449 126450 126451 126452 126453 126454 126455 126456 126457 126458 126459 126460 126461 126462 126463 126464 126465 126466 126467 126468 126469 126470 126471 126472 126473 126474 126475 126476 126477 126478 126479 126480 126481 126482 126483 126484 126485 126486 126487 126488 126489 126490 126491 126492 126493 126494 126495 126496 126497 126498 126499 126500 126501 126502 126503 126504 126505 126506 126507 126508 126509 126510 126511 126512 126513 126514 126515 126516 126517 126518 126519 126520 126521 126522 126523 126524 126525 126526 126527 126528 126529 126530 126531 126532 126533 126534 126535 126536 126537 126538 126539 126540 126541 126542 126543 126544 126545 126546 126547 126548 126549 126550 126551 126552 126553 126554 126555 126556 126557 126558 126559 126560 126561 126562 126563 126564 126565 126566 126567 126568 126569 126570 126571 126572 126573 126574 126575 126576 126577 126578 126579 126580 126581 126582 126583 126584 126585 126586 126587 126588 126589 126590 126591 126592 126593 126594 126595 126596 126597 126598 126599 126600 126601 126602 126603 126604 126605 126606 126607 126608 126609 126610 126611 126612 126613 126614 126615 126616 126617 126618 126619 126620 126621 126622 126623 126624 126625 126626 126627 126628 126629 126630 126631 126632 126633 126634 126635 126636 126637 126638 126639 126640 126641 126642 126643 126644 126645 126646 126647 126648 126649 126650 126651 126652 126653 126654 126655 126656 126657 126658 126659 126660 126661 126662 126663 126664 126665 126666 126667 126668 126669 126670 126671 126672 126673 126674 126675 126676 126677 126678 126679 126680 126681 126682 126683 126684 126685 126686 126687 126688 126689 126690 126691 126692 126693 126694 126695 126696 126697 126698 126699 126700 126701 126702 126703 126704 126705 126706 126707 126708 126709 126710 126711 126712 126713 126714 126715 126716 126717 126718 126719 126720 126721 126722 126723 126724 126725 126726 126727 126728 126729 126730 126731 126732 126733 126734 126735 126736 126737 126738 126739 126740 126741 126742 126743 126744 126745 126746 126747 126748 126749 126750 126751 126752 126753 126754 126755 126756 126757 126758 126759 126760 126761 126762 126763 126764 126765 126766 126767 126768 126769 126770 126771 126772 126773 126774 126775 126776 126777 126778 126779 126780 126781 126782 126783 126784 126785 126786 126787 126788 126789 126790 126791 126792 126793 126794 126795 126796 126797 126798 126799 126800 126801 126802 126803 126804 126805 126806 126807 126808 126809 126810 126811 126812 126813 126814 126815 126816 126817 126818 126819 126820 126821 126822 126823 126824 126825 126826 126827 126828 126829 126830 126831 126832 126833 126834 126835 126836 126837 126838 126839 126840 126841 126842 126843 126844 126845 126846 126847 126848 126849 126850 126851 126852 126853 126854 126855 126856 126857 126858 126859 126860 126861 126862 126863 126864 126865 126866 126867 126868 126869 126870 126871 126872 126873 126874 126875 126876 126877 126878 126879 126880 126881 126882 126883 126884 126885 126886 126887 126888 126889 126890 126891 126892 126893 126894 126895 126896 126897 126898 126899 126900 126901 126902 126903 126904 126905 126906 126907 126908 126909 126910 126911 126912 126913 126914 126915 126916 126917 126918 126919 126920 126921 126922 126923 126924 126925 126926 126927 126928 126929 126930 126931 126932 126933 126934 126935 126936 126937 126938 126939 126940 126941 126942 126943 126944 126945 126946 126947 126948 126949 126950 126951 126952 126953 126954 126955 126956 126957 126958 126959 126960 126961 126962 126963 126964 126965 126966 126967 126968 126969 126970 126971 126972 126973 126974 126975 126976 126977 126978 126979 126980 126981 126982 126983 126984 126985 126986 126987 126988 126989 126990 126991 126992 126993 126994 126995 126996 126997 126998 126999 127000 127001 127002 127003 127004 127005 127006 127007 127008 127009 127010 127011 127012 127013 127014 127015 127016 127017 127018 127019 127020 127021 127022 127023 127024 127025 127026 127027 127028 127029 127030 127031 127032 127033 127034 127035 127036 127037 127038 127039 127040 127041 127042 127043 127044 127045 127046 127047 127048 127049 127050 127051 127052 127053 127054 127055 127056 127057 127058 127059 127060 127061 127062 127063 127064 127065 127066 127067 127068 127069 127070 127071 127072 127073 127074 127075 127076 127077 127078 127079 127080 127081 127082 127083 127084 127085 127086 127087 127088 127089 127090 127091 127092 127093 127094 127095 127096 127097 127098 127099 127100 127101 127102 127103 127104 127105 127106 127107 127108 127109 127110 127111 127112 127113 127114 127115 127116 127117 127118 127119 127120 127121 127122 127123 127124 127125 127126 127127 127128 127129 127130 127131 127132 127133 127134 127135 127136 127137 127138 127139 127140 127141 127142 127143 127144 127145 127146 127147 127148 127149 127150 127151 127152 127153 127154 127155 127156 127157 127158 127159 127160 127161 127162 127163 127164 127165 127166 127167 127168 127169 127170 127171 127172 127173 127174 127175 127176 127177 127178 127179 127180 127181 127182 127183 127184 127185 127186 127187 127188 127189 127190 127191 127192 127193 127194 127195 127196 127197 127198 127199 127200 127201 127202 127203 127204 127205 127206 127207 127208 127209 127210 127211 127212 127213 127214 127215 127216 127217 127218 127219 127220 127221 127222 127223 127224 127225 127226 127227 127228 127229 127230 127231 127232 127233 127234 127235 127236 127237 127238 127239 127240 127241 127242 127243 127244 127245 127246 127247 127248 127249 127250 127251 127252 127253 127254 127255 127256 127257 127258 127259 127260 127261 127262 127263 127264 127265 127266 127267 127268 127269 127270 127271 127272 127273 127274 127275 127276 127277 127278 127279 127280 127281 127282 127283 127284 127285 127286 127287 127288 127289 127290 127291 127292 127293 127294 127295 127296 127297 127298 127299 127300 127301 127302 127303 127304 127305 127306 127307 127308 127309 127310 127311 127312 127313 127314 127315 127316 127317 127318 127319 127320 127321 127322 127323 127324 127325 127326 127327 127328 127329 127330 127331 127332 127333 127334 127335 127336 127337 127338 127339 127340 127341 127342 127343 127344 127345 127346 127347 127348 127349 127350 127351 127352 127353 127354 127355 127356 127357 127358 127359 127360 127361 127362 127363 127364 127365 127366 127367 127368 127369 127370 127371 127372 127373 127374 127375 127376 127377 127378 127379 127380 127381 127382 127383 127384 127385 127386 127387 127388 127389 127390 127391 127392 127393 127394 127395 127396 127397 127398 127399 127400 127401 127402 127403 127404 127405 127406 127407 127408 127409 127410 127411 127412 127413 127414 127415 127416 127417 127418 127419 127420 127421 127422 127423 127424 127425 127426 127427 127428 127429 127430 127431 127432 127433 127434 127435 127436 127437 127438 127439 127440 127441 127442 127443 127444 127445 127446 127447 127448 127449 127450 127451 127452 127453 127454 127455 127456 127457 127458 127459 127460 127461 127462 127463 127464 127465 127466 127467 127468 127469 127470 127471 127472 127473 127474 127475 127476 127477 127478 127479 127480 127481 127482 127483 127484 127485 127486 127487 127488 127489 127490 127491 127492 127493 127494 127495 127496 127497 127498 127499 127500 127501 127502 127503 127504 127505 127506 127507 127508 127509 127510 127511 127512 127513 127514 127515 127516 127517 127518 127519 127520 127521 127522 127523 127524 127525 127526 127527 127528 127529 127530 127531 127532 127533 127534 127535 127536 127537 127538 127539 127540 127541 127542 127543 127544 127545 127546 127547 127548 127549 127550 127551 127552 127553 127554 127555 127556 127557 127558 127559 127560 127561 127562 127563 127564 127565 127566 127567 127568 127569 127570 127571 127572 127573 127574 127575 127576 127577 127578 127579 127580 127581 127582 127583 127584 127585 127586 127587 127588 127589 127590 127591 127592 127593 127594 127595 127596 127597 127598 127599 127600 127601 127602 127603 127604 127605 127606 127607 127608 127609 127610 127611 127612 127613 127614 127615 127616 127617 127618 127619 127620 127621 127622 127623 127624 127625 127626 127627 127628 127629 127630 127631 127632 127633 127634 127635 127636 127637 127638 127639 127640 127641 127642 127643 127644 127645 127646 127647 127648 127649 127650 127651 127652 127653 127654 127655 127656 127657 127658 127659 127660 127661 127662 127663 127664 127665 127666 127667 127668 127669 127670 127671 127672 127673 127674 127675 127676 127677 127678 127679 127680 127681 127682 127683 127684 127685 127686 127687 127688 127689 127690 127691 127692 127693 127694 127695 127696 127697 127698 127699 127700 127701 127702 127703 127704 127705 127706 127707 127708 127709 127710 127711 127712 127713 127714 127715 127716 127717 127718 127719 127720 127721 127722 127723 127724 127725 127726 127727 127728 127729 127730 127731 127732 127733 127734 127735 127736 127737 127738 127739 127740 127741 127742 127743 127744 127745 127746 127747 127748 127749 127750 127751 127752 127753 127754 127755 127756 127757 127758 127759 127760 127761 127762 127763 127764 127765 127766 127767 127768 127769 127770 127771 127772 127773 127774 127775 127776 127777 127778 127779 127780 127781 127782 127783 127784 127785 127786 127787 127788 127789 127790 127791 127792 127793 127794 127795 127796 127797 127798 127799 127800 127801 127802 127803 127804 127805 127806 127807 127808 127809 127810 127811 127812 127813 127814 127815 127816 127817 127818 127819 127820 127821 127822 127823 127824 127825 127826 127827 127828 127829 127830 127831 127832 127833 127834 127835 127836 127837 127838 127839 127840 127841 127842 127843 127844 127845 127846 127847 127848 127849 127850 127851 127852 127853 127854 127855 127856 127857 127858 127859 127860 127861 127862 127863 127864 127865 127866 127867 127868 127869 127870 127871 127872 127873 127874 127875 127876 127877 127878 127879 127880 127881 127882 127883 127884 127885 127886 127887 127888 127889 127890 127891 127892 127893 127894 127895 127896 127897 127898 127899 127900 127901 127902 127903 127904 127905 127906 127907 127908 127909 127910 127911 127912 127913 127914 127915 127916 127917 127918 127919 127920 127921 127922 127923 127924 127925 127926 127927 127928 127929 127930 127931 127932 127933 127934 127935 127936 127937 127938 127939 127940 127941 127942 127943 127944 127945 127946 127947 127948 127949 127950 127951 127952 127953 127954 127955 127956 127957 127958 127959 127960 127961 127962 127963 127964 127965 127966 127967 127968 127969 127970 127971 127972 127973 127974 127975 127976 127977 127978 127979 127980 127981 127982 127983 127984 127985 127986 127987 127988 127989 127990 127991 127992 127993 127994 127995 127996 127997 127998 127999 128000 128001 128002 128003 128004 128005 128006 128007 128008 128009 128010 128011 128012 128013 128014 128015 128016 128017 128018 128019 128020 128021 128022 128023 128024 128025 128026 128027 128028 128029 128030 128031 128032 128033 128034 128035 128036 128037 128038 128039 128040 128041 128042 128043 128044 128045 128046 128047 128048 128049 128050 128051 128052 128053 128054 128055 128056 128057 128058 128059 128060 128061 128062 128063 128064 128065 128066 128067 128068 128069 128070 128071 128072 128073 128074 128075 128076 128077 128078 128079 128080 128081 128082 128083 128084 128085 128086 128087 128088 128089 128090 128091 128092 128093 128094 128095 128096 128097 128098 128099 128100 128101 128102 128103 128104 128105 128106 128107 128108 128109 128110 128111 128112 128113 128114 128115 128116 128117 128118 128119 128120 128121 128122 128123 128124 128125 128126 128127 128128 128129 128130 128131 128132 128133 128134 128135 128136 128137 128138 128139 128140 128141 128142 128143 128144 128145 128146 128147 128148 128149 128150 128151 128152 128153 128154 128155 128156 128157 128158 128159 128160 128161 128162 128163 128164 128165 128166 128167 128168 128169 128170 128171 128172 128173 128174 128175 128176 128177 128178 128179 128180 128181 128182 128183 128184 128185 128186 128187 128188 128189 128190 128191 128192 128193 128194 128195 128196 128197 128198 128199 128200 128201 128202 128203 128204 128205 128206 128207 128208 128209 128210 128211 128212 128213 128214 128215 128216 128217 128218 128219 128220 128221 128222 128223 128224 128225 128226 128227 128228 128229 128230 128231 128232 128233 128234 128235 128236 128237 128238 128239 128240 128241 128242 128243 128244 128245 128246 128247 128248 128249 128250 128251 128252 128253 128254 128255 128256 128257 128258 128259 128260 128261 128262 128263 128264 128265 128266 128267 128268 128269 128270 128271 128272 128273 128274 128275 128276 128277 128278 128279 128280 128281 128282 128283 128284 128285 128286 128287 128288 128289 128290 128291 128292 128293 128294 128295 128296 128297 128298 128299 128300 128301 128302 128303 128304 128305 128306 128307 128308 128309 128310 128311 128312 128313 128314 128315 128316 128317 128318 128319 128320 128321 128322 128323 128324 128325 128326 128327 128328 128329 128330 128331 128332 128333 128334 128335 128336 128337 128338 128339 128340 128341 128342 128343 128344 128345 128346 128347 128348 128349 128350 128351 128352 128353 128354 128355 128356 128357 128358 128359 128360 128361 128362 128363 128364 128365 128366 128367 128368 128369 128370 128371 128372 128373 128374 128375 128376 128377 128378 128379 128380 128381 128382 128383 128384 128385 128386 128387 128388 128389 128390 128391 128392 128393 128394 128395 128396 128397 128398 128399 128400 128401 128402 128403 128404 128405 128406 128407 128408 128409 128410 128411 128412 128413 128414 128415 128416 128417 128418 128419 128420 128421 128422 128423 128424 128425 128426 128427 128428 128429 128430 128431 128432 128433 128434 128435 128436 128437 128438 128439 128440 128441 128442 128443 128444 128445 128446 128447 128448 128449 128450 128451 128452 128453 128454 128455 128456 128457 128458 128459 128460 128461 128462 128463 128464 128465 128466 128467 128468 128469 128470 128471 128472 128473 128474 128475 128476 128477 128478 128479 128480 128481 128482 128483 128484 128485 128486 128487 128488 128489 128490 128491 128492 128493 128494 128495 128496 128497 128498 128499 128500 128501 128502 128503 128504 128505 128506 128507 128508 128509 128510 128511 128512 128513 128514 128515 128516 128517 128518 128519 128520 128521 128522 128523 128524 128525 128526 128527 128528 128529 128530 128531 128532 128533 128534 128535 128536 128537 128538 128539 128540 128541 128542 128543 128544 128545 128546 128547 128548 128549 128550 128551 128552 128553 128554 128555 128556 128557 128558 128559 128560 128561 128562 128563 128564 128565 128566 128567 128568 128569 128570 128571 128572 128573 128574 128575 128576 128577 128578 128579 128580 128581 128582 128583 128584 128585 128586 128587 128588 128589 128590 128591 128592 128593 128594 128595 128596 128597 128598 128599 128600 128601 128602 128603 128604 128605 128606 128607 128608 128609 128610 128611 128612 128613 128614 128615 128616 128617 128618 128619 128620 128621 128622 128623 128624 128625 128626 128627 128628 128629 128630 128631 128632 128633 128634 128635 128636 128637 128638 128639 128640 128641 128642 128643 128644 128645 128646 128647 128648 128649 128650 128651 128652 128653 128654 128655 128656 128657 128658 128659 128660 128661 128662 128663 128664 128665 128666 128667 128668 128669 128670 128671 128672 128673 128674 128675 128676 128677 128678 128679 128680 128681 128682 128683 128684 128685 128686 128687 128688 128689 128690 128691 128692 128693 128694 128695 128696 128697 128698 128699 128700 128701 128702 128703 128704 128705 128706 128707 128708 128709 128710 128711 128712 128713 128714 128715 128716 128717 128718 128719 128720 128721 128722 128723 128724 128725 128726 128727 128728 128729 128730 128731 128732 128733 128734 128735 128736 128737 128738 128739 128740 128741 128742 128743 128744 128745 128746 128747 128748 128749 128750 128751 128752 128753 128754 128755 128756 128757 128758 128759 128760 128761 128762 128763 128764 128765 128766 128767 128768 128769 128770 128771 128772 128773 128774 128775 128776 128777 128778 128779 128780 128781 128782 128783 128784 128785 128786 128787 128788 128789 128790 128791 128792 128793 128794 128795 128796 128797 128798 128799 128800 128801 128802 128803 128804 128805 128806 128807 128808 128809 128810 128811 128812 128813 128814 128815 128816 128817 128818 128819 128820 128821 128822 128823 128824 128825 128826 128827 128828 128829 128830 128831 128832 128833 128834 128835 128836 128837 128838 128839 128840 128841 128842 128843 128844 128845 128846 128847 128848 128849 128850 128851 128852 128853 128854 128855 128856 128857 128858 128859 128860 128861 128862 128863 128864 128865 128866 128867 128868 128869 128870 128871 128872 128873 128874 128875 128876 128877 128878 128879 128880 128881 128882 128883 128884 128885 128886 128887 128888 128889 128890 128891 128892 128893 128894 128895 128896 128897 128898 128899 128900 128901 128902 128903 128904 128905 128906 128907 128908 128909 128910 128911 128912 128913 128914 128915 128916 128917 128918 128919 128920 128921 128922 128923 128924 128925 128926 128927 128928 128929 128930 128931 128932 128933 128934 128935 128936 128937 128938 128939 128940 128941 128942 128943 128944 128945 128946 128947 128948 128949 128950 128951 128952 128953 128954 128955 128956 128957 128958 128959 128960 128961 128962 128963 128964 128965 128966 128967 128968 128969 128970 128971 128972 128973 128974 128975 128976 128977 128978 128979 128980 128981 128982 128983 128984 128985 128986 128987 128988 128989 128990 128991 128992 128993 128994 128995 128996 128997 128998 128999 129000 129001 129002 129003 129004 129005 129006 129007 129008 129009 129010 129011 129012 129013 129014 129015 129016 129017 129018 129019 129020 129021 129022 129023 129024 129025 129026 129027 129028 129029 129030 129031 129032 129033 129034 129035 129036 129037 129038 129039 129040 129041 129042 129043 129044 129045 129046 129047 129048 129049 129050 129051 129052 129053 129054 129055 129056 129057 129058 129059 129060 129061 129062 129063 129064 129065 129066 129067 129068 129069 129070 129071 129072 129073 129074 129075 129076 129077 129078 129079 129080 129081 129082 129083 129084 129085 129086 129087 129088 129089 129090 129091 129092 129093 129094 129095 129096 129097 129098 129099 129100 129101 129102 129103 129104 129105 129106 129107 129108 129109 129110 129111 129112 129113 129114 129115 129116 129117 129118 129119 129120 129121 129122 129123 129124 129125 129126 129127 129128 129129 129130 129131 129132 129133 129134 129135 129136 129137 129138 129139 129140 129141 129142 129143 129144 129145 129146 129147 129148 129149 129150 129151 129152 129153 129154 129155 129156 129157 129158 129159 129160 129161 129162 129163 129164 129165 129166 129167 129168 129169 129170 129171 129172 129173 129174 129175 129176 129177 129178 129179 129180 129181 129182 129183 129184 129185 129186 129187 129188 129189 129190 129191 129192 129193 129194 129195 129196 129197 129198 129199 129200 129201 129202 129203 129204 129205 129206 129207 129208 129209 129210 129211 129212 129213 129214 129215 129216 129217 129218 129219 129220 129221 129222 129223 129224 129225 129226 129227 129228 129229 129230 129231 129232 129233 129234 129235 129236 129237 129238 129239 129240 129241 129242 129243 129244 129245 129246 129247 129248 129249 129250 129251 129252 129253 129254 129255 129256 129257 129258 129259 129260 129261 129262 129263 129264 129265 129266 129267 129268 129269 129270 129271 129272 129273 129274 129275 129276 129277 129278 129279 129280 129281 129282 129283 129284 129285 129286 129287 129288 129289 129290 129291 129292 129293 129294 129295 129296 129297 129298 129299 129300 129301 129302 129303 129304 129305 129306 129307 129308 129309 129310 129311 129312 129313 129314 129315 129316 129317 129318 129319 129320 129321 129322 129323 129324 129325 129326 129327 129328 129329 129330 129331 129332 129333 129334 129335 129336 129337 129338 129339 129340 129341 129342 129343 129344 129345 129346 129347 129348 129349 129350 129351 129352 129353 129354 129355 129356 129357 129358 129359 129360 129361 129362 129363 129364 129365 129366 129367 129368 129369 129370 129371 129372 129373 129374 129375 129376 129377 129378 129379 129380 129381 129382 129383 129384 129385 129386 129387 129388 129389 129390 129391 129392 129393 129394 129395 129396 129397 129398 129399 129400 129401 129402 129403 129404 129405 129406 129407 129408 129409 129410 129411 129412 129413 129414 129415 129416 129417 129418 129419 129420 129421 129422 129423 129424 129425 129426 129427 129428 129429 129430 129431 129432 129433 129434 129435 129436 129437 129438 129439 129440 129441 129442 129443 129444 129445 129446 129447 129448 129449 129450 129451 129452 129453 129454 129455 129456 129457 129458 129459 129460 129461 129462 129463 129464 129465 129466 129467 129468 129469 129470 129471 129472 129473 129474 129475 129476 129477 129478 129479 129480 129481 129482 129483 129484 129485 129486 129487 129488 129489 129490 129491 129492 129493 129494 129495 129496 129497 129498 129499 129500 129501 129502 129503 129504 129505 129506 129507 129508 129509 129510 129511 129512 129513 129514 129515 129516 129517 129518 129519 129520 129521 129522 129523 129524 129525 129526 129527 129528 129529 129530 129531 129532 129533 129534 129535 129536 129537 129538 129539 129540 129541 129542 129543 129544 129545 129546 129547 129548 129549 129550 129551 129552 129553 129554 129555 129556 129557 129558 129559 129560 129561 129562 129563 129564 129565 129566 129567 129568 129569 129570 129571 129572 129573 129574 129575 129576 129577 129578 129579 129580 129581 129582 129583 129584 129585 129586 129587 129588 129589 129590 129591 129592 129593 129594 129595 129596 129597 129598 129599 129600 129601 129602 129603 129604 129605 129606 129607 129608 129609 129610 129611 129612 129613 129614 129615 129616 129617 129618 129619 129620 129621 129622 129623 129624 129625 129626 129627 129628 129629 129630 129631 129632 129633 129634 129635 129636 129637 129638 129639 129640 129641 129642 129643 129644 129645 129646 129647 129648 129649 129650 129651 129652 129653 129654 129655 129656 129657 129658 129659 129660 129661 129662 129663 129664 129665 129666 129667 129668 129669 129670 129671 129672 129673 129674 129675 129676 129677 129678 129679 129680 129681 129682 129683 129684 129685 129686 129687 129688 129689 129690 129691 129692 129693 129694 129695 129696 129697 129698 129699 129700 129701 129702 129703 129704 129705 129706 129707 129708 129709 129710 129711 129712 129713 129714 129715 129716 129717 129718 129719 129720 129721 129722 129723 129724 129725 129726 129727 129728 129729 129730 129731 129732 129733 129734 129735 129736 129737 129738 129739 129740 129741 129742 129743 129744 129745 129746 129747 129748 129749 129750 129751 129752 129753 129754 129755 129756 129757 129758 129759 129760 129761 129762 129763 129764 129765 129766 129767 129768 129769 129770 129771 129772 129773 129774 129775 129776 129777 129778 129779 129780 129781 129782 129783 129784 129785 129786 129787 129788 129789 129790 129791 129792 129793 129794 129795 129796 129797 129798 129799 129800 129801 129802 129803 129804 129805 129806 129807 129808 129809 129810 129811 129812 129813 129814 129815 129816 129817 129818 129819 129820 129821 129822 129823 129824 129825 129826 129827 129828 129829 129830 129831 129832 129833 129834 129835 129836 129837 129838 129839 129840 129841 129842 129843 129844 129845 129846 129847 129848 129849 129850 129851 129852 129853 129854 129855 129856 129857 129858 129859 129860 129861 129862 129863 129864 129865 129866 129867 129868 129869 129870 129871 129872 129873 129874 129875 129876 129877 129878 129879 129880 129881 129882 129883 129884 129885 129886 129887 129888 129889 129890 129891 129892 129893 129894 129895 129896 129897 129898 129899 129900 129901 129902 129903 129904 129905 129906 129907 129908 129909 129910 129911 129912 129913 129914 129915 129916 129917 129918 129919 129920 129921 129922 129923 129924 129925 129926 129927 129928 129929 129930 129931 129932 129933 129934 129935 129936 129937 129938 129939 129940 129941 129942 129943 129944 129945 129946 129947 129948 129949 129950 129951 129952 129953 129954 129955 129956 129957 129958 129959 129960 129961 129962 129963 129964 129965 129966 129967 129968 129969 129970 129971 129972 129973 129974 129975 129976 129977 129978 129979 129980 129981 129982 129983 129984 129985 129986 129987 129988 129989 129990 129991 129992 129993 129994 129995 129996 129997 129998 129999 130000 130001 130002 130003 130004 130005 130006 130007 130008 130009 130010 130011 130012 130013 130014 130015 130016 130017 130018 130019 130020 130021 130022 130023 130024 130025 130026 130027 130028 130029 130030 130031 130032 130033 130034 130035 130036 130037 130038 130039 130040 130041 130042 130043 130044 130045 130046 130047 130048 130049 130050 130051 130052 130053 130054 130055 130056 130057 130058 130059 130060 130061 130062 130063 130064 130065 130066 130067 130068 130069 130070 130071 130072 130073 130074 130075 130076 130077 130078 130079 130080 130081 130082 130083 130084 130085 130086 130087 130088 130089 130090 130091 130092 130093 130094 130095 130096 130097 130098 130099 130100 130101 130102 130103 130104 130105 130106 130107 130108 130109 130110 130111 130112 130113 130114 130115 130116 130117 130118 130119 130120 130121 130122 130123 130124 130125 130126 130127 130128 130129 130130 130131 130132 130133 130134 130135 130136 130137 130138 130139 130140 130141 130142 130143 130144 130145 130146 130147 130148 130149 130150 130151 130152 130153 130154 130155 130156 130157 130158 130159 130160 130161 130162 130163 130164 130165 130166 130167 130168 130169 130170 130171 130172 130173 130174 130175 130176 130177 130178 130179 130180 130181 130182 130183 130184 130185 130186 130187 130188 130189 130190 130191 130192 130193 130194 130195 130196 130197 130198 130199 130200 130201 130202 130203 130204 130205 130206 130207 130208 130209 130210 130211 130212 130213 130214 130215 130216 130217 130218 130219 130220 130221 130222 130223 130224 130225 130226 130227 130228 130229 130230 130231 130232 130233 130234 130235 130236 130237 130238 130239 130240 130241 130242 130243 130244 130245 130246 130247 130248 130249 130250 130251 130252 130253 130254 130255 130256 130257 130258 130259 130260 130261 130262 130263 130264 130265 130266 130267 130268 130269 130270 130271 130272 130273 130274 130275 130276 130277 130278 130279 130280 130281 130282 130283 130284 130285 130286 130287 130288 130289 130290 130291 130292 130293 130294 130295 130296 130297 130298 130299 130300 130301 130302 130303 130304 130305 130306 130307 130308 130309 130310 130311 130312 130313 130314 130315 130316 130317 130318 130319 130320 130321 130322 130323 130324 130325 130326 130327 130328 130329 130330 130331 130332 130333 130334 130335 130336 130337 130338 130339 130340 130341 130342 130343 130344 130345 130346 130347 130348 130349 130350 130351 130352 130353 130354 130355 130356 130357 130358 130359 130360 130361 130362 130363 130364 130365 130366 130367 130368 130369 130370 130371 130372 130373 130374 130375 130376 130377 130378 130379 130380 130381 130382 130383 130384 130385 130386 130387 130388 130389 130390 130391 130392 130393 130394 130395 130396 130397 130398 130399 130400 130401 130402 130403 130404 130405 130406 130407 130408 130409 130410 130411 130412 130413 130414 130415 130416 130417 130418 130419 130420 130421 130422 130423 130424 130425 130426 130427 130428 130429 130430 130431 130432 130433 130434 130435 130436 130437 130438 130439 130440 130441 130442 130443 130444 130445 130446 130447 130448 130449 130450 130451 130452 130453 130454 130455 130456 130457 130458 130459 130460 130461 130462 130463 130464 130465 130466 130467 130468 130469 130470 130471 130472 130473 130474 130475 130476 130477 130478 130479 130480 130481 130482 130483 130484 130485 130486 130487 130488 130489 130490 130491 130492 130493 130494 130495 130496 130497 130498 130499 130500 130501 130502 130503 130504 130505 130506 130507 130508 130509 130510 130511 130512 130513 130514 130515 130516 130517 130518 130519 130520 130521 130522 130523 130524 130525 130526 130527 130528 130529 130530 130531 130532 130533 130534 130535 130536 130537 130538 130539 130540 130541 130542 130543 130544 130545 130546 130547 130548 130549 130550 130551 130552 130553 130554 130555 130556 130557 130558 130559 130560 130561 130562 130563 130564 130565 130566 130567 130568 130569 130570 130571 130572 130573 130574 130575 130576 130577 130578 130579 130580 130581 130582 130583 130584 130585 130586 130587 130588 130589 130590 130591 130592 130593 130594 130595 130596 130597 130598 130599 130600 130601 130602 130603 130604 130605 130606 130607 130608 130609 130610 130611 130612 130613 130614 130615 130616 130617 130618 130619 130620 130621 130622 130623 130624 130625 130626 130627 130628 130629 130630 130631 130632 130633 130634 130635 130636 130637 130638 130639 130640 130641 130642 130643 130644 130645 130646 130647 130648 130649 130650 130651 130652 130653 130654 130655 130656 130657 130658 130659 130660 130661 130662 130663 130664 130665 130666 130667 130668 130669 130670 130671 130672 130673 130674 130675 130676 130677 130678 130679 130680 130681 130682 130683 130684 130685 130686 130687 130688 130689 130690 130691 130692 130693 130694 130695 130696 130697 130698 130699 130700 130701 130702 130703 130704 130705 130706 130707 130708 130709 130710 130711 130712 130713 130714 130715 130716 130717 130718 130719 130720 130721 130722 130723 130724 130725 130726 130727 130728 130729 130730 130731 130732 130733 130734 130735 130736 130737 130738 130739 130740 130741 130742 130743 130744 130745 130746 130747 130748 130749 130750 130751 130752 130753 130754 130755 130756 130757 130758 130759 130760 130761 130762 130763 130764 130765 130766 130767 130768 130769 130770 130771 130772 130773 130774 130775 130776 130777 130778 130779 130780 130781 130782 130783 130784 130785 130786 130787 130788 130789 130790 130791 130792 130793 130794 130795 130796 130797 130798 130799 130800 130801 130802 130803 130804 130805 130806 130807 130808 130809 130810 130811 130812 130813 130814 130815 130816 130817 130818 130819 130820 130821 130822 130823 130824 130825 130826 130827 130828 130829 130830 130831 130832 130833 130834 130835 130836 130837 130838 130839 130840 130841 130842 130843 130844 130845 130846 130847 130848 130849 130850 130851 130852 130853 130854 130855 130856 130857 130858 130859 130860 130861 130862 130863 130864 130865 130866 130867 130868 130869 130870 130871 130872 130873 130874 130875 130876 130877 130878 130879 130880 130881 130882 130883 130884 130885 130886 130887 130888 130889 130890 130891 130892 130893 130894 130895 130896 130897 130898 130899 130900 130901 130902 130903 130904 130905 130906 130907 130908 130909 130910 130911 130912 130913 130914 130915 130916 130917 130918 130919 130920 130921 130922 130923 130924 130925 130926 130927 130928 130929 130930 130931 130932 130933 130934 130935 130936 130937 130938 130939 130940 130941 130942 130943 130944 130945 130946 130947 130948 130949 130950 130951 130952 130953 130954 130955 130956 130957 130958 130959 130960 130961 130962 130963 130964 130965 130966 130967 130968 130969 130970 130971 130972 130973 130974 130975 130976 130977 130978 130979 130980 130981 130982 130983 130984 130985 130986 130987 130988 130989 130990 130991 130992 130993 130994 130995 130996 130997 130998 130999 131000 131001 131002 131003 131004 131005 131006 131007 131008 131009 131010 131011 131012 131013 131014 131015 131016 131017 131018 131019 131020 131021 131022 131023 131024 131025 131026 131027 131028 131029 131030 131031 131032 131033 131034 131035 131036 131037 131038 131039 131040 131041 131042 131043 131044 131045 131046 131047 131048 131049 131050 131051 131052 131053 131054 131055 131056 131057 131058 131059 131060 131061 131062 131063 131064 131065 131066 131067 131068 131069 131070 131071 131072 131073 131074 131075 131076 131077 131078 131079 131080 131081 131082 131083 131084 131085 131086 131087 131088 131089 131090 131091 131092 131093 131094 131095 131096 131097 131098 131099 131100 131101 131102 131103 131104 131105 131106 131107 131108 131109 131110 131111 131112 131113 131114 131115 131116 131117 131118 131119 131120 131121 131122 131123 131124 131125 131126 131127 131128 131129 131130 131131 131132 131133 131134 131135 131136 131137 131138 131139 131140 131141 131142 131143 131144 131145 131146 131147 131148 131149 131150 131151 131152 131153 131154 131155 131156 131157 131158 131159 131160 131161 131162 131163 131164 131165 131166 131167 131168 131169 131170 131171 131172 131173 131174 131175 131176 131177 131178 131179 131180 131181 131182 131183 131184 131185 131186 131187 131188 131189 131190 131191 131192 131193 131194 131195 131196 131197 131198 131199 131200 131201 131202 131203 131204 131205 131206 131207 131208 131209 131210 131211 131212 131213 131214 131215 131216 131217 131218 131219 131220 131221 131222 131223 131224 131225 131226 131227 131228 131229 131230 131231 131232 131233 131234 131235 131236 131237 131238 131239 131240 131241 131242 131243 131244 131245 131246 131247 131248 131249 131250 131251 131252 131253 131254 131255 131256 131257 131258 131259 131260 131261 131262 131263 131264 131265 131266 131267 131268 131269 131270 131271 131272 131273 131274 131275 131276 131277 131278 131279 131280 131281 131282 131283 131284 131285 131286 131287 131288 131289 131290 131291 131292 131293 131294 131295 131296 131297 131298 131299 131300 131301 131302 131303 131304 131305 131306 131307 131308 131309 131310 131311 131312 131313 131314 131315 131316 131317 131318 131319 131320 131321 131322 131323 131324 131325 131326 131327 131328 131329 131330 131331 131332 131333 131334 131335 131336 131337 131338 131339 131340 131341 131342 131343 131344 131345 131346 131347 131348 131349 131350 131351 131352 131353 131354 131355 131356 131357 131358 131359 131360 131361 131362 131363 131364 131365 131366 131367 131368 131369 131370 131371 131372 131373 131374 131375 131376 131377 131378 131379 131380 131381 131382 131383 131384 131385 131386 131387 131388 131389 131390 131391 131392 131393 131394 131395 131396 131397 131398 131399 131400 131401 131402 131403 131404 131405 131406 131407 131408 131409 131410 131411 131412 131413 131414 131415 131416 131417 131418 131419 131420 131421 131422 131423 131424 131425 131426 131427 131428 131429 131430 131431 131432 131433 131434 131435 131436 131437 131438 131439 131440 131441 131442 131443 131444 131445 131446 131447 131448 131449 131450 131451 131452 131453 131454 131455 131456 131457 131458 131459 131460 131461 131462 131463 131464 131465 131466 131467 131468 131469 131470 131471 131472 131473 131474 131475 131476 131477 131478 131479 131480 131481 131482 131483 131484 131485 131486 131487 131488 131489 131490 131491 131492 131493 131494 131495 131496 131497 131498 131499 131500 131501 131502 131503 131504 131505 131506 131507 131508 131509 131510 131511 131512 131513 131514 131515 131516 131517 131518 131519 131520 131521 131522 131523 131524 131525 131526 131527 131528 131529 131530 131531 131532 131533 131534 131535 131536 131537 131538 131539 131540 131541 131542 131543 131544 131545 131546 131547 131548 131549 131550 131551 131552 131553 131554 131555 131556 131557 131558 131559 131560 131561 131562 131563 131564 131565 131566 131567 131568 131569 131570 131571 131572 131573 131574 131575 131576 131577 131578 131579 131580 131581 131582 131583 131584 131585 131586 131587 131588 131589 131590 131591 131592 131593 131594 131595 131596 131597 131598 131599 131600 131601 131602 131603 131604 131605 131606 131607 131608 131609 131610 131611 131612 131613 131614 131615 131616 131617 131618 131619 131620 131621 131622 131623 131624 131625 131626 131627 131628 131629 131630 131631 131632 131633 131634 131635 131636 131637 131638 131639 131640 131641 131642 131643 131644 131645 131646 131647 131648 131649 131650 131651 131652 131653 131654 131655 131656 131657 131658 131659 131660 131661 131662 131663 131664 131665 131666 131667 131668 131669 131670 131671 131672 131673 131674 131675 131676 131677 131678 131679 131680 131681 131682 131683 131684 131685 131686 131687 131688 131689 131690 131691 131692 131693 131694 131695 131696 131697 131698 131699 131700 131701 131702 131703 131704 131705 131706 131707 131708 131709 131710 131711 131712 131713 131714 131715 131716 131717 131718 131719 131720 131721 131722 131723 131724 131725 131726 131727 131728 131729 131730 131731 131732 131733 131734 131735 131736 131737 131738 131739 131740 131741 131742 131743 131744 131745 131746 131747 131748 131749 131750 131751 131752 131753 131754 131755 131756 131757 131758 131759 131760 131761 131762 131763 131764 131765 131766 131767 131768 131769 131770 131771 131772 131773 131774 131775 131776 131777 131778 131779 131780 131781 131782 131783 131784 131785 131786 131787 131788 131789 131790 131791 131792 131793 131794 131795 131796 131797 131798 131799 131800 131801 131802 131803 131804 131805 131806 131807 131808 131809 131810 131811 131812 131813 131814 131815 131816 131817 131818 131819 131820 131821 131822 131823 131824 131825 131826 131827 131828 131829 131830 131831 131832 131833 131834 131835 131836 131837 131838 131839 131840 131841 131842 131843 131844 131845 131846 131847 131848 131849 131850 131851 131852 131853 131854 131855 131856 131857 131858 131859 131860 131861 131862 131863 131864 131865 131866 131867 131868 131869 131870 131871 131872 131873 131874 131875 131876 131877 131878 131879 131880 131881 131882 131883 131884 131885 131886 131887 131888 131889 131890 131891 131892 131893 131894 131895 131896 131897 131898 131899 131900 131901 131902 131903 131904 131905 131906 131907 131908 131909 131910 131911 131912 131913 131914 131915 131916 131917 131918 131919 131920 131921 131922 131923 131924 131925 131926 131927 131928 131929 131930 131931 131932 131933 131934 131935 131936 131937 131938 131939 131940 131941 131942 131943 131944 131945 131946 131947 131948 131949 131950 131951 131952 131953 131954 131955 131956 131957 131958 131959 131960 131961 131962 131963 131964 131965 131966 131967 131968 131969 131970 131971 131972 131973 131974 131975 131976 131977 131978 131979 131980 131981 131982 131983 131984 131985 131986 131987 131988 131989 131990 131991 131992 131993 131994 131995 131996 131997 131998 131999 132000 132001 132002 132003 132004 132005 132006 132007 132008 132009 132010 132011 132012 132013 132014 132015 132016 132017 132018 132019 132020 132021 132022 132023 132024 132025 132026 132027 132028 132029 132030 132031 132032 132033 132034 132035 132036 132037 132038 132039 132040 132041 132042 132043 132044 132045 132046 132047 132048 132049 132050 132051 132052 132053 132054 132055 132056 132057 132058 132059 132060 132061 132062 132063 132064 132065 132066 132067 132068 132069 132070 132071 132072 132073 132074 132075 132076 132077 132078 132079 132080 132081 132082 132083 132084 132085 132086 132087 132088 132089 132090 132091 132092 132093 132094 132095 132096 132097 132098 132099 132100 132101 132102 132103 132104 132105 132106 132107 132108 132109 132110 132111 132112 132113 132114 132115 132116 132117 132118 132119 132120 132121 132122 132123 132124 132125 132126 132127 132128 132129 132130 132131 132132 132133 132134 132135 132136 132137 132138 132139 132140 132141 132142 132143 132144 132145 132146 132147 132148 132149 132150 132151 132152 132153 132154 132155 132156 132157 132158 132159 132160 132161 132162 132163 132164 132165 132166 132167 132168 132169 132170 132171 132172 132173 132174 132175 132176 132177 132178 132179 132180 132181 132182 132183 132184 132185 132186 132187 132188 132189 132190 132191 132192 132193 132194 132195 132196 132197 132198 132199 132200 132201 132202 132203 132204 132205 132206 132207 132208 132209 132210 132211 132212 132213 132214 132215 132216 132217 132218 132219 132220 132221 132222 132223 132224 132225 132226 132227 132228 132229 132230 132231 132232 132233 132234 132235 132236 132237 132238 132239 132240 132241 132242 132243 132244 132245 132246 132247 132248 132249 132250 132251 132252 132253 132254 132255 132256 132257 132258 132259 132260 132261 132262 132263 132264 132265 132266 132267 132268 132269 132270 132271 132272 132273 132274 132275 132276 132277 132278 132279 132280 132281 132282 132283 132284 132285 132286 132287 132288 132289 132290 132291 132292 132293 132294 132295 132296 132297 132298 132299 132300 132301 132302 132303 132304 132305 132306 132307 132308 132309 132310 132311 132312 132313 132314 132315 132316 132317 132318 132319 132320 132321 132322 132323 132324 132325 132326 132327 132328 132329 132330 132331 132332 132333 132334 132335 132336 132337 132338 132339 132340 132341 132342 132343 132344 132345 132346 132347 132348 132349 132350 132351 132352 132353 132354 132355 132356 132357 132358 132359 132360 132361 132362 132363 132364 132365 132366 132367 132368 132369 132370 132371 132372 132373 132374 132375 132376 132377 132378 132379 132380 132381 132382 132383 132384 132385 132386 132387 132388 132389 132390 132391 132392 132393 132394 132395 132396 132397 132398 132399 132400 132401 132402 132403 132404 132405 132406 132407 132408 132409 132410 132411 132412 132413 132414 132415 132416 132417 132418 132419 132420 132421 132422 132423 132424 132425 132426 132427 132428 132429 132430 132431 132432 132433 132434 132435 132436 132437 132438 132439 132440 132441 132442 132443 132444 132445 132446 132447 132448 132449 132450 132451 132452 132453 132454 132455 132456 132457 132458 132459 132460 132461 132462 132463 132464 132465 132466 132467 132468 132469 132470 132471 132472 132473 132474 132475 132476 132477 132478 132479 132480 132481 132482 132483 132484 132485 132486 132487 132488 132489 132490 132491 132492 132493 132494 132495 132496 132497 132498 132499 132500 132501 132502 132503 132504 132505 132506 132507 132508 132509 132510 132511 132512 132513 132514 132515 132516 132517 132518 132519 132520 132521 132522 132523 132524 132525 132526 132527 132528 132529 132530 132531 132532 132533 132534 132535 132536 132537 132538 132539 132540 132541 132542 132543 132544 132545 132546 132547 132548 132549 132550 132551 132552 132553 132554 132555 132556 132557 132558 132559 132560 132561 132562 132563 132564 132565 132566 132567 132568 132569 132570 132571 132572 132573 132574 132575 132576 132577 132578 132579 132580 132581 132582 132583 132584 132585 132586 132587 132588 132589 132590 132591 132592 132593 132594 132595 132596 132597 132598 132599 132600 132601 132602 132603 132604 132605 132606 132607 132608 132609 132610 132611 132612 132613 132614 132615 132616 132617 132618 132619 132620 132621 132622 132623 132624 132625 132626 132627 132628 132629 132630 132631 132632 132633 132634 132635 132636 132637 132638 132639 132640 132641 132642 132643 132644 132645 132646 132647 132648 132649 132650 132651 132652 132653 132654 132655 132656 132657 132658 132659 132660 132661 132662 132663 132664 132665 132666 132667 132668 132669 132670 132671 132672 132673 132674 132675 132676 132677 132678 132679 132680 132681 132682 132683 132684 132685 132686 132687 132688 132689 132690 132691 132692 132693 132694 132695 132696 132697 132698 132699 132700 132701 132702 132703 132704 132705 132706 132707 132708 132709 132710 132711 132712 132713 132714 132715 132716 132717 132718 132719 132720 132721 132722 132723 132724 132725 132726 132727 132728 132729 132730 132731 132732 132733 132734 132735 132736 132737 132738 132739 132740 132741 132742 132743 132744 132745 132746 132747 132748 132749 132750 132751 132752 132753 132754 132755 132756 132757 132758 132759 132760 132761 132762 132763 132764 132765 132766 132767 132768 132769 132770 132771 132772 132773 132774 132775 132776 132777 132778 132779 132780 132781 132782 132783 132784 132785 132786 132787 132788 132789 132790 132791 132792 132793 132794 132795 132796 132797 132798 132799 132800 132801 132802 132803 132804 132805 132806 132807 132808 132809 132810 132811 132812 132813 132814 132815 132816 132817 132818 132819 132820 132821 132822 132823 132824 132825 132826 132827 132828 132829 132830 132831 132832 132833 132834 132835 132836 132837 132838 132839 132840 132841 132842 132843 132844 132845 132846 132847 132848 132849 132850 132851 132852 132853 132854 132855 132856 132857 132858 132859 132860 132861 132862 132863 132864 132865 132866 132867 132868 132869 132870 132871 132872 132873 132874 132875 132876 132877 132878 132879 132880 132881 132882 132883 132884 132885 132886 132887 132888 132889 132890 132891 132892 132893 132894 132895 132896 132897 132898 132899 132900 132901 132902 132903 132904 132905 132906 132907 132908 132909 132910 132911 132912 132913 132914 132915 132916 132917 132918 132919 132920 132921 132922 132923 132924 132925 132926 132927 132928 132929 132930 132931 132932 132933 132934 132935 132936 132937 132938 132939 132940 132941 132942 132943 132944 132945 132946 132947 132948 132949 132950 132951 132952 132953 132954 132955 132956 132957 132958 132959 132960 132961 132962 132963 132964 132965 132966 132967 132968 132969 132970 132971 132972 132973 132974 132975 132976 132977 132978 132979 132980 132981 132982 132983 132984 132985 132986 132987 132988 132989 132990 132991 132992 132993 132994 132995 132996 132997 132998 132999 133000 133001 133002 133003 133004 133005 133006 133007 133008 133009 133010 133011 133012 133013 133014 133015 133016 133017 133018 133019 133020 133021 133022 133023 133024 133025 133026 133027 133028 133029 133030 133031 133032 133033 133034 133035 133036 133037 133038 133039 133040 133041 133042 133043 133044 133045 133046 133047 133048 133049 133050 133051 133052 133053 133054 133055 133056 133057 133058 133059 133060 133061 133062 133063 133064 133065 133066 133067 133068 133069 133070 133071 133072 133073 133074 133075 133076 133077 133078 133079 133080 133081 133082 133083 133084 133085 133086 133087 133088 133089 133090 133091 133092 133093 133094 133095 133096 133097 133098 133099 133100 133101 133102 133103 133104 133105 133106 133107 133108 133109 133110 133111 133112 133113 133114 133115 133116 133117 133118 133119 133120 133121 133122 133123 133124 133125 133126 133127 133128 133129 133130 133131 133132 133133 133134 133135 133136 133137 133138 133139 133140 133141 133142 133143 133144 133145 133146 133147 133148 133149 133150 133151 133152 133153 133154 133155 133156 133157 133158 133159 133160 133161 133162 133163 133164 133165 133166 133167 133168 133169 133170 133171 133172 133173 133174 133175 133176 133177 133178 133179 133180 133181 133182 133183 133184 133185 133186 133187 133188 133189 133190 133191 133192 133193 133194 133195 133196 133197 133198 133199 133200 133201 133202 133203 133204 133205 133206 133207 133208 133209 133210 133211 133212 133213 133214 133215 133216 133217 133218 133219 133220 133221 133222 133223 133224 133225 133226 133227 133228 133229 133230 133231 133232 133233 133234 133235 133236 133237 133238 133239 133240 133241 133242 133243 133244 133245 133246 133247 133248 133249 133250 133251 133252 133253 133254 133255 133256 133257 133258 133259 133260 133261 133262 133263 133264 133265 133266 133267 133268 133269 133270 133271 133272 133273 133274 133275 133276 133277 133278 133279 133280 133281 133282 133283 133284 133285 133286 133287 133288 133289 133290 133291 133292 133293 133294 133295 133296 133297 133298 133299 133300 133301 133302 133303 133304 133305 133306 133307 133308 133309 133310 133311 133312 133313 133314 133315 133316 133317 133318 133319 133320 133321 133322 133323 133324 133325 133326 133327 133328 133329 133330 133331 133332 133333 133334 133335 133336 133337 133338 133339 133340 133341 133342 133343 133344 133345 133346 133347 133348 133349 133350 133351 133352 133353 133354 133355 133356 133357 133358 133359 133360 133361 133362 133363 133364 133365 133366 133367 133368 133369 133370 133371 133372 133373 133374 133375 133376 133377 133378 133379 133380 133381 133382 133383 133384 133385 133386 133387 133388 133389 133390 133391 133392 133393 133394 133395 133396 133397 133398 133399 133400 133401 133402 133403 133404 133405 133406 133407 133408 133409 133410 133411 133412 133413 133414 133415 133416 133417 133418 133419 133420 133421 133422 133423 133424 133425 133426 133427 133428 133429 133430 133431 133432 133433 133434 133435 133436 133437 133438 133439 133440 133441 133442 133443 133444 133445 133446 133447 133448 133449 133450 133451 133452 133453 133454 133455 133456 133457 133458 133459 133460 133461 133462 133463 133464 133465 133466 133467 133468 133469 133470 133471 133472 133473 133474 133475 133476 133477 133478 133479 133480 133481 133482 133483 133484 133485 133486 133487 133488 133489 133490 133491 133492 133493 133494 133495 133496 133497 133498 133499 133500 133501 133502 133503 133504 133505 133506 133507 133508 133509 133510 133511 133512 133513 133514 133515 133516 133517 133518 133519 133520 133521 133522 133523 133524 133525 133526 133527 133528 133529 133530 133531 133532 133533 133534 133535 133536 133537 133538 133539 133540 133541 133542 133543 133544 133545 133546 133547 133548 133549 133550 133551 133552 133553 133554 133555 133556 133557 133558 133559 133560 133561 133562 133563 133564 133565 133566 133567 133568 133569 133570 133571 133572 133573 133574 133575 133576 133577 133578 133579 133580 133581 133582 133583 133584 133585 133586 133587 133588 133589 133590 133591 133592 133593 133594 133595 133596 133597 133598 133599 133600 133601 133602 133603 133604 133605 133606 133607 133608 133609 133610 133611 133612 133613 133614 133615 133616 133617 133618 133619 133620 133621 133622 133623 133624 133625 133626 133627 133628 133629 133630 133631 133632 133633 133634 133635 133636 133637 133638 133639 133640 133641 133642 133643 133644 133645 133646 133647 133648 133649 133650 133651 133652 133653 133654 133655 133656 133657 133658 133659 133660 133661 133662 133663 133664 133665 133666 133667 133668 133669 133670 133671 133672 133673 133674 133675 133676 133677 133678 133679 133680 133681 133682 133683 133684 133685 133686 133687 133688 133689 133690 133691 133692 133693 133694 133695 133696 133697 133698 133699 133700 133701 133702 133703 133704 133705 133706 133707 133708 133709 133710 133711 133712 133713 133714 133715 133716 133717 133718 133719 133720 133721 133722 133723 133724 133725 133726 133727 133728 133729 133730 133731 133732 133733 133734 133735 133736 133737 133738 133739 133740 133741 133742 133743 133744 133745 133746 133747 133748 133749 133750 133751 133752 133753 133754 133755 133756 133757 133758 133759 133760 133761 133762 133763 133764 133765 133766 133767 133768 133769 133770 133771 133772 133773 133774 133775 133776 133777 133778 133779 133780 133781 133782 133783 133784 133785 133786 133787 133788 133789 133790 133791 133792 133793 133794 133795 133796 133797 133798 133799 133800 133801 133802 133803 133804 133805 133806 133807 133808 133809 133810 133811 133812 133813 133814 133815 133816 133817 133818 133819 133820 133821 133822 133823 133824 133825 133826 133827 133828 133829 133830 133831 133832 133833 133834 133835 133836 133837 133838 133839 133840 133841 133842 133843 133844 133845 133846 133847 133848 133849 133850 133851 133852 133853 133854 133855 133856 133857 133858 133859 133860 133861 133862 133863 133864 133865 133866 133867 133868 133869 133870 133871 133872 133873 133874 133875 133876 133877 133878 133879 133880 133881 133882 133883 133884 133885 133886 133887 133888 133889 133890 133891 133892 133893 133894 133895 133896 133897 133898 133899 133900 133901 133902 133903 133904 133905 133906 133907 133908 133909 133910 133911 133912 133913 133914 133915 133916 133917 133918 133919 133920 133921 133922 133923 133924 133925 133926 133927 133928 133929 133930 133931 133932 133933 133934 133935 133936 133937 133938 133939 133940 133941 133942 133943 133944 133945 133946 133947 133948 133949 133950 133951 133952 133953 133954 133955 133956 133957 133958 133959 133960 133961 133962 133963 133964 133965 133966 133967 133968 133969 133970 133971 133972 133973 133974 133975 133976 133977 133978 133979 133980 133981 133982 133983 133984 133985 133986 133987 133988 133989 133990 133991 133992 133993 133994 133995 133996 133997 133998 133999 134000 134001 134002 134003 134004 134005 134006 134007 134008 134009 134010 134011 134012 134013 134014 134015 134016 134017 134018 134019 134020 134021 134022 134023 134024 134025 134026 134027 134028 134029 134030 134031 134032 134033 134034 134035 134036 134037 134038 134039 134040 134041 134042 134043 134044 134045 134046 134047 134048 134049 134050 134051 134052 134053 134054 134055 134056 134057 134058 134059 134060 134061 134062 134063 134064 134065 134066 134067 134068 134069 134070 134071 134072 134073 134074 134075 134076 134077 134078 134079 134080 134081 134082 134083 134084 134085 134086 134087 134088 134089 134090 134091 134092 134093 134094 134095 134096 134097 134098 134099 134100 134101 134102 134103 134104 134105 134106 134107 134108 134109 134110 134111 134112 134113 134114 134115 134116 134117 134118 134119 134120 134121 134122 134123 134124 134125 134126 134127 134128 134129 134130 134131 134132 134133 134134 134135 134136 134137 134138 134139 134140 134141 134142 134143 134144 134145 134146 134147 134148 134149 134150 134151 134152 134153 134154 134155 134156 134157 134158 134159 134160 134161 134162 134163 134164 134165 134166 134167 134168 134169 134170 134171 134172 134173 134174 134175 134176 134177 134178 134179 134180 134181 134182 134183 134184 134185 134186 134187 134188 134189 134190 134191 134192 134193 134194 134195 134196 134197 134198 134199 134200 134201 134202 134203 134204 134205 134206 134207 134208 134209 134210 134211 134212 134213 134214 134215 134216 134217 134218 134219 134220 134221 134222 134223 134224 134225 134226 134227 134228 134229 134230 134231 134232 134233 134234 134235 134236 134237 134238 134239 134240 134241 134242 134243 134244 134245 134246 134247 134248 134249 134250 134251 134252 134253 134254 134255 134256 134257 134258 134259 134260 134261 134262 134263 134264 134265 134266 134267 134268 134269 134270 134271 134272 134273 134274 134275 134276 134277 134278 134279 134280 134281 134282 134283 134284 134285 134286 134287 134288 134289 134290 134291 134292 134293 134294 134295 134296 134297 134298 134299 134300 134301 134302 134303 134304 134305 134306 134307 134308 134309 134310 134311 134312 134313 134314 134315 134316 134317 134318 134319 134320 134321 134322 134323 134324 134325 134326 134327 134328 134329 134330 134331 134332 134333 134334 134335 134336 134337 134338 134339 134340 134341 134342 134343 134344 134345 134346 134347 134348 134349 134350 134351 134352 134353 134354 134355 134356 134357 134358 134359 134360 134361 134362 134363 134364 134365 134366 134367 134368 134369 134370 134371 134372 134373 134374 134375 134376 134377 134378 134379 134380 134381 134382 134383 134384 134385 134386 134387 134388 134389 134390 134391 134392 134393 134394 134395 134396 134397 134398 134399 134400 134401 134402 134403 134404 134405 134406 134407 134408 134409 134410 134411 134412 134413 134414 134415 134416 134417 134418 134419 134420 134421 134422 134423 134424 134425 134426 134427 134428 134429 134430 134431 134432 134433 134434 134435 134436 134437 134438 134439 134440 134441 134442 134443 134444 134445 134446 134447 134448 134449 134450 134451 134452 134453 134454 134455 134456 134457 134458 134459 134460 134461 134462 134463 134464 134465 134466 134467 134468 134469 134470 134471 134472 134473 134474 134475 134476 134477 134478 134479 134480 134481 134482 134483 134484 134485 134486 134487 134488 134489 134490 134491 134492 134493 134494 134495 134496 134497 134498 134499 134500 134501 134502 134503 134504 134505 134506 134507 134508 134509 134510 134511 134512 134513 134514 134515 134516 134517 134518 134519 134520 134521 134522 134523 134524 134525 134526 134527 134528 134529 134530 134531 134532 134533 134534 134535 134536 134537 134538 134539 134540 134541 134542 134543 134544 134545 134546 134547 134548 134549 134550 134551 134552 134553 134554 134555 134556 134557 134558 134559 134560 134561 134562 134563 134564 134565 134566 134567 134568 134569 134570 134571 134572 134573 134574 134575 134576 134577 134578 134579 134580 134581 134582 134583 134584 134585 134586 134587 134588 134589 134590 134591 134592 134593 134594 134595 134596 134597 134598 134599 134600 134601 134602 134603 134604 134605 134606 134607 134608 134609 134610 134611 134612 134613 134614 134615 134616 134617 134618 134619 134620 134621 134622 134623 134624 134625 134626 134627 134628 134629 134630 134631 134632 134633 134634 134635 134636 134637 134638 134639 134640 134641 134642 134643 134644 134645 134646 134647 134648 134649 134650 134651 134652 134653 134654 134655 134656 134657 134658 134659 134660 134661 134662 134663 134664 134665 134666 134667 134668 134669 134670 134671 134672 134673 134674 134675 134676 134677 134678 134679 134680 134681 134682 134683 134684 134685 134686 134687 134688 134689 134690 134691 134692 134693 134694 134695 134696 134697 134698 134699 134700 134701 134702 134703 134704 134705 134706 134707 134708 134709 134710 134711 134712 134713 134714 134715 134716 134717 134718 134719 134720 134721 134722 134723 134724 134725 134726 134727 134728 134729 134730 134731 134732 134733 134734 134735 134736 134737 134738 134739 134740 134741 134742 134743 134744 134745 134746 134747 134748 134749 134750 134751 134752 134753 134754 134755 134756 134757 134758 134759 134760 134761 134762 134763 134764 134765 134766 134767 134768 134769 134770 134771 134772 134773 134774 134775 134776 134777 134778 134779 134780 134781 134782 134783 134784 134785 134786 134787 134788 134789 134790 134791 134792 134793 134794 134795 134796 134797 134798 134799 134800 134801 134802 134803 134804 134805 134806 134807 134808 134809 134810 134811 134812 134813 134814 134815 134816 134817 134818 134819 134820 134821 134822 134823 134824 134825 134826 134827 134828 134829 134830 134831 134832 134833 134834 134835 134836 134837 134838 134839 134840 134841 134842 134843 134844 134845 134846 134847 134848 134849 134850 134851 134852 134853 134854 134855 134856 134857 134858 134859 134860 134861 134862 134863 134864 134865 134866 134867 134868 134869 134870 134871 134872 134873 134874 134875 134876 134877 134878 134879 134880 134881 134882 134883 134884 134885 134886 134887 134888 134889 134890 134891 134892 134893 134894 134895 134896 134897 134898 134899 134900 134901 134902 134903 134904 134905 134906 134907 134908 134909 134910 134911 134912 134913 134914 134915 134916 134917 134918 134919 134920 134921 134922 134923 134924 134925 134926 134927 134928 134929 134930 134931 134932 134933 134934 134935 134936 134937 134938 134939 134940 134941 134942 134943 134944 134945 134946 134947 134948 134949 134950 134951 134952 134953 134954 134955 134956 134957 134958 134959 134960 134961 134962 134963 134964 134965 134966 134967 134968 134969 134970 134971 134972 134973 134974 134975 134976 134977 134978 134979 134980 134981 134982 134983 134984 134985 134986 134987 134988 134989 134990 134991 134992 134993 134994 134995 134996 134997 134998 134999 135000 135001 135002 135003 135004 135005 135006 135007 135008 135009 135010 135011 135012 135013 135014 135015 135016 135017 135018 135019 135020 135021 135022 135023 135024 135025 135026 135027 135028 135029 135030 135031 135032 135033 135034 135035 135036 135037 135038 135039 135040 135041 135042 135043 135044 135045 135046 135047 135048 135049 135050 135051 135052 135053 135054 135055 135056 135057 135058 135059 135060 135061 135062 135063 135064 135065 135066 135067 135068 135069 135070 135071 135072 135073 135074 135075 135076 135077 135078 135079 135080 135081 135082 135083 135084 135085 135086 135087 135088 135089 135090 135091 135092 135093 135094 135095 135096 135097 135098 135099 135100 135101 135102 135103 135104 135105 135106 135107 135108 135109 135110 135111 135112 135113 135114 135115 135116 135117 135118 135119 135120 135121 135122 135123 135124 135125 135126 135127 135128 135129 135130 135131 135132 135133 135134 135135 135136 135137 135138 135139 135140 135141 135142 135143 135144 135145 135146 135147 135148 135149 135150 135151 135152 135153 135154 135155 135156 135157 135158 135159 135160 135161 135162 135163 135164 135165 135166 135167 135168 135169 135170 135171 135172 135173 135174 135175 135176 135177 135178 135179 135180 135181 135182 135183 135184 135185 135186 135187 135188 135189 135190 135191 135192 135193 135194 135195 135196 135197 135198 135199 135200 135201 135202 135203 135204 135205 135206 135207 135208 135209 135210 135211 135212 135213 135214 135215 135216 135217 135218 135219 135220 135221 135222 135223 135224 135225 135226 135227 135228 135229 135230 135231 135232 135233 135234 135235 135236 135237 135238 135239 135240 135241 135242 135243 135244 135245 135246 135247 135248 135249 135250 135251 135252 135253 135254 135255 135256 135257 135258 135259 135260 135261 135262 135263 135264 135265 135266 135267 135268 135269 135270 135271 135272 135273 135274 135275 135276 135277 135278 135279 135280 135281 135282 135283 135284 135285 135286 135287 135288 135289 135290 135291 135292 135293 135294 135295 135296 135297 135298 135299 135300 135301 135302 135303 135304 135305 135306 135307 135308 135309 135310 135311 135312 135313 135314 135315 135316 135317 135318 135319 135320 135321 135322 135323 135324 135325 135326 135327 135328 135329 135330 135331 135332 135333 135334 135335 135336 135337 135338 135339 135340 135341 135342 135343 135344 135345 135346 135347 135348 135349 135350 135351 135352 135353 135354 135355 135356 135357 135358 135359 135360 135361 135362 135363 135364 135365 135366 135367 135368 135369 135370 135371 135372 135373 135374 135375 135376 135377 135378 135379 135380 135381 135382 135383 135384 135385 135386 135387 135388 135389 135390 135391 135392 135393 135394 135395 135396 135397 135398 135399 135400 135401 135402 135403 135404 135405 135406 135407 135408 135409 135410 135411 135412 135413 135414 135415 135416 135417 135418 135419 135420 135421 135422 135423 135424 135425 135426 135427 135428 135429 135430 135431 135432 135433 135434 135435 135436 135437 135438 135439 135440 135441 135442 135443 135444 135445 135446 135447 135448 135449 135450 135451 135452 135453 135454 135455 135456 135457 135458 135459 135460 135461 135462 135463 135464 135465 135466 135467 135468 135469 135470 135471 135472 135473 135474 135475 135476 135477 135478 135479 135480 135481 135482 135483 135484 135485 135486 135487 135488 135489 135490 135491 135492 135493 135494 135495 135496 135497 135498 135499 135500 135501 135502 135503 135504 135505 135506 135507 135508 135509 135510 135511 135512 135513 135514 135515 135516 135517 135518 135519 135520 135521 135522 135523 135524 135525 135526 135527 135528 135529 135530 135531 135532 135533 135534 135535 135536 135537 135538 135539 135540 135541 135542 135543 135544 135545 135546 135547 135548 135549 135550 135551 135552 135553 135554 135555 135556 135557 135558 135559 135560 135561 135562 135563 135564 135565 135566 135567 135568 135569 135570 135571 135572 135573 135574 135575 135576 135577 135578 135579 135580 135581 135582 135583 135584 135585 135586 135587 135588 135589 135590 135591 135592 135593 135594 135595 135596 135597 135598 135599 135600 135601 135602 135603 135604 135605 135606 135607 135608 135609 135610 135611 135612 135613 135614 135615 135616 135617 135618 135619 135620 135621 135622 135623 135624 135625 135626 135627 135628 135629 135630 135631 135632 135633 135634 135635 135636 135637 135638 135639 135640 135641 135642 135643 135644 135645 135646 135647 135648 135649 135650 135651 135652 135653 135654 135655 135656 135657 135658 135659 135660 135661 135662 135663 135664 135665 135666 135667 135668 135669 135670 135671 135672 135673 135674 135675 135676 135677 135678 135679 135680 135681 135682 135683 135684 135685 135686 135687 135688 135689 135690 135691 135692 135693 135694 135695 135696 135697 135698 135699 135700 135701 135702 135703 135704 135705 135706 135707 135708 135709 135710 135711 135712 135713 135714 135715 135716 135717 135718 135719 135720 135721 135722 135723 135724 135725 135726 135727 135728 135729 135730 135731 135732 135733 135734 135735 135736 135737 135738 135739 135740 135741 135742 135743 135744 135745 135746 135747 135748 135749 135750 135751 135752 135753 135754 135755 135756 135757 135758 135759 135760 135761 135762 135763 135764 135765 135766 135767 135768 135769 135770 135771 135772 135773 135774 135775 135776 135777 135778 135779 135780 135781 135782 135783 135784 135785 135786 135787 135788 135789 135790 135791 135792 135793 135794 135795 135796 135797 135798 135799 135800 135801 135802 135803 135804 135805 135806 135807 135808 135809 135810 135811 135812 135813 135814 135815 135816 135817 135818 135819 135820 135821 135822 135823 135824 135825 135826 135827 135828 135829 135830 135831 135832 135833 135834 135835 135836 135837 135838 135839 135840 135841 135842 135843 135844 135845 135846 135847 135848 135849 135850 135851 135852 135853 135854 135855 135856 135857 135858 135859 135860 135861 135862 135863 135864 135865 135866 135867 135868 135869 135870 135871 135872 135873 135874 135875 135876 135877 135878 135879 135880 135881 135882 135883 135884 135885 135886 135887 135888 135889 135890 135891 135892 135893 135894 135895 135896 135897 135898 135899 135900 135901 135902 135903 135904 135905 135906 135907 135908 135909 135910 135911 135912 135913 135914 135915 135916 135917 135918 135919 135920 135921 135922 135923 135924 135925 135926 135927 135928 135929 135930 135931 135932 135933 135934 135935 135936 135937 135938 135939 135940 135941 135942 135943 135944 135945 135946 135947 135948 135949 135950 135951 135952 135953 135954 135955 135956 135957 135958 135959 135960 135961 135962 135963 135964 135965 135966 135967 135968 135969 135970 135971 135972 135973 135974 135975 135976 135977 135978 135979 135980 135981 135982 135983 135984 135985 135986 135987 135988 135989 135990 135991 135992 135993 135994 135995 135996 135997 135998 135999 136000 136001 136002 136003 136004 136005 136006 136007 136008 136009 136010 136011 136012 136013 136014 136015 136016 136017 136018 136019 136020 136021 136022 136023 136024 136025 136026 136027 136028 136029 136030 136031 136032 136033 136034 136035 136036 136037 136038 136039 136040 136041 136042 136043 136044 136045 136046 136047 136048 136049 136050 136051 136052 136053 136054 136055 136056 136057 136058 136059 136060 136061 136062 136063 136064 136065 136066 136067 136068 136069 136070 136071 136072 136073 136074 136075 136076 136077 136078 136079 136080 136081 136082 136083 136084 136085 136086 136087 136088 136089 136090 136091 136092 136093 136094 136095 136096 136097 136098 136099 136100 136101 136102 136103 136104 136105 136106 136107 136108 136109 136110 136111 136112 136113 136114 136115 136116 136117 136118 136119 136120 136121 136122 136123 136124 136125 136126 136127 136128 136129 136130 136131 136132 136133 136134 136135 136136 136137 136138 136139 136140 136141 136142 136143 136144 136145 136146 136147 136148 136149 136150 136151 136152 136153 136154 136155 136156 136157 136158 136159 136160 136161 136162 136163 136164 136165 136166 136167 136168 136169 136170 136171 136172 136173 136174 136175 136176 136177 136178 136179 136180 136181 136182 136183 136184 136185 136186 136187 136188 136189 136190 136191 136192 136193 136194 136195 136196 136197 136198 136199 136200 136201 136202 136203 136204 136205 136206 136207 136208 136209 136210 136211 136212 136213 136214 136215 136216 136217 136218 136219 136220 136221 136222 136223 136224 136225 136226 136227 136228 136229 136230 136231 136232 136233 136234 136235 136236 136237 136238 136239 136240 136241 136242 136243 136244 136245 136246 136247 136248 136249 136250 136251 136252 136253 136254 136255 136256 136257 136258 136259 136260 136261 136262 136263 136264 136265 136266 136267 136268 136269 136270 136271 136272 136273 136274 136275 136276 136277 136278 136279 136280 136281 136282 136283 136284 136285 136286 136287 136288 136289 136290 136291 136292 136293 136294 136295 136296 136297 136298 136299 136300 136301 136302 136303 136304 136305 136306 136307 136308 136309 136310 136311 136312 136313 136314 136315 136316 136317 136318 136319 136320 136321 136322 136323 136324 136325 136326 136327 136328 136329 136330 136331 136332 136333 136334 136335 136336 136337 136338 136339 136340 136341 136342 136343 136344 136345 136346 136347 136348 136349 136350 136351 136352 136353 136354 136355 136356 136357 136358 136359 136360 136361 136362 136363 136364 136365 136366 136367 136368 136369 136370 136371 136372 136373 136374 136375 136376 136377 136378 136379 136380 136381 136382 136383 136384 136385 136386 136387 136388 136389 136390 136391 136392 136393 136394 136395 136396 136397 136398 136399 136400 136401 136402 136403 136404 136405 136406 136407 136408 136409 136410 136411 136412 136413 136414 136415 136416 136417 136418 136419 136420 136421 136422 136423 136424 136425 136426 136427 136428 136429 136430 136431 136432 136433 136434 136435 136436 136437 136438 136439 136440 136441 136442 136443 136444 136445 136446 136447 136448 136449 136450 136451 136452 136453 136454 136455 136456 136457 136458 136459 136460 136461 136462 136463 136464 136465 136466 136467 136468 136469 136470 136471 136472 136473 136474 136475 136476 136477 136478 136479 136480 136481 136482 136483 136484 136485 136486 136487 136488 136489 136490 136491 136492 136493 136494 136495 136496 136497 136498 136499 136500 136501 136502 136503 136504 136505 136506 136507 136508 136509 136510 136511 136512 136513 136514 136515 136516 136517 136518 136519 136520 136521 136522 136523 136524 136525 136526 136527 136528 136529 136530 136531 136532 136533 136534 136535 136536 136537 136538 136539 136540 136541 136542 136543 136544 136545 136546 136547 136548 136549 136550 136551 136552 136553 136554 136555 136556 136557 136558 136559 136560 136561 136562 136563 136564 136565 136566 136567 136568 136569 136570 136571 136572 136573 136574 136575 136576 136577 136578 136579 136580 136581 136582 136583 136584 136585 136586 136587 136588 136589 136590 136591 136592 136593 136594 136595 136596 136597 136598 136599 136600 136601 136602 136603 136604 136605 136606 136607 136608 136609 136610 136611 136612 136613 136614 136615 136616 136617 136618 136619 136620 136621 136622 136623 136624 136625 136626 136627 136628 136629 136630 136631 136632 136633 136634 136635 136636 136637 136638 136639 136640 136641 136642 136643 136644 136645 136646 136647 136648 136649 136650 136651 136652 136653 136654 136655 136656 136657 136658 136659 136660 136661 136662 136663 136664 136665 136666 136667 136668 136669 136670 136671 136672 136673 136674 136675 136676 136677 136678 136679 136680 136681 136682 136683 136684 136685 136686 136687 136688 136689 136690 136691 136692 136693 136694 136695 136696 136697 136698 136699 136700 136701 136702 136703 136704 136705 136706 136707 136708 136709 136710 136711 136712 136713 136714 136715 136716 136717 136718 136719 136720 136721 136722 136723 136724 136725 136726 136727 136728 136729 136730 136731 136732 136733 136734 136735 136736 136737 136738 136739 136740 136741 136742 136743 136744 136745 136746 136747 136748 136749 136750 136751 136752 136753 136754 136755 136756 136757 136758 136759 136760 136761 136762 136763 136764 136765 136766 136767 136768 136769 136770 136771 136772 136773 136774 136775 136776 136777 136778 136779 136780 136781 136782 136783 136784 136785 136786 136787 136788 136789 136790 136791 136792 136793 136794 136795 136796 136797 136798 136799 136800 136801 136802 136803 136804 136805 136806 136807 136808 136809 136810 136811 136812 136813 136814 136815 136816 136817 136818 136819 136820 136821 136822 136823 136824 136825 136826 136827 136828 136829 136830 136831 136832 136833 136834 136835 136836 136837 136838 136839 136840 136841 136842 136843 136844 136845 136846 136847 136848 136849 136850 136851 136852 136853 136854 136855 136856 136857 136858 136859 136860 136861 136862 136863 136864 136865 136866 136867 136868 136869 136870 136871 136872 136873 136874 136875 136876 136877 136878 136879 136880 136881 136882 136883 136884 136885 136886 136887 136888 136889 136890 136891 136892 136893 136894 136895 136896 136897 136898 136899 136900 136901 136902 136903 136904 136905 136906 136907 136908 136909 136910 136911 136912 136913 136914 136915 136916 136917 TooltipText=null 18:17:38.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:38.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:38.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:38.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:38.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:17:38.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:38.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:38.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:17:38.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 18:17:38.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:38.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:38.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:38.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:38.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:17:38.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:38.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:38.064 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Console ( TestLoopClass [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Aug 26, 2020, 6:17:32 PM – 6:17:36 PM))"as the parent 18:17:38.067 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") 18:17:38.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:38.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:38.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:38.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:38.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:38.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:38.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:38.124 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:38.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:38.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:38.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:38.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:38.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:38.150 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:38.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:17:38.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:38.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:38.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:38.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:38.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:38.199 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:38.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:38.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:38.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:38.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:38.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:38.202 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:38.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:38.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:38.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:38.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:38.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:38.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:38.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:38.212 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:38.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:38.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:38.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:38.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:38.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:38.218 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 18:17:38.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:38.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:38.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:38.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:38.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:38.251 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 18:17:38.251 INFO [WorkbenchTestable][AbstractView] Terminating console 18:17:38.252 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:38.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:38.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:38.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 18:17:38.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:38.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:38.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 18:17:38.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:38.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:38.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:38.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:38.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:38.261 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 18:17:38.261 INFO [WorkbenchTestable][AbstractView] Removing launch from console 18:17:38.262 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:38.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:38.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:38.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=125455 125456 125457 125458 125459 125460 125461 125462 125463 125464 125465 125466 125467 125468 125469 125470 125471 125472 125473 125474 125475 125476 125477 125478 125479 125480 125481 125482 125483 125484 125485 125486 125487 125488 125489 125490 125491 125492 125493 125494 125495 125496 125497 125498 125499 125500 125501 125502 125503 125504 125505 125506 125507 125508 125509 125510 125511 125512 125513 125514 125515 125516 125517 125518 125519 125520 125521 125522 125523 125524 125525 125526 125527 125528 125529 125530 125531 125532 125533 125534 125535 125536 125537 125538 125539 125540 125541 125542 125543 125544 125545 125546 125547 125548 125549 125550 125551 125552 125553 125554 125555 125556 125557 125558 125559 125560 125561 125562 125563 125564 125565 125566 125567 125568 125569 125570 125571 125572 125573 125574 125575 125576 125577 125578 125579 125580 125581 125582 125583 125584 125585 125586 125587 125588 125589 125590 125591 125592 125593 125594 125595 125596 125597 125598 125599 125600 125601 125602 125603 125604 125605 125606 125607 125608 125609 125610 125611 125612 125613 125614 125615 125616 125617 125618 125619 125620 125621 125622 125623 125624 125625 125626 125627 125628 125629 125630 125631 125632 125633 125634 125635 125636 125637 125638 125639 125640 125641 125642 125643 125644 125645 125646 125647 125648 125649 125650 125651 125652 125653 125654 125655 125656 125657 125658 125659 125660 125661 125662 125663 125664 125665 125666 125667 125668 125669 125670 125671 125672 125673 125674 125675 125676 125677 125678 125679 125680 125681 125682 125683 125684 125685 125686 125687 125688 125689 125690 125691 125692 125693 125694 125695 125696 125697 125698 125699 125700 125701 125702 125703 125704 125705 125706 125707 125708 125709 125710 125711 125712 125713 125714 125715 125716 125717 125718 125719 125720 125721 125722 125723 125724 125725 125726 125727 125728 125729 125730 125731 125732 125733 125734 125735 125736 125737 125738 125739 125740 125741 125742 125743 125744 125745 125746 125747 125748 125749 125750 125751 125752 125753 125754 125755 125756 125757 125758 125759 125760 125761 125762 125763 125764 125765 125766 125767 125768 125769 125770 125771 125772 125773 125774 125775 125776 125777 125778 125779 125780 125781 125782 125783 125784 125785 125786 125787 125788 125789 125790 125791 125792 125793 125794 125795 125796 125797 125798 125799 125800 125801 125802 125803 125804 125805 125806 125807 125808 125809 125810 125811 125812 125813 125814 125815 125816 125817 125818 125819 125820 125821 125822 125823 125824 125825 125826 125827 125828 125829 125830 125831 125832 125833 125834 125835 125836 125837 125838 125839 125840 125841 125842 125843 125844 125845 125846 125847 125848 125849 125850 125851 125852 125853 125854 125855 125856 125857 125858 125859 125860 125861 125862 125863 125864 125865 125866 125867 125868 125869 125870 125871 125872 125873 125874 125875 125876 125877 125878 125879 125880 125881 125882 125883 125884 125885 125886 125887 125888 125889 125890 125891 125892 125893 125894 125895 125896 125897 125898 125899 125900 125901 125902 125903 125904 125905 125906 125907 125908 125909 125910 125911 125912 125913 125914 125915 125916 125917 125918 125919 125920 125921 125922 125923 125924 125925 125926 125927 125928 125929 125930 125931 125932 125933 125934 125935 125936 125937 125938 125939 125940 125941 125942 125943 125944 125945 125946 125947 125948 125949 125950 125951 125952 125953 125954 125955 125956 125957 125958 125959 125960 125961 125962 125963 125964 125965 125966 125967 125968 125969 125970 125971 125972 125973 125974 125975 125976 125977 125978 125979 125980 125981 125982 125983 125984 125985 125986 125987 125988 125989 125990 125991 125992 125993 125994 125995 125996 125997 125998 125999 126000 126001 126002 126003 126004 126005 126006 126007 126008 126009 126010 126011 126012 126013 126014 126015 126016 126017 126018 126019 126020 126021 126022 126023 126024 126025 126026 126027 126028 126029 126030 126031 126032 126033 126034 126035 126036 126037 126038 126039 126040 126041 126042 126043 126044 126045 126046 126047 126048 126049 126050 126051 126052 126053 126054 126055 126056 126057 126058 126059 126060 126061 126062 126063 126064 126065 126066 126067 126068 126069 126070 126071 126072 126073 126074 126075 126076 126077 126078 126079 126080 126081 126082 126083 126084 126085 126086 126087 126088 126089 126090 126091 126092 126093 126094 126095 126096 126097 126098 126099 126100 126101 126102 126103 126104 126105 126106 126107 126108 126109 126110 126111 126112 126113 126114 126115 126116 126117 126118 126119 126120 126121 126122 126123 126124 126125 126126 126127 126128 126129 126130 126131 126132 126133 126134 126135 126136 126137 126138 126139 126140 126141 126142 126143 126144 126145 126146 126147 126148 126149 126150 126151 126152 126153 126154 126155 126156 126157 126158 126159 126160 126161 126162 126163 126164 126165 126166 126167 126168 126169 126170 126171 126172 126173 126174 126175 126176 126177 126178 126179 126180 126181 126182 126183 126184 126185 126186 126187 126188 126189 126190 126191 126192 126193 126194 126195 126196 126197 126198 126199 126200 126201 126202 126203 126204 126205 126206 126207 126208 126209 126210 126211 126212 126213 126214 126215 126216 126217 126218 126219 126220 126221 126222 126223 126224 126225 126226 126227 126228 126229 126230 126231 126232 126233 126234 126235 126236 126237 126238 126239 126240 126241 126242 126243 126244 126245 126246 126247 126248 126249 126250 126251 126252 126253 126254 126255 126256 126257 126258 126259 126260 126261 126262 126263 126264 126265 126266 126267 126268 126269 126270 126271 126272 126273 126274 126275 126276 126277 126278 126279 126280 126281 126282 126283 126284 126285 126286 126287 126288 126289 126290 126291 126292 126293 126294 126295 126296 126297 126298 126299 126300 126301 126302 126303 126304 126305 126306 126307 126308 126309 126310 126311 126312 126313 126314 126315 126316 126317 126318 126319 126320 126321 126322 126323 126324 126325 126326 126327 126328 126329 126330 126331 126332 126333 126334 126335 126336 126337 126338 126339 126340 126341 126342 126343 126344 126345 126346 126347 126348 126349 126350 126351 126352 126353 126354 126355 126356 126357 126358 126359 126360 126361 126362 126363 126364 126365 126366 126367 126368 126369 126370 126371 126372 126373 126374 126375 126376 126377 126378 126379 126380 126381 126382 126383 126384 126385 126386 126387 126388 126389 126390 126391 126392 126393 126394 126395 126396 126397 126398 126399 126400 126401 126402 126403 126404 126405 126406 126407 126408 126409 126410 126411 126412 126413 126414 126415 126416 126417 126418 126419 126420 126421 126422 126423 126424 126425 126426 126427 126428 126429 126430 126431 126432 126433 126434 126435 126436 126437 126438 126439 126440 126441 126442 126443 126444 126445 126446 126447 126448 126449 126450 126451 126452 126453 126454 126455 126456 126457 126458 126459 126460 126461 126462 126463 126464 126465 126466 126467 126468 126469 126470 126471 126472 126473 126474 126475 126476 126477 126478 126479 126480 126481 126482 126483 126484 126485 126486 126487 126488 126489 126490 126491 126492 126493 126494 126495 126496 126497 126498 126499 126500 126501 126502 126503 126504 126505 126506 126507 126508 126509 126510 126511 126512 126513 126514 126515 126516 126517 126518 126519 126520 126521 126522 126523 126524 126525 126526 126527 126528 126529 126530 126531 126532 126533 126534 126535 126536 126537 126538 126539 126540 126541 126542 126543 126544 126545 126546 126547 126548 126549 126550 126551 126552 126553 126554 126555 126556 126557 126558 126559 126560 126561 126562 126563 126564 126565 126566 126567 126568 126569 126570 126571 126572 126573 126574 126575 126576 126577 126578 126579 126580 126581 126582 126583 126584 126585 126586 126587 126588 126589 126590 126591 126592 126593 126594 126595 126596 126597 126598 126599 126600 126601 126602 126603 126604 126605 126606 126607 126608 126609 126610 126611 126612 126613 126614 126615 126616 126617 126618 126619 126620 126621 126622 126623 126624 126625 126626 126627 126628 126629 126630 126631 126632 126633 126634 126635 126636 126637 126638 126639 126640 126641 126642 126643 126644 126645 126646 126647 126648 126649 126650 126651 126652 126653 126654 126655 126656 126657 126658 126659 126660 126661 126662 126663 126664 126665 126666 126667 126668 126669 126670 126671 126672 126673 126674 126675 126676 126677 126678 126679 126680 126681 126682 126683 126684 126685 126686 126687 126688 126689 126690 126691 126692 126693 126694 126695 126696 126697 126698 126699 126700 126701 126702 126703 126704 126705 126706 126707 126708 126709 126710 126711 126712 126713 126714 126715 126716 126717 126718 126719 126720 126721 126722 126723 126724 126725 126726 126727 126728 126729 126730 126731 126732 126733 126734 126735 126736 126737 126738 126739 126740 126741 126742 126743 126744 126745 126746 126747 126748 126749 126750 126751 126752 126753 126754 126755 126756 126757 126758 126759 126760 126761 126762 126763 126764 126765 126766 126767 126768 126769 126770 126771 126772 126773 126774 126775 126776 126777 126778 126779 126780 126781 126782 126783 126784 126785 126786 126787 126788 126789 126790 126791 126792 126793 126794 126795 126796 126797 126798 126799 126800 126801 126802 126803 126804 126805 126806 126807 126808 126809 126810 126811 126812 126813 126814 126815 126816 126817 126818 126819 126820 126821 126822 126823 126824 126825 126826 126827 126828 126829 126830 126831 126832 126833 126834 126835 126836 126837 126838 126839 126840 126841 126842 126843 126844 126845 126846 126847 126848 126849 126850 126851 126852 126853 126854 126855 126856 126857 126858 126859 126860 126861 126862 126863 126864 126865 126866 126867 126868 126869 126870 126871 126872 126873 126874 126875 126876 126877 126878 126879 126880 126881 126882 126883 126884 126885 126886 126887 126888 126889 126890 126891 126892 126893 126894 126895 126896 126897 126898 126899 126900 126901 126902 126903 126904 126905 126906 126907 126908 126909 126910 126911 126912 126913 126914 126915 126916 126917 126918 126919 126920 126921 126922 126923 126924 126925 126926 126927 126928 126929 126930 126931 126932 126933 126934 126935 126936 126937 126938 126939 126940 126941 126942 126943 126944 126945 126946 126947 126948 126949 126950 126951 126952 126953 126954 126955 126956 126957 126958 126959 126960 126961 126962 126963 126964 126965 126966 126967 126968 126969 126970 126971 126972 126973 126974 126975 126976 126977 126978 126979 126980 126981 126982 126983 126984 126985 126986 126987 126988 126989 126990 126991 126992 126993 126994 126995 126996 126997 126998 126999 127000 127001 127002 127003 127004 127005 127006 127007 127008 127009 127010 127011 127012 127013 127014 127015 127016 127017 127018 127019 127020 127021 127022 127023 127024 127025 127026 127027 127028 127029 127030 127031 127032 127033 127034 127035 127036 127037 127038 127039 127040 127041 127042 127043 127044 127045 127046 127047 127048 127049 127050 127051 127052 127053 127054 127055 127056 127057 127058 127059 127060 127061 127062 127063 127064 127065 127066 127067 127068 127069 127070 127071 127072 127073 127074 127075 127076 127077 127078 127079 127080 127081 127082 127083 127084 127085 127086 127087 127088 127089 127090 127091 127092 127093 127094 127095 127096 127097 127098 127099 127100 127101 127102 127103 127104 127105 127106 127107 127108 127109 127110 127111 127112 127113 127114 127115 127116 127117 127118 127119 127120 127121 127122 127123 127124 127125 127126 127127 127128 127129 127130 127131 127132 127133 127134 127135 127136 127137 127138 127139 127140 127141 127142 127143 127144 127145 127146 127147 127148 127149 127150 127151 127152 127153 127154 127155 127156 127157 127158 127159 127160 127161 127162 127163 127164 127165 127166 127167 127168 127169 127170 127171 127172 127173 127174 127175 127176 127177 127178 127179 127180 127181 127182 127183 127184 127185 127186 127187 127188 127189 127190 127191 127192 127193 127194 127195 127196 127197 127198 127199 127200 127201 127202 127203 127204 127205 127206 127207 127208 127209 127210 127211 127212 127213 127214 127215 127216 127217 127218 127219 127220 127221 127222 127223 127224 127225 127226 127227 127228 127229 127230 127231 127232 127233 127234 127235 127236 127237 127238 127239 127240 127241 127242 127243 127244 127245 127246 127247 127248 127249 127250 127251 127252 127253 127254 127255 127256 127257 127258 127259 127260 127261 127262 127263 127264 127265 127266 127267 127268 127269 127270 127271 127272 127273 127274 127275 127276 127277 127278 127279 127280 127281 127282 127283 127284 127285 127286 127287 127288 127289 127290 127291 127292 127293 127294 127295 127296 127297 127298 127299 127300 127301 127302 127303 127304 127305 127306 127307 127308 127309 127310 127311 127312 127313 127314 127315 127316 127317 127318 127319 127320 127321 127322 127323 127324 127325 127326 127327 127328 127329 127330 127331 127332 127333 127334 127335 127336 127337 127338 127339 127340 127341 127342 127343 127344 127345 127346 127347 127348 127349 127350 127351 127352 127353 127354 127355 127356 127357 127358 127359 127360 127361 127362 127363 127364 127365 127366 127367 127368 127369 127370 127371 127372 127373 127374 127375 127376 127377 127378 127379 127380 127381 127382 127383 127384 127385 127386 127387 127388 127389 127390 127391 127392 127393 127394 127395 127396 127397 127398 127399 127400 127401 127402 127403 127404 127405 127406 127407 127408 127409 127410 127411 127412 127413 127414 127415 127416 127417 127418 127419 127420 127421 127422 127423 127424 127425 127426 127427 127428 127429 127430 127431 127432 127433 127434 127435 127436 127437 127438 127439 127440 127441 127442 127443 127444 127445 127446 127447 127448 127449 127450 127451 127452 127453 127454 127455 127456 127457 127458 127459 127460 127461 127462 127463 127464 127465 127466 127467 127468 127469 127470 127471 127472 127473 127474 127475 127476 127477 127478 127479 127480 127481 127482 127483 127484 127485 127486 127487 127488 127489 127490 127491 127492 127493 127494 127495 127496 127497 127498 127499 127500 127501 127502 127503 127504 127505 127506 127507 127508 127509 127510 127511 127512 127513 127514 127515 127516 127517 127518 127519 127520 127521 127522 127523 127524 127525 127526 127527 127528 127529 127530 127531 127532 127533 127534 127535 127536 127537 127538 127539 127540 127541 127542 127543 127544 127545 127546 127547 127548 127549 127550 127551 127552 127553 127554 127555 127556 127557 127558 127559 127560 127561 127562 127563 127564 127565 127566 127567 127568 127569 127570 127571 127572 127573 127574 127575 127576 127577 127578 127579 127580 127581 127582 127583 127584 127585 127586 127587 127588 127589 127590 127591 127592 127593 127594 127595 127596 127597 127598 127599 127600 127601 127602 127603 127604 127605 127606 127607 127608 127609 127610 127611 127612 127613 127614 127615 127616 127617 127618 127619 127620 127621 127622 127623 127624 127625 127626 127627 127628 127629 127630 127631 127632 127633 127634 127635 127636 127637 127638 127639 127640 127641 127642 127643 127644 127645 127646 127647 127648 127649 127650 127651 127652 127653 127654 127655 127656 127657 127658 127659 127660 127661 127662 127663 127664 127665 127666 127667 127668 127669 127670 127671 127672 127673 127674 127675 127676 127677 127678 127679 127680 127681 127682 127683 127684 127685 127686 127687 127688 127689 127690 127691 127692 127693 127694 127695 127696 127697 127698 127699 127700 127701 127702 127703 127704 127705 127706 127707 127708 127709 127710 127711 127712 127713 127714 127715 127716 127717 127718 127719 127720 127721 127722 127723 127724 127725 127726 127727 127728 127729 127730 127731 127732 127733 127734 127735 127736 127737 127738 127739 127740 127741 127742 127743 127744 127745 127746 127747 127748 127749 127750 127751 127752 127753 127754 127755 127756 127757 127758 127759 127760 127761 127762 127763 127764 127765 127766 127767 127768 127769 127770 127771 127772 127773 127774 127775 127776 127777 127778 127779 127780 127781 127782 127783 127784 127785 127786 127787 127788 127789 127790 127791 127792 127793 127794 127795 127796 127797 127798 127799 127800 127801 127802 127803 127804 127805 127806 127807 127808 127809 127810 127811 127812 127813 127814 127815 127816 127817 127818 127819 127820 127821 127822 127823 127824 127825 127826 127827 127828 127829 127830 127831 127832 127833 127834 127835 127836 127837 127838 127839 127840 127841 127842 127843 127844 127845 127846 127847 127848 127849 127850 127851 127852 127853 127854 127855 127856 127857 127858 127859 127860 127861 127862 127863 127864 127865 127866 127867 127868 127869 127870 127871 127872 127873 127874 127875 127876 127877 127878 127879 127880 127881 127882 127883 127884 127885 127886 127887 127888 127889 127890 127891 127892 127893 127894 127895 127896 127897 127898 127899 127900 127901 127902 127903 127904 127905 127906 127907 127908 127909 127910 127911 127912 127913 127914 127915 127916 127917 127918 127919 127920 127921 127922 127923 127924 127925 127926 127927 127928 127929 127930 127931 127932 127933 127934 127935 127936 127937 127938 127939 127940 127941 127942 127943 127944 127945 127946 127947 127948 127949 127950 127951 127952 127953 127954 127955 127956 127957 127958 127959 127960 127961 127962 127963 127964 127965 127966 127967 127968 127969 127970 127971 127972 127973 127974 127975 127976 127977 127978 127979 127980 127981 127982 127983 127984 127985 127986 127987 127988 127989 127990 127991 127992 127993 127994 127995 127996 127997 127998 127999 128000 128001 128002 128003 128004 128005 128006 128007 128008 128009 128010 128011 128012 128013 128014 128015 128016 128017 128018 128019 128020 128021 128022 128023 128024 128025 128026 128027 128028 128029 128030 128031 128032 128033 128034 128035 128036 128037 128038 128039 128040 128041 128042 128043 128044 128045 128046 128047 128048 128049 128050 128051 128052 128053 128054 128055 128056 128057 128058 128059 128060 128061 128062 128063 128064 128065 128066 128067 128068 128069 128070 128071 128072 128073 128074 128075 128076 128077 128078 128079 128080 128081 128082 128083 128084 128085 128086 128087 128088 128089 128090 128091 128092 128093 128094 128095 128096 128097 128098 128099 128100 128101 128102 128103 128104 128105 128106 128107 128108 128109 128110 128111 128112 128113 128114 128115 128116 128117 128118 128119 128120 128121 128122 128123 128124 128125 128126 128127 128128 128129 128130 128131 128132 128133 128134 128135 128136 128137 128138 128139 128140 128141 128142 128143 128144 128145 128146 128147 128148 128149 128150 128151 128152 128153 128154 128155 128156 128157 128158 128159 128160 128161 128162 128163 128164 128165 128166 128167 128168 128169 128170 128171 128172 128173 128174 128175 128176 128177 128178 128179 128180 128181 128182 128183 128184 128185 128186 128187 128188 128189 128190 128191 128192 128193 128194 128195 128196 128197 128198 128199 128200 128201 128202 128203 128204 128205 128206 128207 128208 128209 128210 128211 128212 128213 128214 128215 128216 128217 128218 128219 128220 128221 128222 128223 128224 128225 128226 128227 128228 128229 128230 128231 128232 128233 128234 128235 128236 128237 128238 128239 128240 128241 128242 128243 128244 128245 128246 128247 128248 128249 128250 128251 128252 128253 128254 128255 128256 128257 128258 128259 128260 128261 128262 128263 128264 128265 128266 128267 128268 128269 128270 128271 128272 128273 128274 128275 128276 128277 128278 128279 128280 128281 128282 128283 128284 128285 128286 128287 128288 128289 128290 128291 128292 128293 128294 128295 128296 128297 128298 128299 128300 128301 128302 128303 128304 128305 128306 128307 128308 128309 128310 128311 128312 128313 128314 128315 128316 128317 128318 128319 128320 128321 128322 128323 128324 128325 128326 128327 128328 128329 128330 128331 128332 128333 128334 128335 128336 128337 128338 128339 128340 128341 128342 128343 128344 128345 128346 128347 128348 128349 128350 128351 128352 128353 128354 128355 128356 128357 128358 128359 128360 128361 128362 128363 128364 128365 128366 128367 128368 128369 128370 128371 128372 128373 128374 128375 128376 128377 128378 128379 128380 128381 128382 128383 128384 128385 128386 128387 128388 128389 128390 128391 128392 128393 128394 128395 128396 128397 128398 128399 128400 128401 128402 128403 128404 128405 128406 128407 128408 128409 128410 128411 128412 128413 128414 128415 128416 128417 128418 128419 128420 128421 128422 128423 128424 128425 128426 128427 128428 128429 128430 128431 128432 128433 128434 128435 128436 128437 128438 128439 128440 128441 128442 128443 128444 128445 128446 128447 128448 128449 128450 128451 128452 128453 128454 128455 128456 128457 128458 128459 128460 128461 128462 128463 128464 128465 128466 128467 128468 128469 128470 128471 128472 128473 128474 128475 128476 128477 128478 128479 128480 128481 128482 128483 128484 128485 128486 128487 128488 128489 128490 128491 128492 128493 128494 128495 128496 128497 128498 128499 128500 128501 128502 128503 128504 128505 128506 128507 128508 128509 128510 128511 128512 128513 128514 128515 128516 128517 128518 128519 128520 128521 128522 128523 128524 128525 128526 128527 128528 128529 128530 128531 128532 128533 128534 128535 128536 128537 128538 128539 128540 128541 128542 128543 128544 128545 128546 128547 128548 128549 128550 128551 128552 128553 128554 128555 128556 128557 128558 128559 128560 128561 128562 128563 128564 128565 128566 128567 128568 128569 128570 128571 128572 128573 128574 128575 128576 128577 128578 128579 128580 128581 128582 128583 128584 128585 128586 128587 128588 128589 128590 128591 128592 128593 128594 128595 128596 128597 128598 128599 128600 128601 128602 128603 128604 128605 128606 128607 128608 128609 128610 128611 128612 128613 128614 128615 128616 128617 128618 128619 128620 128621 128622 128623 128624 128625 128626 128627 128628 128629 128630 128631 128632 128633 128634 128635 128636 128637 128638 128639 128640 128641 128642 128643 128644 128645 128646 128647 128648 128649 128650 128651 128652 128653 128654 128655 128656 128657 128658 128659 128660 128661 128662 128663 128664 128665 128666 128667 128668 128669 128670 128671 128672 128673 128674 128675 128676 128677 128678 128679 128680 128681 128682 128683 128684 128685 128686 128687 128688 128689 128690 128691 128692 128693 128694 128695 128696 128697 128698 128699 128700 128701 128702 128703 128704 128705 128706 128707 128708 128709 128710 128711 128712 128713 128714 128715 128716 128717 128718 128719 128720 128721 128722 128723 128724 128725 128726 128727 128728 128729 128730 128731 128732 128733 128734 128735 128736 128737 128738 128739 128740 128741 128742 128743 128744 128745 128746 128747 128748 128749 128750 128751 128752 128753 128754 128755 128756 128757 128758 128759 128760 128761 128762 128763 128764 128765 128766 128767 128768 128769 128770 128771 128772 128773 128774 128775 128776 128777 128778 128779 128780 128781 128782 128783 128784 128785 128786 128787 128788 128789 128790 128791 128792 128793 128794 128795 128796 128797 128798 128799 128800 128801 128802 128803 128804 128805 128806 128807 128808 128809 128810 128811 128812 128813 128814 128815 128816 128817 128818 128819 128820 128821 128822 128823 128824 128825 128826 128827 128828 128829 128830 128831 128832 128833 128834 128835 128836 128837 128838 128839 128840 128841 128842 128843 128844 128845 128846 128847 128848 128849 128850 128851 128852 128853 128854 128855 128856 128857 128858 128859 128860 128861 128862 128863 128864 128865 128866 128867 128868 128869 128870 128871 128872 128873 128874 128875 128876 128877 128878 128879 128880 128881 128882 128883 128884 128885 128886 128887 128888 128889 128890 128891 128892 128893 128894 128895 128896 128897 128898 128899 128900 128901 128902 128903 128904 128905 128906 128907 128908 128909 128910 128911 128912 128913 128914 128915 128916 128917 128918 128919 128920 128921 128922 128923 128924 128925 128926 128927 128928 128929 128930 128931 128932 128933 128934 128935 128936 128937 128938 128939 128940 128941 128942 128943 128944 128945 128946 128947 128948 128949 128950 128951 128952 128953 128954 128955 128956 128957 128958 128959 128960 128961 128962 128963 128964 128965 128966 128967 128968 128969 128970 128971 128972 128973 128974 128975 128976 128977 128978 128979 128980 128981 128982 128983 128984 128985 128986 128987 128988 128989 128990 128991 128992 128993 128994 128995 128996 128997 128998 128999 129000 129001 129002 129003 129004 129005 129006 129007 129008 129009 129010 129011 129012 129013 129014 129015 129016 129017 129018 129019 129020 129021 129022 129023 129024 129025 129026 129027 129028 129029 129030 129031 129032 129033 129034 129035 129036 129037 129038 129039 129040 129041 129042 129043 129044 129045 129046 129047 129048 129049 129050 129051 129052 129053 129054 129055 129056 129057 129058 129059 129060 129061 129062 129063 129064 129065 129066 129067 129068 129069 129070 129071 129072 129073 129074 129075 129076 129077 129078 129079 129080 129081 129082 129083 129084 129085 129086 129087 129088 129089 129090 129091 129092 129093 129094 129095 129096 129097 129098 129099 129100 129101 129102 129103 129104 129105 129106 129107 129108 129109 129110 129111 129112 129113 129114 129115 129116 129117 129118 129119 129120 129121 129122 129123 129124 129125 129126 129127 129128 129129 129130 129131 129132 129133 129134 129135 129136 129137 129138 129139 129140 129141 129142 129143 129144 129145 129146 129147 129148 129149 129150 129151 129152 129153 129154 129155 129156 129157 129158 129159 129160 129161 129162 129163 129164 129165 129166 129167 129168 129169 129170 129171 129172 129173 129174 129175 129176 129177 129178 129179 129180 129181 129182 129183 129184 129185 129186 129187 129188 129189 129190 129191 129192 129193 129194 129195 129196 129197 129198 129199 129200 129201 129202 129203 129204 129205 129206 129207 129208 129209 129210 129211 129212 129213 129214 129215 129216 129217 129218 129219 129220 129221 129222 129223 129224 129225 129226 129227 129228 129229 129230 129231 129232 129233 129234 129235 129236 129237 129238 129239 129240 129241 129242 129243 129244 129245 129246 129247 129248 129249 129250 129251 129252 129253 129254 129255 129256 129257 129258 129259 129260 129261 129262 129263 129264 129265 129266 129267 129268 129269 129270 129271 129272 129273 129274 129275 129276 129277 129278 129279 129280 129281 129282 129283 129284 129285 129286 129287 129288 129289 129290 129291 129292 129293 129294 129295 129296 129297 129298 129299 129300 129301 129302 129303 129304 129305 129306 129307 129308 129309 129310 129311 129312 129313 129314 129315 129316 129317 129318 129319 129320 129321 129322 129323 129324 129325 129326 129327 129328 129329 129330 129331 129332 129333 129334 129335 129336 129337 129338 129339 129340 129341 129342 129343 129344 129345 129346 129347 129348 129349 129350 129351 129352 129353 129354 129355 129356 129357 129358 129359 129360 129361 129362 129363 129364 129365 129366 129367 129368 129369 129370 129371 129372 129373 129374 129375 129376 129377 129378 129379 129380 129381 129382 129383 129384 129385 129386 129387 129388 129389 129390 129391 129392 129393 129394 129395 129396 129397 129398 129399 129400 129401 129402 129403 129404 129405 129406 129407 129408 129409 129410 129411 129412 129413 129414 129415 129416 129417 129418 129419 129420 129421 129422 129423 129424 129425 129426 129427 129428 129429 129430 129431 129432 129433 129434 129435 129436 129437 129438 129439 129440 129441 129442 129443 129444 129445 129446 129447 129448 129449 129450 129451 129452 129453 129454 129455 129456 129457 129458 129459 129460 129461 129462 129463 129464 129465 129466 129467 129468 129469 129470 129471 129472 129473 129474 129475 129476 129477 129478 129479 129480 129481 129482 129483 129484 129485 129486 129487 129488 129489 129490 129491 129492 129493 129494 129495 129496 129497 129498 129499 129500 129501 129502 129503 129504 129505 129506 129507 129508 129509 129510 129511 129512 129513 129514 129515 129516 129517 129518 129519 129520 129521 129522 129523 129524 129525 129526 129527 129528 129529 129530 129531 129532 129533 129534 129535 129536 129537 129538 129539 129540 129541 129542 129543 129544 129545 129546 129547 129548 129549 129550 129551 129552 129553 129554 129555 129556 129557 129558 129559 129560 129561 129562 129563 129564 129565 129566 129567 129568 129569 129570 129571 129572 129573 129574 129575 129576 129577 129578 129579 129580 129581 129582 129583 129584 129585 129586 129587 129588 129589 129590 129591 129592 129593 129594 129595 129596 129597 129598 129599 129600 129601 129602 129603 129604 129605 129606 129607 129608 129609 129610 129611 129612 129613 129614 129615 129616 129617 129618 129619 129620 129621 129622 129623 129624 129625 129626 129627 129628 129629 129630 129631 129632 129633 129634 129635 129636 129637 129638 129639 129640 129641 129642 129643 129644 129645 129646 129647 129648 129649 129650 129651 129652 129653 129654 129655 129656 129657 129658 129659 129660 129661 129662 129663 129664 129665 129666 129667 129668 129669 129670 129671 129672 129673 129674 129675 129676 129677 129678 129679 129680 129681 129682 129683 129684 129685 129686 129687 129688 129689 129690 129691 129692 129693 129694 129695 129696 129697 129698 129699 129700 129701 129702 129703 129704 129705 129706 129707 129708 129709 129710 129711 129712 129713 129714 129715 129716 129717 129718 129719 129720 129721 129722 129723 129724 129725 129726 129727 129728 129729 129730 129731 129732 129733 129734 129735 129736 129737 129738 129739 129740 129741 129742 129743 129744 129745 129746 129747 129748 129749 129750 129751 129752 129753 129754 129755 129756 129757 129758 129759 129760 129761 129762 129763 129764 129765 129766 129767 129768 129769 129770 129771 129772 129773 129774 129775 129776 129777 129778 129779 129780 129781 129782 129783 129784 129785 129786 129787 129788 129789 129790 129791 129792 129793 129794 129795 129796 129797 129798 129799 129800 129801 129802 129803 129804 129805 129806 129807 129808 129809 129810 129811 129812 129813 129814 129815 129816 129817 129818 129819 129820 129821 129822 129823 129824 129825 129826 129827 129828 129829 129830 129831 129832 129833 129834 129835 129836 129837 129838 129839 129840 129841 129842 129843 129844 129845 129846 129847 129848 129849 129850 129851 129852 129853 129854 129855 129856 129857 129858 129859 129860 129861 129862 129863 129864 129865 129866 129867 129868 129869 129870 129871 129872 129873 129874 129875 129876 129877 129878 129879 129880 129881 129882 129883 129884 129885 129886 129887 129888 129889 129890 129891 129892 129893 129894 129895 129896 129897 129898 129899 129900 129901 129902 129903 129904 129905 129906 129907 129908 129909 129910 129911 129912 129913 129914 129915 129916 129917 129918 129919 129920 129921 129922 129923 129924 129925 129926 129927 129928 129929 129930 129931 129932 129933 129934 129935 129936 129937 129938 129939 129940 129941 129942 129943 129944 129945 129946 129947 129948 129949 129950 129951 129952 129953 129954 129955 129956 129957 129958 129959 129960 129961 129962 129963 129964 129965 129966 129967 129968 129969 129970 129971 129972 129973 129974 129975 129976 129977 129978 129979 129980 129981 129982 129983 129984 129985 129986 129987 129988 129989 129990 129991 129992 129993 129994 129995 129996 129997 129998 129999 130000 130001 130002 130003 130004 130005 130006 130007 130008 130009 130010 130011 130012 130013 130014 130015 130016 130017 130018 130019 130020 130021 130022 130023 130024 130025 130026 130027 130028 130029 130030 130031 130032 130033 130034 130035 130036 130037 130038 130039 130040 130041 130042 130043 130044 130045 130046 130047 130048 130049 130050 130051 130052 130053 130054 130055 130056 130057 130058 130059 130060 130061 130062 130063 130064 130065 130066 130067 130068 130069 130070 130071 130072 130073 130074 130075 130076 130077 130078 130079 130080 130081 130082 130083 130084 130085 130086 130087 130088 130089 130090 130091 130092 130093 130094 130095 130096 130097 130098 130099 130100 130101 130102 130103 130104 130105 130106 130107 130108 130109 130110 130111 130112 130113 130114 130115 130116 130117 130118 130119 130120 130121 130122 130123 130124 130125 130126 130127 130128 130129 130130 130131 130132 130133 130134 130135 130136 130137 130138 130139 130140 130141 130142 130143 130144 130145 130146 130147 130148 130149 130150 130151 130152 130153 130154 130155 130156 130157 130158 130159 130160 130161 130162 130163 130164 130165 130166 130167 130168 130169 130170 130171 130172 130173 130174 130175 130176 130177 130178 130179 130180 130181 130182 130183 130184 130185 130186 130187 130188 130189 130190 130191 130192 130193 130194 130195 130196 130197 130198 130199 130200 130201 130202 130203 130204 130205 130206 130207 130208 130209 130210 130211 130212 130213 130214 130215 130216 130217 130218 130219 130220 130221 130222 130223 130224 130225 130226 130227 130228 130229 130230 130231 130232 130233 130234 130235 130236 130237 130238 130239 130240 130241 130242 130243 130244 130245 130246 130247 130248 130249 130250 130251 130252 130253 130254 130255 130256 130257 130258 130259 130260 130261 130262 130263 130264 130265 130266 130267 130268 130269 130270 130271 130272 130273 130274 130275 130276 130277 130278 130279 130280 130281 130282 130283 130284 130285 130286 130287 130288 130289 130290 130291 130292 130293 130294 130295 130296 130297 130298 130299 130300 130301 130302 130303 130304 130305 130306 130307 130308 130309 130310 130311 130312 130313 130314 130315 130316 130317 130318 130319 130320 130321 130322 130323 130324 130325 130326 130327 130328 130329 130330 130331 130332 130333 130334 130335 130336 130337 130338 130339 130340 130341 130342 130343 130344 130345 130346 130347 130348 130349 130350 130351 130352 130353 130354 130355 130356 130357 130358 130359 130360 130361 130362 130363 130364 130365 130366 130367 130368 130369 130370 130371 130372 130373 130374 130375 130376 130377 130378 130379 130380 130381 130382 130383 130384 130385 130386 130387 130388 130389 130390 130391 130392 130393 130394 130395 130396 130397 130398 130399 130400 130401 130402 130403 130404 130405 130406 130407 130408 130409 130410 130411 130412 130413 130414 130415 130416 130417 130418 130419 130420 130421 130422 130423 130424 130425 130426 130427 130428 130429 130430 130431 130432 130433 130434 130435 130436 130437 130438 130439 130440 130441 130442 130443 130444 130445 130446 130447 130448 130449 130450 130451 130452 130453 130454 130455 130456 130457 130458 130459 130460 130461 130462 130463 130464 130465 130466 130467 130468 130469 130470 130471 130472 130473 130474 130475 130476 130477 130478 130479 130480 130481 130482 130483 130484 130485 130486 130487 130488 130489 130490 130491 130492 130493 130494 130495 130496 130497 130498 130499 130500 130501 130502 130503 130504 130505 130506 130507 130508 130509 130510 130511 130512 130513 130514 130515 130516 130517 130518 130519 130520 130521 130522 130523 130524 130525 130526 130527 130528 130529 130530 130531 130532 130533 130534 130535 130536 130537 130538 130539 130540 130541 130542 130543 130544 130545 130546 130547 130548 130549 130550 130551 130552 130553 130554 130555 130556 130557 130558 130559 130560 130561 130562 130563 130564 130565 130566 130567 130568 130569 130570 130571 130572 130573 130574 130575 130576 130577 130578 130579 130580 130581 130582 130583 130584 130585 130586 130587 130588 130589 130590 130591 130592 130593 130594 130595 130596 130597 130598 130599 130600 130601 130602 130603 130604 130605 130606 130607 130608 130609 130610 130611 130612 130613 130614 130615 130616 130617 130618 130619 130620 130621 130622 130623 130624 130625 130626 130627 130628 130629 130630 130631 130632 130633 130634 130635 130636 130637 130638 130639 130640 130641 130642 130643 130644 130645 130646 130647 130648 130649 130650 130651 130652 130653 130654 130655 130656 130657 130658 130659 130660 130661 130662 130663 130664 130665 130666 130667 130668 130669 130670 130671 130672 130673 130674 130675 130676 130677 130678 130679 130680 130681 130682 130683 130684 130685 130686 130687 130688 130689 130690 130691 130692 130693 130694 130695 130696 130697 130698 130699 130700 130701 130702 130703 130704 130705 130706 130707 130708 130709 130710 130711 130712 130713 130714 130715 130716 130717 130718 130719 130720 130721 130722 130723 130724 130725 130726 130727 130728 130729 130730 130731 130732 130733 130734 130735 130736 130737 130738 130739 130740 130741 130742 130743 130744 130745 130746 130747 130748 130749 130750 130751 130752 130753 130754 130755 130756 130757 130758 130759 130760 130761 130762 130763 130764 130765 130766 130767 130768 130769 130770 130771 130772 130773 130774 130775 130776 130777 130778 130779 130780 130781 130782 130783 130784 130785 130786 130787 130788 130789 130790 130791 130792 130793 130794 130795 130796 130797 130798 130799 130800 130801 130802 130803 130804 130805 130806 130807 130808 130809 130810 130811 130812 130813 130814 130815 130816 130817 130818 130819 130820 130821 130822 130823 130824 130825 130826 130827 130828 130829 130830 130831 130832 130833 130834 130835 130836 130837 130838 130839 130840 130841 130842 130843 130844 130845 130846 130847 130848 130849 130850 130851 130852 130853 130854 130855 130856 130857 130858 130859 130860 130861 130862 130863 130864 130865 130866 130867 130868 130869 130870 130871 130872 130873 130874 130875 130876 130877 130878 130879 130880 130881 130882 130883 130884 130885 130886 130887 130888 130889 130890 130891 130892 130893 130894 130895 130896 130897 130898 130899 130900 130901 130902 130903 130904 130905 130906 130907 130908 130909 130910 130911 130912 130913 130914 130915 130916 130917 130918 130919 130920 130921 130922 130923 130924 130925 130926 130927 130928 130929 130930 130931 130932 130933 130934 130935 130936 130937 130938 130939 130940 130941 130942 130943 130944 130945 130946 130947 130948 130949 130950 130951 130952 130953 130954 130955 130956 130957 130958 130959 130960 130961 130962 130963 130964 130965 130966 130967 130968 130969 130970 130971 130972 130973 130974 130975 130976 130977 130978 130979 130980 130981 130982 130983 130984 130985 130986 130987 130988 130989 130990 130991 130992 130993 130994 130995 130996 130997 130998 130999 131000 131001 131002 131003 131004 131005 131006 131007 131008 131009 131010 131011 131012 131013 131014 131015 131016 131017 131018 131019 131020 131021 131022 131023 131024 131025 131026 131027 131028 131029 131030 131031 131032 131033 131034 131035 131036 131037 131038 131039 131040 131041 131042 131043 131044 131045 131046 131047 131048 131049 131050 131051 131052 131053 131054 131055 131056 131057 131058 131059 131060 131061 131062 131063 131064 131065 131066 131067 131068 131069 131070 131071 131072 131073 131074 131075 131076 131077 131078 131079 131080 131081 131082 131083 131084 131085 131086 131087 131088 131089 131090 131091 131092 131093 131094 131095 131096 131097 131098 131099 131100 131101 131102 131103 131104 131105 131106 131107 131108 131109 131110 131111 131112 131113 131114 131115 131116 131117 131118 131119 131120 131121 131122 131123 131124 131125 131126 131127 131128 131129 131130 131131 131132 131133 131134 131135 131136 131137 131138 131139 131140 131141 131142 131143 131144 131145 131146 131147 131148 131149 131150 131151 131152 131153 131154 131155 131156 131157 131158 131159 131160 131161 131162 131163 131164 131165 131166 131167 131168 131169 131170 131171 131172 131173 131174 131175 131176 131177 131178 131179 131180 131181 131182 131183 131184 131185 131186 131187 131188 131189 131190 131191 131192 131193 131194 131195 131196 131197 131198 131199 131200 131201 131202 131203 131204 131205 131206 131207 131208 131209 131210 131211 131212 131213 131214 131215 131216 131217 131218 131219 131220 131221 131222 131223 131224 131225 131226 131227 131228 131229 131230 131231 131232 131233 131234 131235 131236 131237 131238 131239 131240 131241 131242 131243 131244 131245 131246 131247 131248 131249 131250 131251 131252 131253 131254 131255 131256 131257 131258 131259 131260 131261 131262 131263 131264 131265 131266 131267 131268 131269 131270 131271 131272 131273 131274 131275 131276 131277 131278 131279 131280 131281 131282 131283 131284 131285 131286 131287 131288 131289 131290 131291 131292 131293 131294 131295 131296 131297 131298 131299 131300 131301 131302 131303 131304 131305 131306 131307 131308 131309 131310 131311 131312 131313 131314 131315 131316 131317 131318 131319 131320 131321 131322 131323 131324 131325 131326 131327 131328 131329 131330 131331 131332 131333 131334 131335 131336 131337 131338 131339 131340 131341 131342 131343 131344 131345 131346 131347 131348 131349 131350 131351 131352 131353 131354 131355 131356 131357 131358 131359 131360 131361 131362 131363 131364 131365 131366 131367 131368 131369 131370 131371 131372 131373 131374 131375 131376 131377 131378 131379 131380 131381 131382 131383 131384 131385 131386 131387 131388 131389 131390 131391 131392 131393 131394 131395 131396 131397 131398 131399 131400 131401 131402 131403 131404 131405 131406 131407 131408 131409 131410 131411 131412 131413 131414 131415 131416 131417 131418 131419 131420 131421 131422 131423 131424 131425 131426 131427 131428 131429 131430 131431 131432 131433 131434 131435 131436 131437 131438 131439 131440 131441 131442 131443 131444 131445 131446 131447 131448 131449 131450 131451 131452 131453 131454 131455 131456 131457 131458 131459 131460 131461 131462 131463 131464 131465 131466 131467 131468 131469 131470 131471 131472 131473 131474 131475 131476 131477 131478 131479 131480 131481 131482 131483 131484 131485 131486 131487 131488 131489 131490 131491 131492 131493 131494 131495 131496 131497 131498 131499 131500 131501 131502 131503 131504 131505 131506 131507 131508 131509 131510 131511 131512 131513 131514 131515 131516 131517 131518 131519 131520 131521 131522 131523 131524 131525 131526 131527 131528 131529 131530 131531 131532 131533 131534 131535 131536 131537 131538 131539 131540 131541 131542 131543 131544 131545 131546 131547 131548 131549 131550 131551 131552 131553 131554 131555 131556 131557 131558 131559 131560 131561 131562 131563 131564 131565 131566 131567 131568 131569 131570 131571 131572 131573 131574 131575 131576 131577 131578 131579 131580 131581 131582 131583 131584 131585 131586 131587 131588 131589 131590 131591 131592 131593 131594 131595 131596 131597 131598 131599 131600 131601 131602 131603 131604 131605 131606 131607 131608 131609 131610 131611 131612 131613 131614 131615 131616 131617 131618 131619 131620 131621 131622 131623 131624 131625 131626 131627 131628 131629 131630 131631 131632 131633 131634 131635 131636 131637 131638 131639 131640 131641 131642 131643 131644 131645 131646 131647 131648 131649 131650 131651 131652 131653 131654 131655 131656 131657 131658 131659 131660 131661 131662 131663 131664 131665 131666 131667 131668 131669 131670 131671 131672 131673 131674 131675 131676 131677 131678 131679 131680 131681 131682 131683 131684 131685 131686 131687 131688 131689 131690 131691 131692 131693 131694 131695 131696 131697 131698 131699 131700 131701 131702 131703 131704 131705 131706 131707 131708 131709 131710 131711 131712 131713 131714 131715 131716 131717 131718 131719 131720 131721 131722 131723 131724 131725 131726 131727 131728 131729 131730 131731 131732 131733 131734 131735 131736 131737 131738 131739 131740 131741 131742 131743 131744 131745 131746 131747 131748 131749 131750 131751 131752 131753 131754 131755 131756 131757 131758 131759 131760 131761 131762 131763 131764 131765 131766 131767 131768 131769 131770 131771 131772 131773 131774 131775 131776 131777 131778 131779 131780 131781 131782 131783 131784 131785 131786 131787 131788 131789 131790 131791 131792 131793 131794 131795 131796 131797 131798 131799 131800 131801 131802 131803 131804 131805 131806 131807 131808 131809 131810 131811 131812 131813 131814 131815 131816 131817 131818 131819 131820 131821 131822 131823 131824 131825 131826 131827 131828 131829 131830 131831 131832 131833 131834 131835 131836 131837 131838 131839 131840 131841 131842 131843 131844 131845 131846 131847 131848 131849 131850 131851 131852 131853 131854 131855 131856 131857 131858 131859 131860 131861 131862 131863 131864 131865 131866 131867 131868 131869 131870 131871 131872 131873 131874 131875 131876 131877 131878 131879 131880 131881 131882 131883 131884 131885 131886 131887 131888 131889 131890 131891 131892 131893 131894 131895 131896 131897 131898 131899 131900 131901 131902 131903 131904 131905 131906 131907 131908 131909 131910 131911 131912 131913 131914 131915 131916 131917 131918 131919 131920 131921 131922 131923 131924 131925 131926 131927 131928 131929 131930 131931 131932 131933 131934 131935 131936 131937 131938 131939 131940 131941 131942 131943 131944 131945 131946 131947 131948 131949 131950 131951 131952 131953 131954 131955 131956 131957 131958 131959 131960 131961 131962 131963 131964 131965 131966 131967 131968 131969 131970 131971 131972 131973 131974 131975 131976 131977 131978 131979 131980 131981 131982 131983 131984 131985 131986 131987 131988 131989 131990 131991 131992 131993 131994 131995 131996 131997 131998 131999 132000 132001 132002 132003 132004 132005 132006 132007 132008 132009 132010 132011 132012 132013 132014 132015 132016 132017 132018 132019 132020 132021 132022 132023 132024 132025 132026 132027 132028 132029 132030 132031 132032 132033 132034 132035 132036 132037 132038 132039 132040 132041 132042 132043 132044 132045 132046 132047 132048 132049 132050 132051 132052 132053 132054 132055 132056 132057 132058 132059 132060 132061 132062 132063 132064 132065 132066 132067 132068 132069 132070 132071 132072 132073 132074 132075 132076 132077 132078 132079 132080 132081 132082 132083 132084 132085 132086 132087 132088 132089 132090 132091 132092 132093 132094 132095 132096 132097 132098 132099 132100 132101 132102 132103 132104 132105 132106 132107 132108 132109 132110 132111 132112 132113 132114 132115 132116 132117 132118 132119 132120 132121 132122 132123 132124 132125 132126 132127 132128 132129 132130 132131 132132 132133 132134 132135 132136 132137 132138 132139 132140 132141 132142 132143 132144 132145 132146 132147 132148 132149 132150 132151 132152 132153 132154 132155 132156 132157 132158 132159 132160 132161 132162 132163 132164 132165 132166 132167 132168 132169 132170 132171 132172 132173 132174 132175 132176 132177 132178 132179 132180 132181 132182 132183 132184 132185 132186 132187 132188 132189 132190 132191 132192 132193 132194 132195 132196 132197 132198 132199 132200 132201 132202 132203 132204 132205 132206 132207 132208 132209 132210 132211 132212 132213 132214 132215 132216 132217 132218 132219 132220 132221 132222 132223 132224 132225 132226 132227 132228 132229 132230 132231 132232 132233 132234 132235 132236 132237 132238 132239 132240 132241 132242 132243 132244 132245 132246 132247 132248 132249 132250 132251 132252 132253 132254 132255 132256 132257 132258 132259 132260 132261 132262 132263 132264 132265 132266 132267 132268 132269 132270 132271 132272 132273 132274 132275 132276 132277 132278 132279 132280 132281 132282 132283 132284 132285 132286 132287 132288 132289 132290 132291 132292 132293 132294 132295 132296 132297 132298 132299 132300 132301 132302 132303 132304 132305 132306 132307 132308 132309 132310 132311 132312 132313 132314 132315 132316 132317 132318 132319 132320 132321 132322 132323 132324 132325 132326 132327 132328 132329 132330 132331 132332 132333 132334 132335 132336 132337 132338 132339 132340 132341 132342 132343 132344 132345 132346 132347 132348 132349 132350 132351 132352 132353 132354 132355 132356 132357 132358 132359 132360 132361 132362 132363 132364 132365 132366 132367 132368 132369 132370 132371 132372 132373 132374 132375 132376 132377 132378 132379 132380 132381 132382 132383 132384 132385 132386 132387 132388 132389 132390 132391 132392 132393 132394 132395 132396 132397 132398 132399 132400 132401 132402 132403 132404 132405 132406 132407 132408 132409 132410 132411 132412 132413 132414 132415 132416 132417 132418 132419 132420 132421 132422 132423 132424 132425 132426 132427 132428 132429 132430 132431 132432 132433 132434 132435 132436 132437 132438 132439 132440 132441 132442 132443 132444 132445 132446 132447 132448 132449 132450 132451 132452 132453 132454 132455 132456 132457 132458 132459 132460 132461 132462 132463 132464 132465 132466 132467 132468 132469 132470 132471 132472 132473 132474 132475 132476 132477 132478 132479 132480 132481 132482 132483 132484 132485 132486 132487 132488 132489 132490 132491 132492 132493 132494 132495 132496 132497 132498 132499 132500 132501 132502 132503 132504 132505 132506 132507 132508 132509 132510 132511 132512 132513 132514 132515 132516 132517 132518 132519 132520 132521 132522 132523 132524 132525 132526 132527 132528 132529 132530 132531 132532 132533 132534 132535 132536 132537 132538 132539 132540 132541 132542 132543 132544 132545 132546 132547 132548 132549 132550 132551 132552 132553 132554 132555 132556 132557 132558 132559 132560 132561 132562 132563 132564 132565 132566 132567 132568 132569 132570 132571 132572 132573 132574 132575 132576 132577 132578 132579 132580 132581 132582 132583 132584 132585 132586 132587 132588 132589 132590 132591 132592 132593 132594 132595 132596 132597 132598 132599 132600 132601 132602 132603 132604 132605 132606 132607 132608 132609 132610 132611 132612 132613 132614 132615 132616 132617 132618 132619 132620 132621 132622 132623 132624 132625 132626 132627 132628 132629 132630 132631 132632 132633 132634 132635 132636 132637 132638 132639 132640 132641 132642 132643 132644 132645 132646 132647 132648 132649 132650 132651 132652 132653 132654 132655 132656 132657 132658 132659 132660 132661 132662 132663 132664 132665 132666 132667 132668 132669 132670 132671 132672 132673 132674 132675 132676 132677 132678 132679 132680 132681 132682 132683 132684 132685 132686 132687 132688 132689 132690 132691 132692 132693 132694 132695 132696 132697 132698 132699 132700 132701 132702 132703 132704 132705 132706 132707 132708 132709 132710 132711 132712 132713 132714 132715 132716 132717 132718 132719 132720 132721 132722 132723 132724 132725 132726 132727 132728 132729 132730 132731 132732 132733 132734 132735 132736 132737 132738 132739 132740 132741 132742 132743 132744 132745 132746 132747 132748 132749 132750 132751 132752 132753 132754 132755 132756 132757 132758 132759 132760 132761 132762 132763 132764 132765 132766 132767 132768 132769 132770 132771 132772 132773 132774 132775 132776 132777 132778 132779 132780 132781 132782 132783 132784 132785 132786 132787 132788 132789 132790 132791 132792 132793 132794 132795 132796 132797 132798 132799 132800 132801 132802 132803 132804 132805 132806 132807 132808 132809 132810 132811 132812 132813 132814 132815 132816 132817 132818 132819 132820 132821 132822 132823 132824 132825 132826 132827 132828 132829 132830 132831 132832 132833 132834 132835 132836 132837 132838 132839 132840 132841 132842 132843 132844 132845 132846 132847 132848 132849 132850 132851 132852 132853 132854 132855 132856 132857 132858 132859 132860 132861 132862 132863 132864 132865 132866 132867 132868 132869 132870 132871 132872 132873 132874 132875 132876 132877 132878 132879 132880 132881 132882 132883 132884 132885 132886 132887 132888 132889 132890 132891 132892 132893 132894 132895 132896 132897 132898 132899 132900 132901 132902 132903 132904 132905 132906 132907 132908 132909 132910 132911 132912 132913 132914 132915 132916 132917 132918 132919 132920 132921 132922 132923 132924 132925 132926 132927 132928 132929 132930 132931 132932 132933 132934 132935 132936 132937 132938 132939 132940 132941 132942 132943 132944 132945 132946 132947 132948 132949 132950 132951 132952 132953 132954 132955 132956 132957 132958 132959 132960 132961 132962 132963 132964 132965 132966 132967 132968 132969 132970 132971 132972 132973 132974 132975 132976 132977 132978 132979 132980 132981 132982 132983 132984 132985 132986 132987 132988 132989 132990 132991 132992 132993 132994 132995 132996 132997 132998 132999 133000 133001 133002 133003 133004 133005 133006 133007 133008 133009 133010 133011 133012 133013 133014 133015 133016 133017 133018 133019 133020 133021 133022 133023 133024 133025 133026 133027 133028 133029 133030 133031 133032 133033 133034 133035 133036 133037 133038 133039 133040 133041 133042 133043 133044 133045 133046 133047 133048 133049 133050 133051 133052 133053 133054 133055 133056 133057 133058 133059 133060 133061 133062 133063 133064 133065 133066 133067 133068 133069 133070 133071 133072 133073 133074 133075 133076 133077 133078 133079 133080 133081 133082 133083 133084 133085 133086 133087 133088 133089 133090 133091 133092 133093 133094 133095 133096 133097 133098 133099 133100 133101 133102 133103 133104 133105 133106 133107 133108 133109 133110 133111 133112 133113 133114 133115 133116 133117 133118 133119 133120 133121 133122 133123 133124 133125 133126 133127 133128 133129 133130 133131 133132 133133 133134 133135 133136 133137 133138 133139 133140 133141 133142 133143 133144 133145 133146 133147 133148 133149 133150 133151 133152 133153 133154 133155 133156 133157 133158 133159 133160 133161 133162 133163 133164 133165 133166 133167 133168 133169 133170 133171 133172 133173 133174 133175 133176 133177 133178 133179 133180 133181 133182 133183 133184 133185 133186 133187 133188 133189 133190 133191 133192 133193 133194 133195 133196 133197 133198 133199 133200 133201 133202 133203 133204 133205 133206 133207 133208 133209 133210 133211 133212 133213 133214 133215 133216 133217 133218 133219 133220 133221 133222 133223 133224 133225 133226 133227 133228 133229 133230 133231 133232 133233 133234 133235 133236 133237 133238 133239 133240 133241 133242 133243 133244 133245 133246 133247 133248 133249 133250 133251 133252 133253 133254 133255 133256 133257 133258 133259 133260 133261 133262 133263 133264 133265 133266 133267 133268 133269 133270 133271 133272 133273 133274 133275 133276 133277 133278 133279 133280 133281 133282 133283 133284 133285 133286 133287 133288 133289 133290 133291 133292 133293 133294 133295 133296 133297 133298 133299 133300 133301 133302 133303 133304 133305 133306 133307 133308 133309 133310 133311 133312 133313 133314 133315 133316 133317 133318 133319 133320 133321 133322 133323 133324 133325 133326 133327 133328 133329 133330 133331 133332 133333 133334 133335 133336 133337 133338 133339 133340 133341 133342 133343 133344 133345 133346 133347 133348 133349 133350 133351 133352 133353 133354 133355 133356 133357 133358 133359 133360 133361 133362 133363 133364 133365 133366 133367 133368 133369 133370 133371 133372 133373 133374 133375 133376 133377 133378 133379 133380 133381 133382 133383 133384 133385 133386 133387 133388 133389 133390 133391 133392 133393 133394 133395 133396 133397 133398 133399 133400 133401 133402 133403 133404 133405 133406 133407 133408 133409 133410 133411 133412 133413 133414 133415 133416 133417 133418 133419 133420 133421 133422 133423 133424 133425 133426 133427 133428 133429 133430 133431 133432 133433 133434 133435 133436 133437 133438 133439 133440 133441 133442 133443 133444 133445 133446 133447 133448 133449 133450 133451 133452 133453 133454 133455 133456 133457 133458 133459 133460 133461 133462 133463 133464 133465 133466 133467 133468 133469 133470 133471 133472 133473 133474 133475 133476 133477 133478 133479 133480 133481 133482 133483 133484 133485 133486 133487 133488 133489 133490 133491 133492 133493 133494 133495 133496 133497 133498 133499 133500 133501 133502 133503 133504 133505 133506 133507 133508 133509 133510 133511 133512 133513 133514 133515 133516 133517 133518 133519 133520 133521 133522 133523 133524 133525 133526 133527 133528 133529 133530 133531 133532 133533 133534 133535 133536 133537 133538 133539 133540 133541 133542 133543 133544 133545 133546 133547 133548 133549 133550 133551 133552 133553 133554 133555 133556 133557 133558 133559 133560 133561 133562 133563 133564 133565 133566 133567 133568 133569 133570 133571 133572 133573 133574 133575 133576 133577 133578 133579 133580 133581 133582 133583 133584 133585 133586 133587 133588 133589 133590 133591 133592 133593 133594 133595 133596 133597 133598 133599 133600 133601 133602 133603 133604 133605 133606 133607 133608 133609 133610 133611 133612 133613 133614 133615 133616 133617 133618 133619 133620 133621 133622 133623 133624 133625 133626 133627 133628 133629 133630 133631 133632 133633 133634 133635 133636 133637 133638 133639 133640 133641 133642 133643 133644 133645 133646 133647 133648 133649 133650 133651 133652 133653 133654 133655 133656 133657 133658 133659 133660 133661 133662 133663 133664 133665 133666 133667 133668 133669 133670 133671 133672 133673 133674 133675 133676 133677 133678 133679 133680 133681 133682 133683 133684 133685 133686 133687 133688 133689 133690 133691 133692 133693 133694 133695 133696 133697 133698 133699 133700 133701 133702 133703 133704 133705 133706 133707 133708 133709 133710 133711 133712 133713 133714 133715 133716 133717 133718 133719 133720 133721 133722 133723 133724 133725 133726 133727 133728 133729 133730 133731 133732 133733 133734 133735 133736 133737 133738 133739 133740 133741 133742 133743 133744 133745 133746 133747 133748 133749 133750 133751 133752 133753 133754 133755 133756 133757 133758 133759 133760 133761 133762 133763 133764 133765 133766 133767 133768 133769 133770 133771 133772 133773 133774 133775 133776 133777 133778 133779 133780 133781 133782 133783 133784 133785 133786 133787 133788 133789 133790 133791 133792 133793 133794 133795 133796 133797 133798 133799 133800 133801 133802 133803 133804 133805 133806 133807 133808 133809 133810 133811 133812 133813 133814 133815 133816 133817 133818 133819 133820 133821 133822 133823 133824 133825 133826 133827 133828 133829 133830 133831 133832 133833 133834 133835 133836 133837 133838 133839 133840 133841 133842 133843 133844 133845 133846 133847 133848 133849 133850 133851 133852 133853 133854 133855 133856 133857 133858 133859 133860 133861 133862 133863 133864 133865 133866 133867 133868 133869 133870 133871 133872 133873 133874 133875 133876 133877 133878 133879 133880 133881 133882 133883 133884 133885 133886 133887 133888 133889 133890 133891 133892 133893 133894 133895 133896 133897 133898 133899 133900 133901 133902 133903 133904 133905 133906 133907 133908 133909 133910 133911 133912 133913 133914 133915 133916 133917 133918 133919 133920 133921 133922 133923 133924 133925 133926 133927 133928 133929 133930 133931 133932 133933 133934 133935 133936 133937 133938 133939 133940 133941 133942 133943 133944 133945 133946 133947 133948 133949 133950 133951 133952 133953 133954 133955 133956 133957 133958 133959 133960 133961 133962 133963 133964 133965 133966 133967 133968 133969 133970 133971 133972 133973 133974 133975 133976 133977 133978 133979 133980 133981 133982 133983 133984 133985 133986 133987 133988 133989 133990 133991 133992 133993 133994 133995 133996 133997 133998 133999 134000 134001 134002 134003 134004 134005 134006 134007 134008 134009 134010 134011 134012 134013 134014 134015 134016 134017 134018 134019 134020 134021 134022 134023 134024 134025 134026 134027 134028 134029 134030 134031 134032 134033 134034 134035 134036 134037 134038 134039 134040 134041 134042 134043 134044 134045 134046 134047 134048 134049 134050 134051 134052 134053 134054 134055 134056 134057 134058 134059 134060 134061 134062 134063 134064 134065 134066 134067 134068 134069 134070 134071 134072 134073 134074 134075 134076 134077 134078 134079 134080 134081 134082 134083 134084 134085 134086 134087 134088 134089 134090 134091 134092 134093 134094 134095 134096 134097 134098 134099 134100 134101 134102 134103 134104 134105 134106 134107 134108 134109 134110 134111 134112 134113 134114 134115 134116 134117 134118 134119 134120 134121 134122 134123 134124 134125 134126 134127 134128 134129 134130 134131 134132 134133 134134 134135 134136 134137 134138 134139 134140 134141 134142 134143 134144 134145 134146 134147 134148 134149 134150 134151 134152 134153 134154 134155 134156 134157 134158 134159 134160 134161 134162 134163 134164 134165 134166 134167 134168 134169 134170 134171 134172 134173 134174 134175 134176 134177 134178 134179 134180 134181 134182 134183 134184 134185 134186 134187 134188 134189 134190 134191 134192 134193 134194 134195 134196 134197 134198 134199 134200 134201 134202 134203 134204 134205 134206 134207 134208 134209 134210 134211 134212 134213 134214 134215 134216 134217 134218 134219 134220 134221 134222 134223 134224 134225 134226 134227 134228 134229 134230 134231 134232 134233 134234 134235 134236 134237 134238 134239 134240 134241 134242 134243 134244 134245 134246 134247 134248 134249 134250 134251 134252 134253 134254 134255 134256 134257 134258 134259 134260 134261 134262 134263 134264 134265 134266 134267 134268 134269 134270 134271 134272 134273 134274 134275 134276 134277 134278 134279 134280 134281 134282 134283 134284 134285 134286 134287 134288 134289 134290 134291 134292 134293 134294 134295 134296 134297 134298 134299 134300 134301 134302 134303 134304 134305 134306 134307 134308 134309 134310 134311 134312 134313 134314 134315 134316 134317 134318 134319 134320 134321 134322 134323 134324 134325 134326 134327 134328 134329 134330 134331 134332 134333 134334 134335 134336 134337 134338 134339 134340 134341 134342 134343 134344 134345 134346 134347 134348 134349 134350 134351 134352 134353 134354 134355 134356 134357 134358 134359 134360 134361 134362 134363 134364 134365 134366 134367 134368 134369 134370 134371 134372 134373 134374 134375 134376 134377 134378 134379 134380 134381 134382 134383 134384 134385 134386 134387 134388 134389 134390 134391 134392 134393 134394 134395 134396 134397 134398 134399 134400 134401 134402 134403 134404 134405 134406 134407 134408 134409 134410 134411 134412 134413 134414 134415 134416 134417 134418 134419 134420 134421 134422 134423 134424 134425 134426 134427 134428 134429 134430 134431 134432 134433 134434 134435 134436 134437 134438 134439 134440 134441 134442 134443 134444 134445 134446 134447 134448 134449 134450 134451 134452 134453 134454 134455 134456 134457 134458 134459 134460 134461 134462 134463 134464 134465 134466 134467 134468 134469 134470 134471 134472 134473 134474 134475 134476 134477 134478 134479 134480 134481 134482 134483 134484 134485 134486 134487 134488 134489 134490 134491 134492 134493 134494 134495 134496 134497 134498 134499 134500 134501 134502 134503 134504 134505 134506 134507 134508 134509 134510 134511 134512 134513 134514 134515 134516 134517 134518 134519 134520 134521 134522 134523 134524 134525 134526 134527 134528 134529 134530 134531 134532 134533 134534 134535 134536 134537 134538 134539 134540 134541 134542 134543 134544 134545 134546 134547 134548 134549 134550 134551 134552 134553 134554 134555 134556 134557 134558 134559 134560 134561 134562 134563 134564 134565 134566 134567 134568 134569 134570 134571 134572 134573 134574 134575 134576 134577 134578 134579 134580 134581 134582 134583 134584 134585 134586 134587 134588 134589 134590 134591 134592 134593 134594 134595 134596 134597 134598 134599 134600 134601 134602 134603 134604 134605 134606 134607 134608 134609 134610 134611 134612 134613 134614 134615 134616 134617 134618 134619 134620 134621 134622 134623 134624 134625 134626 134627 134628 134629 134630 134631 134632 134633 134634 134635 134636 134637 134638 134639 134640 134641 134642 134643 134644 134645 134646 134647 134648 134649 134650 134651 134652 134653 134654 134655 134656 134657 134658 134659 134660 134661 134662 134663 134664 134665 134666 134667 134668 134669 134670 134671 134672 134673 134674 134675 134676 134677 134678 134679 134680 134681 134682 134683 134684 134685 134686 134687 134688 134689 134690 134691 134692 134693 134694 134695 134696 134697 134698 134699 134700 134701 134702 134703 134704 134705 134706 134707 134708 134709 134710 134711 134712 134713 134714 134715 134716 134717 134718 134719 134720 134721 134722 134723 134724 134725 134726 134727 134728 134729 134730 134731 134732 134733 134734 134735 134736 134737 134738 134739 134740 134741 134742 134743 134744 134745 134746 134747 134748 134749 134750 134751 134752 134753 134754 134755 134756 134757 134758 134759 134760 134761 134762 134763 134764 134765 134766 134767 134768 134769 134770 134771 134772 134773 134774 134775 134776 134777 134778 134779 134780 134781 134782 134783 134784 134785 134786 134787 134788 134789 134790 134791 134792 134793 134794 134795 134796 134797 134798 134799 134800 134801 134802 134803 134804 134805 134806 134807 134808 134809 134810 134811 134812 134813 134814 134815 134816 134817 134818 134819 134820 134821 134822 134823 134824 134825 134826 134827 134828 134829 134830 134831 134832 134833 134834 134835 134836 134837 134838 134839 134840 134841 134842 134843 134844 134845 134846 134847 134848 134849 134850 134851 134852 134853 134854 134855 134856 134857 134858 134859 134860 134861 134862 134863 134864 134865 134866 134867 134868 134869 134870 134871 134872 134873 134874 134875 134876 134877 134878 134879 134880 134881 134882 134883 134884 134885 134886 134887 134888 134889 134890 134891 134892 134893 134894 134895 134896 134897 134898 134899 134900 134901 134902 134903 134904 134905 134906 134907 134908 134909 134910 134911 134912 134913 134914 134915 134916 134917 134918 134919 134920 134921 134922 134923 134924 134925 134926 134927 134928 134929 134930 134931 134932 134933 134934 134935 134936 134937 134938 134939 134940 134941 134942 134943 134944 134945 134946 134947 134948 134949 134950 134951 134952 134953 134954 134955 134956 134957 134958 134959 134960 134961 134962 134963 134964 134965 134966 134967 134968 134969 134970 134971 134972 134973 134974 134975 134976 134977 134978 134979 134980 134981 134982 134983 134984 134985 134986 134987 134988 134989 134990 134991 134992 134993 134994 134995 134996 134997 134998 134999 135000 135001 135002 135003 135004 135005 135006 135007 135008 135009 135010 135011 135012 135013 135014 135015 135016 135017 135018 135019 135020 135021 135022 135023 135024 135025 135026 135027 135028 135029 135030 135031 135032 135033 135034 135035 135036 135037 135038 135039 135040 135041 135042 135043 135044 135045 135046 135047 135048 135049 135050 135051 135052 135053 135054 135055 135056 135057 135058 135059 135060 135061 135062 135063 135064 135065 135066 135067 135068 135069 135070 135071 135072 135073 135074 135075 135076 135077 135078 135079 135080 135081 135082 135083 135084 135085 135086 135087 135088 135089 135090 135091 135092 135093 135094 135095 135096 135097 135098 135099 135100 135101 135102 135103 135104 135105 135106 135107 135108 135109 135110 135111 135112 135113 135114 135115 135116 135117 135118 135119 135120 135121 135122 135123 135124 135125 135126 135127 135128 135129 135130 135131 135132 135133 135134 135135 135136 135137 135138 135139 135140 135141 135142 135143 135144 135145 135146 135147 135148 135149 135150 135151 135152 135153 135154 135155 135156 135157 135158 135159 135160 135161 135162 135163 135164 135165 135166 135167 135168 135169 135170 135171 135172 135173 135174 135175 135176 135177 135178 135179 135180 135181 135182 135183 135184 135185 135186 135187 135188 135189 135190 135191 135192 135193 135194 135195 135196 135197 135198 135199 135200 135201 135202 135203 135204 135205 135206 135207 135208 135209 135210 135211 135212 135213 135214 135215 135216 135217 135218 135219 135220 135221 135222 135223 135224 135225 135226 135227 135228 135229 135230 135231 135232 135233 135234 135235 135236 135237 135238 135239 135240 135241 135242 135243 135244 135245 135246 135247 135248 135249 135250 135251 135252 135253 135254 135255 135256 135257 135258 135259 135260 135261 135262 135263 135264 135265 135266 135267 135268 135269 135270 135271 135272 135273 135274 135275 135276 135277 135278 135279 135280 135281 135282 135283 135284 135285 135286 135287 135288 135289 135290 135291 135292 135293 135294 135295 135296 135297 135298 135299 135300 135301 135302 135303 135304 135305 135306 135307 135308 135309 135310 135311 135312 135313 135314 135315 135316 135317 135318 135319 135320 135321 135322 135323 135324 135325 135326 135327 135328 135329 135330 135331 135332 135333 135334 135335 135336 135337 135338 135339 135340 135341 135342 135343 135344 135345 135346 135347 135348 135349 135350 135351 135352 135353 135354 135355 135356 135357 135358 135359 135360 135361 135362 135363 135364 135365 135366 135367 135368 135369 135370 135371 135372 135373 135374 135375 135376 135377 135378 135379 135380 135381 135382 135383 135384 135385 135386 135387 135388 135389 135390 135391 135392 135393 135394 135395 135396 135397 135398 135399 135400 135401 135402 135403 135404 135405 135406 135407 135408 135409 135410 135411 135412 135413 135414 135415 135416 135417 135418 135419 135420 135421 135422 135423 135424 135425 135426 135427 135428 135429 135430 135431 135432 135433 135434 135435 135436 135437 135438 135439 135440 135441 135442 135443 135444 135445 135446 135447 135448 135449 135450 135451 135452 135453 135454 135455 135456 135457 135458 135459 135460 135461 135462 135463 135464 135465 135466 135467 135468 135469 135470 135471 135472 135473 135474 135475 135476 135477 135478 135479 135480 135481 135482 135483 135484 135485 135486 135487 135488 135489 135490 135491 135492 135493 135494 135495 135496 135497 135498 135499 135500 135501 135502 135503 135504 135505 135506 135507 135508 135509 135510 135511 135512 135513 135514 135515 135516 135517 135518 135519 135520 135521 135522 135523 135524 135525 135526 135527 135528 135529 135530 135531 135532 135533 135534 135535 135536 135537 135538 135539 135540 135541 135542 135543 135544 135545 135546 135547 135548 135549 135550 135551 135552 135553 135554 135555 135556 135557 135558 135559 135560 135561 135562 135563 135564 135565 135566 135567 135568 135569 135570 135571 135572 135573 135574 135575 135576 135577 135578 135579 135580 135581 135582 135583 135584 135585 135586 135587 135588 135589 135590 135591 135592 135593 135594 135595 135596 135597 135598 135599 135600 135601 135602 135603 135604 135605 135606 135607 135608 135609 135610 135611 135612 135613 135614 135615 135616 135617 135618 135619 135620 135621 135622 135623 135624 135625 135626 135627 135628 135629 135630 135631 135632 135633 135634 135635 135636 135637 135638 135639 135640 135641 135642 135643 135644 135645 135646 135647 135648 135649 135650 135651 135652 135653 135654 135655 135656 135657 135658 135659 135660 135661 135662 135663 135664 135665 135666 135667 135668 135669 135670 135671 135672 135673 135674 135675 135676 135677 135678 135679 135680 135681 135682 135683 135684 135685 135686 135687 135688 135689 135690 135691 135692 135693 135694 135695 135696 135697 135698 135699 135700 135701 135702 135703 135704 135705 135706 135707 135708 135709 135710 135711 135712 135713 135714 135715 135716 135717 135718 135719 135720 135721 135722 135723 135724 135725 135726 135727 135728 135729 135730 135731 135732 135733 135734 135735 135736 135737 135738 135739 135740 135741 135742 135743 135744 135745 135746 135747 135748 135749 135750 135751 135752 135753 135754 135755 135756 135757 135758 135759 135760 135761 135762 135763 135764 135765 135766 135767 135768 135769 135770 135771 135772 135773 135774 135775 135776 135777 135778 135779 135780 135781 135782 135783 135784 135785 135786 135787 135788 135789 135790 135791 135792 135793 135794 135795 135796 135797 135798 135799 135800 135801 135802 135803 135804 135805 135806 135807 135808 135809 135810 135811 135812 135813 135814 135815 135816 135817 135818 135819 135820 135821 135822 135823 135824 135825 135826 135827 135828 135829 135830 135831 135832 135833 135834 135835 135836 135837 135838 135839 135840 135841 135842 135843 135844 135845 135846 135847 135848 135849 135850 135851 135852 135853 135854 135855 135856 135857 135858 135859 135860 135861 135862 135863 135864 135865 135866 135867 135868 135869 135870 135871 135872 135873 135874 135875 135876 135877 135878 135879 135880 135881 135882 135883 135884 135885 135886 135887 135888 135889 135890 135891 135892 135893 135894 135895 135896 135897 135898 135899 135900 135901 135902 135903 135904 135905 135906 135907 135908 135909 135910 135911 135912 135913 135914 135915 135916 135917 135918 135919 135920 135921 135922 135923 135924 135925 135926 135927 135928 135929 135930 135931 135932 135933 135934 135935 135936 135937 135938 135939 135940 135941 135942 135943 135944 135945 135946 135947 135948 135949 135950 135951 135952 135953 135954 135955 135956 135957 135958 135959 135960 135961 135962 135963 135964 135965 135966 135967 135968 135969 135970 135971 135972 135973 135974 135975 135976 135977 135978 135979 135980 135981 135982 135983 135984 135985 135986 135987 135988 135989 135990 135991 135992 135993 135994 135995 135996 135997 135998 135999 136000 136001 136002 136003 136004 136005 136006 136007 136008 136009 136010 136011 136012 136013 136014 136015 136016 136017 136018 136019 136020 136021 136022 136023 136024 136025 136026 136027 136028 136029 136030 136031 136032 136033 136034 136035 136036 136037 136038 136039 136040 136041 136042 136043 136044 136045 136046 136047 136048 136049 136050 136051 136052 136053 136054 136055 136056 136057 136058 136059 136060 136061 136062 136063 136064 136065 136066 136067 136068 136069 136070 136071 136072 136073 136074 136075 136076 136077 136078 136079 136080 136081 136082 136083 136084 136085 136086 136087 136088 136089 136090 136091 136092 136093 136094 136095 136096 136097 136098 136099 136100 136101 136102 136103 136104 136105 136106 136107 136108 136109 136110 136111 136112 136113 136114 136115 136116 136117 136118 136119 136120 136121 136122 136123 136124 136125 136126 136127 136128 136129 136130 136131 136132 136133 136134 136135 136136 136137 136138 136139 136140 136141 136142 136143 136144 136145 136146 136147 136148 136149 136150 136151 136152 136153 136154 136155 136156 136157 136158 136159 136160 136161 136162 136163 136164 136165 136166 136167 136168 136169 136170 136171 136172 136173 136174 136175 136176 136177 136178 136179 136180 136181 136182 136183 136184 136185 136186 136187 136188 136189 136190 136191 136192 136193 136194 136195 136196 136197 136198 136199 136200 136201 136202 136203 136204 136205 136206 136207 136208 136209 136210 136211 136212 136213 136214 136215 136216 136217 136218 136219 136220 136221 136222 136223 136224 136225 136226 136227 136228 136229 136230 136231 136232 136233 136234 136235 136236 136237 136238 136239 136240 136241 136242 136243 136244 136245 136246 136247 136248 136249 136250 136251 136252 136253 136254 136255 136256 136257 136258 136259 136260 136261 136262 136263 136264 136265 136266 136267 136268 136269 136270 136271 136272 136273 136274 136275 136276 136277 136278 136279 136280 136281 136282 136283 136284 136285 136286 136287 136288 136289 136290 136291 136292 136293 136294 136295 136296 136297 136298 136299 136300 136301 136302 136303 136304 136305 136306 136307 136308 136309 136310 136311 136312 136313 136314 136315 136316 136317 136318 136319 136320 136321 136322 136323 136324 136325 136326 136327 136328 136329 136330 136331 136332 136333 136334 136335 136336 136337 136338 136339 136340 136341 136342 136343 136344 136345 136346 136347 136348 136349 136350 136351 136352 136353 136354 136355 136356 136357 136358 136359 136360 136361 136362 136363 136364 136365 136366 136367 136368 136369 136370 136371 136372 136373 136374 136375 136376 136377 136378 136379 136380 136381 136382 136383 136384 136385 136386 136387 136388 136389 136390 136391 136392 136393 136394 136395 136396 136397 136398 136399 136400 136401 136402 136403 136404 136405 136406 136407 136408 136409 136410 136411 136412 136413 136414 136415 136416 136417 136418 136419 136420 136421 136422 136423 136424 136425 136426 136427 136428 136429 136430 136431 136432 136433 136434 136435 136436 136437 136438 136439 136440 136441 136442 136443 136444 136445 136446 136447 136448 136449 136450 136451 136452 136453 136454 136455 136456 136457 136458 136459 136460 136461 136462 136463 136464 136465 136466 136467 136468 136469 136470 136471 136472 136473 136474 136475 136476 136477 136478 136479 136480 136481 136482 136483 136484 136485 136486 136487 136488 136489 136490 136491 136492 136493 136494 136495 136496 136497 136498 136499 136500 136501 136502 136503 136504 136505 136506 136507 136508 136509 136510 136511 136512 136513 136514 136515 136516 136517 136518 136519 136520 136521 136522 136523 136524 136525 136526 136527 136528 136529 136530 136531 136532 136533 136534 136535 136536 136537 136538 136539 136540 136541 136542 136543 136544 136545 136546 136547 136548 136549 136550 136551 136552 136553 136554 136555 136556 136557 136558 136559 136560 136561 136562 136563 136564 136565 136566 136567 136568 136569 136570 136571 136572 136573 136574 136575 136576 136577 136578 136579 136580 136581 136582 136583 136584 136585 136586 136587 136588 136589 136590 136591 136592 136593 136594 136595 136596 136597 136598 136599 136600 136601 136602 136603 136604 136605 136606 136607 136608 136609 136610 136611 136612 136613 136614 136615 136616 136617 136618 136619 136620 136621 136622 136623 136624 136625 136626 136627 136628 136629 136630 136631 136632 136633 136634 136635 136636 136637 136638 136639 136640 136641 136642 136643 136644 136645 136646 136647 136648 136649 136650 136651 136652 136653 136654 136655 136656 136657 136658 136659 136660 136661 136662 136663 136664 136665 136666 136667 136668 136669 136670 136671 136672 136673 136674 136675 136676 136677 136678 136679 136680 136681 136682 136683 136684 136685 136686 136687 136688 136689 136690 136691 136692 136693 136694 136695 136696 136697 136698 136699 136700 136701 136702 136703 136704 136705 136706 136707 136708 136709 136710 136711 136712 136713 136714 136715 136716 136717 136718 136719 136720 136721 136722 136723 136724 136725 136726 136727 136728 136729 136730 136731 136732 136733 136734 136735 136736 136737 136738 136739 136740 136741 136742 136743 136744 136745 136746 136747 136748 136749 136750 136751 136752 136753 136754 136755 136756 136757 136758 136759 136760 136761 136762 136763 136764 136765 136766 136767 136768 136769 136770 136771 136772 136773 136774 136775 136776 136777 136778 136779 136780 136781 136782 136783 136784 136785 136786 136787 136788 136789 136790 136791 136792 136793 136794 136795 136796 136797 136798 136799 136800 136801 136802 136803 136804 136805 136806 136807 136808 136809 136810 136811 136812 136813 136814 136815 136816 136817 136818 136819 136820 136821 136822 136823 136824 136825 136826 136827 136828 136829 136830 136831 136832 136833 136834 136835 136836 136837 136838 136839 136840 136841 136842 136843 136844 136845 136846 136847 136848 136849 136850 136851 136852 136853 136854 136855 136856 136857 136858 136859 136860 136861 136862 136863 136864 136865 136866 136867 136868 136869 136870 136871 136872 136873 136874 136875 136876 136877 136878 136879 136880 136881 136882 136883 136884 136885 136886 136887 136888 136889 136890 136891 136892 136893 136894 136895 136896 136897 136898 136899 136900 136901 136902 136903 136904 136905 136906 136907 136908 136909 136910 136911 136912 136913 136914 136915 136916 136917 TooltipText=null 18:17:38.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:17:38.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:38.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:38.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:38.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:38.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:38.281 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 18:17:38.282 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:17:38.282 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:38.285 INFO [WorkbenchTestable][AbstractView] Launch removed 18:17:38.403 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:38.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:38.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:38.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 18:17:38.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:38.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:38.415 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:17:38.415 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:17:38.415 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:17:38.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:38.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:38.416 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTerminateConsole no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 18:17:38.416 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:17:38.417 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsoleView no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 18:17:38.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:17:38.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:17:38.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:17:38.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:17:38.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:38.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:38.446 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:17:38.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:38.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:38.466 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:38.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:38.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:38.467 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:38.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') 18:17:38.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:38.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:38.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:38.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:38.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:38.513 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:38.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:38.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:38.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:38.577 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:38.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:38.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:38.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:38.580 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:17:38.580 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:38.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:38.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:38.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:38.583 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:17:38.584 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:17:38.584 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:17:38.585 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:38.585 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:38.585 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:38.585 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:38.585 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:17:38.585 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:17:38.585 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:17:38.585 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:17:38.585 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:17:38.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 18:17:39.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 18:17:39.586 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 18:17:39.587 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:39.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:39.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:39.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:39.592 DEBUG [main][WorkbenchPartLookup] Looking up all open views 18:17:39.594 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 18:17:39.594 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 18:17:39.594 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:39.594 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:39.594 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 18:17:39.594 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 18:17:39.594 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 18:17:39.594 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 18:17:39.594 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 3.156 seconds)' 18:17:39.595 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 18:17:39.595 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 18:17:39.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 18:17:39.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 18:17:39.596 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:39.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:39.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:39.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:39.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 18:17:39.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:39.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:39.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:39.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:39.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:39.601 INFO [WorkbenchTestable][AbstractView] Activate view Problems 18:17:39.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 18:17:39.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:39.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:39.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 18:17:39.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:39.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:39.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:39.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:39.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:39.605 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 18:17:39.747 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 18:17:39.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:39.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:39.754 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:17:39.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:39.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:39.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:39.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:39.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:39.758 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:39.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 '\*?\QPackage Explorer\E') 18:17:39.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:39.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:39.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:39.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:39.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:39.761 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:39.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:39.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:39.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:39.846 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:39.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:39.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:39.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:39.848 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:39.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:39.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:39.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:39.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:39.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:39.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:40.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:40.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:40.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:40.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:40.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:17:40.870 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:40.870 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:40.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:40.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:40.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 18:17:40.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:40.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:40.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:40.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:40.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:40.874 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 18:17:40.875 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:17:40.875 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 18:17:40.875 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 18:17:40.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:40.876 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 18:17:40.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:40.876 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 18:17:40.876 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 18:17:40.876 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:17:40.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:40.876 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:17:40.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:40.877 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:17:40.877 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 18:17:40.877 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 18:17:40.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:40.877 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 18:17:40.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:40.877 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 18:17:40.878 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:17:40.878 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:17:40.879 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:17:40.892 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:17:40.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:40.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:40.892 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:40.893 DEBUG [main][MenuItemLookup] Found menu:'File' 18:17:40.893 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:17:40.893 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:17:40.893 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:17:40.893 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:17:40.893 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:17:40.893 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:17:40.893 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:17:40.893 DEBUG [main][MenuItemLookup] Item match:Run 18:17:40.895 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 18:17:40.895 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 18:17:40.895 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:40.895 DEBUG [main][MenuItemLookup] Found menu:'Run History' 18:17:40.895 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:17:40.895 DEBUG [main][MenuItemLookup] Item match:Run As 18:17:40.895 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 18:17:40.895 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 18:17:40.895 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 18:17:40.895 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 18:17:40.896 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 18:17:40.896 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 18:17:40.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 18:17:40.990 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:41.073 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:41.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:41.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:41.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 18:17:41.234 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:41.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:41.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:41.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 18:17:41.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:41.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:41.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 18:17:41.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:17:41.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Model Proxy installed notification job' is a system job, skipped 18:17:41.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 18:17:41.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:17:41.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:17:41.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:17:41.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 18:17:41.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:17:41.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:17:41.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:17:41.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:17:41.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:17:41.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:17:41.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:17:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:17:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 18:17:41.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:41.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:41.314 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:41.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:41.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:41.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:41.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:41.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:41.401 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:41.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:17:41.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:41.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:41.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:41.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:41.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:41.459 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:41.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:41.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:41.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:41.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:41.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:41.461 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:41.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:41.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:41.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:41.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:41.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:41.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:41.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:41.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 18:17:41.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:41.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:41.497 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:41.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:41.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:41.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:41.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:41.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:41.513 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:41.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:17:41.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:41.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:41.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:41.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:41.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:41.530 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:41.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:41.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:41.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:41.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:41.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:41.532 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:41.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:41.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:41.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:41.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:41.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:41.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:41.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:41.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:41.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:41.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:17:41.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:41.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:41.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 18:17:41.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:17:41.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:41.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:41.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:41.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:41.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:17:41.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:41.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:41.580 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:41.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:41.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:41.596 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:41.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:41.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:41.597 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:41.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:17:41.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:41.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:41.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:41.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:41.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:41.638 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:41.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:41.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:41.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:41.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:41.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:41.640 INFO [WorkbenchTestable][AbstractView] Clearing console 18:17:41.640 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:41.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:41.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:41.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:41.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:41.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:41.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:17:41.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:41.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:41.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:41.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:41.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:41.644 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Clear Console 18:17:41.644 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:17:41.644 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:41.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console text is ""... 18:17:41.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:41.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:41.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console text is "" finished successfully 18:17:41.648 INFO [WorkbenchTestable][AbstractView] Console cleared 18:17:41.648 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:41.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:41.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:41.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 18:17:41.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:41.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:41.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:41.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:41.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:41.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:41.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 18:17:41.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:41.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:42.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:42.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:42.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:42.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:42.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" failed, NO exception will be thrown 18:17:42.685 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 18:17:42.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:42.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:42.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:42.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:42.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:17:42.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:42.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:42.716 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 18:17:42.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:42.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:42.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:42.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:42.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:42.743 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:42.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 18:17:42.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:42.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:42.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:42.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:42.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:42.793 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:42.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:42.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:42.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:42.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:42.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:42.796 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:42.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:42.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:42.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:42.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:42.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:42.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:42.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:42.802 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:42.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:42.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:42.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 18:17:42.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:42.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:42.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:17:42.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:42.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:42.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:42.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:42.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:42.808 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 18:17:42.809 INFO [WorkbenchTestable][AbstractView] Terminating console 18:17:42.809 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:42.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:42.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:42.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 18:17:42.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:42.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:42.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:17:42.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:42.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:42.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:42.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:42.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:42.815 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 18:17:42.815 INFO [WorkbenchTestable][AbstractView] Removing launch from console 18:17:42.816 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:42.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:42.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:42.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 18:17:42.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:17:42.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:42.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:42.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:42.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:42.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:17:42.847 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 18:17:42.847 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:17:42.847 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:42.857 INFO [WorkbenchTestable][AbstractView] Launch removed 18:17:42.900 INFO [WorkbenchTestable][AbstractView] Activate view Console 18:17:42.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 18:17:42.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:42.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 18:17:42.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:42.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:42.907 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:17:42.907 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:17:42.907 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:17:42.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:42.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:42.908 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsoleView no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 18:17:42.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:42.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:42.912 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:17:42.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:42.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:42.916 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 18:17:42.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:42.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:42.917 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 18:17:42.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:17:42.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:42.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:42.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:42.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:42.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:42.921 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:42.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:42.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:42.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:43.000 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:43.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:43.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:43.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:43.002 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:43.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:43.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:43.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:43.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:43.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:43.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:43.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:43.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:44.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:44.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:44.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:17:44.008 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:17:44.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:17:44.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:44.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:44.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:17:44.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:44.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:44.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:44.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:44.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:44.013 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 18:17:44.014 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 18:17:44.014 DEBUG [main][TreeItemHandler] Selecting tree item: Project 18:17:44.015 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 18:17:44.032 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 18:17:44.032 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:17:44.032 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:44.107 DEBUG [main][MenuItemLookup] Found menu:'New' 18:17:44.107 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:17:44.107 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:44.107 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:17:44.107 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:17:44.107 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:17:44.107 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:44.107 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:17:44.107 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:17:44.107 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:17:44.107 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:17:44.107 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:44.107 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:17:44.107 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:17:44.107 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:17:44.107 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:17:44.107 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:44.107 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:17:44.107 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:17:44.107 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:44.107 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:17:44.107 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:17:44.108 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:17:44.108 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:17:44.109 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:17:44.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:17:44.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:17:44.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:17:44.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:17:44.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:17:44.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:17:44.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:17:44.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:17:44.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:17:44.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:17:44.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:17:44.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:17:44.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:17:44.144 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'Project' via Explorer 18:17:44.144 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 18:17:44.144 DEBUG [main][TreeItemHandler] Selecting tree item: Project 18:17:44.145 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 18:17:44.147 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 18:17:44.148 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:17:44.148 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:44.212 DEBUG [main][MenuItemLookup] Found menu:'New' 18:17:44.212 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:17:44.212 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:44.212 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:17:44.212 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:17:44.212 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:17:44.212 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:44.212 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:17:44.212 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:17:44.212 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:17:44.213 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:17:44.213 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:17:44.213 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:17:44.213 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:17:44.213 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:17:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:17:44.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 'Delete.*'] is available. finished successfully 18:17:44.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:17:44.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:44.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:44.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:44.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:44.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: 32) 18:17:44.519 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:17:44.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:44.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:44.520 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:17:44.520 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:17:44.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:44.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:44.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:44.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:44.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:17:44.521 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:17:44.522 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:17:44.522 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:17:44.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:17:44.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:17:44.522 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:17:44.522 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:44.523 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:17:44.523 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:17:44.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:44.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:44.523 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:17:44.523 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:17:44.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:44.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:44.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:44.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:44.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:17:44.526 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:17:44.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:17:44.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:17:44.526 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:17:44.526 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:44.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:17:44.548 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:17:45.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:17:45.054 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:17:45.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:17:45.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:17:45.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:17:45.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 18:17:45.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:17:45.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:17:45.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:17:45.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:17:45.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:17:45.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:17:45.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:17:45.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:17:45.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:17:45.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:17:45.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:17:45.054 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 18:17:45.054 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:17:45.054 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:17:45.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:45.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 93.321 s - in org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest testConsoleSwitching no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 8.592 s consoleHasNoChangeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 25.096 s testRemoveAllTerminatedLaunches no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 3.965 s toggleShowConsoleOnStandardOutChange no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 3.501 s testConsoleHasAnyText no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 10.268 s consoleHasTextTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 0.079 s getContextMenuTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 4.48 s testRemoveLaunch no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 3.376 s testTerminateConsole no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 8.593 s testConsoleView no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 4.491 s Running org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 18:17:45.068 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 18:17:45.070 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:17:45.071 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:17:45.071 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 18:17:45.071 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:17:45.071 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:17:45.072 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:17:45.072 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:17:45.072 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:17:45.072 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:17:45.072 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpen no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 18:17:45.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 18:17:45.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:17:45.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:17:45.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:17:45.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:45.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:45.112 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E'' view via menu. 18:17:45.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:45.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:45.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:45.113 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:45.114 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:17:45.114 DEBUG [main][MenuItemLookup] Found menu:'File' 18:17:45.115 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:17:45.115 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:17:45.115 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:17:45.115 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:17:45.115 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:17:45.115 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:17:45.115 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:17:45.115 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:17:45.115 DEBUG [main][MenuItemLookup] Item match:Window 18:17:45.117 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:17:45.117 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:17:45.117 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:17:45.117 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:45.117 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:17:45.117 DEBUG [main][MenuItemLookup] Item match:Show View 18:17:45.130 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:17:45.130 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:17:45.130 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:17:45.130 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:17:45.130 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:17:45.130 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:17:45.130 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:17:45.130 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:17:45.130 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:17:45.130 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:17:45.130 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:17:45.130 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:17:45.130 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:17:45.130 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:17:45.130 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:17:45.130 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:45.130 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:17:45.130 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:17:45.149 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:17:45.149 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:17:45.149 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:17:45.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:17:45.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 18:17:45.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:17:45.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:45.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:45.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:17:45.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:17:45.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:45.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:45.309 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:17:45.309 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:17:45.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:45.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:45.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:45.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:45.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:45.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:17:45.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:17:45.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:17:45.319 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:17:45.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:45.330 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:17:45.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:45.330 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:17:45.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:17:45.331 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:17:45.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:45.332 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:17:45.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:45.332 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:17:45.333 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Search 18:17:45.333 DEBUG [main][TreeItemHandler] Selecting tree item: Search 18:17:45.334 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Search about selection 18:17:45.334 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Search 18:17:45.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:17:45.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:45.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:45.335 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:17:45.335 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:17:45.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:45.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:45.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:17:45.346 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:17:45.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:45.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:45.347 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:17:45.347 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:17:45.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:45.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:45.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:45.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:45.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:17:45.349 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:17:45.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:17:45.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:17:45.350 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:17:45.350 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:45.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:17:45.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:17:45.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open... 18:17:45.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:45.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:45.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open finished successfully 18:17:45.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:45.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:45.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:45.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:45.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:45.600 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:45.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 '\*?\QSearch\E') 18:17:45.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:45.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:45.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:45.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:45.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:45.615 INFO [WorkbenchTestable][AbstractView] Activate view Search 18:17:45.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 18:17:45.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:45.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:17:45.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:45.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:45.623 INFO [WorkbenchTestable][AbstractView] Activate view Search 18:17:45.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 18:17:45.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:45.625 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 18:17:45.626 INFO [WorkbenchTestable][AbstractView] Close view 'Search' 18:17:45.626 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Search 18:17:45.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 18:17:45.628 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:17:45.690 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 18:17:45.690 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:17:45.690 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:17:45.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:45.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:45.722 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpen no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 18:17:45.722 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:17:45.722 INFO [WorkbenchTestable][RequirementsRunner] Started test: testReturnResults no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 18:17:45.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 18:17:45.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:17:45.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:17:45.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:17:45.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:45.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:45.743 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E'' view via menu. 18:17:45.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:45.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:45.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:45.744 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:45.744 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:17:45.745 DEBUG [main][MenuItemLookup] Found menu:'File' 18:17:45.746 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:17:45.746 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:17:45.746 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:17:45.746 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:17:45.746 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:17:45.746 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:17:45.746 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:17:45.746 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:17:45.746 DEBUG [main][MenuItemLookup] Item match:Window 18:17:45.746 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:17:45.746 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:17:45.746 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:17:45.747 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:45.747 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:17:45.747 DEBUG [main][MenuItemLookup] Item match:Show View 18:17:45.757 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:17:45.757 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:17:45.757 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:17:45.757 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:17:45.757 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:17:45.757 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:17:45.757 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:17:45.757 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:17:45.757 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:17:45.757 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:17:45.757 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:17:45.757 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:17:45.757 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:17:45.757 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:17:45.757 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:17:45.757 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:45.757 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:17:45.757 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:17:45.757 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:17:45.757 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:17:45.776 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:17:45.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:17:45.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:17:45.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:17:45.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:45.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:45.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:17:45.931 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:17:45.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:45.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:45.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:17:45.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:17:45.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:45.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:45.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:45.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:45.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:45.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:17:45.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:17:45.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:17:45.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:17:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:45.942 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:17:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:45.942 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:17:45.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:17:45.943 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:17:45.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:45.943 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:17:45.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:45.943 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:17:45.945 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Search 18:17:45.945 DEBUG [main][TreeItemHandler] Selecting tree item: Search 18:17:45.945 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Search about selection 18:17:45.946 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Search 18:17:45.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:17:45.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:45.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:45.946 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:17:45.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:17:45.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:45.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:45.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:17:45.947 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:17:45.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:45.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:45.948 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:17:45.948 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:17:45.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:45.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:45.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:45.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:45.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:17:45.961 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:17:45.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:17:45.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:17:45.962 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:17:45.962 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:46.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:17:46.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:17:46.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open... 18:17:46.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:46.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:46.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open finished successfully 18:17:46.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:46.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:46.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:46.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:46.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:46.171 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:46.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 '\*?\QSearch\E') 18:17:46.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:46.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:46.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:46.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:46.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:46.210 INFO [WorkbenchTestable][AbstractView] Activate view Search 18:17:46.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 18:17:46.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:46.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:17:46.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:46.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:46.216 INFO [WorkbenchTestable][AbstractView] Activate view Search 18:17:46.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 18:17:46.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:46.217 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 18:17:46.242 INFO [WorkbenchTestable][AbstractView] Activate view Search 18:17:46.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 18:17:46.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:46.244 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 18:17:46.244 INFO [WorkbenchTestable][AbstractView] Activate view Search 18:17:46.245 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 18:17:46.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:46.246 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 18:17:46.250 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...") 18:17:46.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:46.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:46.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:46.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:46.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 18:17:46.253 INFO [WorkbenchTestable][AbstractView] Activate view Search 18:17:46.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 18:17:46.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:46.256 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 18:17:46.257 INFO [WorkbenchTestable][AbstractView] Close view 'Search' 18:17:46.258 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Search 18:17:46.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 18:17:46.261 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:17:46.321 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 18:17:46.321 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:17:46.322 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:17:46.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:46.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:46.339 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testReturnResults no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 18:17:46.339 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:17:46.339 INFO [WorkbenchTestable][RequirementsRunner] Started test: testIsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 18:17:46.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 18:17:46.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:17:46.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:17:46.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:17:46.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:46.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:46.363 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E'' view via menu. 18:17:46.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:46.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:46.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:46.364 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:46.364 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:17:46.365 DEBUG [main][MenuItemLookup] Found menu:'File' 18:17:46.366 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:17:46.366 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:17:46.366 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:17:46.366 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:17:46.366 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:17:46.366 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:17:46.366 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:17:46.366 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:17:46.366 DEBUG [main][MenuItemLookup] Item match:Window 18:17:46.367 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:17:46.367 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:17:46.367 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:17:46.367 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:46.367 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:17:46.367 DEBUG [main][MenuItemLookup] Item match:Show View 18:17:46.378 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:17:46.378 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:17:46.378 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:17:46.378 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:17:46.378 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:17:46.378 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:17:46.378 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:17:46.378 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:17:46.378 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:17:46.378 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:17:46.378 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:17:46.378 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:17:46.378 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:17:46.378 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:17:46.378 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:17:46.378 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:46.378 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:17:46.378 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:17:46.398 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:17:46.398 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:17:46.399 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:17:46.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:17:46.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:17:46.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:17:46.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:46.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:46.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:17:46.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:17:46.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:46.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:46.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:17:46.535 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:17:46.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:46.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:46.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:46.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:46.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:46.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:17:46.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:17:46.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:17:46.559 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:17:46.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:46.560 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:17:46.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:46.560 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:17:46.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:17:46.560 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:17:46.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:46.561 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:17:46.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:46.561 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:17:46.562 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Search 18:17:46.562 DEBUG [main][TreeItemHandler] Selecting tree item: Search 18:17:46.563 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Search about selection 18:17:46.563 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Search 18:17:46.563 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:17:46.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:46.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:46.564 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:17:46.564 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:17:46.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:46.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:46.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:17:46.566 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:17:46.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:46.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:46.566 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:17:46.566 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:17:46.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:46.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:46.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:46.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:46.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:17:46.568 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:17:46.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:17:46.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:17:46.569 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:17:46.569 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:46.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:17:46.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:17:46.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open... 18:17:46.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:46.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:46.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open finished successfully 18:17:46.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:46.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:46.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:46.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:46.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:46.749 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:46.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E') 18:17:46.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:46.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:46.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:46.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:46.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:46.762 INFO [WorkbenchTestable][AbstractView] Activate view Search 18:17:46.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 18:17:46.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:46.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:17:46.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:46.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:46.783 INFO [WorkbenchTestable][AbstractView] Activate view Search 18:17:46.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 18:17:46.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:46.786 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 18:17:46.787 INFO [WorkbenchTestable][AbstractView] Activate view Search 18:17:46.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 18:17:46.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:46.789 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 18:17:46.789 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...") 18:17:46.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:46.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:46.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:46.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:46.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 18:17:46.792 INFO [WorkbenchTestable][AbstractView] Activate view Search 18:17:46.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 18:17:46.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:46.793 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 18:17:46.794 INFO [WorkbenchTestable][AbstractView] Close view 'Search' 18:17:46.794 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Search 18:17:46.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 18:17:46.795 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:17:46.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 18:17:46.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:17:46.845 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:17:46.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:46.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:46.860 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testIsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 18:17:46.860 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 18:17:46.860 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:17:46.860 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:17:46.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:46.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.796 s - in org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest testOpen no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) Time elapsed: 0.65 s testReturnResults no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) Time elapsed: 0.617 s testIsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) Time elapsed: 0.521 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 18:17:46.902 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 18:17:46.905 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:17:46.905 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:17:46.905 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 18:17:46.905 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:17:46.905 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:17:46.906 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:17:46.906 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:17:46.906 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:17:46.911 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:17:46.912 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServer_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 18:17:46.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 18:17:46.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:17:46.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:17:46.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:17:46.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:46.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:46.962 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' view via menu. 18:17:46.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:46.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:46.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:46.964 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:46.964 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:17:46.965 DEBUG [main][MenuItemLookup] Found menu:'File' 18:17:46.966 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:17:46.966 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:17:46.966 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:17:46.966 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:17:46.966 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:17:46.966 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:17:46.966 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:17:46.966 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:17:46.966 DEBUG [main][MenuItemLookup] Item match:Window 18:17:46.967 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:17:46.967 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:17:46.967 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:17:46.967 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:46.967 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:17:46.967 DEBUG [main][MenuItemLookup] Item match:Show View 18:17:46.977 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:17:46.977 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:17:46.977 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:17:46.977 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:17:46.977 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:17:46.977 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:17:46.977 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:17:46.977 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:17:46.977 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:17:46.977 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:17:46.977 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:17:46.977 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:17:46.977 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:17:46.977 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:17:46.977 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:17:46.977 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:46.977 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:17:46.977 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:17:46.996 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:17:46.996 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:17:46.997 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:17:47.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:17:47.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:17:47.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:17:47.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:47.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:47.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:17:47.136 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:17:47.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:47.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:47.137 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:17:47.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:17:47.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:47.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:47.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:47.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:47.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:47.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:17:47.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:17:47.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 18:17:47.147 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 18:17:47.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:47.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:47.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 18:17:47.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 18:17:47.649 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 18:17:47.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:47.650 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 18:17:47.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:47.650 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 18:17:47.651 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Servers 18:17:47.651 DEBUG [main][TreeItemHandler] Selecting tree item: Servers 18:17:47.652 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Servers about selection 18:17:47.652 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Servers 18:17:47.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:17:47.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:47.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:47.661 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:17:47.661 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:17:47.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:47.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:47.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:17:47.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:17:47.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:47.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:47.663 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:17:47.663 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:17:47.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:47.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:47.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:47.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:47.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:17:47.666 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:17:47.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:17:47.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:17:47.666 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:17:47.667 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:47.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:17:47.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:17:47.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2' view is open... 18:17:47.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:47.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:47.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2' view is open finished successfully 18:17:47.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:47.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:47.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:47.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:47.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:47.929 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:47.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 '\*?\QServers\E') 18:17:47.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:47.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:47.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:47.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:47.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:47.965 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:47.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:47.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:47.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:17:47.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:47.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:47.976 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:47.997 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:47.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:47.999 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 18:17:48.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:17:48.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:48.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:48.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:48.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:48.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:49.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:49.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:49.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:17:49.014 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:17:49.014 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 18:17:49.016 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:49.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:49.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:49.019 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 18:17:49.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 18:17:49.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:49.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:49.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:49.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:49.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:50.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:50.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:50.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:17:50.031 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:17:50.032 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 18:17:50.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:50.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:50.056 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:17:50.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:50.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:50.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:50.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:50.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:50.073 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:50.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 '\*?\QServers\E') 18:17:50.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:50.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:50.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:50.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:50.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:50.108 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:50.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:50.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:50.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:17:50.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:50.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:50.112 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:50.112 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:50.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:50.114 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 18:17:50.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:17:50.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:50.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:50.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:50.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:50.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:51.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:51.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:51.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:17:51.122 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:17:51.122 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 18:17:51.122 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:17:51.122 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:17:51.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:51.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:51.124 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServer_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 18:17:51.124 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:17:51.124 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 18:17:51.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 18:17:51.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:17:51.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:17:51.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:17:51.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:51.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:51.142 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:17:51.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:51.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:51.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:51.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:51.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:51.157 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:51.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:17:51.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:51.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:51.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:51.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:51.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:51.194 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:51.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:51.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:51.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:17:51.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:51.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:51.198 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:51.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:51.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:51.201 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 18:17:51.201 INFO [WorkbenchTestable][ServersView2] Create new server 18:17:51.202 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 18:17:51.202 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:51.227 DEBUG [main][MenuItemLookup] Found menu:'New' 18:17:51.228 DEBUG [main][MenuItemLookup] Item match:New 18:17:51.231 DEBUG [main][MenuItemLookup] Found menu:'Server' 18:17:51.231 DEBUG [main][MenuItemLookup] Item match:Server 18:17:51.231 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 18:17:51.231 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 18:17:51.231 INFO [main][MenuItemHandler] Select menu item: Server 18:17:51.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 18:17:51.743 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 18:17:51.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:17:51.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:51.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:51.745 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:17:51.745 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:17:51.745 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:17:51.746 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:17:51.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:17:51.747 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:17:51.768 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 18:17:51.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:17:51.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:17:51.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:17:51.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:51.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:51.769 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:17:51.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:17:51.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 18:17:51.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:51.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:51.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:51.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:51.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:51.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:17:51.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:17:51.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 18:17:51.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:17:51.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:17:51.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:17:51.795 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:17:51.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:51.795 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:17:51.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:51.796 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:17:51.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:17:51.796 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:17:51.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:51.797 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:17:51.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:51.823 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:17:51.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 18:17:51.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.wizard.NewServerWizardPage, index 0 and no matchers specified 18:17:51.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:51.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:51.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:51.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:51.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:51.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:17:51.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:17:51.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:17:51.838 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:17:51.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:51.839 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:17:51.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:51.839 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:17:51.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:17:51.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:17:51.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:51.840 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:17:51.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:51.840 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:17:51.841 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 18:17:51.841 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 18:17:51.842 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 18:17:51.891 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 18:17:51.892 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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) 18:17:51.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:51.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:51.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:51.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:51.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:17:51.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:17:52.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:17:52.407 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:") 18:17:52.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:52.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:52.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:52.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:52.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:17:52.425 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:17:52.426 INFO [WorkbenchTestable][AbstractText] Text set to: Server AB 18:17:52.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:17:52.430 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:17:52.430 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:17:52.930 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:17:52.930 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:17:53.430 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:17:53.430 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:17:53.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:17:53.931 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:17:53.931 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 18:17:53.932 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:17:53.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:53.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:53.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:53.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:53.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:17:53.938 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:17:53.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:17:53.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:17:53.939 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:17:53.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:53.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:17:54.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:17:54.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:17:54.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:17:54.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:17:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:17:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:17:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:17:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:17:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:17:54.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:17:54.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:54.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:54.528 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:17:54.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:54.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:54.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:54.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:54.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:54.544 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:54.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 '\*?\QServers\E') 18:17:54.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:54.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:54.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:54.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:54.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:54.577 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:54.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:54.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:54.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:17:54.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:54.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:54.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB... 18:17:54.582 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:54.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:54.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:54.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:54.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:17:54.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:54.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:54.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:54.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:54.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:54.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:54.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:54.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:54.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:54.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:54.626 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:54.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 '\*?\QServers\E') 18:17:54.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:54.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:54.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:54.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:54.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:54.662 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:54.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:54.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:54.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:17:54.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:54.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:54.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB finished successfully 18:17:54.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:54.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:54.710 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:17:54.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:54.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:54.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:54.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:54.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:54.733 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:54.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:17:54.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:54.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:54.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:54.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:54.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:54.776 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:54.776 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:54.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:54.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:17:54.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:54.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:54.781 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:54.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:54.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:54.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:54.783 INFO [WorkbenchTestable][ServersView2] Create new server 18:17:54.784 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:17:54.784 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:54.830 DEBUG [main][MenuItemLookup] Found menu:'New' 18:17:54.830 DEBUG [main][MenuItemLookup] Item match:New 18:17:54.831 DEBUG [main][MenuItemLookup] Found menu:'Server' 18:17:54.831 DEBUG [main][MenuItemLookup] Item match:Server 18:17:54.831 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 18:17:54.832 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 18:17:54.832 INFO [main][MenuItemHandler] Select menu item: Server 18:17:55.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 18:17:55.090 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 18:17:55.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:17:55.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:55.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:55.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: "New"] 18:17:55.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:17:55.093 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:17:55.093 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:17:55.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:17:55.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:17:55.124 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 18:17:55.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:17:55.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:17:55.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:17:55.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:55.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:55.126 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:17:55.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:17:55.137 DEBUG [WorkbenchTestable][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 18:17:55.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:55.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:55.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:55.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:55.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:55.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:17:55.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:17:55.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 18:17:55.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:17:55.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:17:55.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:17:55.171 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:17:55.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:55.177 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:17:55.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:55.177 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:17:55.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:17:55.192 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:17:55.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:55.192 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:17:55.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:55.192 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:17:55.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 18:17:55.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 18:17:55.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:55.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:55.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:55.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:55.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:55.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:17:55.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:17:55.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:17:55.209 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:17:55.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:55.210 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:17:55.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:55.210 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:17:55.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:17:55.220 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:17:55.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:17:55.221 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:17:55.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:17:55.221 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:17:55.222 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 18:17:55.223 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 18:17:55.223 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 18:17:55.226 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 18:17:55.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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) 18:17:55.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:55.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:55.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:55.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:55.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:17:55.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:17:55.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:17:55.742 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:") 18:17:55.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:55.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:55.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:55.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:55.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:17:55.771 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:17:55.772 INFO [WorkbenchTestable][AbstractText] Text set to: Server A 18:17:55.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:17:55.773 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:17:55.773 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:17:56.274 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:17:56.274 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:17:56.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:17:56.775 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:17:56.775 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 18:17:56.775 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:17:56.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:56.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:56.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:56.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:56.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:17:56.794 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:17:56.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:17:56.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:17:56.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:17:56.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:56.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:17:57.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:17:57.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:17:57.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:17:57.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:17:57.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:17:57.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:17:57.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:17:57.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:17:57.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:17:57.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:17:57.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:57.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:57.337 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:17:57.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:57.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:57.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:57.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:57.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:57.351 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:57.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:17:57.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:57.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:57.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:57.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:57.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:57.387 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:57.388 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:57.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:57.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:17:57.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:57.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:57.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A... 18:17:57.393 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:57.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:57.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:57.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:57.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:17:57.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:57.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:57.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:57.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:57.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:57.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:57.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:57.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:57.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:57.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:57.432 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:57.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:17:57.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:57.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:57.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:57.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:57.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:57.468 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:57.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:57.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:57.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:17:57.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:57.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:57.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A finished successfully 18:17:57.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:57.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:57.526 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:17:57.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:57.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:57.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:57.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:57.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:57.544 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:57.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:17:57.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:57.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:57.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:57.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:57.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:57.585 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:57.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:57.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:57.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:17:57.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:57.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:57.593 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:57.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:57.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:57.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:57.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:17:57.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:57.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:57.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:57.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:57.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:57.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:57.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:57.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:57.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:57.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:57.635 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:57.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') 18:17:57.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:57.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:57.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:57.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:57.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:57.673 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:57.673 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:57.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:57.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:17:57.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:57.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:57.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:57.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:57.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:57.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:57.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:57.741 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:57.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:17:57.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:57.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:57.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:57.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:57.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:57.800 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:57.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:57.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:57.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:17:57.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:57.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:57.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:57.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:57.806 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:57.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:57.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:57.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:57.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:57.844 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:17:57.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:57.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:57.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:57.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:57.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:57.857 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:57.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') 18:17:57.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:57.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:57.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:57.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:57.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:57.872 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:57.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:57.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:57.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:17:57.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:57.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:57.877 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:57.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:57.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:57.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:57.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:17:57.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:57.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:57.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:57.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:57.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:57.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:57.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:57.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:57.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:57.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:57.916 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:57.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 '\*?\QServers\E') 18:17:57.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:57.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:57.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:57.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:57.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:57.952 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:57.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:57.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:57.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:17:57.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:57.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:57.956 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server A [Stopped] 18:17:57.956 DEBUG [main][TreeItemHandler] Selecting tree item: Server A [Stopped] 18:17:57.957 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server A [Stopped] about selection 18:17:58.009 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server A [Stopped] 18:17:58.010 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:58.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:58.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:58.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:58.013 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server A'. Stop server first: false 18:17:58.014 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:58.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:58.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:58.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:58.019 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:17:58.019 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:58.059 DEBUG [main][MenuItemLookup] Found menu:'New' 18:17:58.059 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:17:58.059 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:17:58.059 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:58.059 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:17:58.059 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:17:58.059 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:17:58.059 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:17:58.060 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 18:17:58.060 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:17:58.060 INFO [main][MenuItemHandler] Select menu item: Delete Delete 18:17:58.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 18:17:58.136 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 18:17:58.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 18:17:58.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:58.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:58.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") 18:17:58.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:17:58.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:58.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:58.139 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 18:17:58.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:17:58.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:58.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:58.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:58.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:58.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:17:58.142 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:17:58.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:17:58.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:17:58.143 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:17:58.143 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:58.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:17:58.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:17:58.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:58.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:58.259 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:17:58.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:58.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:58.274 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:58.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:58.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:58.276 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:58.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') 18:17:58.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:58.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:58.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:58.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:58.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:58.289 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:58.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:58.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:58.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:17:58.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:58.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:58.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A... 18:17:58.318 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:58.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:58.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:58.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:58.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:17:58.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:58.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:58.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:58.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:58.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:58.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:58.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:58.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:58.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:58.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:58.357 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:58.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:17:58.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:58.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:58.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:58.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:58.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:58.370 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:58.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:58.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:58.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:17:58.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:58.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:58.398 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 18:17:58.398 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:58.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:58.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:58.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:58.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:17:58.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:58.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:58.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:58.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:58.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:17:58.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:58.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:58.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:58.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:58.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:58.438 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:58.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:17:58.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:58.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:58.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:58.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:58.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:58.472 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:58.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:58.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:58.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:17:58.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:58.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:58.480 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server AB' 18:17:58.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A finished successfully 18:17:58.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:17:58.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:17:58.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:17:58.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:17:58.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:17:58.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:17:58.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:17:58.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:17:58.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:17:58.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:58.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:58.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:58.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:58.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:58.516 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:58.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:17:58.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:58.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:58.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:58.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:58.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:58.549 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:58.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:58.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:58.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:17:58.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:58.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:58.554 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server AB [Stopped] 18:17:58.554 DEBUG [main][TreeItemHandler] Selecting tree item: Server AB [Stopped] 18:17:58.554 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server AB [Stopped] about selection 18:17:58.587 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server AB [Stopped] 18:17:58.588 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:58.589 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:58.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:58.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:58.593 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server AB'. Stop server first: false 18:17:58.593 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:58.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:58.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:58.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:17:58.596 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:17:58.597 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:58.630 DEBUG [main][MenuItemLookup] Found menu:'New' 18:17:58.630 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:17:58.630 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:17:58.630 DEBUG [main][MenuItemLookup] Found menu:'' 18:17:58.630 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:17:58.630 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:17:58.630 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:17:58.630 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:17:58.630 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 18:17:58.630 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:17:58.630 INFO [main][MenuItemHandler] Select menu item: Delete Delete 18:17:58.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 18:17:58.711 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 18:17:58.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 18:17:58.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:58.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:58.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:17:58.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:17:58.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:17:58.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:17:58.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 18:17:58.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:17:58.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:58.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:58.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:58.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:58.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:17:58.718 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:17:58.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:17:58.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:17:58.721 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:17:58.721 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:17:58.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:17:58.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:17:58.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:58.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:58.799 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:17:58.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:58.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:58.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:17:58.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:17:58.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:17:58.815 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:17:58.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') 18:17:58.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:58.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:58.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:17:58.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:17:58.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:17:58.831 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:58.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:58.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:58.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:17:58.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:17:58.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:17:58.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB... 18:17:58.853 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:58.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:58.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:58.854 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 18:17:58.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:17:58.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:58.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:58.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:59.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:59.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:59.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:59.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:17:59.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:17:59.862 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:17:59.862 INFO [WorkbenchTestable][ServersView2] Requested server 'Server AB' was not found on Servers view 18:17:59.862 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:17:59.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:17:59.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:17:59.869 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 18:17:59.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:17:59.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:17:59.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:17:59.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:00.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:00.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:00.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:00.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:00.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:18:00.878 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:18:00.879 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 18:18:00.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB finished successfully 18:18:00.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:18:00.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:18:00.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:18:00.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:18:00.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:18:00.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:18:00.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:18:00.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:18:00.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:18:00.879 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 18:18:00.879 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:18:00.879 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:18:00.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:18:00.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:18:00.882 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 18:18:00.882 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:18:00.882 INFO [WorkbenchTestable][RequirementsRunner] Started test: newServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 18:18:00.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 18:18:00.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:18:00.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:18:00.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:18:00.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:00.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:00.896 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:18:00.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:00.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:00.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:00.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:00.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:00.924 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:00.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:00.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:00.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:00.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:00.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:00.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:00.969 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:00.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:00.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:00.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:00.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:00.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:00.973 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:00.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:00.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:00.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 18:18:00.975 INFO [WorkbenchTestable][ServersView2] Create new server 18:18:00.976 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 18:18:00.976 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:00.978 DEBUG [main][MenuItemLookup] Found menu:'New' 18:18:00.979 DEBUG [main][MenuItemLookup] Item match:New 18:18:00.979 DEBUG [main][MenuItemLookup] Found menu:'Server' 18:18:00.979 DEBUG [main][MenuItemLookup] Item match:Server 18:18:00.998 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 18:18:00.998 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 18:18:00.999 INFO [main][MenuItemHandler] Select menu item: Server 18:18:01.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 18:18:01.299 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 18:18:01.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:18:01.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:01.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:01.301 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:18:01.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:01.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:01.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: "New"] 18:18:01.352 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:01.352 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:01.365 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 18:18:01.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:01.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:01.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:18:01.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:01.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:01.366 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:18:01.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:01.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:18:01.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:18:01.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:18:01.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:01.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:01.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:18:01.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:18:01.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:18:01.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:01.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:01.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:18:01.379 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:18:01.380 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:18:01.880 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:18:01.880 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:18:02.380 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:18:02.380 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:18:02.880 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:18:02.880 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:18:03.381 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:18:03.381 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:18:03.881 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:18:03.881 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:18:04.382 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:18:04.382 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:18:04.882 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:18:04.882 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:18:05.382 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:18:05.382 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:18:05.883 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:18:05.883 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:18:06.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:18:06.384 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:18:06.384 INFO [WorkbenchTestable][NewServerWizard] Cancel wizard 18:18:06.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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) 18:18:06.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:06.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:06.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:06.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:06.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:06.400 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:18:06.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:06.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:06.400 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:18:06.400 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:06.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:18:06.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:18:06.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:18:06.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:18:06.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:18:06.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:18:06.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:18:06.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:18:06.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:18:06.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:18:06.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:18:06.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:06.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:06.568 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:18:06.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:06.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:06.581 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:06.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:06.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:06.582 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:06.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 '\*?\QServers\E') 18:18:06.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:06.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:06.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:06.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:06.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:06.616 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:06.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:06.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:06.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:06.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:06.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:06.619 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:06.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:06.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:06.621 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 18:18:06.621 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:18:06.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:06.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:06.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:07.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:07.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:07.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:07.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:07.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:18:07.631 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:18:07.631 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 18:18:07.631 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:18:07.631 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:18:07.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:18:07.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:18:07.634 INFO [WorkbenchTestable][RequirementsRunner] Finished test: newServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 18:18:07.635 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:18:07.635 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServer_notFound no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 18:18:07.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 18:18:07.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:18:07.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:18:07.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:18:07.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:07.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:07.654 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:18:07.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:07.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:07.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:07.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:07.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:07.671 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:07.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 '\*?\QServers\E') 18:18:07.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:07.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:07.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:07.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:07.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:07.706 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:07.707 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:07.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:07.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:07.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:07.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:07.712 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:07.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:07.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:07.715 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 18:18:07.715 INFO [WorkbenchTestable][ServersView2] Create new server 18:18:07.716 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 18:18:07.716 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:07.719 DEBUG [main][MenuItemLookup] Found menu:'New' 18:18:07.719 DEBUG [main][MenuItemLookup] Item match:New 18:18:07.720 DEBUG [main][MenuItemLookup] Found menu:'Server' 18:18:07.720 DEBUG [main][MenuItemLookup] Item match:Server 18:18:07.721 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 18:18:07.721 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 18:18:07.721 INFO [main][MenuItemHandler] Select menu item: Server 18:18:07.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 18:18:07.982 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 18:18:07.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:18:07.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:07.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:07.989 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:18:07.989 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:07.989 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:08.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: "New"] 18:18:08.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:08.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:08.034 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 18:18:08.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:08.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:08.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:18:08.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:08.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:08.035 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:18:08.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:08.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 18:18:08.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:08.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:08.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:08.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:08.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:08.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:18:08.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:18:08.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 18:18:08.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:18:08.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:18:08.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:18:08.085 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:18:08.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:08.086 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:18:08.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:08.087 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:18:08.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:18:08.087 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:18:08.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:08.088 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:18:08.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:08.088 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:18:08.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 18:18:08.098 DEBUG [WorkbenchTestable][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 18:18:08.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:08.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:08.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:08.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:08.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:08.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:18:08.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:18:08.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:18:08.105 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:18:08.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:08.105 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:18:08.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:08.106 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:18:08.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:18:08.115 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:18:08.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:08.117 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:18:08.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:08.117 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:18:08.118 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 18:18:08.118 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 18:18:08.119 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 18:18:08.122 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 18:18:08.131 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:18:08.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:08.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:08.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:08.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:08.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:08.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:08.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:08.638 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:") 18:18:08.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:08.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:08.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:08.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:08.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:18:08.670 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:18:08.671 INFO [WorkbenchTestable][AbstractText] Text set to: Server AB 18:18:08.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:18:08.672 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:18:08.672 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:18:09.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:18:09.173 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:18:09.173 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 18:18:09.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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) 18:18:09.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:09.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:09.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:09.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:09.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:09.187 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:18:09.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:09.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:09.188 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:18:09.188 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:09.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:18:09.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:18:09.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:18:09.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:18:09.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:18:09.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:18:09.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:18:09.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:18:09.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:18:09.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:18:09.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:18:09.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:09.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:09.737 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:18:09.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:09.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:09.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:09.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:09.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:09.750 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:09.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:09.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:09.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:09.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:09.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:09.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:09.785 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:09.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:09.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:09.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:09.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:09.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:09.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB... 18:18:09.815 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:09.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:09.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:09.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:09.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:18:09.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:09.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:09.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:09.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:09.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:09.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:09.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:09.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:09.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:09.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:09.838 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:09.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:09.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:09.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:09.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:09.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:09.879 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:09.879 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:09.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:09.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:09.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:09.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:09.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:09.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB finished successfully 18:18:09.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:09.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:09.921 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:18:09.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:09.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:09.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:09.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:09.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:09.935 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:09.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:09.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:09.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:09.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:09.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:09.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:09.970 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:09.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:09.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:09.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:09.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:09.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:09.997 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:09.997 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:09.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:09.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:10.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:18:10.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:10.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:10.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:10.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:10.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:10.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:10.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:10.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:10.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:10.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:10.015 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:10.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 '\*?\QServers\E') 18:18:10.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:10.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:10.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:10.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:10.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:10.051 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:10.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:10.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:10.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:10.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:10.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:10.057 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 18:18:10.078 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:10.079 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:10.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:10.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:10.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 18:18:10.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:10.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:10.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:10.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:10.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:10.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:10.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:10.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:10.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:10.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:10.097 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:10.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:10.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:10.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:10.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:10.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:10.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:10.132 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:10.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:10.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:10.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:10.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:10.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:10.138 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server AB' 18:18:10.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:18:10.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:18:10.139 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:10.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:10.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:10.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:10.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:10.174 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:18:10.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:10.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:10.186 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:10.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:10.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:10.187 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:10.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:10.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:10.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:10.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:10.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:10.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:10.201 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:10.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:10.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:10.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:10.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:10.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:10.232 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:10.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:10.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:10.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:10.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:18:10.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:10.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:10.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:10.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:10.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:10.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:10.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:10.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:10.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:10.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:10.256 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:10.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:10.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:10.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:10.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:10.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:10.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:10.293 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:10.294 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:10.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:10.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:10.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:10.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:10.298 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server AB [Stopped] 18:18:10.298 DEBUG [main][TreeItemHandler] Selecting tree item: Server AB [Stopped] 18:18:10.299 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server AB [Stopped] about selection 18:18:10.336 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server AB [Stopped] 18:18:10.338 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:10.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:10.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:10.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:10.349 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server AB'. Stop server first: false 18:18:10.349 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:10.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:10.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:10.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:10.352 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:18:10.352 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:10.388 DEBUG [main][MenuItemLookup] Found menu:'New' 18:18:10.388 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:18:10.388 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:18:10.388 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:10.388 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:18:10.388 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:18:10.388 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:18:10.388 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:18:10.388 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 18:18:10.389 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:18:10.389 INFO [main][MenuItemHandler] Select menu item: Delete Delete 18:18:10.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 18:18:10.463 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 18:18:10.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 18:18:10.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:10.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:10.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 "OK") 18:18:10.464 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:18:10.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:18:10.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:18:10.465 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 18:18:10.465 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:18:10.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:10.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:10.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:10.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:10.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:10.467 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:18:10.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:10.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:10.468 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:18:10.468 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:10.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:18:10.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:18:10.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:10.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:10.566 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:18:10.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:10.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:10.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:10.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:10.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:10.605 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:10.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:10.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:10.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:10.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:10.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:10.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:10.620 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:10.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:10.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:10.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:10.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:10.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:10.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB... 18:18:10.630 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:10.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:10.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:10.633 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 18:18:10.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:18:10.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:10.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:10.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:11.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:11.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:11.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:11.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:11.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:18:11.663 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:18:11.663 INFO [WorkbenchTestable][ServersView2] Requested server 'Server AB' was not found on Servers view 18:18:11.663 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:11.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:11.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:11.666 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 18:18:11.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:18:11.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:11.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:11.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:12.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:12.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:12.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:12.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:12.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:18:12.678 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:18:12.678 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 18:18:12.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB finished successfully 18:18:12.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:18:12.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:18:12.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:18:12.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:18:12.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:18:12.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:18:12.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:18:12.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:18:12.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:18:12.679 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 18:18:12.679 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:18:12.679 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:18:12.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:18:12.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:18:12.681 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServer_notFound no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 18:18:12.681 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:18:12.681 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 18:18:12.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 18:18:12.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:18:12.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:18:12.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:18:12.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:12.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:12.696 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:18:12.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:12.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:12.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:12.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:12.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:12.713 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:12.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 '\*?\QServers\E') 18:18:12.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:12.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:12.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:12.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:12.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:12.748 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:12.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:12.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:12.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:12.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:12.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:12.751 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:12.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:12.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:12.753 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 18:18:12.753 INFO [WorkbenchTestable][ServersView2] Create new server 18:18:12.753 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 18:18:12.753 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:12.755 DEBUG [main][MenuItemLookup] Found menu:'New' 18:18:12.757 DEBUG [main][MenuItemLookup] Item match:New 18:18:12.757 DEBUG [main][MenuItemLookup] Found menu:'Server' 18:18:12.757 DEBUG [main][MenuItemLookup] Item match:Server 18:18:12.757 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 18:18:12.757 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 18:18:12.758 INFO [main][MenuItemHandler] Select menu item: Server 18:18:12.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 18:18:13.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 18:18:13.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:18:13.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:13.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:13.017 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:18:13.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:13.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:13.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:18:13.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:13.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:13.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 18:18:13.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:13.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:13.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:18:13.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:13.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:13.081 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:18:13.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:13.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 18:18:13.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:13.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:13.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:13.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:13.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:13.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:18:13.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:18:13.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 18:18:13.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:18:13.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:18:13.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:18:13.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:18:13.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:13.127 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:18:13.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:13.127 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:18:13.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:18:13.128 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:18:13.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:13.129 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:18:13.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:13.129 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:18:13.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 18:18:13.130 DEBUG [WorkbenchTestable][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 18:18:13.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:13.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:13.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:13.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:13.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:13.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:18:13.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:18:13.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:18:13.136 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:18:13.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:13.137 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:18:13.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:13.137 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:18:13.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:18:13.146 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:18:13.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:13.147 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:18:13.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:13.147 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:18:13.149 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 18:18:13.149 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 18:18:13.149 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 18:18:13.164 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 18:18:13.165 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:18:13.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:13.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:13.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:13.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:13.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:13.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:13.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:13.671 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:") 18:18:13.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:13.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:13.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:13.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:13.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:18:13.691 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:18:13.692 INFO [WorkbenchTestable][AbstractText] Text set to: Server AB 18:18:13.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:18:13.693 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:18:13.693 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:18:14.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:18:14.194 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:18:14.194 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 18:18:14.195 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:18:14.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:14.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:14.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:14.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:14.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:14.217 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:18:14.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:14.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:14.217 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:18:14.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:14.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:18:14.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:18:14.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:18:14.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:18:14.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:18:14.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:18:14.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:18:14.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:18:14.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:18:14.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:18:14.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:18:14.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:14.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:14.747 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:18:14.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:14.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:14.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:14.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:14.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:14.762 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:14.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:14.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:14.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:14.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:14.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:14.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:14.794 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:14.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:14.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:14.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:14.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:14.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:14.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB... 18:18:14.801 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:14.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:14.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:14.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:14.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:18:14.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:14.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:14.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:14.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:14.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:14.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:14.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:14.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:14.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:14.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:14.846 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:14.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:14.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:14.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:14.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:14.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:14.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:14.882 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:14.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:14.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:14.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:14.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:14.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:14.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB finished successfully 18:18:14.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:14.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:14.901 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:18:14.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:14.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:14.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:14.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:14.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:14.945 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18: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') 18:18:14.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:14.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:14.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:14.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:14.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:14.986 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:14.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:14.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:14.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:14.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:14.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:14.993 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:14.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:14.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:14.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:14.995 INFO [WorkbenchTestable][ServersView2] Create new server 18:18:14.995 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:18:14.995 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:15.049 DEBUG [main][MenuItemLookup] Found menu:'New' 18:18:15.050 DEBUG [main][MenuItemLookup] Item match:New 18:18:15.050 DEBUG [main][MenuItemLookup] Found menu:'Server' 18:18:15.050 DEBUG [main][MenuItemLookup] Item match:Server 18:18:15.051 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 18:18:15.051 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 18:18:15.051 INFO [main][MenuItemHandler] Select menu item: Server 18:18:15.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 18:18:15.338 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 18:18:15.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:18:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:15.340 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:18:15.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:15.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:15.341 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:18:15.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:15.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:15.374 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 18:18:15.374 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:15.374 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:15.375 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:18:15.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:15.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:15.376 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:18:15.376 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:15.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.wizard.NewServerWizardPage, index 0 and no matchers specified 18:18:15.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:15.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:15.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:15.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:15.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:15.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:18:15.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:18:15.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 18:18:15.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:18:15.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:18:15.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:18:15.424 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:18:15.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:15.438 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:18:15.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:15.438 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:18:15.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:18:15.439 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:18:15.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:15.440 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:18:15.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:15.440 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:18:15.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 18:18:15.441 DEBUG [WorkbenchTestable][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 18:18:15.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:15.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:15.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:15.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:15.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:15.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:18:15.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:18:15.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:18:15.454 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:18:15.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:15.455 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:18:15.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:15.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:18:15.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:18:15.457 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:18:15.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:15.457 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:18:15.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:15.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:18:15.459 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 18:18:15.467 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 18:18:15.468 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 18:18:15.470 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 18:18:15.471 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:18:15.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:15.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:15.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:15.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:15.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:15.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:15.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:15.988 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:") 18:18:15.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:15.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:16.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:16.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:16.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:18:16.031 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:18:16.033 INFO [WorkbenchTestable][AbstractText] Text set to: Server A 18:18:16.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:18:16.043 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:18:16.043 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:18:16.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:18:16.544 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:18:16.544 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 18:18:16.545 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:18:16.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:16.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:16.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:16.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:16.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:16.557 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:18:16.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:16.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:16.558 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:18:16.558 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:16.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:18:17.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:18:17.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:18:17.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:18:17.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:18:17.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:18:17.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:18:17.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:18:17.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:18:17.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:18:17.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:18:17.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:18:17.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.148 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:18:17.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.164 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:17.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:17.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:17.193 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:17.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:17.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:17.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:17.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:17.205 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:17.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:17.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:17.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:17.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:17.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:17.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A... 18:18:17.210 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:17.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:17.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:17.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:17.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:18:17.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:17.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:17.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:17.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:17.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:17.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:17.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:17.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 '\*?\QServers\E') 18:18:17.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:17.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:17.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:17.265 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:17.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:17.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:17.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:17.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:17.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:17.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A finished successfully 18:18:17.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.333 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:18:17.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:17.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:17.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:17.348 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:17.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:17.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:17.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:17.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:17.385 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:17.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:17.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:17.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:17.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:17.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:17.390 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:17.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:17.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:17.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:17.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 18:18:17.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:17.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:17.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:17.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.429 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:17.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:17.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:17.430 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:17.430 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:17.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:17.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:17.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:17.466 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:17.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:17.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:17.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:17.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:17.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:17.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:17.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:17.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:17.508 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:17.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:17.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:17.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:17.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:17.543 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:17.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:17.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:17.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:17.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:17.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:17.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:18:17.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:18:17.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:17.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:17.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:17.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.585 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:18:17.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.597 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:17.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:17.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:17.597 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:17.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:17.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:17.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:17.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:17.610 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:17.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:17.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:17.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:17.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:17.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:17.615 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:17.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:17.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:17.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:17.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:18:17.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:17.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:17.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:17.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:17.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:17.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:17.659 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:17.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 '\*?\QServers\E') 18:18:17.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:17.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:17.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:17.695 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:17.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:17.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:17.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:17.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:17.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:17.722 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server A [Stopped] 18:18:17.722 DEBUG [main][TreeItemHandler] Selecting tree item: Server A [Stopped] 18:18:17.722 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server A [Stopped] about selection 18:18:17.747 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server A [Stopped] 18:18:17.749 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:17.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:17.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:17.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:17.755 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server A'. Stop server first: false 18:18:17.756 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:17.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:17.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:17.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:17.760 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:18:17.760 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:17.801 DEBUG [main][MenuItemLookup] Found menu:'New' 18:18:17.801 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:18:17.801 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:18:17.801 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:17.801 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:18:17.801 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:18:17.802 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:18:17.802 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:18:17.802 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 18:18:17.802 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:18:17.803 INFO [main][MenuItemHandler] Select menu item: Delete Delete 18:18:17.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 18:18:17.879 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 18:18:17.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 18:18:17.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:17.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:17.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 "OK") 18:18:17.881 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:18:17.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:18:17.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:18:17.885 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 18:18:17.885 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:18:17.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:17.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:17.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:17.892 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:18:17.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:17.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:17.892 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:18:17.892 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:17.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:18:17.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:18:17.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.974 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:18:17.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:17.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:17.988 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:17.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:17.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:17.989 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:17.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:17.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:17.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:18.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:18.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:18.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:18.027 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:18.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:18.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:18.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:18.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:18.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:18.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A... 18:18:18.032 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:18.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:18.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:18.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:18.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:18:18.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:18.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:18.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:18.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:18.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:18.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:18.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:18.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:18.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:18.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:18.075 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:18.076 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:18.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:18.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:18.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:18.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:18.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:18.124 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:18.124 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:18.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:18.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:18.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:18.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:18.129 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 18:18:18.130 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:18.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:18.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:18.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:18.154 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:18:18.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:18.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:18.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:18.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:18.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:18.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:18.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:18.167 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:18.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:18.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:18.168 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:18.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') 18:18:18.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:18.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:18.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:18.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:18.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:18.209 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:18.209 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:18.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:18.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:18.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:18.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:18.215 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server AB' 18:18:18.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A finished successfully 18:18:18.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:18:18.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:18:18.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:18:18.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:18:18.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:18:18.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:18:18.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:18:18.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:18:18.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:18:18.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:18:18.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:18.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:18.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:18.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:18.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:18.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:18.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 '\*?\QServers\E') 18:18:18.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:18.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:18.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:18.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:18.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:18.292 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:18.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:18.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:18.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:18.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:18.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:18.298 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server AB [Stopped] 18:18:18.298 DEBUG [main][TreeItemHandler] Selecting tree item: Server AB [Stopped] 18:18:18.298 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server AB [Stopped] about selection 18:18:18.341 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server AB [Stopped] 18:18:18.343 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:18.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:18.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:18.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:18.345 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server AB'. Stop server first: false 18:18:18.345 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:18.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:18.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:18.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:18.347 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:18:18.347 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:18.384 DEBUG [main][MenuItemLookup] Found menu:'New' 18:18:18.384 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:18:18.384 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:18:18.384 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:18.384 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:18:18.384 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:18:18.384 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:18:18.385 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:18:18.385 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 18:18:18.385 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:18:18.385 INFO [main][MenuItemHandler] Select menu item: Delete Delete 18:18:18.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 18:18:18.459 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 18:18:18.459 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 18:18:18.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:18.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:18.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 "OK") 18:18:18.460 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:18:18.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:18:18.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:18:18.461 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 18:18:18.461 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:18:18.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:18.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:18.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:18.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:18.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:18.463 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:18:18.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:18.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:18.464 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:18:18.464 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:18.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:18:18.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:18:18.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:18.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:18.559 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:18:18.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:18.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:18.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:18.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:18.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:18.593 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:18.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:18.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:18.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:18.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:18.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:18.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:18.637 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:18.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:18.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:18.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:18.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:18.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:18.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB... 18:18:18.642 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:18.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:18.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:18.644 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 18:18:18.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 18:18:18.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:18.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:18.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:19.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:19.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:19.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:19.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:19.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:18:19.697 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:18:19.697 INFO [WorkbenchTestable][ServersView2] Requested server 'Server AB' was not found on Servers view 18:18:19.698 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:19.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:19.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:19.700 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 18:18:19.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:18:19.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:19.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:19.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:20.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:20.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:20.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:20.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:20.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:18:20.709 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:18:20.709 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 18:18:20.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB finished successfully 18:18:20.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:18:20.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:18:20.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:18:20.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:18:20.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:18:20.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:18:20.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:18:20.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:18:20.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:18:20.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:18:20.709 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 18:18:20.709 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:18:20.709 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:18:20.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:18:20.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:18:20.713 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 18:18:20.714 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:18:20.714 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServers_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 18:18:20.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 18:18:20.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:18:20.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:18:20.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:18:20.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:20.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:20.731 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:18:20.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:20.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:20.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:20.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:20.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:20.747 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:20.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:20.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:20.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:20.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:20.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:20.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:20.790 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:20.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:20.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:20.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:20.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:20.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:20.797 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:20.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:20.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:20.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 18:18:20.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 18:18:20.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:20.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:20.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:21.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:21.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:21.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:21.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:21.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:18:21.810 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:18:21.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:18:21.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:18:21.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:21.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:21.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:21.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:21.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:21.852 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:18:21.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:21.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:21.868 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:21.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:21.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:21.868 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:21.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:21.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:21.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:21.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:21.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:21.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:21.882 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:21.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:21.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:21.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:21.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:21.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:21.886 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:21.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:21.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:21.887 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 18:18:21.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:18:21.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:21.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:21.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:22.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:22.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:22.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:22.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:22.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:18:22.896 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:18:22.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 18:18:22.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:18:22.896 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:18:22.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:18:22.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:18:22.904 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServers_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 18:18:22.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:22.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:22.919 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:18:22.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:22.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:22.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:22.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:22.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:22.934 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:22.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 '\*?\QServers\E') 18:18:22.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:22.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:22.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:22.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:22.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:22.968 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:22.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:22.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:22.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:22.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:22.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:22.992 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:22.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:22.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:22.995 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 18:18:22.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:18:22.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:22.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:22.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:23.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:23.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:24.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:24.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:18:24.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:18:24.004 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:18:24.005 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 18:18:24.005 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:18:24.005 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:18:24.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:18:24.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.106 s - in org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest getServer_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 4.212 s getServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 9.758 s newServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 6.752 s getServer_notFound no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 5.046 s getServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 8.032 s getServers_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 2.19 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 18:18:24.055 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 18:18:24.056 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:18:24.057 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:18:24.057 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 18:18:24.057 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:18:24.057 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:18:24.058 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:18:24.058 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:18:24.058 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:18:24.058 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:18:24.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:24.060 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:18:24.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:24.060 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:18:24.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:24.061 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:18:24.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:24.061 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:18:24.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:24.061 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:18:24.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:24.062 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:18:24.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:24.062 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:18:24.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:24.062 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:18:24.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:24.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:24.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:24.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:24.064 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:24.064 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:18:24.064 DEBUG [main][MenuItemLookup] Found menu:'File' 18:18:24.065 DEBUG [main][MenuItemLookup] Item match:File 18:18:24.067 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:18:24.067 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:18:24.067 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:18:24.067 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:18:24.067 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:24.067 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:18:24.067 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:18:24.067 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:24.067 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:18:24.067 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:18:24.067 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:18:24.067 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:18:24.068 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:24.068 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:18:24.068 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:18:24.068 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:18:24.068 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:18:24.068 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:24.068 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:18:24.068 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:24.068 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:18:24.068 DEBUG [main][MenuItemLookup] Item match:Import... 18:18:24.068 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:18:24.068 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:18:24.068 INFO [main][MenuItemHandler] Select menu item: &Import... 18:18:24.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:18:24.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:18:24.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:18:24.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:24.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:24.267 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:18:24.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:24.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 18:18:24.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:24.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:24.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:24.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:24.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:24.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:18:24.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:18:24.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:18:24.274 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:18:24.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:24.274 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:18:24.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:24.287 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:18:24.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:18:24.288 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:18:24.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:24.288 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:18:24.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:24.288 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:18:24.289 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 18:18:24.289 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 18:18:24.290 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 18:18:24.290 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 18:18:24.290 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:18:24.290 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:18:24.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.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) 18:18:24.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:24.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:24.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:24.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:24.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:24.300 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:18:24.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:24.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:24.300 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:18:24.300 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:24.386 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:18:24.473 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:24.489 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:24.489 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:18:24.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:24.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:24.492 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:18:24.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:24.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:18:24.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:18:24.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:18:24.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:24.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:24.535 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:18:24.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:24.536 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 18:18:24.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.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:") 18:18:24.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:24.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:24.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:24.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:24.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:24.540 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 18:18:24.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:24.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:24.540 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:18:24.540 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:24.575 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 18:18:24.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:24.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:18:24.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:18:24.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:24.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:18:24.586 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 18:18:24.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 18:18:24.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:24.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:24.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:24.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:24.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:24.725 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 18:18:24.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:24.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:24.725 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:18:24.725 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:24.895 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 18:18:24.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:24.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:24.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:24.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:24.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:24.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 18:18:24.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 18:18:24.899 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 18:18:24.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 18:18:24.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:24.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:24.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:24.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:24.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:24.949 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 18:18:24.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:24.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:24.950 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:18:24.950 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:24.951 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:18:24.951 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 18:18:24.981 DEBUG [WorkbenchTestable][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) 18:18:24.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:24.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:25.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:25.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:25.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:25.015 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:18:25.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:25.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:25.015 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:18:25.016 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:25.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:18:25.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:18:25.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:18:25.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating server-project' has no excuses, wait for it 18:18:26.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'JavaScript indexing in progress' is a system job, skipped 18:18:26.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:18:26.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:18:26.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:18:26.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:18:26.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:18:26.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:18:26.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:18:26.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:18:26.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:18:26.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:18:26.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:26.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:26.511 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:18:26.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:26.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:26.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:26.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:26.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:26.588 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:26.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:26.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:26.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:26.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:26.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:26.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:26.630 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:26.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:26.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:26.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:26.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:26.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:26.635 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:26.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:26.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:26.703 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 18:18:26.704 INFO [WorkbenchTestable][ServersView2] Create new server 18:18:26.704 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 18:18:26.704 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:26.706 DEBUG [main][MenuItemLookup] Found menu:'New' 18:18:26.706 DEBUG [main][MenuItemLookup] Item match:New 18:18:26.707 DEBUG [main][MenuItemLookup] Found menu:'Server' 18:18:26.707 DEBUG [main][MenuItemLookup] Item match:Server 18:18:26.707 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 18:18:26.707 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 18:18:26.707 INFO [main][MenuItemHandler] Select menu item: Server 18:18:27.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 18:18:27.252 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 18:18:27.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:18:27.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:27.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:27.254 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:18:27.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:27.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:27.257 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:18:27.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:27.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:27.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 Server"] 18:18:27.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:27.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:27.301 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:18:27.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:27.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:27.303 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:18:27.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:27.307 DEBUG [WorkbenchTestable][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 18:18:27.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:27.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:27.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:27.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:27.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:27.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:18:27.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:18:27.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 18:18:27.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:18:27.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:18:27.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:18:27.404 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:18:27.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:27.408 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:18:27.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:27.408 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:18:27.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:18:27.409 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:18:27.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:27.410 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:18:27.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:27.410 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:18:27.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 18:18:27.411 DEBUG [WorkbenchTestable][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 18:18:27.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:27.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:27.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:27.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:27.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:27.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:18:27.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:18:27.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:18:27.415 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:18:27.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:27.415 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:18:27.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:27.416 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:18:27.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:18:27.416 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:18:27.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:27.416 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:18:27.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:27.417 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:18:27.418 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 18:18:27.418 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 18:18:27.418 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 18:18:27.421 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 18:18:27.421 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:18:27.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:27.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:27.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:27.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:27.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:27.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:27.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:27.936 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:") 18:18:27.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:27.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:27.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:27.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:27.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:18:27.957 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:18:27.959 INFO [WorkbenchTestable][AbstractText] Text set to: Server ABC 18:18:27.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:18:27.969 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:18:27.969 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:18:28.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:18:28.470 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:18:28.470 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 18:18: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.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) 18:18:28.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:28.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:28.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:28.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:28.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:28.491 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:18:28.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:28.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:28.492 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:18:28.492 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:28.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:18:29.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:18:29.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:18:29.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving profile preferences' is a system job, skipped 18:18:29.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:18:29.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:18:29.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:18:29.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:18:29.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:18:29.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:18:29.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:18:29.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:18:29.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:18:29.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:29.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:29.090 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:18:29.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:29.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:29.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:29.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:29.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:29.104 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:29.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:29.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:29.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:29.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:29.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:29.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:29.135 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:29.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:29.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:29.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:29.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:29.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:29.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC... 18:18:29.145 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:29.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:29.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:29.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:29.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:18:29.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:29.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:29.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:29.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:29.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:29.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:29.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:29.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:29.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:29.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:29.205 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:29.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 '\*?\QServers\E') 18:18:29.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:29.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:29.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:29.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:29.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:29.218 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:29.218 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:29.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:29.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:29.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:29.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:29.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC finished successfully 18:18:29.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:29.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:29.260 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:18:29.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:29.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:29.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:29.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:29.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:29.275 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:29.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') 18:18:29.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:29.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:29.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:29.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:29.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:29.329 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:29.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:29.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:29.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:29.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:29.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:29.357 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:29.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:29.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:29.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:29.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:18:29.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:29.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:29.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:29.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:29.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:29.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:29.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:29.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:29.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:29.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:29.391 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:29.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:18:29.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:29.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:29.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:29.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:29.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:29.428 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:29.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:29.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:29.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:29.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:29.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:29.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:29.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:29.468 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:29.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:29.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:29.470 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:18:29.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 '\*?\QServers\E') 18:18:29.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:29.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:29.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:29.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:29.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:18:29.482 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:29.482 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:29.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:29.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:29.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:29.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:29.514 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 18:18:29.514 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 18:18:29.516 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 18:18:29.555 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 18:18:29.557 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:29.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:29.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:29.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:29.561 INFO [WorkbenchTestable][AbstractServer] Start server Server ABC 18:18:29.561 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:29.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:29.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:29.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:29.564 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:29.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:29.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:29.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:29.567 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server ABC 18:18:29.567 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:29.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:29.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:29.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:29.571 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 18:18:29.571 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 18:18:29.572 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 18:18:29.582 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 18:18:29.584 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:29.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:18:29.592 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:29.639 DEBUG [main][MenuItemLookup] Found menu:'New' 18:18:29.639 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:18:29.639 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:18:29.639 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:29.639 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:18:29.639 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:18:29.639 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:18:29.639 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:18:29.639 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:29.639 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:18:29.639 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 18:18:29.639 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 18:18:29.639 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 18:18:29.639 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 18:18:29.640 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 18:18:29.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 18:18:29.665 DEBUG [Worker-9: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 18:18:30.706 DEBUG [Worker-9: Starting Server ABC][AbstractWait] Wait for 1 seconds 18:18:32.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 18:18:32.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 18:18:32.158 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:32.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:32.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:32.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:32.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 18:18:32.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:18:32.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:18:32.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:18:32.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:18:32.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:18:32.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:18:32.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:18:32.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:18:32.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:18:32.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:18:32.166 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:32.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:32.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:32.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:32.170 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 18:18:32.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:32.170 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:18:32.170 INFO [WorkbenchTestable][RequirementsRunner] Started test: startServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 18:18:32.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 18:18:32.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:18:32.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:18:32.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:18:32.171 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:32.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:32.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:32.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:32.174 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 18:18:32.175 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 18:18:32.175 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 18:18:32.186 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 18:18:32.186 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 18:18:32.187 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:18:32.187 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:32.232 DEBUG [main][MenuItemLookup] Found menu:'New' 18:18:32.233 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:18:32.233 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:18:32.233 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:32.233 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:18:32.233 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:18:32.233 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:18:32.233 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:18:32.233 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:32.233 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 18:18:32.233 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 18:18:32.233 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 18:18:32.233 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:18:32.233 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 18:18:32.233 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 18:18:32.233 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:32.233 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 18:18:32.233 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 18:18:32.234 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 18:18:32.234 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 18:18:32.235 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 18:18:32.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: "Add and Remove..."] is available.... 18:18:32.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:32.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:32.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:18:32.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 18:18:32.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:32.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:32.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 18:18:32.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:32.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:32.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:32.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:32.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:32.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:18:32.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:18:32.458 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:18:32.458 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:18:32.459 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:18:32.498 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:18:32.499 DEBUG [WorkbenchTestable][WidgetLookup] 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 >") 18:18:32.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:32.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:32.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:32.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:32.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:32.502 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 18:18:32.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:32.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:32.502 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:18:32.502 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:32.507 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 18:18:32.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.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) 18:18:32.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:32.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:32.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:32.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:32.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:32.521 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:18:32.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:32.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:32.521 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:18:32.521 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:32.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:18:32.542 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:18:32.550 DEBUG [Worker-4: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 18:18:33.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:18:33.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:18:33.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:18:33.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:18:34.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:18:34.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:18:34.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:18:34.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:18:34.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:18:34.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:18:34.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:18:34.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:18:34.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:18:34.047 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:34.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:34.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:34.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:34.050 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 18:18:34.050 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:18:34.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:34.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:34.552 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:18:34.554 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:18:34.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:34.560 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 18:18:34.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:34.561 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:18:34.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:34.564 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:34.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:34.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:34.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:34.568 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 18:18:34.568 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 18:18:34.569 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 18:18:34.591 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 18:18:34.594 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project' 18:18:34.594 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:34.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:34.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:34.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:34.597 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 18:18:34.597 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 18:18:34.597 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 18:18:34.606 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 18:18:34.607 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:18:34.607 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:34.653 DEBUG [main][MenuItemLookup] Found menu:'New' 18:18:34.653 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:34.653 DEBUG [main][MenuItemLookup] Found menu:'Start' 18:18:34.653 DEBUG [main][MenuItemLookup] Item match:Start 18:18:34.653 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 18:18:34.653 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 18:18:34.654 INFO [main][MenuItemHandler] Select menu item: &Start 18:18:34.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:18:34.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:18:34.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 18:18:34.658 DEBUG [Worker-6: Starting server-project][AbstractWait] Wait for 1 seconds 18:18:35.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 18:18:35.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 18:18:36.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:18:36.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:18:36.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:18:36.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:18:36.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:18:36.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:18:36.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:18:36.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:18:36.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:18:36.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 18:18:36.160 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:36.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:36.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:36.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:36.164 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 18:18:36.164 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 18:18:36.165 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 18:18:36.196 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 18:18:36.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 18:18:36.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:18:36.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:18:36.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:18:36.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:18:36.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:18:36.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:18:36.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:18:36.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:18:36.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:18:36.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:18:36.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:18:36.199 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:36.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:36.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:36.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:36.204 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 18:18:36.204 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 18:18:36.205 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 18:18:36.222 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 18:18:36.223 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:36.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:36.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:36.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:36.228 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 18:18:36.228 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:18:36.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:36.229 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 18:18:36.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:36.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:18:36.231 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:18:36.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:36.232 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 18:18:36.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:36.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:18:36.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:36.234 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:36.234 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:36.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:36.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:36.237 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 18:18:36.237 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 18:18:36.237 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 18:18:36.253 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 18:18:36.255 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:36.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:36.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:36.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:36.258 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 18:18:36.258 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 18:18:36.259 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 18:18:36.274 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 18:18:36.274 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 18:18:36.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:18:36.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:18:36.277 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:18:36.277 DEBUG [main][MenuItemLookup] Found menu:'File' 18:18:36.277 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:18:36.277 DEBUG [main][MenuItemLookup] Item match:Edit 18:18:36.283 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:18:36.283 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:18:36.283 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:36.283 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:18:36.283 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:18:36.283 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:18:36.283 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:36.283 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:18:36.283 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:18:36.284 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:18:36.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 18:18:36.284 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:18:36.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 18:18:36.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:18:36.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:18:36.285 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:18:36.285 DEBUG [main][MenuItemLookup] Found menu:'File' 18:18:36.285 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:18:36.285 DEBUG [main][MenuItemLookup] Item match:Edit 18:18:36.286 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:18:36.286 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:18:36.286 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:36.286 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:18:36.286 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:18:36.286 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:18:36.286 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:36.286 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:18:36.286 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:18:36.286 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:18:36.286 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:18:36.287 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:18:36.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:18:36.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:18:36.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 18:18:36.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:36.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:36.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:18:36.389 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:18:36.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:18:36.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:18:36.390 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 18:18:36.390 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:18:36.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:36.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:36.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:36.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:36.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:36.392 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:18:36.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:36.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:36.393 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:18:36.393 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:36.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:18:36.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:18:36.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:18:36.567 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:18:36.569 DEBUG [Worker-4: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 18:18:37.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:18:37.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:18:38.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:18:38.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:18:38.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:18:38.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:18:38.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:18:38.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:18:38.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:18:38.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:18:38.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:18:38.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 18:18:38.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 18:18:38.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 'Publishing to .*'] is available.... 18:18:48.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 18:18:48.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 18:18:48.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 18:18:48.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:18:48.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:18:48.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:18:48.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:48.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:48.090 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 18:18:48.090 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:18:48.090 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:18:48.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:18:48.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:18:48.092 INFO [WorkbenchTestable][RequirementsRunner] Finished test: startServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 18:18:48.092 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:18:48.093 INFO [WorkbenchTestable][RequirementsRunner] Started test: restartServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 18:18:48.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 18:18:48.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:18:48.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:18:48.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:18:48.119 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:48.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:48.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:48.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:18:48.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:18:48.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:18:48.126 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 18:18:48.126 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 18:18:48.148 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 18:18:48.159 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 18:18:48.159 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 18:18:48.164 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:18:48.164 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:48.205 DEBUG [main][MenuItemLookup] Found menu:'New' 18:18:48.205 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:18:48.205 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:18:48.205 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:48.205 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:18:48.205 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:18:48.205 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:18:48.205 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:18:48.206 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:48.206 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 18:18:48.206 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 18:18:48.206 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 18:18:48.206 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:18:48.206 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 18:18:48.206 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 18:18:48.206 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:48.206 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 18:18:48.206 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 18:18:48.206 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 18:18:48.206 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 18:18:48.207 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 18:18:48.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 18:18:48.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:48.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:48.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 18:18:48.371 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 18:18:48.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:48.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:48.373 DEBUG [WorkbenchTestable][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 18:18:48.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:48.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:48.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:48.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:48.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:18:48.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:18:48.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:18:48.380 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:18:48.380 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:18:48.380 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:18:48.381 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:18:48.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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 >") 18:18:48.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:48.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:48.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:48.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:48.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:48.398 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 18:18:48.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:48.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:48.398 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:18:48.399 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:48.409 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 18:18:48.410 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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) 18:18:48.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:48.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:48.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:48.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:48.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:48.415 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:18:48.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:48.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:48.424 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:18:48.424 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:48.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:18:48.430 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:18:48.436 DEBUG [Worker-9: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 18:18:48.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:18:48.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:18:48.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:18:49.432 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:18:49.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:18:49.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:18:49.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:18:49.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:18:49.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:18:49.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:18:49.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:18:49.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:18:49.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:18:49.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:18:49.933 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:49.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:49.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:49.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:49.937 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 18:18:49.937 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:18:49.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:49.938 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 18:18:49.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:49.938 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:18:49.938 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:18:49.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:49.939 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 18:18:49.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:49.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:18:49.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:49.941 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:49.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:49.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:49.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:49.945 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 18:18:49.945 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 18:18:49.946 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 18:18:49.967 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 18:18:49.967 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:18:49.967 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:50.001 DEBUG [main][MenuItemLookup] Found menu:'New' 18:18:50.001 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:50.001 DEBUG [main][MenuItemLookup] Found menu:'Start' 18:18:50.002 DEBUG [main][MenuItemLookup] Found menu:'Stop' 18:18:50.002 DEBUG [main][MenuItemLookup] Found menu:'Restart' 18:18:50.002 DEBUG [main][MenuItemLookup] Item match:Restart 18:18:50.003 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:50.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:50.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:50.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:50.005 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 18:18:50.006 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 18:18:50.006 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 18:18:50.020 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 18:18:50.021 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project' 18:18:50.022 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:50.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:50.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:50.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:50.024 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 18:18:50.025 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 18:18:50.028 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 18:18:50.044 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 18:18:50.044 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:18:50.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:50.088 DEBUG [main][MenuItemLookup] Found menu:'New' 18:18:50.088 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:50.088 DEBUG [main][MenuItemLookup] Found menu:'Start' 18:18:50.089 DEBUG [main][MenuItemLookup] Item match:Start 18:18:50.089 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 18:18:50.089 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 18:18:50.090 INFO [main][MenuItemHandler] Select menu item: &Start 18:18:50.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:18:50.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 18:18:50.090 DEBUG [Worker-6: Starting server-project][AbstractWait] Wait for 1 seconds 18:18:50.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 18:18:51.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 18:18:51.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:18:51.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:18:51.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:18:51.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:18:51.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:18:51.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:18:51.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:18:51.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:18:51.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:18:51.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 18:18:51.592 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:51.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:51.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:51.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:51.595 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 18:18:51.595 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 18:18:51.595 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 18:18:51.612 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 18:18:51.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 18:18:51.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:18:51.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:18:51.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:18:51.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:18:51.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:18:51.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:18:51.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:18:51.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:18:51.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:18:51.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:18:51.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:18:51.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:18:51.613 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:51.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:51.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:51.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:51.616 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 18:18:51.616 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 18:18:51.616 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 18:18:51.632 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 18:18:51.632 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:18:51.632 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:51.666 DEBUG [main][MenuItemLookup] Found menu:'New' 18:18:51.666 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:51.666 DEBUG [main][MenuItemLookup] Found menu:'Start' 18:18:51.666 DEBUG [main][MenuItemLookup] Found menu:'Stop' 18:18:51.666 DEBUG [main][MenuItemLookup] Found menu:'Restart' 18:18:51.666 DEBUG [main][MenuItemLookup] Item match:Restart 18:18:51.667 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:51.667 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:51.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:51.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:51.669 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 18:18:51.669 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 18:18:51.669 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 18:18:51.686 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 18:18:51.687 INFO [WorkbenchTestable][ServerModule] Restart server module with name 'server-project' 18:18:51.687 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:51.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:51.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:51.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:51.691 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 18:18:51.691 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 18:18:51.693 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 18:18:51.709 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 18:18:51.710 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:18:51.710 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:51.744 DEBUG [main][MenuItemLookup] Found menu:'New' 18:18:51.745 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:51.745 DEBUG [main][MenuItemLookup] Found menu:'Start' 18:18:51.745 DEBUG [main][MenuItemLookup] Found menu:'Stop' 18:18:51.745 DEBUG [main][MenuItemLookup] Found menu:'Restart' 18:18:51.745 DEBUG [main][MenuItemLookup] Item match:Restart 18:18:51.745 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restart" 18:18:51.745 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart 18:18:51.746 INFO [main][MenuItemHandler] Select menu item: &Restart 18:18:51.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:18:51.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Restarting server-project' has no excuses, wait for it 18:18:51.749 DEBUG [Worker-5: Restarting server-project][AbstractWait] Wait for 1 seconds 18:18:52.248 DEBUG [WorkbenchTestable][JobIsRunning] job 'Restarting server-project' has no excuses, wait for it 18:18:52.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Restarting server-project' has no excuses, wait for it 18:18:53.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:18:53.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:18:53.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:18:53.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:18:53.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:18:53.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:18:53.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:18:53.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:18:53.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:18:53.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 18:18:53.250 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:53.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:53.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:53.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:53.253 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 18:18:53.254 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 18:18:53.254 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 18:18:53.270 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 18:18:53.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 18:18:53.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:18:53.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:18:53.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:18:53.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:18:53.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:18:53.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:18:53.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:18:53.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:18:53.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:18:53.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:18:53.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:18:53.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:18:53.272 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:53.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:53.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:53.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:53.275 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 18:18:53.276 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 18:18:53.276 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 18:18:53.284 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 18:18:53.285 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:53.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:53.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:53.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:53.288 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 18:18:53.288 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:18:53.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:53.288 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 18:18:53.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:53.288 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:18:53.289 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:18:53.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:18:53.289 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 18:18:53.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:18:53.290 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:18:53.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:18:53.297 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:53.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:53.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:53.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:53.300 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 18:18:53.300 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 18:18:53.300 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 18:18:53.316 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 18:18:53.317 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:18:53.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:18:53.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:18:53.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:18:53.319 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 18:18:53.319 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 18:18:53.320 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 18:18:53.335 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 18:18:53.335 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 18:18:53.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:18:53.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:18:53.336 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:18:53.336 DEBUG [main][MenuItemLookup] Found menu:'File' 18:18:53.336 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:18:53.336 DEBUG [main][MenuItemLookup] Item match:Edit 18:18:53.338 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:18:53.338 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:18:53.338 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:53.338 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:18:53.338 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:18:53.338 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:18:53.339 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:53.339 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:18:53.339 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:18:53.339 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:18:53.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 18:18:53.339 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:18:53.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 18:18:53.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:18:53.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:18:53.339 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:18:53.340 DEBUG [main][MenuItemLookup] Found menu:'File' 18:18:53.340 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:18:53.340 DEBUG [main][MenuItemLookup] Item match:Edit 18:18:53.341 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:18:53.341 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:18:53.341 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:53.341 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:18:53.341 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:18:53.341 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:18:53.341 DEBUG [main][MenuItemLookup] Found menu:'' 18:18:53.341 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:18:53.341 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:18:53.343 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:18:53.343 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:18:53.343 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:18:53.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:18:53.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:18:53.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 18:18:53.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:18:53.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:18:53.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") 18:18:53.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:18:53.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:18:53.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:18:53.432 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 18:18:53.432 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:18:53.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:18:53.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:18:53.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:18:53.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:18:53.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:18:53.439 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:18:53.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:18:53.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:18:53.440 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:18:53.440 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:18:53.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:18:53.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:18:53.594 DEBUG [Worker-9: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 18:18:53.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:18:53.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:18:54.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:18:54.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:18:55.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:18:55.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:18:55.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:18:55.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:18:55.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:18:55.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:18:55.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:18:55.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:18:55.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:18:55.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 18:18:55.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 18:18:55.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 18:19:05.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 'Publishing to .*'] is available. failed, NO exception will be thrown 18:19:05.109 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.... 18:19:05.111 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 18:19:05.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:19:05.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:19:05.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:19:05.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:19:05.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:19:05.115 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 18:19:05.115 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:19:05.115 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:19:05.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:19:05.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:19:05.117 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restartServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 18:19:05.118 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:19:05.118 INFO [WorkbenchTestable][RequirementsRunner] Started test: stopServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 18:19:05.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 18:19:05.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:19:05.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:19:05.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:19:05.119 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:05.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:05.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:05.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:19:05.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:19:05.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:19:05.126 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 18:19:05.126 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 18:19:05.128 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 18:19:05.161 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 18:19:05.161 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 18:19:05.168 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:19:05.168 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:19:05.208 DEBUG [main][MenuItemLookup] Found menu:'New' 18:19:05.208 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:19:05.208 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:19:05.208 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:05.208 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:19:05.208 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:19:05.208 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:19:05.208 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:19:05.208 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:05.208 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 18:19:05.208 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 18:19:05.208 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 18:19:05.208 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:19:05.208 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 18:19:05.208 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 18:19:05.208 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:05.208 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 18:19:05.208 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 18:19:05.209 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 18:19:05.209 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 18:19:05.209 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 18:19:05.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.... 18:19:05.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:19:05.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:19:05.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 18:19:05.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 18:19:05.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:19:05.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:19:05.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 18:19:05.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:19:05.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:19:05.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:19:05.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:19:05.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:19:05.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:19:05.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:19:05.391 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:19:05.391 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:19:05.392 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:19:05.400 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:19:05.401 DEBUG [WorkbenchTestable][WidgetLookup] 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 >") 18:19:05.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:19:05.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:19:05.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:19:05.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:19:05.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:19:05.407 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 18:19:05.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:19:05.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:19:05.408 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:19:05.408 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:19:05.420 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 18:19:05.421 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:19:05.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:19:05.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:19:05.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:19:05.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:19:05.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:19:05.435 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:19:05.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:19:05.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:19:05.435 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:19:05.435 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:19:05.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:19:05.442 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:19:05.448 DEBUG [Worker-7: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 18:19:05.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:19:05.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:19:05.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:19:06.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:19:06.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:19:06.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:19:06.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:19:06.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:19:06.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:19:06.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:19:06.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:19:06.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:19:06.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:19:06.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:19:06.946 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:06.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:06.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:06.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:06.950 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 18:19:06.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:19:06.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:19:06.951 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 18:19:06.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:19:06.951 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:19:06.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:19:06.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:19:06.952 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 18:19:06.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:19:06.953 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:19:06.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:19:06.954 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:06.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:06.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:06.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:06.957 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 18:19:06.957 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 18:19:06.957 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 18:19:06.979 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 18:19:06.980 INFO [WorkbenchTestable][ServerModule] Stop server module with name 'server-project' 18:19:06.981 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:06.981 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:06.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:06.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:06.984 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 18:19:06.984 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 18:19:06.990 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 18:19:06.999 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 18:19:07.000 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:19:07.000 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:19:07.037 DEBUG [main][MenuItemLookup] Found menu:'New' 18:19:07.037 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:07.037 DEBUG [main][MenuItemLookup] Found menu:'Start' 18:19:07.037 DEBUG [main][MenuItemLookup] Found menu:'Stop' 18:19:07.037 DEBUG [main][MenuItemLookup] Item match:Stop 18:19:07.037 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top" 18:19:07.037 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop 18:19:07.037 INFO [main][MenuItemHandler] Select menu item: S&top 18:19:07.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:19:07.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Stopping server-project' has no excuses, wait for it 18:19:07.039 DEBUG [Worker-9: Stopping server-project][AbstractWait] Wait for 1 seconds 18:19:07.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Stopping server-project' has no excuses, wait for it 18:19:08.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Stopping server-project' has no excuses, wait for it 18:19:08.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:19:08.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:19:08.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:19:08.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:19:08.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:19:08.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:19:08.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:19:08.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:19:08.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:19:08.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Stopped... 18:19:08.541 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:08.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:08.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:08.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:08.545 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped, Synchronized] 18:19:08.545 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped, Synchronized] 18:19:08.546 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped, Synchronized] about selection 18:19:08.562 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped, Synchronized] 18:19:08.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Stopped finished successfully 18:19:08.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:19:08.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:19:08.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:19:08.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:19:08.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:19:08.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:19:08.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:19:08.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:19:08.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:19:08.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:19:08.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:19:08.566 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:08.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:08.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:08.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:08.569 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped, Synchronized] 18:19:08.569 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped, Synchronized] 18:19:08.570 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped, Synchronized] about selection 18:19:08.579 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped, Synchronized] 18:19:08.579 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:08.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:08.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:08.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:08.588 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 18:19:08.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:19:08.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:19:08.589 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 18:19:08.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:19:08.589 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:19:08.589 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:19:08.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:19:08.590 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 18:19:08.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:19:08.590 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:19:08.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:19:08.592 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:08.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:08.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:08.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:08.594 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped, Synchronized] 18:19:08.594 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped, Synchronized] 18:19:08.595 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped, Synchronized] about selection 18:19:08.610 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped, Synchronized] 18:19:08.611 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:08.611 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:08.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:08.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:08.614 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped, Synchronized] 18:19:08.615 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped, Synchronized] 18:19:08.615 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped, Synchronized] about selection 18:19:08.623 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped, Synchronized] 18:19:08.624 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 18:19:08.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:19:08.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:19:08.624 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:19:08.625 DEBUG [main][MenuItemLookup] Found menu:'File' 18:19:08.625 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:19:08.625 DEBUG [main][MenuItemLookup] Item match:Edit 18:19:08.626 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:19:08.627 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:19:08.627 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:08.627 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:19:08.627 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:19:08.627 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:19:08.627 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:08.627 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:19:08.627 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:19:08.627 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:19:08.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 18:19:08.628 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:19:08.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 18:19:08.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:19:08.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:19:08.628 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:19:08.628 DEBUG [main][MenuItemLookup] Found menu:'File' 18:19:08.628 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:19:08.628 DEBUG [main][MenuItemLookup] Item match:Edit 18:19:08.629 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:19:08.629 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:19:08.629 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:08.629 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:19:08.629 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:19:08.629 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:19:08.629 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:08.629 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:19:08.629 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:19:08.630 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:19:08.630 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:19:08.636 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:19:08.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:19:08.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:19:08.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 18:19:08.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:19:08.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:19:08.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:19:08.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:19:08.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:19:08.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:19:08.715 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 18:19:08.715 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:19:08.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:19:08.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:19:08.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:19:08.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:19:08.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:19:08.722 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:19:08.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:19:08.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:19:08.723 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:19:08.723 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:19:08.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:19:08.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:19:08.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:19:08.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:19:08.910 DEBUG [Worker-8: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 18:19:09.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:19:09.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:19:10.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:19:10.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:19:10.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:19:10.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:19:10.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:19:10.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:19:10.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:19:10.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:19:10.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:19:10.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 18:19:10.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 18:19:10.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 'Publishing to .*'] is available.... 18:19:20.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 'Publishing to .*'] is available. failed, NO exception will be thrown 18:19:20.424 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.... 18:19:20.425 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 18:19:20.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:19:20.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:19:20.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:19:20.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:19:20.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:19:20.429 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 18:19:20.429 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:19:20.429 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:19:20.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:19:20.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:19:20.458 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stopServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 18:19:20.459 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:19:20.459 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithNoState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 18:19:20.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 18:19:20.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:19:20.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:19:20.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:19:20.460 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:20.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:20.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:20.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:19:20.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:19:20.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:19:20.489 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 18:19:20.489 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 18:19:20.491 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 18:19:20.511 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 18:19:20.511 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 18:19:20.512 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:19:20.512 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:19:20.557 DEBUG [main][MenuItemLookup] Found menu:'New' 18:19:20.557 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:19:20.557 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:19:20.557 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:20.557 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:19:20.557 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:19:20.557 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:19:20.557 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:19:20.557 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:20.557 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 18:19:20.557 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 18:19:20.557 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 18:19:20.557 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:19:20.557 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 18:19:20.557 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 18:19:20.557 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:20.557 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 18:19:20.557 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 18:19:20.557 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 18:19:20.557 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 18:19:20.558 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 18:19:20.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:19:20.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:19:20.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:19:20.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:19:20.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 18:19:20.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:19:20.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:19:20.722 DEBUG [WorkbenchTestable][WidgetLookup] 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 >>") 18:19:20.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:19:20.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:19:20.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:19:20.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:19:20.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:19:20.754 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 18:19:20.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:19:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:19:20.755 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:19:20.755 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:19:20.761 DEBUG [WorkbenchTestable][WidgetLookup] 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") 18:19:20.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:19:20.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:19:20.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:19:20.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:19:20.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:19:20.789 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 18:19:20.789 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox If server is started, publish changes &immediately 18:19:20.789 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 18:19:20.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:19:20.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:19:20.790 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:19:20.790 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:19:20.791 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 18:19:20.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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) 18:19:20.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:19:20.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:19:20.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:19:20.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:19:20.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:19:20.804 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:19:20.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:19:20.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:19:20.804 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:19:20.804 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:19:20.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:19:20.811 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:19:21.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:19:21.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:19:21.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:19:21.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:19:21.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:19:21.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:19:21.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:19:21.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:19:21.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:19:21.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:19:21.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:19:21.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:19:21.315 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:21.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:21.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:21.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:21.318 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 18:19:21.318 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 18:19:21.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:19:21.322 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 18:19:21.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:19:21.322 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 18:19:21.323 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 18:19:21.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:19:21.324 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 18:19:21.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:19:21.324 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 18:19:21.324 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:19:21.324 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:19:21.324 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:19:21.325 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:21.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:21.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:21.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:21.327 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:19:21.327 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:19:21.328 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:19:21.349 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:19:21.351 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:21.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:21.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:21.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:21.353 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 18:19:21.353 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 18:19:21.354 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 18:19:21.372 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 18:19:21.373 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:21.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:21.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:21.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:21.376 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 18:19:21.376 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 18:19:21.376 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 18:19:21.384 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 18:19:21.385 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:21.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:21.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:21.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:21.387 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 18:19:21.387 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 18:19:21.387 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 18:19:21.402 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 18:19:21.403 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:21.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:21.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:21.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:21.406 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 18:19:21.406 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 18:19:21.407 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 18:19:21.414 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 18:19:21.415 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:21.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:21.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:21.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:21.417 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 18:19:21.417 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 18:19:21.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:19:21.418 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 18:19:21.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:19:21.418 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 18:19:21.418 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 18:19:21.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:19:21.418 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 18:19:21.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:19:21.418 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 18:19:21.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:19:21.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:19:21.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:19:21.419 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:21.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:21.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:21.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:21.421 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:19:21.421 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:19:21.430 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:19:21.437 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:19:21.438 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:21.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:21.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:21.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:21.443 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:19:21.443 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:19:21.444 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:19:21.451 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:19:21.452 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 18:19:21.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:19:21.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:19:21.453 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:19:21.453 DEBUG [main][MenuItemLookup] Found menu:'File' 18:19:21.453 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:19:21.453 DEBUG [main][MenuItemLookup] Item match:Edit 18:19:21.454 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:19:21.455 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:19:21.455 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:21.455 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:19:21.455 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:19:21.455 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:19:21.455 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:21.455 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:19:21.455 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:19:21.461 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:19:21.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 18:19:21.462 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:19:21.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 18:19:21.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:19:21.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:19:21.462 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:19:21.463 DEBUG [main][MenuItemLookup] Found menu:'File' 18:19:21.463 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:19:21.463 DEBUG [main][MenuItemLookup] Item match:Edit 18:19:21.464 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:19:21.464 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:19:21.464 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:21.464 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:19:21.464 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:19:21.464 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:19:21.464 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:21.464 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:19:21.464 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:19:21.464 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:19:21.464 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:19:21.464 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:19:21.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:19:21.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:19:21.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 18:19:21.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:19:21.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:19:21.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:19:21.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:19:21.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:19:21.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:19:21.544 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 18:19:21.544 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:19:21.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:19:21.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:19:21.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:19:21.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:19:21.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:19:21.546 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:19:21.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:19:21.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:19:21.546 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:19:21.546 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:19:21.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:19:21.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:19:21.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:19:21.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:19:21.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:19:21.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:19:21.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:19:21.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:19:21.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:19:21.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:19:21.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:19:21.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:19:21.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:19:21.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:19:21.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 18:19:21.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 18:19:21.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 'Publishing to .*'] is available.... 18:19:31.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 18:19:31.769 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.... 18:19:31.770 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 18:19:31.771 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:31.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:31.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:31.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:31.776 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 18:19:31.776 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 18:19:31.778 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 18:19:31.797 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 18:19:31.798 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:31.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:31.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:31.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:31.801 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 18:19:31.801 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 18:19:31.801 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 18:19:31.822 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 18:19:31.823 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 18:19:31.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:19:31.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:19:31.823 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:19:31.824 DEBUG [main][MenuItemLookup] Found menu:'File' 18:19:31.824 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:19:31.824 DEBUG [main][MenuItemLookup] Item match:Edit 18:19:31.825 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:19:31.826 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:19:31.826 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:31.826 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:19:31.826 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:19:31.826 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:19:31.826 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:31.826 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:19:31.826 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:19:31.826 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:19:31.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 18:19:31.826 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:19:31.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 18:19:31.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:19:31.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:19:31.827 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:19:31.827 DEBUG [main][MenuItemLookup] Found menu:'File' 18:19:31.827 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:19:31.827 DEBUG [main][MenuItemLookup] Item match:Edit 18:19:31.828 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:19:31.828 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:19:31.828 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:31.828 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:19:31.828 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:19:31.828 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:19:31.828 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:31.828 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:19:31.828 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:19:31.828 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:19:31.828 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:19:31.829 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:19:31.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:19:31.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:19:31.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 18:19:31.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:19:31.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:19:31.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:19:31.913 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:19:31.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:19:31.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:19:31.914 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 18:19:31.914 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:19:31.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:19:31.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:19:31.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:19:31.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:19:31.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:19:31.917 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:19:31.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:19:31.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:19:31.918 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:19:31.918 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:19:32.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:19:32.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:19:32.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:19:32.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:19:32.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:19:32.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:19:32.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:19:32.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:19:32.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:19:32.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:19:32.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:19:32.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:19:32.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:19:32.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 18:19:32.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 18:19:32.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 18:19:42.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 18:19:42.146 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.... 18:19:42.147 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 18:19:42.148 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:42.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:42.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:42.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:42.156 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 18:19:42.156 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 18:19:42.157 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 18:19:42.177 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 18:19:42.178 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:42.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:42.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:42.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:42.181 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 18:19:42.181 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 18:19:42.181 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 18:19:42.197 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 18:19:42.198 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 18:19:42.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:19:42.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:19:42.200 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:19:42.200 DEBUG [main][MenuItemLookup] Found menu:'File' 18:19:42.201 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:19:42.201 DEBUG [main][MenuItemLookup] Item match:Edit 18:19:42.202 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:19:42.202 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:19:42.202 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:42.202 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:19:42.202 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:19:42.202 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:19:42.202 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:42.202 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:19:42.202 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:19:42.203 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:19:42.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 18:19:42.203 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:19:42.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 18:19:42.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:19:42.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:19:42.204 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:19:42.205 DEBUG [main][MenuItemLookup] Found menu:'File' 18:19:42.205 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:19:42.205 DEBUG [main][MenuItemLookup] Item match:Edit 18:19:42.205 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:19:42.205 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:19:42.206 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:42.206 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:19:42.206 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:19:42.206 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:19:42.206 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:42.206 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:19:42.206 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:19:42.206 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:19:42.206 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:19:42.206 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:19:42.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:19:42.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:19:42.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 18:19:42.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:19:42.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:19:42.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 "OK") 18:19:42.299 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:19:42.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:19:42.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:19:42.299 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 18:19:42.299 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:19:42.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:19:42.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:19:42.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:19:42.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:19:42.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:19:42.301 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:19:42.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:19:42.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:19:42.302 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:19:42.302 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:19:42.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:19:42.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:19:42.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:19:42.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:19:42.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:19:42.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:19:42.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:19:42.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:19:42.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:19:42.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:19:42.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:19:42.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:19:42.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:19:42.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 18:19:42.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 18:19:42.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 'Publishing to .*'] is available.... 18:19:52.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 18:19:52.480 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.... 18:19:52.482 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 18:19:52.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:19:52.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:19:52.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:19:52.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:19:52.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:19:52.486 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 18:19:52.486 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:19:52.486 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:19:52.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:19:52.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:19:52.488 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithNoState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 18:19:52.488 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:19:52.489 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 18:19:52.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 18:19:52.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:19:52.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:19:52.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:19:52.490 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:52.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:52.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:52.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:19:52.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:19:52.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:19:52.497 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 18:19:52.498 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 18:19:52.526 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 18:19:52.545 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 18:19:52.545 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 18:19:52.546 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:19:52.546 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:19:52.592 DEBUG [main][MenuItemLookup] Found menu:'New' 18:19:52.593 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:19:52.593 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:19:52.593 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:52.593 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:19:52.593 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:19:52.593 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:19:52.593 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:19:52.593 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:52.593 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 18:19:52.593 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 18:19:52.593 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 18:19:52.593 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:19:52.593 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 18:19:52.593 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 18:19:52.593 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:52.593 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 18:19:52.593 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 18:19:52.593 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 18:19:52.593 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 18:19:52.594 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 18:19:52.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:19:52.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:19:52.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:19:52.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:19:52.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 18:19:52.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:19:52.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:19:52.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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 >>") 18:19:52.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:19:52.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:19:52.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:19:52.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:19:52.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:19:52.777 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 18:19:52.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:19:52.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:19:52.777 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:19:52.777 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:19:52.794 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 18:19:52.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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) 18:19:52.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:19:52.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:19:52.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:19:52.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:19:52.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:19:52.805 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:19:52.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:19:52.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:19:52.805 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:19:52.805 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:19:52.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:19:52.824 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:19:53.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:19:53.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:19:53.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:19:53.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:19:53.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:19:53.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:19:53.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:19:53.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:19:53.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:19:53.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:19:53.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:19:53.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:19:53.330 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:53.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:53.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:53.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:53.333 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 18:19:53.333 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 18:19:53.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:19:53.334 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 18:19:53.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:19:53.334 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 18:19:53.334 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 18:19:53.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:19:53.335 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 18:19:53.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:19:53.335 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 18:19:53.336 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:19:53.336 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:19:53.336 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:19:53.337 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:53.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:53.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:53.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:53.340 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:19:53.340 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:19:53.340 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:19:53.362 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:19:53.364 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:53.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:53.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:53.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:53.366 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 18:19:53.366 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 18:19:53.367 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 18:19:53.376 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 18:19:53.377 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:53.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:53.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:53.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:53.386 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 18:19:53.387 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 18:19:53.387 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 18:19:53.404 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 18:19:53.405 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:53.405 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:53.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:53.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:53.407 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:19:53.408 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:19:53.408 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:19:53.426 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:19:53.427 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:19:53.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:19:53.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:19:53.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:19:53.429 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:19:53.430 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:19:53.430 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:19:53.438 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:19:53.439 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 18:19:53.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:19:53.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:19:53.439 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:19:53.439 DEBUG [main][MenuItemLookup] Found menu:'File' 18:19:53.439 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:19:53.439 DEBUG [main][MenuItemLookup] Item match:Edit 18:19:53.441 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:19:53.441 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:19:53.441 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:53.441 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:19:53.441 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:19:53.441 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:19:53.441 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:53.441 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:19:53.441 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:19:53.441 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:19:53.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 18:19:53.441 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:19:53.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 18:19:53.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:19:53.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:19:53.442 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:19:53.442 DEBUG [main][MenuItemLookup] Found menu:'File' 18:19:53.442 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:19:53.442 DEBUG [main][MenuItemLookup] Item match:Edit 18:19:53.443 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:19:53.443 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:19:53.444 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:53.444 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:19:53.444 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:19:53.444 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:19:53.444 DEBUG [main][MenuItemLookup] Found menu:'' 18:19:53.444 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:19:53.444 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:19:53.444 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:19:53.444 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:19:53.444 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:19:53.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:19:53.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:19:53.523 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 18:19:53.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:19:53.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:19:53.524 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:19:53.524 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:19:53.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:19:53.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:19:53.525 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 18:19:53.525 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:19:53.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:19:53.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:19:53.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:19:53.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:19:53.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:19:53.528 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:19:53.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:19:53.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:19:53.528 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:19:53.529 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:19:53.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:19:53.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:19:53.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:19:53.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:19:53.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:19:53.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:19:53.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:19:53.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:19:53.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:19:53.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:19:53.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:19:53.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:19:53.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 18:19:53.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 18:19:53.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 'Publishing to .*'] is available.... 18:20:03.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 'Publishing to .*'] is available. failed, NO exception will be thrown 18:20:03.732 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.... 18:20:03.733 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 18:20:03.733 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:03.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:03.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:03.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:03.737 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 18:20:03.738 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 18:20:03.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:20:03.739 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 18:20:03.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:20:03.739 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 18:20:03.740 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 18:20:03.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:20:03.741 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 18:20:03.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:20:03.741 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 18:20:03.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:20:03.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:20:03.744 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:03.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:03.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:03.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:03.747 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 18:20:03.747 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 18:20:03.748 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 18:20:03.770 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 18:20:03.772 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:03.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:03.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:03.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:03.777 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 18:20:03.777 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 18:20:03.778 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 18:20:03.787 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 18:20:03.788 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:03.789 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:03.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:03.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:03.799 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 18:20:03.799 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 18:20:03.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:20:03.800 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 18:20:03.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:20:03.800 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 18:20:03.801 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 18:20:03.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:20:03.801 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 18:20:03.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:20:03.802 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 18:20:03.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:20:03.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:20:03.803 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:03.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:03.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:03.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:03.806 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 18:20:03.807 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 18:20:03.812 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 18:20:03.821 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 18:20:03.822 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:03.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:03.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:03.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:03.825 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 18:20:03.825 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 18:20:03.825 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 18:20:03.839 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 18:20:03.840 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 18:20:03.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:20:03.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:20:03.840 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:20:03.841 DEBUG [main][MenuItemLookup] Found menu:'File' 18:20:03.841 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:20:03.841 DEBUG [main][MenuItemLookup] Item match:Edit 18:20:03.843 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:20:03.843 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:20:03.843 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:03.843 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:20:03.843 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:20:03.843 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:20:03.843 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:03.843 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:20:03.843 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:20:03.843 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:20:03.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 18:20:03.843 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:20:03.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 18:20:03.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:20:03.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:20:03.844 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:20:03.844 DEBUG [main][MenuItemLookup] Found menu:'File' 18:20:03.844 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:20:03.844 DEBUG [main][MenuItemLookup] Item match:Edit 18:20:03.845 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:20:03.845 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:20:03.845 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:03.845 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:20:03.845 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:20:03.845 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:20:03.845 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:03.845 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:20:03.845 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:20:03.846 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:20:03.846 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:20:03.847 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:20:03.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:20:03.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:20:03.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 18:20:03.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:20:03.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:20:03.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") 18:20:03.932 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:20:03.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:20:03.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:20:03.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 18:20:03.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:20:03.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:20:03.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:20:03.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:20:03.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:20:03.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:20:03.935 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:20:03.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:20:03.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:20:03.935 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:20:03.935 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:20:04.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:20:04.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:20:04.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:20:04.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:20:04.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:20:04.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:20:04.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:20:04.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:20:04.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:20:04.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:20:04.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:20:04.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:20:04.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:20:04.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 18:20:04.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 18:20:04.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 'Publishing to .*'] is available.... 18:20:14.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. failed, NO exception will be thrown 18:20:14.107 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.... 18:20:14.108 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 18:20:14.109 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:14.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:14.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:14.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:14.113 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 18:20:14.113 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 18:20:14.113 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 18:20:14.126 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 18:20:14.134 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:14.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:14.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:14.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:14.138 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 18:20:14.138 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 18:20:14.139 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 18:20:14.153 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 18:20:14.154 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 18:20:14.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:20:14.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:20:14.155 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:20:14.156 DEBUG [main][MenuItemLookup] Found menu:'File' 18:20:14.156 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:20:14.156 DEBUG [main][MenuItemLookup] Item match:Edit 18:20:14.157 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:20:14.157 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:20:14.157 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:14.157 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:20:14.157 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:20:14.158 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:20:14.158 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:14.158 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:20:14.158 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:20:14.158 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:20:14.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 18:20:14.158 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:20:14.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 18:20:14.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:20:14.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:20:14.159 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:20:14.160 DEBUG [main][MenuItemLookup] Found menu:'File' 18:20:14.160 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:20:14.160 DEBUG [main][MenuItemLookup] Item match:Edit 18:20:14.160 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:20:14.161 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:20:14.161 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:14.161 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:20:14.161 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:20:14.161 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:20:14.161 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:14.161 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:20:14.161 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:20:14.161 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:20:14.161 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:20:14.162 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:20:14.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:20:14.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:20:14.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 18:20:14.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:20:14.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:20:14.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:20:14.248 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:20:14.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:20:14.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:20:14.249 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 18:20:14.249 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:20:14.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:20:14.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:20:14.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:20:14.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:20:14.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:20:14.252 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:20:14.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:20:14.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:20:14.252 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:20:14.252 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:20:14.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:20:14.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:20:14.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:20:14.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:20:14.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:20:14.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:20:14.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:20:14.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:20:14.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:20:14.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:20:14.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:20:14.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:20:14.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 18:20:14.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 18:20:14.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 'Publishing to .*'] is available.... 18:20:24.469 DEBUG [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 18:20:24.470 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.... 18:20:24.470 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 18:20:24.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:20:24.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:20:24.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:20:24.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:20:24.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:20:24.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 18:20:24.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:20:24.474 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:20:24.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:20:24.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:20:24.476 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 18:20:24.476 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:20:24.476 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithStates no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 18:20:24.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 18:20:24.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:20:24.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:20:24.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:20:24.477 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:24.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:24.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:24.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:20:24.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:20:24.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:20:24.536 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 18:20:24.536 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 18:20:24.538 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 18:20:24.561 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 18:20:24.561 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 18:20:24.563 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:20:24.563 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:20:24.604 DEBUG [main][MenuItemLookup] Found menu:'New' 18:20:24.605 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:20:24.605 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:20:24.605 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:24.605 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:20:24.605 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:20:24.605 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:20:24.605 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:20:24.605 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:24.605 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 18:20:24.605 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 18:20:24.605 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 18:20:24.605 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:20:24.605 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 18:20:24.605 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 18:20:24.605 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:24.605 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 18:20:24.605 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 18:20:24.605 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 18:20:24.605 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 18:20:24.605 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 18:20:24.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 18:20:24.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:20:24.761 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:20:24.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:20:24.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 18:20:24.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:20:24.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:20:24.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 18:20:24.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:20:24.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:20:24.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:20:24.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:20:24.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:20:24.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:20:24.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:20:24.804 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 18:20:24.805 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 18:20:24.805 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 18:20:24.806 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 18:20:24.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add >") 18:20:24.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:20:24.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:20:24.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:20:24.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:20:24.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:20:24.809 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 18:20:24.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:20:24.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:20:24.810 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:20:24.810 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:20:24.825 DEBUG [WorkbenchTestable][WidgetLookup] 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") 18:20:24.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:20:24.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:20:24.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:20:24.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:20:24.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:20:24.828 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 18:20:24.835 INFO [WorkbenchTestable][CheckBox] Check checkbox If server is started, publish changes &immediately 18:20:24.835 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 18:20:24.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:20:24.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:20:24.836 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:20:24.836 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:20:24.836 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 18:20:24.837 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:20:24.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:20:24.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:20:24.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:20:24.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:20:24.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:20:24.841 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:20:24.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:20:24.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:20:24.842 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:20:24.842 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:20:24.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:20:24.873 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:20:24.881 DEBUG [Worker-8: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 18:20:25.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:20:25.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:20:25.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:20:25.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:20:26.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:20:26.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:20:26.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:20:26.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:20:26.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:20:26.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:20:26.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:20:26.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:20:26.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:20:26.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:20:26.377 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:26.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:26.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:26.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:26.381 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 18:20:26.381 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:20:26.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:20:26.382 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 18:20:26.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:20:26.382 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:20:26.382 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:20:26.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:20:26.383 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 18:20:26.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:20:26.383 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:20:26.384 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:20:26.384 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:26.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:26.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:26.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:26.389 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 18:20:26.389 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 18:20:26.389 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 18:20:26.412 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 18:20:26.414 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project-3' 18:20:26.414 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:26.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:26.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:26.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:26.418 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 18:20:26.418 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 18:20:26.418 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 18:20:26.434 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 18:20:26.434 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:20:26.435 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:20:26.473 DEBUG [main][MenuItemLookup] Found menu:'New' 18:20:26.474 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:26.474 DEBUG [main][MenuItemLookup] Found menu:'Start' 18:20:26.474 DEBUG [main][MenuItemLookup] Item match:Start 18:20:26.474 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 18:20:26.474 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 18:20:26.475 INFO [main][MenuItemHandler] Select menu item: &Start 18:20:26.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:20:26.475 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-3' has no excuses, wait for it 18:20:26.476 DEBUG [Worker-4: Starting server-project-3][AbstractWait] Wait for 1 seconds 18:20:26.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-3' has no excuses, wait for it 18:20:27.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-3' has no excuses, wait for it 18:20:27.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:20:27.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:20:27.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:20:27.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:20:27.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:20:27.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:20:27.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:20:27.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:20:27.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:20:27.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 18:20:27.977 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:27.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:27.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:27.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:27.981 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 18:20:27.981 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 18:20:27.982 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 18:20:27.998 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 18:20:27.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 18:20:27.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:20:27.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:20:27.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:20:27.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:20:27.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:20:27.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:20:27.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:20:27.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:20:27.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:20:27.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:20:27.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:20:27.999 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:27.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:28.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:28.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:28.002 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 18:20:28.002 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:20:28.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:20:28.002 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 18:20:28.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:20:28.002 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:20:28.003 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:20:28.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:20:28.003 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 18:20:28.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:20:28.003 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:20:28.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:20:28.010 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:28.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:28.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:28.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:28.013 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 18:20:28.014 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 18:20:28.014 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 18:20:28.031 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 18:20:28.032 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:28.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:28.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:28.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:28.034 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 18:20:28.034 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 18:20:28.035 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 18:20:28.051 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 18:20:28.052 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:28.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:28.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:28.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:28.055 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 18:20:28.055 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 18:20:28.056 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 18:20:28.064 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 18:20:28.065 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:28.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:28.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:28.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:28.068 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 18:20:28.069 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:20:28.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:20:28.069 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 18:20:28.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:20:28.070 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:20:28.070 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:20:28.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:20:28.076 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 18:20:28.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:20:28.077 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:20:28.077 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:20:28.078 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:28.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:28.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:28.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:28.081 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 18:20:28.081 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 18:20:28.082 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 18:20:28.097 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 18:20:28.098 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:28.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:28.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:28.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:28.102 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 18:20:28.103 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 18:20:28.108 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 18:20:28.116 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 18:20:28.117 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 18:20:28.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:20:28.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:20:28.117 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:20:28.117 DEBUG [main][MenuItemLookup] Found menu:'File' 18:20:28.117 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:20:28.117 DEBUG [main][MenuItemLookup] Item match:Edit 18:20:28.119 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:20:28.119 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:20:28.119 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:28.119 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:20:28.119 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:20:28.119 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:20:28.119 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:28.119 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:20:28.119 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:20:28.119 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:20:28.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 18:20:28.120 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:20:28.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 18:20:28.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:20:28.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:20:28.123 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:20:28.123 DEBUG [main][MenuItemLookup] Found menu:'File' 18:20:28.123 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:20:28.123 DEBUG [main][MenuItemLookup] Item match:Edit 18:20:28.124 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:20:28.124 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:20:28.124 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:28.124 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:20:28.124 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:20:28.124 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:20:28.124 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:28.124 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:20:28.124 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:20:28.124 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:20:28.124 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:20:28.124 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:20:28.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:20:28.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:20:28.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 18:20:28.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:20:28.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:20:28.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:20:28.201 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:20:28.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:20:28.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:20:28.202 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 18:20:28.202 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:20:28.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:20:28.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:20:28.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:20:28.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:20:28.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:20:28.204 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:20:28.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:20:28.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:20:28.204 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:20:28.205 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:20:28.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:20:28.378 DEBUG [Worker-9: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 18:20:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:20:28.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:20:28.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:20:28.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:20:29.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:20:29.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:20:29.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:20:29.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:20:29.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:20:29.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:20:29.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:20:29.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:20:29.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:20:29.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:20:29.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 18:20:29.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 18:20:29.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 'Publishing to .*'] is available.... 18:20:39.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 18:20:39.894 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.... 18:20:39.895 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 18:20:39.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:20:39.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:20:39.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:20:39.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:20:39.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:20:39.911 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 18:20:39.911 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:20:39.911 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:20:39.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:20:39.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:20:39.940 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithStates no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 18:20:39.941 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:20:39.941 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithServerState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 18:20:39.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 18:20:39.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:20:39.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:20:39.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:20:39.942 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:39.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:39.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:39.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:20:39.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:20:39.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:20:39.946 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 18:20:39.947 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 18:20:39.948 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 18:20:39.987 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 18:20:39.987 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 18:20:39.988 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:20:39.988 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:20:40.034 DEBUG [main][MenuItemLookup] Found menu:'New' 18:20:40.034 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:20:40.034 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:20:40.034 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:40.034 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:20:40.034 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:20:40.034 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:20:40.034 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:20:40.034 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:40.034 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 18:20:40.034 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 18:20:40.034 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 18:20:40.034 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:20:40.034 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 18:20:40.034 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 18:20:40.034 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:40.034 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 18:20:40.034 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 18:20:40.035 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 18:20:40.035 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 18:20:40.035 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 18:20:40.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:20:40.195 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:20:40.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:20:40.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:20:40.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 18:20:40.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:20:40.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:20:40.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 18:20:40.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:20:40.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:20:40.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:20:40.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:20:40.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:20:40.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:20:40.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:20:40.212 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 18:20:40.212 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 18:20:40.213 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 18:20:40.228 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 18:20:40.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add >") 18:20:40.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:20:40.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:20:40.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:20:40.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:20:40.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:20:40.238 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 18:20:40.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:20:40.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:20:40.239 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:20:40.239 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:20:40.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "If server is started, publish changes immediately") 18:20:40.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:20:40.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:20:40.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:20:40.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:20:40.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:20:40.246 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 18:20:40.246 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox If server is started, publish changes &immediately 18:20:40.246 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 18:20:40.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:20:40.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:20:40.246 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:20:40.247 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:20:40.256 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 18:20:40.256 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:20:40.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:20:40.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:20:40.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:20:40.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:20:40.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:20:40.261 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:20:40.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:20:40.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:20:40.261 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:20:40.261 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:20:40.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:20:40.281 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:20:40.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:20:40.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:20:40.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:20:40.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:20:40.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:20:40.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:20:40.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:20:40.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:20:40.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:20:40.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:20:40.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:20:40.787 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:40.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:40.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:40.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:40.791 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 18:20:40.791 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 18:20:40.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:20:40.792 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 18:20:40.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:20:40.792 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 18:20:40.792 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 18:20:40.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:20:40.793 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 18:20:40.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:20:40.793 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 18:20:40.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:20:40.795 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:40.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:40.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:40.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:40.798 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 18:20:40.798 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 18:20:40.799 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 18:20:40.811 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 18:20:40.811 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project-2' 18:20:40.812 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:40.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:40.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:40.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:40.826 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 18:20:40.826 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 18:20:40.827 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 18:20:40.843 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 18:20:40.843 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:20:40.844 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:20:40.882 DEBUG [main][MenuItemLookup] Found menu:'New' 18:20:40.882 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:40.882 DEBUG [main][MenuItemLookup] Found menu:'Start' 18:20:40.882 DEBUG [main][MenuItemLookup] Item match:Start 18:20:40.882 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 18:20:40.882 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 18:20:40.882 INFO [main][MenuItemHandler] Select menu item: &Start 18:20:40.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:20:40.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-2' has no excuses, wait for it 18:20:40.884 DEBUG [Worker-4: Starting server-project-2][AbstractWait] Wait for 1 seconds 18:20:41.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-2' has no excuses, wait for it 18:20:41.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-2' has no excuses, wait for it 18:20:42.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:20:42.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:20:42.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:20:42.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:20:42.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:20:42.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:20:42.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:20:42.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:20:42.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:20:42.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 18:20:42.385 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:42.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:42.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:42.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:42.390 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 18:20:42.390 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 18:20:42.391 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 18:20:42.407 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 18:20:42.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 18:20:42.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:20:42.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:20:42.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:20:42.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:20:42.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:20:42.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:20:42.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:20:42.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:20:42.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:20:42.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:20:42.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:20:42.411 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:42.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:42.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:42.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:42.413 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 18:20:42.413 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 18:20:42.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:20:42.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 18:20:42.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:20:42.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 18:20:42.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 18:20:42.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:20:42.415 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 18:20:42.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:20:42.415 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 18:20:42.415 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:20:42.416 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:42.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:42.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:42.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:42.418 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 18:20:42.419 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 18:20:42.419 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 18:20:42.434 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 18:20:42.435 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:42.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:42.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:42.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:42.438 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 18:20:42.439 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 18:20:42.439 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 18:20:42.455 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 18:20:42.457 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:42.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:42.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:42.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:42.460 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 18:20:42.460 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 18:20:42.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:20:42.461 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 18:20:42.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:20:42.461 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 18:20:42.461 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 18:20:42.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:20:42.462 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 18:20:42.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:20:42.462 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 18:20:42.462 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:20:42.463 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:42.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:42.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:42.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:42.465 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 18:20:42.465 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 18:20:42.465 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 18:20:42.473 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 18:20:42.474 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:42.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:42.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:42.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:42.482 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 18:20:42.482 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 18:20:42.482 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 18:20:42.491 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 18:20:42.492 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 18:20:42.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:20:42.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:20:42.500 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:20:42.501 DEBUG [main][MenuItemLookup] Found menu:'File' 18:20:42.501 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:20:42.501 DEBUG [main][MenuItemLookup] Item match:Edit 18:20:42.503 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:20:42.503 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:20:42.503 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:42.503 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:20:42.503 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:20:42.503 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:20:42.503 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:42.503 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:20:42.503 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:20:42.504 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:20:42.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 18:20:42.504 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:20:42.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 18:20:42.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:20:42.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:20:42.505 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:20:42.506 DEBUG [main][MenuItemLookup] Found menu:'File' 18:20:42.506 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:20:42.506 DEBUG [main][MenuItemLookup] Item match:Edit 18:20:42.507 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:20:42.507 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:20:42.507 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:42.507 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:20:42.507 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:20:42.507 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:20:42.507 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:42.507 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:20:42.507 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:20:42.508 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:20:42.508 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:20:42.509 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:20:42.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:20:42.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:20:42.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 18:20:42.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:20:42.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:20:42.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") 18:20:42.600 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:20:42.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:20:42.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:20:42.604 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 18:20:42.604 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:20:42.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:20:42.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:20:42.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:20:42.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:20:42.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:20:42.609 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:20:42.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:20:42.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:20:42.609 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:20:42.610 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:20:42.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:20:42.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:20:42.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:20:42.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:20:42.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:20:42.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:20:42.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:20:42.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:20:42.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:20:42.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:20:42.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:20:42.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:20:42.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:20:42.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:20:42.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 18:20:42.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 18:20:42.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 'Publishing to .*'] is available.... 18:20:52.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 'Publishing to .*'] is available. failed, NO exception will be thrown 18:20:52.817 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.... 18:20:52.821 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 18:20:52.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:20:52.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:20:52.822 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:20:52.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:20:52.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:20:52.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 18:20:52.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:20:52.825 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:20:52.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:20:52.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:20:52.827 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithServerState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 18:20:52.827 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:20:52.828 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithPublishState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 18:20:52.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 18:20:52.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:20:52.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:20:52.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:20:52.829 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:52.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:52.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:52.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:20:52.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:20:52.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:20:52.863 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 18:20:52.863 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 18:20:52.864 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 18:20:52.890 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 18:20:52.890 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 18:20:52.891 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:20:52.891 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:20:52.935 DEBUG [main][MenuItemLookup] Found menu:'New' 18:20:52.935 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:20:52.935 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:20:52.935 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:52.935 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:20:52.935 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:20:52.935 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:20:52.935 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:20:52.935 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:52.935 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 18:20:52.935 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 18:20:52.935 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 18:20:52.935 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:20:52.935 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 18:20:52.935 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 18:20:52.935 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:52.935 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 18:20:52.935 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 18:20:52.935 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 18:20:52.935 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 18:20:52.936 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 18:20:53.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:20:53.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:20:53.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:20:53.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:20:53.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 18:20:53.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:20:53.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:20:53.101 DEBUG [WorkbenchTestable][WidgetLookup] 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 >>") 18:20:53.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:20:53.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:20:53.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:20:53.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:20:53.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:20:53.122 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 18:20:53.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:20:53.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:20:53.123 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:20:53.123 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:20:53.140 DEBUG [WorkbenchTestable][WidgetLookup] 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") 18:20:53.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:20:53.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:20:53.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:20:53.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:20:53.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:20:53.151 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 18:20:53.152 INFO [WorkbenchTestable][CheckBox] Check checkbox If server is started, publish changes &immediately 18:20:53.152 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 18:20:53.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:20:53.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:20:53.152 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:20:53.152 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:20:53.152 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 18:20:53.153 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:20:53.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:20:53.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:20:53.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:20:53.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:20:53.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:20:53.157 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:20:53.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:20:53.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:20:53.157 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:20:53.157 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:20:53.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:20:53.236 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:20:53.244 DEBUG [Worker-2: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 18:20:53.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:20:53.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:20:53.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 18:20:53.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 18:20:54.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 18:20:54.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 18:20:54.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:20:54.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:20:54.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:20:54.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:20:54.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:20:54.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:20:54.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:20:54.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:20:54.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:20:54.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:20:54.739 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:54.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:54.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:54.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:54.744 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 18:20:54.744 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:20:54.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:20:54.745 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 18:20:54.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:20:54.745 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:20:54.745 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:20:54.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:20:54.746 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 18:20:54.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:20:54.746 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:20:54.747 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:20:54.747 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:20:54.747 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:20:54.748 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:54.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:54.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:54.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:54.751 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 18:20:54.752 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 18:20:54.752 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 18:20:54.763 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 18:20:54.774 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:54.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:54.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:54.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:54.777 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 18:20:54.777 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 18:20:54.778 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 18:20:54.793 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 18:20:54.794 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:54.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:54.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:54.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:54.797 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 18:20:54.797 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:20:54.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:20:54.797 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 18:20:54.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:20:54.797 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:20:54.798 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:20:54.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:20:54.798 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 18:20:54.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:20:54.798 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:20:54.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:20:54.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:20:54.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:20:54.799 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:54.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:54.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:54.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:54.802 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 18:20:54.802 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 18:20:54.802 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 18:20:54.811 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 18:20:54.812 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:20:54.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:20:54.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:20:54.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:20:54.814 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 18:20:54.815 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 18:20:54.821 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 18:20:54.831 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 18:20:54.835 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 18:20:54.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:20:54.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:20:54.836 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:20:54.836 DEBUG [main][MenuItemLookup] Found menu:'File' 18:20:54.836 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:20:54.836 DEBUG [main][MenuItemLookup] Item match:Edit 18:20:54.838 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:20:54.838 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:20:54.838 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:54.838 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:20:54.838 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:20:54.838 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:20:54.838 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:54.839 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:20:54.839 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:20:54.839 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:20:54.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 18:20:54.839 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:20:54.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 18:20:54.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:20:54.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:20:54.840 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:20:54.840 DEBUG [main][MenuItemLookup] Found menu:'File' 18:20:54.840 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:20:54.840 DEBUG [main][MenuItemLookup] Item match:Edit 18:20:54.842 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:20:54.842 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:20:54.842 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:54.842 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:20:54.842 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:20:54.842 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:20:54.842 DEBUG [main][MenuItemLookup] Found menu:'' 18:20:54.842 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:20:54.842 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:20:54.842 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:20:54.842 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:20:54.843 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:20:54.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:20:54.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:20:54.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 18:20:54.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:20:54.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:20:54.923 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:20:54.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:20:54.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:20:54.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:20:54.924 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 18:20:54.924 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:20:54.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:20:54.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:20:54.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:20:54.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:20:54.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:20:54.928 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:20:54.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:20:54.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:20:54.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:20:54.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:20:55.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:20:55.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:20:55.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:20:55.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:20:55.099 DEBUG [Worker-5: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 18:20:55.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:20:56.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:20:56.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:20:56.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:20:56.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:20:56.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:20:56.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:20:56.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:20:56.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:20:56.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:20:56.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:20:56.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:20:56.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 18:20:56.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 18:20:56.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 18:21:06.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 'Publishing to .*'] is available. failed, NO exception will be thrown 18:21:06.612 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.... 18:21:06.612 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 18:21:06.616 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:06.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:06.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:06.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:06.620 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Synchronized] 18:21:06.621 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Synchronized] 18:21:06.622 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Synchronized] about selection 18:21:06.642 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Synchronized] 18:21:06.643 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:06.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:06.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:06.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:06.646 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Synchronized] 18:21:06.646 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Synchronized] 18:21:06.646 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Synchronized] about selection 18:21:06.656 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Synchronized] 18:21:06.657 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 18:21:06.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:21:06.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:21:06.657 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:21:06.658 DEBUG [main][MenuItemLookup] Found menu:'File' 18:21:06.658 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:21:06.658 DEBUG [main][MenuItemLookup] Item match:Edit 18:21:06.660 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:21:06.660 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:21:06.660 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:06.660 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:21:06.660 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:21:06.660 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:21:06.660 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:06.660 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:21:06.660 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:21:06.667 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:21:06.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 18:21:06.668 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:21:06.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 18:21:06.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:21:06.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:21:06.669 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:21:06.670 DEBUG [main][MenuItemLookup] Found menu:'File' 18:21:06.670 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:21:06.670 DEBUG [main][MenuItemLookup] Item match:Edit 18:21:06.671 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:21:06.671 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:21:06.671 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:06.671 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:21:06.671 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:21:06.671 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:21:06.671 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:06.671 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:21:06.671 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:21:06.672 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:21:06.672 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:21:06.672 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:21:06.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:21:06.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:21:06.753 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 18:21:06.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:06.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:06.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:21:06.754 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:21:06.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:21:06.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:21:06.755 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 18:21:06.755 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:21:06.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:06.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:06.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:06.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:06.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:21:06.758 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:21:06.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:21:06.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:21:06.758 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:21:06.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:06.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:21:06.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:21:06.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:21:06.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 18:21:06.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:21:06.946 DEBUG [Worker-1: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 18:21:07.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 18:21:07.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:21:07.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 18:21:07.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:21:08.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:21:08.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:21:08.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:21:08.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:21:08.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:21:08.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:21:08.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:21:08.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:21:08.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:21:08.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:21:08.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 18:21:08.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 18:21:08.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 'Publishing to .*'] is available.... 18:21:18.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 'Publishing to .*'] is available. failed, NO exception will be thrown 18:21:18.462 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.... 18:21:18.463 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 18:21:18.464 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:18.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:18.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:18.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:18.473 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 18:21:18.473 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 18:21:18.474 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 18:21:18.485 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 18:21:18.486 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:18.486 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:18.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:18.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:18.488 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 18:21:18.488 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 18:21:18.488 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 18:21:18.505 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 18:21:18.507 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 18:21:18.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:21:18.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:21:18.508 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:21:18.508 DEBUG [main][MenuItemLookup] Found menu:'File' 18:21:18.508 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:21:18.508 DEBUG [main][MenuItemLookup] Item match:Edit 18:21:18.510 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:21:18.510 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:21:18.510 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:18.510 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:21:18.510 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:21:18.510 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:21:18.510 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:18.510 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:21:18.510 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:21:18.510 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:21:18.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 18:21:18.511 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:21:18.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 18:21:18.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:21:18.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:21:18.511 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:21:18.512 DEBUG [main][MenuItemLookup] Found menu:'File' 18:21:18.512 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:21:18.512 DEBUG [main][MenuItemLookup] Item match:Edit 18:21:18.512 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:21:18.513 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:21:18.513 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:18.513 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:21:18.513 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:21:18.513 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:21:18.513 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:18.513 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:21:18.513 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:21:18.513 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:21:18.513 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:21:18.513 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:21:18.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:21:18.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:21:18.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 18:21:18.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:18.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:18.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:21:18.595 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:21:18.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:21:18.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:21:18.596 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 18:21:18.596 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:21:18.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:18.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:18.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:18.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:18.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:21:18.598 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:21:18.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:21:18.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:21:18.598 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:21:18.598 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:18.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:21:18.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:21:18.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:21:18.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:21:18.755 DEBUG [Worker-9: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 18:21:19.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:21:19.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:21:20.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:21:20.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:21:20.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:21:20.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:21:20.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:21:20.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:21:20.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:21:20.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:21:20.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:21:20.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 18:21:20.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 18:21:20.256 DEBUG [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.... 18:21:30.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 18:21:30.273 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.... 18:21:30.273 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 18:21:30.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:21:30.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:21:30.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:21:30.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:30.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:30.278 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 18:21:30.278 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:21:30.278 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:21:30.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:21:30.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:21:30.280 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithPublishState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 18:21:30.281 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:30.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:30.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:30.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:21:30.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:21:30.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:21:30.317 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 18:21:30.318 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 18:21:30.320 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 18:21:30.343 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 18:21:30.345 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:30.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:30.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:30.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:30.348 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server ABC' 18:21:30.348 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:30.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:30.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:30.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:30.351 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:30.352 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:30.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:30.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:30.354 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server ABC 18:21:30.354 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:30.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:30.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:30.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:30.357 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 18:21:30.357 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 18:21:30.357 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 18:21:30.373 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 18:21:30.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:30.374 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:21:30.374 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:30.416 DEBUG [main][MenuItemLookup] Found menu:'New' 18:21:30.416 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:21:30.416 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:21:30.416 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:30.416 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:21:30.416 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:21:30.416 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:21:30.416 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:21:30.416 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:30.416 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 18:21:30.416 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 18:21:30.416 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 18:21:30.416 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:21:30.416 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 18:21:30.417 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 18:21:30.417 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 18:21:30.417 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 18:21:30.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 18:21:30.426 DEBUG [Worker-1: Stopping Server ABC][AbstractWait] Wait for 1 seconds 18:21:31.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 18:21:31.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 18:21:31.932 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:31.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:31.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:31.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:31.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 18:21:31.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:21:31.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:21:31.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:21:31.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:21:31.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:21:31.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:21:31.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:21:31.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:21:31.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:21:31.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:21:31.938 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:31.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:31.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:31.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:31.942 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 18:21:31.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:31.943 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:21:31.944 DEBUG [main][EditorHandler] 0 editor(s) found 18:21:31.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:31.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:31.969 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 18:21:31.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:21:31.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:31.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:31.971 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:21:31.972 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:21:31.972 DEBUG [main][MenuItemLookup] Found menu:'File' 18:21:31.972 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:21:31.972 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:21:31.972 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:21:31.972 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:21:31.973 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:21:31.973 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:21:31.973 DEBUG [main][MenuItemLookup] Item match:Window 18:21:31.974 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:21:31.974 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:21:31.974 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:21:31.974 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:31.974 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:21:31.974 DEBUG [main][MenuItemLookup] Item match:Show View 18:21:31.989 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:21:31.989 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:21:31.989 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:21:31.989 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:21:31.989 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:21:31.989 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:21:31.989 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:21:31.989 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:21:31.989 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:21:31.989 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:21:31.989 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:21:31.989 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:21:31.989 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:21:31.989 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:21:31.989 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:21:31.989 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:31.989 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:21:31.990 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:21:32.014 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:21:32.014 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:21:32.014 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:21:32.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:21:32.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:21:32.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:21:32.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:32.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:32.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:21:32.176 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:21:32.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:21:32.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:21:32.182 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:21:32.182 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:21:32.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:32.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:32.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:32.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:32.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:21:32.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:21:32.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:21:32.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:21:32.188 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:21:32.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:21:32.189 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:21:32.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:21:32.189 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:21:32.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:21:32.191 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:21:32.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:21:32.191 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:21:32.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:21:32.192 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:21:32.202 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 18:21:32.203 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 18:21:32.203 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 18:21:32.203 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 18:21:32.203 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:21:32.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:21:32.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:21:32.204 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:21:32.204 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:21:32.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:32.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:32.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 "Open") 18:21:32.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:21:32.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:21:32.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:21:32.207 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:21:32.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:21:32.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:32.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:32.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:32.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:32.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:21:32.220 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:21:32.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:21:32.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:21:32.221 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:21:32.221 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:32.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:21:32.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:21:32.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 18:21:32.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:32.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:32.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 18:21:32.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:32.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:32.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:21:32.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:32.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:32.334 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:21:32.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 '\*?\QProject Explorer\E') 18:21:32.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:32.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:32.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:32.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:32.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:21:32.338 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:21:32.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:21:32.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:32.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:21:32.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:21:32.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:21:32.344 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:21:32.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:21:32.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:32.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:32.371 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:21:32.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:21:32.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:32.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:32.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:32.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:32.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:32.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:32.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:33.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:33.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:33.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:21:33.378 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:21:33.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:21:33.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:33.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:33.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:21:33.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:33.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:33.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:33.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:33.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:21:33.386 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 18:21:33.387 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 18:21:33.388 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 18:21:33.388 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:21:33.388 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:21:33.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:33.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:33.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:33.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:33.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:33.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:33.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:34.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:34.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:34.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:21:34.396 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:21:34.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:21:34.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:34.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:34.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 18:21:34.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:34.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:34.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:34.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:34.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:21:34.403 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 18:21:34.404 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 18:21:34.405 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 18:21:34.405 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:21:34.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:21:34.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:34.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:34.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 18:21:34.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:34.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:34.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:34.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:34.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:21:34.411 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 18:21:34.411 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 18:21:34.412 DEBUG [main][TreeItemHandler] Set Tree selection 18:21:34.413 DEBUG [main][TreeHandler] Notify Tree about selection event 18:21:34.430 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 18:21:34.441 DEBUG [WorkbenchTestable][TreeItemHandler] server-project 18:21:34.442 DEBUG [WorkbenchTestable][TreeItemHandler] server-project-2 18:21:34.442 DEBUG [WorkbenchTestable][TreeItemHandler] server-project-3 18:21:34.443 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:21:34.443 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:34.526 DEBUG [main][MenuItemLookup] Found menu:'New' 18:21:34.527 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:21:34.527 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:34.527 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:21:34.527 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:34.530 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:21:34.530 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:21:34.530 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:21:34.530 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:21:34.530 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:21:34.530 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:21:34.530 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:34.530 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:21:34.530 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:21:34.530 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:34.530 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:21:34.531 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:21:34.531 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:21:34.531 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:21:34.532 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:21:34.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:21:34.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:21:35.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:21:35.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:21:35.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:21:35.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:21:35.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:21:35.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:21:35.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:21:35.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:21:35.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:21:35.034 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:21:35.034 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:35.092 DEBUG [main][MenuItemLookup] Found menu:'New' 18:21:35.093 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:21:35.093 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:35.093 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:21:35.093 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:35.093 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:21:35.093 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:21:35.093 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:21:35.093 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:21:35.093 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:21:35.093 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:21:35.094 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:21:35.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 18:21:35.825 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 18:21:35.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:21:35.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:35.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:35.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: 32) 18:21:35.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:21:35.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:21:35.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:21:35.835 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:21:35.835 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:21:35.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:35.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:35.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:35.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:35.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:21:35.839 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:21:35.839 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:21:35.839 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:21:35.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:21:35.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:21:35.840 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:21:35.840 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:35.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:21:35.840 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:21:35.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:21:35.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:21:35.841 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:21:35.841 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:21:35.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:35.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:35.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:35.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:35.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:21:35.852 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:21:35.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:21:35.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:21:35.852 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:21:35.852 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:35.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:21:35.872 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:21:36.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:21:36.373 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:21:36.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:21:36.374 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:21:36.374 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:21:36.374 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:21:36.374 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:21:36.374 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:21:36.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:21:36.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:21:36.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:21:36.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:21:36.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:21:36.382 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:21:36.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:21:36.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:36.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:36.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:36.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:36.399 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:21:36.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:36.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:36.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:21:36.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:36.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:36.414 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:21:36.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') 18:21:36.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:36.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:36.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:36.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:36.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:21:36.450 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:36.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:36.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:36.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:36.495 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:36.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:36.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:36.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:36.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:21:36.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:36.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:36.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:36.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:36.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:21:36.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:36.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:36.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:21:36.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:36.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:36.515 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:21:36.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:21:36.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:36.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:36.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:36.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:36.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:21:36.557 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:36.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:36.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:36.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:21:36.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:21:36.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:21:36.562 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped, Synchronized] 18:21:36.562 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped, Synchronized] 18:21:36.562 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped, Synchronized] about selection 18:21:36.573 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped, Synchronized] 18:21:36.596 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:36.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:36.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:36.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:36.600 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server ABC'. Stop server first: false 18:21:36.601 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:36.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:36.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:36.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:36.603 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:21:36.603 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:36.643 DEBUG [main][MenuItemLookup] Found menu:'New' 18:21:36.643 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:21:36.643 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:21:36.643 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:36.643 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:21:36.643 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:21:36.643 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:21:36.643 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:21:36.643 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 18:21:36.643 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:21:36.644 INFO [main][MenuItemHandler] Select menu item: Delete Delete 18:21:36.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 18:21:36.720 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 18:21:36.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 18:21:36.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:36.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:36.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") 18:21:36.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:21:36.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:21:36.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:21:36.722 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 18:21:36.722 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:21:36.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:36.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:36.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:36.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:36.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:21:36.724 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:21:36.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:21:36.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:21:36.724 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:21:36.724 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:36.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:21:36.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:21:36.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:36.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:36.822 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:21:36.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:36.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:36.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:21:36.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:36.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:36.840 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:21:36.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:21:36.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:36.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:36.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:36.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:36.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:21:36.877 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:36.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:36.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:36.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:21:36.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:21:36.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:21:36.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC... 18:21:36.882 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:36.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:36.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:36.884 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 18:21:36.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:21:36.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:36.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:36.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:37.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:37.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:37.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:37.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:37.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:21:37.916 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:21:37.916 INFO [WorkbenchTestable][ServersView2] Requested server 'Server ABC' was not found on Servers view 18:21:37.917 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:37.917 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:37.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:37.920 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 18:21:37.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:21:37.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:37.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:37.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:38.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:38.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:38.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:38.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:38.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:21:38.932 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:21:38.933 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 18:21:38.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC finished successfully 18:21:38.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:21:38.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:21:38.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:21:38.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:21:38.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:21:38.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:21:38.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:21:38.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:21:38.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:21:38.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:21:38.933 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 18:21:38.933 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:21:38.933 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:21:38.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:21:38.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 194.886 s - in org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest startServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 15.922 s restartServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 17.024 s stopServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 15.34 s testGetServerModuleWithNoState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 32.029 s removeServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 31.987 s testGetServerModuleWithStates no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 15.464 s testGetServerModuleWithServerState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 12.886 s testGetServerModuleWithPublishState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 37.452 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 18:21:38.954 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 18:21:38.955 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:21:38.956 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:21:38.956 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 18:21:38.956 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:21:38.956 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:21:38.957 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:21:38.957 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:21:38.957 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:21:38.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: "Import"] 18:21:38.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:38.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: "Import"] 18:21:38.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:38.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: "Import"] 18:21:38.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:38.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: "Import"] 18:21:38.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:38.960 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:21:38.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:38.960 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:21:38.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:38.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:21:38.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:38.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:21:38.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:38.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:21:38.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:38.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:21:38.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:38.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:38.963 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:21:38.964 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:21:38.964 DEBUG [main][MenuItemLookup] Found menu:'File' 18:21:38.965 DEBUG [main][MenuItemLookup] Item match:File 18:21:38.967 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:21:38.967 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:21:38.967 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:21:38.967 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:21:38.967 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:38.967 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:21:38.967 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:21:38.967 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:38.967 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:21:38.967 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:21:38.967 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:21:38.967 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:21:38.967 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:38.967 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:21:38.967 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:21:38.967 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:21:38.967 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:21:38.967 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:38.967 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:21:38.967 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:38.967 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:21:38.967 DEBUG [main][MenuItemLookup] Item match:Import... 18:21:38.989 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:21:38.989 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:21:38.990 INFO [main][MenuItemHandler] Select menu item: &Import... 18:21:39.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:21:39.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:21:39.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:21:39.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:39.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:39.164 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:21:39.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:39.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:21:39.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:39.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:39.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:39.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:39.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:21:39.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:21:39.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:21:39.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:21:39.169 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:21:39.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:21:39.169 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:21:39.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:21:39.170 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:21:39.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:21:39.170 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:21:39.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:21:39.170 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:21:39.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:21:39.171 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:21:39.171 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 18:21:39.171 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 18:21:39.184 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 18:21:39.185 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 18:21:39.185 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:21:39.185 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:21:39.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:21:39.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:39.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:39.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:39.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:39.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:21:39.196 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:21:39.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:21:39.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:21:39.197 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:21:39.197 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:39.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: "Import"] 18:21:39.387 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:39.388 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:39.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:21:39.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:39.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:39.455 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:21:39.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:39.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:21:39.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:21:39.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:21:39.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:39.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:39.467 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:21:39.468 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:39.468 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-multimodular-project.zip' 18:21:39.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.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:") 18:21:39.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:39.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:39.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:39.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:39.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:21:39.521 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 18:21:39.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:21:39.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:21:39.522 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:21:39.522 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:39.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 1 and no matchers specified 18:21:39.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:39.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:21:39.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:21:39.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:39.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:21:39.540 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-multimodular-project.zip 18:21:39.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 18:21:39.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:39.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:39.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:39.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:39.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:21:39.688 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 18:21:39.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:21:39.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:21:39.688 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:21:39.689 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:39.827 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 18:21:39.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:39.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:39.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:39.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:39.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:21:39.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 18:21:39.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 18:21:39.831 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 18:21:39.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.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") 18:21:39.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:39.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:39.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:39.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:39.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:21:39.879 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 18:21:39.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:21:39.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:21:39.879 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:21:39.879 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:39.880 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:21:39.880 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 18:21:39.880 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 18:21:39.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:39.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:39.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:39.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:39.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:21:39.947 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:21:39.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:21:39.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:21:39.948 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:21:39.948 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:40.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:21:40.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:21:40.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:21:40.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/server-multimodular-project-ejb)' is a system job, skipped 18:21:40.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:21:40.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:21:40.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:21:40.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:21:40.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:21:40.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:21:40.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:21:40.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:21:40.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:21:40.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:21:40.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:21:40.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:40.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:40.655 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:21:40.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:40.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:40.668 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:21:40.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:40.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:40.669 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:21: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 '\*?\QServers\E') 18:21:40.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:40.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:40.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:40.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:40.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:21:40.682 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:40.682 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:40.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:40.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:21:40.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:21:40.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:21:40.686 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:40.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:40.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:40.688 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 18:21:40.688 INFO [WorkbenchTestable][ServersView2] Create new server 18:21:40.689 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 18:21:40.689 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:40.692 DEBUG [main][MenuItemLookup] Found menu:'New' 18:21:40.692 DEBUG [main][MenuItemLookup] Item match:New 18:21:40.692 DEBUG [main][MenuItemLookup] Found menu:'Server' 18:21:40.692 DEBUG [main][MenuItemLookup] Item match:Server 18:21:40.693 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 18:21:40.693 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 18:21:40.693 INFO [main][MenuItemHandler] Select menu item: Server 18:21:40.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 18:21:41.020 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 18:21:41.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:21:41.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:41.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:41.029 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:21:41.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:41.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:41.030 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:21:41.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:41.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:41.031 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 18:21:41.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:41.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:41.032 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:21:41.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:41.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:41.033 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:21:41.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:41.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.wizard.NewServerWizardPage, index 0 and no matchers specified 18:21:41.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:41.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:41.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:41.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:41.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:21:41.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:21:41.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:21:41.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 18:21:41.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:21:41.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:21:41.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:21:41.069 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:21:41.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:21:41.083 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:21:41.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:21:41.086 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:21:41.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:21:41.093 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:21:41.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:21:41.094 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:21:41.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:21:41.094 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:21:41.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 18:21:41.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 18:21:41.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:41.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:41.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:41.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:41.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:21:41.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:21:41.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:21:41.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:21:41.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:21:41.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:21:41.099 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:21:41.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:21:41.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:21:41.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:21:41.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:21:41.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:21:41.102 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:21:41.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:21:41.102 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:21:41.102 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 18:21:41.103 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 18:21:41.111 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 18:21:41.114 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 18:21:41.115 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:21:41.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:41.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:41.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:41.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:41.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:21:41.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:21:41.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:21:41.632 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:") 18:21:41.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:41.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:41.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:41.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:41.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:21:41.649 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:21:41.655 INFO [WorkbenchTestable][AbstractText] Text set to: Server ABC 18:21:41.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:21:41.666 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:21:41.666 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:21:42.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:21:42.170 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:21:42.171 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 18:21:42.172 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:21:42.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:42.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:42.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:42.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:42.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:21:42.185 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:21:42.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:21:42.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:21:42.185 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:21:42.185 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:42.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:21:42.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:21:42.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:21:42.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:21:42.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:21:42.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:21:42.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:21:42.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:21:42.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:21:42.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:21:42.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:21:42.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:21:42.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:21:42.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:42.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:42.825 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:21:42.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:42.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:42.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:21:42.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:42.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:42.841 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:21:42.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:21:42.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:42.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:42.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:42.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:42.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:21:42.878 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:42.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:42.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:42.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:21:42.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:21:42.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:21:42.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC... 18:21:42.886 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:42.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:42.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:42.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:42.891 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:21:42.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:42.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:42.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:42.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:42.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:21:42.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:42.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:42.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:21:42.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:42.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:42.945 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:21:42.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') 18:21:42.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:42.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:42.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:42.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:42.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:21:42.995 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:42.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:43.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:43.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:21:43.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:21:43.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:21:43.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC finished successfully 18:21:43.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:43.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:43.045 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:21:43.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:43.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:43.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:21:43.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:43.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:43.060 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:21:43.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:21:43.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:43.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:43.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:43.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:43.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:21:43.107 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:43.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:43.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:43.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:21:43.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:21:43.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:21:43.113 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:43.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:43.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:43.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:43.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.cnf.ServersView2, index 0 and no matchers specified 18:21:43.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:43.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:43.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:43.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:43.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:21:43.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:43.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:43.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:21:43.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:43.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:43.161 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:21:43.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 '\*?\QServers\E') 18:21:43.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:43.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:43.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:43.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:43.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:21:43.212 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:43.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:43.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:43.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:21:43.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:21:43.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:21:43.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:43.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:43.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:21:43.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:43.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:43.259 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:21:43.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') 18:21:43.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:43.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:43.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:43.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:43.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:21:43.298 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:43.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:43.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:43.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:21:43.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:21:43.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:21:43.303 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 18:21:43.303 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 18:21:43.303 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 18:21:43.343 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 18:21:43.347 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:43.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:43.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:43.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:43.350 INFO [WorkbenchTestable][AbstractServer] Start server Server ABC 18:21:43.350 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:43.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:43.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:43.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:43.353 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:43.353 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:43.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:43.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:43.355 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server ABC 18:21:43.355 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:43.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:43.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:43.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:43.358 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 18:21:43.358 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 18:21:43.359 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 18:21:43.376 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 18:21:43.376 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:43.377 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:21:43.377 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:43.420 DEBUG [main][MenuItemLookup] Found menu:'New' 18:21:43.420 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:21:43.420 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:21:43.420 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:43.420 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:21:43.420 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:21:43.420 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:21:43.420 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:21:43.420 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:43.421 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:21:43.421 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 18:21:43.421 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 18:21:43.421 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 18:21:43.421 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 18:21:43.421 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 18:21:43.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 18:21:43.426 DEBUG [Worker-8: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 18:21:44.462 DEBUG [Worker-8: Starting Server ABC][AbstractWait] Wait for 1 seconds 18:21:45.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 18:21:45.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 18:21:45.925 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:45.925 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:45.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:45.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:45.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 18:21:45.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:21:45.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:21:45.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:21:45.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:21:45.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:21:45.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:21:45.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:21:45.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:21:45.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:21:45.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:21:45.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:21:45.930 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:45.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:45.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:45.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:45.932 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 18:21:45.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:45.933 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:45.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:45.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:45.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:45.936 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 18:21:45.936 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 18:21:45.937 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 18:21:45.953 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 18:21:45.953 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 18:21:45.954 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:21:45.954 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:45.991 DEBUG [main][MenuItemLookup] Found menu:'New' 18:21:45.991 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:21:45.991 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:21:45.991 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:45.992 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:21:45.992 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:21:45.992 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:21:45.992 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:21:45.992 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:45.992 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 18:21:45.992 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 18:21:45.992 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 18:21:45.992 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:21:45.992 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 18:21:45.992 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 18:21:45.992 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:45.992 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 18:21:45.992 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 18:21:45.992 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 18:21:45.992 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 18:21:45.993 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 18:21:46.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:21:46.149 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:46.149 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:46.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:21:46.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 18:21:46.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:46.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:46.158 DEBUG [WorkbenchTestable][WidgetLookup] 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 >>") 18:21:46.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:46.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:46.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:46.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:46.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:21:46.182 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 18:21:46.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:21:46.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:21:46.183 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:21:46.183 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:46.209 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 18:21:46.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.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) 18:21:46.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:46.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:46.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:46.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:46.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:21:46.231 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:21:46.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:21:46.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:21:46.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:21:46.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:46.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:21:46.258 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:21:46.266 DEBUG [Worker-6: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 18:21:46.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:21:46.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:21:46.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:21:47.259 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 18:21:47.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:21:47.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:21:47.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:21:47.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:21:47.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:21:47.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:21:47.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:21:47.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:21:47.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:21:47.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:21:47.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:21:47.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:21:47.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:21:47.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:21:47.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:21:47.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:21:47.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:21:47.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:21:47.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:21:47.761 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:21:47.761 INFO [WorkbenchTestable][RequirementsRunner] Started test: testBasicServerSubmoduleMethods no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest) 18:21:47.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 18:21:47.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:21:47.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:21:47.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:21:47.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:47.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:47.787 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:21:47.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:47.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:47.789 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:21:47.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 '\*?\QServers\E') 18:21:47.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:47.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:47.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:47.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:47.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:21:47.851 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:47.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:47.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:47.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:21:47.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:21:47.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:21:47.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:21:47.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:47.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:47.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:47.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:47.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:21:47.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:47.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:47.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:21:47.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:47.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:47.903 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:21:47.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:21:47.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:47.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:47.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:47.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:47.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:21:47.946 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:47.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:47.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:47.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:21:47.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:21:47.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:21:47.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:47.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:47.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:21:47.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:47.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:47.991 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:21:47.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:21:47.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:47.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:48.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:48.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:48.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:21:48.039 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:48.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:48.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:48.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:21:48.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:21:48.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:21:48.045 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 18:21:48.045 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:21:48.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:21:48.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:21:48.546 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:21:48.548 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 18:21:48.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:21:48.549 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 18:21:48.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:21:48.555 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 18:21:48.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:48.561 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:48.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:48.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:48.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:48.564 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] 18:21:48.565 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 18:21:48.571 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] about selection 18:21:48.587 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 18:21:48.589 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:48.590 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:48.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:48.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:48.594 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] 18:21:48.594 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 18:21:48.595 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] about selection 18:21:48.613 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 18:21:48.615 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] and wait with time period 1 18:21:48.615 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-multimodular-project-ear(server-multimodular-project) [Synchronized] 18:21:48.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:21:49.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:21:49.118 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 18:21:49.123 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-multimodular-project-ear(server-multimodular-project) [Synchronized] 18:21:49.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:21:49.124 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item server-multimodular-project-ear(server-multimodular-project) [Synchronized] is already expanded. No action performed 18:21:49.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:21:49.124 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 18:21:49.125 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:49.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:49.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:49.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:49.129 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-ejb [Synchronized] 18:21:49.129 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-ejb [Synchronized] 18:21:49.129 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-ejb [Synchronized] about selection 18:21:49.154 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-ejb [Synchronized] 18:21:49.155 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:49.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:49.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:49.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:49.159 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-ejb [Synchronized] 18:21:49.160 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-ejb [Synchronized] 18:21:49.160 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-ejb [Synchronized] about selection 18:21:49.169 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-ejb [Synchronized] 18:21:49.178 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:49.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:49.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:49.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:49.180 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-jar [Synchronized] 18:21:49.180 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-jar [Synchronized] 18:21:49.181 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-jar [Synchronized] about selection 18:21:49.199 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-jar [Synchronized] 18:21:49.200 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:49.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:49.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:49.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:49.203 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-jar [Synchronized] 18:21:49.203 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-jar [Synchronized] 18:21:49.204 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-jar [Synchronized] about selection 18:21:49.217 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-jar [Synchronized] 18:21:49.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:21:49.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:21:49.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:21:49.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:49.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:49.252 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 18:21:49.252 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:21:49.252 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:21:49.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:21:49.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:21:49.254 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testBasicServerSubmoduleMethods no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest) 18:21:49.255 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:49.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:49.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:49.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:21:49.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:21:49.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:21:49.261 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 18:21:49.261 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 18:21:49.263 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 18:21:49.306 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 18:21:49.307 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:49.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:49.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:49.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:49.310 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server ABC' 18:21:49.311 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:49.311 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:49.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:49.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:49.314 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:49.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:49.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:49.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:49.317 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server ABC 18:21:49.317 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:49.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:49.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:49.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:49.319 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 18:21:49.319 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 18:21:49.320 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 18:21:49.336 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 18:21:49.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:49.338 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:21:49.338 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:49.375 DEBUG [main][MenuItemLookup] Found menu:'New' 18:21:49.375 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:21:49.375 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:21:49.375 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:49.375 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:21:49.375 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:21:49.375 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:21:49.375 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:21:49.375 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:49.375 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 18:21:49.375 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 18:21:49.375 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 18:21:49.375 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:21:49.375 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 18:21:49.375 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 18:21:49.375 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 18:21:49.376 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 18:21:49.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 18:21:49.377 DEBUG [Worker-4: Stopping Server ABC][AbstractWait] Wait for 1 seconds 18:21:50.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 18:21:50.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 18:21:50.881 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:50.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:50.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:50.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:50.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 18:21:50.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:21:50.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:21:50.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:21:50.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:21:50.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:21:50.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:21:50.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:21:50.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:21:50.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:21:50.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:21:50.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:21:50.886 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:50.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:50.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:50.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:50.889 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 18:21:50.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:50.889 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:21:50.889 DEBUG [main][EditorHandler] 0 editor(s) found 18:21:50.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:50.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:50.893 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:21:50.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:50.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:50.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:21:50.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:50.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:50.897 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:21:50.897 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:21:50.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:50.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:50.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:50.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:50.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:21:50.900 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:21:50.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:21:50.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:50.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:50.958 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:21:50.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:21:50.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:50.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:50.962 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:21:50.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:21:50.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:50.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:50.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:50.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:50.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:51.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:51.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:51.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:51.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:51.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:21:51.971 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:21:51.971 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:21:51.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:51.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:51.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 18:21:51.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:51.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:51.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:51.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:51.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:21:51.982 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-ear 18:21:51.983 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-ejb 18:21:51.984 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-jar 18:21:51.985 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:21:51.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:21:51.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:51.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:51.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:51.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:51.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:52.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:52.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:52.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:52.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:52.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:21:53.000 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:21:53.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:21:53.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:53.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:53.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 18:21:53.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:53.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:53.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:53.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:53.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:21:53.008 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-ear 18:21:53.008 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-ejb 18:21:53.009 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-jar 18:21:53.010 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:21:53.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:21:53.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:53.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:53.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:21:53.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:53.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:53.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:53.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:53.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:21:53.016 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 18:21:53.016 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 18:21:53.017 DEBUG [main][TreeItemHandler] Set Tree selection 18:21:53.017 DEBUG [main][TreeHandler] Notify Tree about selection event 18:21:53.030 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 18:21:53.043 DEBUG [WorkbenchTestable][TreeItemHandler] server-multimodular-project-ear 18:21:53.043 DEBUG [WorkbenchTestable][TreeItemHandler] server-multimodular-project-ejb 18:21:53.043 DEBUG [WorkbenchTestable][TreeItemHandler] server-multimodular-project-jar 18:21:53.044 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:21:53.044 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:53.169 DEBUG [main][MenuItemLookup] Found menu:'New' 18:21:53.169 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:21:53.169 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:53.169 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:21:53.169 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:53.169 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:21:53.169 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:21:53.169 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:21:53.169 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:21:53.169 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:21:53.169 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:21:53.169 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:53.169 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:21:53.169 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:21:53.169 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:53.169 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:21:53.169 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:21:53.170 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:21:53.170 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:21:53.171 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:21:53.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:21:53.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:21:53.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:21:53.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:21:53.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:21:53.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:21:53.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:21:53.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:21:53.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:21:53.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:21:53.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:21:53.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:21:53.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:21:53.672 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:21:53.673 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:53.735 DEBUG [main][MenuItemLookup] Found menu:'New' 18:21:53.735 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:21:53.735 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:53.735 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:21:53.735 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:53.735 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:21:53.735 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:21:53.735 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:21:53.735 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:21:53.736 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:21:53.736 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:21:53.736 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:21:53.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 18:21:54.463 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 18:21:54.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:21:54.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:54.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:54.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:21:54.478 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:21:54.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:21:54.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:21:54.478 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:21:54.478 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:21:54.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:54.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:54.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:54.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:54.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:21:54.482 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:21:54.486 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:21:54.486 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:21:54.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:21:54.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:21:54.487 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:21:54.487 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:54.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:21:54.487 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:21:54.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:21:54.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:21:54.488 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:21:54.488 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:21:54.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:54.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:54.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:54.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:54.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:21:54.494 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:21:54.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:21:54.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:21:54.495 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:21:54.495 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:54.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:21:54.520 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:21:55.020 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 18:21:55.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:21:55.021 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.... 18:21:55.023 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") 18:21:55.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:55.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:55.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:55.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:55.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:56.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:56.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:56.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:21:56.041 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 18:21:56.041 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") 18:21:56.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:56.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:56.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:56.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:56.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:21:56.046 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 18:21:56.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:21:56.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:56.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:56.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:21:56.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:56.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:56.052 DEBUG [WorkbenchTestable][DeleteUtils] Shell with title 'Delete.*' and button 'Continue' found 18:21:56.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Continue") 18:21:56.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:21:56.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:21:56.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:21:56.052 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:21:56.052 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:21:56.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:56.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:56.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:56.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:56.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:21:56.056 INFO [WorkbenchTestable][AbstractButton] Click button Con&tinue 18:21:56.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:21:56.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:21:56.056 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:21:56.056 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:56.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:21:56.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:21:56.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:21:56.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:21:56.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:21:56.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:21:56.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:21:56.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:21:56.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:21:56.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:21:56.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:21:56.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:21:56.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:21:56.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:21:56.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:21:56.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:21:56.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:21:56.634 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:21:56.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:21:56.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:56.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:56.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:56.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:56.650 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:21:56.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:56.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:56.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:21:56.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:56.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:56.665 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:21:56.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') 18:21:56.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:56.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:56.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:56.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:56.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:21:56.716 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:56.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:56.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:56.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:56.766 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:56.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:56.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:56.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:56.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:21:56.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:56.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:56.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:56.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:56.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:21:56.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:56.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:56.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:21:56.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:56.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:56.811 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:21:56.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:21:56.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:56.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:56.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:56.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:56.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:21:56.848 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:56.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:56.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:56.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:21:56.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:21:56.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:21:56.874 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 18:21:56.874 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 18:21:56.875 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 18:21:56.884 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 18:21:56.885 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:56.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:56.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:56.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:56.894 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server ABC'. Stop server first: false 18:21:56.895 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:56.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:56.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:56.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:21:56.897 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:21:56.897 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:56.974 DEBUG [main][MenuItemLookup] Found menu:'New' 18:21:56.974 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:21:56.974 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:21:56.974 DEBUG [main][MenuItemLookup] Found menu:'' 18:21:56.974 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:21:56.974 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:21:56.974 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:21:56.974 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:21:56.987 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 18:21:56.987 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:21:56.993 INFO [main][MenuItemHandler] Select menu item: Delete Delete 18:21:57.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 18:21:57.069 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 18:21:57.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 18:21:57.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:57.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:57.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:21:57.090 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:21:57.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:21:57.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:21:57.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 18:21:57.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:21:57.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:57.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:57.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:57.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:57.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:21:57.093 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:21:57.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:21:57.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:21:57.093 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:21:57.093 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:57.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:21:57.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:21:57.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:57.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:57.199 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:21:57.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:57.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:57.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:21:57.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:57.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:57.216 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:21:57.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') 18:21:57.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:57.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:57.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:57.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:57.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:21:57.250 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:57.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:57.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:57.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:21:57.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:21:57.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:21:57.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC... 18:21:57.253 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:57.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:57.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:57.255 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 18:21:57.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:21:57.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:57.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:57.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:57.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:57.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:58.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:58.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:58.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:21:58.268 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:21:58.268 INFO [WorkbenchTestable][ServersView2] Requested server 'Server ABC' was not found on Servers view 18:21:58.269 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:58.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:58.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:58.272 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 18:21:58.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:21:58.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:58.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:58.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:58.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:58.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:59.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:59.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:21:59.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:21:59.281 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:21:59.281 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 18:21:59.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC finished successfully 18:21:59.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:21:59.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:21:59.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:21:59.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:21:59.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:21:59.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:21:59.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:21:59.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:21:59.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:21:59.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:21:59.282 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 18:21:59.282 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:21:59.282 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:21:59.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:21:59.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:21:59.284 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: 20.333 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.493 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:21:59.299 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:21:59.300 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:21:59.301 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:21:59.301 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:21:59.301 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:21:59.301 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:21:59.302 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:21:59.302 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:21:59.302 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:21:59.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:59.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:59.343 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:21:59.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:59.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:59.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:21:59.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:59.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:59.366 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:21:59.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') 18:21:59.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:59.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:59.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:59.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:59.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:21:59.401 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:59.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:59.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:59.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:21:59.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:21:59.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:21:59.424 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:21:59.425 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:21:59.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:21:59.427 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 18:21:59.427 INFO [WorkbenchTestable][ServersView2] Create new server 18:21:59.427 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 18:21:59.427 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:21:59.430 DEBUG [main][MenuItemLookup] Found menu:'New' 18:21:59.431 DEBUG [main][MenuItemLookup] Item match:New 18:21:59.432 DEBUG [main][MenuItemLookup] Found menu:'Server' 18:21:59.432 DEBUG [main][MenuItemLookup] Item match:Server 18:21:59.432 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 18:21:59.432 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 18:21:59.433 INFO [main][MenuItemHandler] Select menu item: Server 18:21:59.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 18:21:59.739 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 18:21:59.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:21:59.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:59.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:59.741 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:21:59.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:59.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:59.742 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:21:59.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:59.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:59.743 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 18:21:59.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:59.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:59.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:21:59.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:21:59.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:21:59.745 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:21:59.745 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:21:59.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 18:21:59.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:59.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:59.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:59.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:59.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:21:59.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:21:59.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:21:59.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 18:21:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:21:59.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:21:59.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:21:59.808 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:21:59.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:21:59.808 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:21:59.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:21:59.808 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:21:59.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:21:59.809 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:21:59.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:21:59.809 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:21:59.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:21:59.809 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:21:59.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 18:21:59.810 DEBUG [WorkbenchTestable][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 18:21:59.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:59.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:59.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:59.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:59.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:21:59.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:21:59.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:21:59.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:21:59.822 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:21:59.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:21:59.822 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:21:59.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:21:59.823 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:21:59.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:21:59.823 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:21:59.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:21:59.823 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:21:59.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:21:59.824 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:21:59.824 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 18:21:59.824 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 18:21:59.825 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 18:21:59.828 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 18:21:59.828 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:21:59.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:21:59.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:21:59.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:21:59.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:21:59.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:21:59.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:22:00.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:22:00.342 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:") 18:22:00.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:00.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:00.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:00.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:00.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:22:00.357 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:22:00.358 INFO [WorkbenchTestable][AbstractText] Text set to: Server 1 18:22:00.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:22:00.368 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:22:00.369 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:22:00.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:22:00.870 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:22:00.870 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 18:22:00.871 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:22:00.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:00.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:00.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:00.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:00.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:22:00.891 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:22:00.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:22:00.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:22:00.892 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:22:00.892 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:00.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:22:01.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:22:01.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:22:01.407 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:22:01.407 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:22:01.407 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:22:01.407 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:22:01.407 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:22:01.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:22:01.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:22:01.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:22:01.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:22:01.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:01.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:01.421 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:22:01.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:01.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:01.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:01.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:01.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:01.440 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:01.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:01.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:01.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:01.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:01.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:01.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:01.473 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:01.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:01.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:01.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:01.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:01.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:01.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 1... 18:22:01.499 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:01.499 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:01.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:01.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:01.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:01.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:01.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:01.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:01.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:01.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:01.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:01.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:01.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:01.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:01.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:01.517 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:01.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:01.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:01.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:01.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:01.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:01.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:01.554 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:01.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:01.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:01.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:01.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:01.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:01.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 1 finished successfully 18:22:01.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:01.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:01.598 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:22:01.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:01.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:01.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:01.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:01.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:01.613 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:01.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:01.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:01.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:01.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:01.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:01.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:01.650 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:01.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:01.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:01.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:01.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:01.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:01.656 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:01.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:01.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:01.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:01.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:01.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:01.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:01.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:01.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:01.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:01.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:01.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:01.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:01.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:01.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:01.696 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:01.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 '\*?\QServers\E') 18:22:01.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:01.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:01.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:01.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:01.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:01.709 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:01.709 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:01.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:01.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:01.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:01.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:01.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: "Import"] 18:22:01.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:01.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: "Import"] 18:22:01.737 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:01.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: "Import"] 18:22:01.737 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:01.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: "Import"] 18:22:01.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:01.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: "Import"] 18:22:01.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:01.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: "Import"] 18:22:01.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:01.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: "Import"] 18:22:01.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:01.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: "Import"] 18:22:01.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:01.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: "Import"] 18:22:01.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:01.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:01.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:01.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:01.741 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:01.741 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:22:01.742 DEBUG [main][MenuItemLookup] Found menu:'File' 18:22:01.742 DEBUG [main][MenuItemLookup] Item match:File 18:22:01.750 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:22:01.750 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:22:01.750 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:22:01.750 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:22:01.750 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:01.750 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:22:01.750 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:22:01.750 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:01.750 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:22:01.750 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:22:01.750 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:22:01.750 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:22:01.750 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:01.750 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:22:01.750 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:22:01.750 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:22:01.750 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:22:01.750 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:01.750 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:22:01.750 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:01.750 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:22:01.750 DEBUG [main][MenuItemLookup] Item match:Import... 18:22:01.774 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:22:01.774 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:22:01.774 INFO [main][MenuItemHandler] Select menu item: &Import... 18:22:01.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:22:01.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:22:01.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:22:01.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:01.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:01.941 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:22:01.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:01.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:22:01.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:01.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:01.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:01.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:01.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:01.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:22:01.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:22:01.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:22:01.959 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:22:01.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:01.973 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:22:01.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:01.973 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:22:01.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:22:01.974 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:22:01.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:01.975 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:22:01.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:01.975 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:22:01.976 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 18:22:01.976 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 18:22:01.982 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 18:22:01.982 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 18:22:01.983 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:22:01.983 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:22:01.984 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:22:01.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:01.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:01.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:01.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:01.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:22:01.989 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:22:01.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:22:01.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:22:01.990 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:22:01.990 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:02.071 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:22:02.071 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:02.071 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:02.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:22:02.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:02.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:02.182 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:22:02.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:02.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:22:02.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:22:02.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:22:02.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:02.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:02.187 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:22:02.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:02.248 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 18:22:02.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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:") 18:22:02.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:02.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:02.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:02.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:02.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:22:02.254 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 18:22:02.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:22:02.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:22:02.254 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:22:02.254 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:02.257 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 18:22:02.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:02.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:22:02.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:22:02.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:02.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:22:02.259 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 18:22:02.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.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") 18:22:02.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:02.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:02.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:02.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:02.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:22:02.382 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 18:22:02.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:22:02.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:22:02.383 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:22:02.383 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:02.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.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 18:22:02.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:02.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:02.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:02.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:02.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:02.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 18:22:02.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 18:22:02.540 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 18:22:02.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 18:22:02.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:02.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:02.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:02.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:02.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:22:02.587 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 18:22:02.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:22:02.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:22:02.587 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:22:02.587 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:02.588 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:22:02.588 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 18:22:02.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 18:22:02.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:02.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:02.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:02.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:02.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:22:02.635 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:22:02.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:22:02.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:22:02.636 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:22:02.636 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:02.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:22:03.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:22:03.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:22:03.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'JavaScript indexing in progress' is a system job, skipped 18:22:03.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:22:03.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:22:03.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:22:03.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:22:03.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:22:03.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:22:03.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:22:03.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:22:03.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:22:03.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:22:03.304 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:22:03.304 INFO [WorkbenchTestable][RequirementsRunner] Started test: getModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:03.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:03.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:22:03.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:22:03.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:22:03.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:03.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:03.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:03.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:03.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:03.320 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:03.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') 18:22:03.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:03.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:03.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:03.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:03.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:03.334 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:03.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:03.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:03.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:03.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:03.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:03.340 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 18:22:03.340 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 18:22:03.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:03.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:03.841 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 18:22:03.843 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 18:22:03.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:04.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:04.345 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 18:22:04.347 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:04.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:04.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:04.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:04.351 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:04.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:04.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:04.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:04.354 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 18:22:04.354 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 18:22:04.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:04.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:04.855 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 18:22:04.856 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 18:22:04.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:05.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:05.359 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 18:22:05.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:05.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:05.373 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:22:05.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:05.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:05.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:05.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:05.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:05.389 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:05.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:05.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:05.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:05.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:05.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:05.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:05.427 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:05.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:05.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:05.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:05.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:05.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:05.455 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:05.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:05.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:05.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:05.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:05.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:05.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:05.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:05.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:05.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:05.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:05.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:05.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:05.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:05.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:05.479 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:05.479 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:05.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:05.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:05.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:05.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:05.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:05.516 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:05.517 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:05.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:05.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:05.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:05.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:05.522 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 18:22:05.523 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:05.523 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:05.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:05.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:05.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:05.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:05.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:05.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:05.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:05.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:05.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:05.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:05.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:05.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:05.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:05.578 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:05.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 '\*?\QServers\E') 18:22:05.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:05.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:05.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:05.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:05.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:05.615 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:05.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:05.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:05.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:05.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:05.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:05.621 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 18:22:05.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 18:22:06.123 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 18:22:06.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:06.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:06.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:06.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:06.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:06.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:06.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:22:06.126 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:22:06.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:06.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:06.127 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:06.128 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:22:06.128 INFO [WorkbenchTestable][RequirementsRunner] Started test: restartInProfile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:06.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:06.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:22:06.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:22:06.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:22:06.129 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:06.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:06.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:06.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:06.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:06.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:06.161 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 18:22:06.161 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 18:22:06.163 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 18:22:06.200 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 18:22:06.201 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:06.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:06.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:06.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:06.205 INFO [WorkbenchTestable][AbstractServer] Start server in profiling mode 'Server 1' 18:22:06.208 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:06.208 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:06.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:06.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:06.211 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:06.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:06.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:06.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:06.220 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Profile on server Server 1 18:22:06.220 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:06.220 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:06.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:06.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:06.222 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 18:22:06.222 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 18:22:06.223 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 18:22:06.238 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 18:22:06.238 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:06.239 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:22:06.239 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:06.297 DEBUG [main][MenuItemLookup] Found menu:'New' 18:22:06.297 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:22:06.297 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:22:06.297 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:06.297 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:22:06.297 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:22:06.297 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:22:06.297 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:22:06.297 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:06.297 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:22:06.298 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 18:22:06.298 DEBUG [main][MenuItemLookup] Found menu:'Profile' 18:22:06.298 DEBUG [main][MenuItemLookup] Item match:Profile 18:22:06.298 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Pro&file" 18:22:06.298 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Profile 18:22:06.298 INFO [main][MenuItemHandler] Select menu item: Pro&file 18:22:06.303 DEBUG [Worker-3: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 18:22:06.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile... 18:22:07.333 DEBUG [Worker-3: Starting Server 1][AbstractWait] Wait for 1 seconds 18:22:08.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile finished successfully 18:22:08.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling... 18:22:08.806 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:08.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:08.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:08.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:08.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling finished successfully 18:22:08.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:22:08.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:22:08.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:22:08.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:22:08.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:22:08.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:22:08.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:22:08.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:22:08.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:22:08.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:22:08.819 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:08.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:08.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:08.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:08.821 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'PROFILING' 18:22:08.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:08.822 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:08.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:08.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:08.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:08.824 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 18:22:08.825 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 18:22:08.825 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 18:22:08.844 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 18:22:08.845 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:08.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:08.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:08.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:08.848 INFO [WorkbenchTestable][AbstractServer] Restart server in profile 'Server 1' 18:22:08.848 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:08.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:08.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:08.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:08.851 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:08.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:08.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:08.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:08.853 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Restart in Profile on server Server 1 18:22:08.853 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:08.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:08.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:08.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:08.856 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 18:22:08.856 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 18:22:08.856 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 18:22:08.870 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 18:22:08.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:08.871 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:22:08.871 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:08.904 DEBUG [main][MenuItemLookup] Found menu:'New' 18:22:08.904 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:22:08.904 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:22:08.904 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:08.904 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:22:08.904 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:22:08.904 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:22:08.904 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:22:08.904 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:08.904 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 18:22:08.904 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 18:22:08.904 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 18:22:08.904 DEBUG [main][MenuItemLookup] Item match:Restart in Profile 18:22:08.905 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Restart in Profile" 18:22:08.905 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart in Profile 18:22:08.905 INFO [main][MenuItemHandler] Select menu item: Restart in Profile 18:22:08.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile... 18:22:08.909 DEBUG [Worker-4: Stopping Server 1][AbstractWait] Wait for 1 seconds 18:22:09.938 DEBUG [Worker-4: Starting Server 1][AbstractWait] Wait for 1 seconds 18:22:11.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile finished successfully 18:22:11.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling... 18:22:11.409 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:11.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:11.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:11.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:11.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling finished successfully 18:22:11.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:22:11.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:22:11.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:22:11.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:22:11.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:22:11.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:22:11.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:22:11.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:22:11.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:22:11.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:22:11.413 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:11.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:11.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:11.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:11.415 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'PROFILING' 18:22:11.415 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:11.416 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:11.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:11.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:11.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:11.418 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:11.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:11.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:11.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:11.420 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 18:22:11.421 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 18:22:11.421 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 18:22:11.437 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 18:22:11.438 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:11.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:11.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:11.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:11.443 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 18:22:11.444 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:11.444 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:11.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:11.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:11.448 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:11.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:11.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:11.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:11.451 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 18:22:11.452 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:11.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:11.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:11.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:11.454 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 18:22:11.455 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 18:22:11.458 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 18:22:11.466 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 18:22:11.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:11.467 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:22:11.467 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:11.501 DEBUG [main][MenuItemLookup] Found menu:'New' 18:22:11.501 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:22:11.501 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:22:11.501 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:11.501 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:22:11.501 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:22:11.501 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:22:11.501 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:22:11.501 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:11.501 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 18:22:11.501 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 18:22:11.502 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 18:22:11.502 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:22:11.502 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 18:22:11.502 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 18:22:11.502 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 18:22:11.502 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 18:22:11.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 18:22:11.503 DEBUG [Worker-2: Stopping Server 1][AbstractWait] Wait for 1 seconds 18:22:13.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 18:22:13.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 18:22:13.005 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:13.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:13.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:13.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:13.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 18:22:13.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:22:13.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:22:13.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:22:13.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:22:13.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:22:13.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:22:13.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:22:13.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:22:13.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:22:13.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:22:13.012 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:13.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:13.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:13.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:13.015 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 18:22:13.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:13.016 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:13.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:13.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:13.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:13.020 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 18:22:13.020 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 18:22:13.021 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 18:22:13.035 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 18:22:13.037 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:13.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:13.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:13.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:13.041 INFO [WorkbenchTestable][AbstractServer] Restart server in profile 'Server 1' 18:22:13.042 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:13.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:13.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:13.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:13.045 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:13.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:13.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:13.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:13.050 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:13.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:13.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:13.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:13.054 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 18:22:13.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:22:13.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:13.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:13.556 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:22:13.556 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:22:13.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:14.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:14.058 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:22:14.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:14.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:14.072 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:22:14.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:14.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:14.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:14.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:14.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:14.087 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:14.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 '\*?\QServers\E') 18:22:14.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:14.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:14.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:14.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:14.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:14.125 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:14.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:14.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:14.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:14.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:14.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:14.131 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:14.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:14.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:14.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:14.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 18:22:14.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:14.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:14.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:14.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:14.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:14.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:14.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:14.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:14.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:14.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:14.178 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:14.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') 18:22:14.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:14.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:14.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:14.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:14.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:14.221 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:14.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:14.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:14.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:14.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:14.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:14.226 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 18:22:14.227 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:14.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:14.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:14.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:14.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:14.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:14.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:14.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:14.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:14.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:14.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:14.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:14.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:14.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:14.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:14.302 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:14.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:14.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:14.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:14.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:14.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:14.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:14.324 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:14.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:14.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:14.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:14.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:14.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:14.350 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 18:22:14.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 18:22:14.351 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 18:22:14.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:14.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:14.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:14.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:14.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:14.353 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:14.353 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:22:14.353 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:22:14.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:14.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:14.354 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restartInProfile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:14.354 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:22:14.355 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete_runningServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:14.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:14.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:22:14.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:22:14.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:22:14.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:14.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:14.396 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:22:14.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:14.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:14.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:14.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:14.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:14.417 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:14.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:14.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:14.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:14.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:14.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:14.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:14.435 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:14.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:14.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:14.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:14.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:14.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:14.440 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:14.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:14.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:14.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:14.442 INFO [WorkbenchTestable][ServersView2] Create new server 18:22:14.442 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:22:14.442 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:14.495 DEBUG [main][MenuItemLookup] Found menu:'New' 18:22:14.496 DEBUG [main][MenuItemLookup] Item match:New 18:22:14.497 DEBUG [main][MenuItemLookup] Found menu:'Server' 18:22:14.497 DEBUG [main][MenuItemLookup] Item match:Server 18:22:14.497 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 18:22:14.498 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 18:22:14.498 INFO [main][MenuItemHandler] Select menu item: Server 18:22:14.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 18:22:14.755 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 18:22:14.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:22:14.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:14.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:14.834 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:22:14.835 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:14.835 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:14.836 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:22:14.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:14.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:14.836 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 18:22:14.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:14.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:14.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:22:14.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:14.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:14.838 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:22:14.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:14.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 18:22:14.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:14.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:14.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:14.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:14.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:14.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:22:14.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:22:14.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 18:22:14.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:22:14.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:22:14.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:22:14.922 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:22:14.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:14.923 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:22:14.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:14.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:22:14.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:22:14.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:22:14.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:14.935 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:22:14.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:14.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:22:14.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 18:22:14.937 DEBUG [WorkbenchTestable][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 18:22:14.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:14.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:14.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:14.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:15.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:15.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:22:15.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:22:15.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:22:15.003 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:22:15.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:15.009 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:22:15.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:15.011 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:22:15.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:22:15.011 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:22:15.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:15.011 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:22:15.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:15.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:22:15.012 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 18:22:15.013 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 18:22:15.013 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 18:22:15.017 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 18:22:15.017 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:22:15.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:15.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:15.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:15.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:15.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:22:15.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:22:15.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:22:15.535 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:") 18:22:15.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:15.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:15.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:15.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:15.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:22:15.562 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:22:15.564 INFO [WorkbenchTestable][AbstractText] Text set to: Server 2 18:22:15.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:22:15.596 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:22:15.596 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:22:16.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:22:16.097 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:22:16.097 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 18:22:16.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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) 18:22:16.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:16.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:16.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:16.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:16.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:22:16.109 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:22:16.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:22:16.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:22:16.110 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:22:16.110 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:16.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:22:16.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:22:16.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:22:16.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:22:16.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:22:16.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:22:16.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:22:16.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:22:16.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:22:16.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:22:16.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:22:16.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:22:16.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:16.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:16.696 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:22:16.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:16.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:16.708 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:16.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:16.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:16.709 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:16.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:16.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:16.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:16.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:16.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:16.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:16.747 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:16.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:16.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:16.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:16.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:16.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:16.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2... 18:22:16.752 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:16.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:16.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:16.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:16.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:16.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:16.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:16.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:16.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:16.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:16.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:16.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:16.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:16.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:16.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:16.792 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:16.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 '\*?\QServers\E') 18:22:16.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:16.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:16.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:16.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:16.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:16.829 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:16.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:16.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:16.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:16.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:16.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:16.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:16.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:16.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:16.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:16.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:16.894 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:16.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:16.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:16.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:16.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:16.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:16.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:16.908 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:16.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:16.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:16.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:16.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:16.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:16.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2 finished successfully 18:22:16.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:16.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:16.949 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:22:16.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:16.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:16.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:16.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:16.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:16.963 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:16.963 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:16.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:16.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:16.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:16.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:16.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:16.999 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:16.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:17.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:17.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:17.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:17.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:17.029 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:17.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:17.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:17.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:17.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:17.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:17.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:17.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:17.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:17.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:17.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:17.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:17.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:17.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:17.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:17.048 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:17.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 '\*?\QServers\E') 18:22:17.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:17.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:17.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:17.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:17.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:17.085 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:17.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:17.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:17.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:17.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:17.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:17.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:17.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:17.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:17.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:17.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:17.125 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:17.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:17.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:17.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:17.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:17.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:17.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:17.137 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:17.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:17.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:17.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:17.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:17.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:17.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:17.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:17.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:17.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:17.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:17.201 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:17.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') 18:22:17.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:17.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:17.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:17.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:17.238 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:17.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:17.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:17.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:17.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:17.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:17.242 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 18:22:17.242 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 18:22:17.243 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 18:22:17.282 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 18:22:17.283 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:17.283 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:17.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:17.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:17.285 INFO [WorkbenchTestable][AbstractServer] Start server Server 2 18:22:17.286 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:17.286 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:17.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:17.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:17.288 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:17.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:17.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:17.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:17.289 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 2 18:22:17.290 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:17.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:17.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:17.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:17.291 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 18:22:17.291 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 18:22:17.292 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 18:22:17.307 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 18:22:17.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:17.309 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:22:17.309 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:17.345 DEBUG [main][MenuItemLookup] Found menu:'New' 18:22:17.345 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:22:17.345 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:22:17.345 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:17.345 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:22:17.345 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:22:17.345 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:22:17.345 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:22:17.345 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:17.346 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:22:17.346 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 18:22:17.346 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 18:22:17.346 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 18:22:17.346 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 18:22:17.347 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 18:22:17.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 18:22:17.351 DEBUG [Worker-4: Publishing to Server 2...][AbstractWait] Wait for 1 seconds 18:22:18.364 DEBUG [Worker-4: Starting Server 2][AbstractWait] Wait for 1 seconds 18:22:19.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 18:22:19.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 18:22:19.850 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:19.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:19.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:19.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:19.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 18:22:19.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:22:19.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:22:19.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:22:19.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:22:19.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:22:19.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:22:19.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:22:19.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:22:19.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:22:19.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:22:19.856 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:19.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:19.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:19.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:19.866 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 18:22:19.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:19.867 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:19.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:19.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:19.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:19.871 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Started, Synchronized] 18:22:19.871 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Started, Synchronized] 18:22:19.872 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Started, Synchronized] about selection 18:22:19.881 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Started, Synchronized] 18:22:19.888 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:19.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:19.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:19.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:19.891 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server 2'. Stop server first: false 18:22:19.892 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:19.892 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:19.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:19.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:19.895 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:22:19.895 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:19.928 DEBUG [main][MenuItemLookup] Found menu:'New' 18:22:19.928 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:22:19.928 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:22:19.928 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:19.928 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:22:19.928 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:22:19.928 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:22:19.928 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:22:19.928 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 18:22:19.928 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:22:19.929 INFO [main][MenuItemHandler] Select menu item: Delete Delete 18:22:20.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 18:22:20.013 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 18:22:20.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 18:22:20.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:20.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:20.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:22:20.014 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:22:20.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:20.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:20.014 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 18:22:20.014 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:22:20.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:20.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:20.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:20.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:20.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:22:20.016 INFO [WorkbenchTestable][CheckBox] Select checkbox Stop server(s) before deleting 18:22:20.016 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Stop server(s) before deleting 18:22:20.017 INFO [WorkbenchTestable][AbstractButton] Click button Stop server(s) before deleting 18:22:20.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:22:20.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:22:20.017 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:22:20.017 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:20.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") 18:22:20.017 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:22:20.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:20.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:20.018 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 18:22:20.018 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:22:20.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:20.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:20.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:20.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:20.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:22:20.023 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:22:20.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:22:20.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:22:20.024 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:22:20.024 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:20.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:22:20.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:22:20.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:20.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:20.111 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:22:20.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:20.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:20.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:20.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:20.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:20.126 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:20.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:20.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:20.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:20.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:20.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:20.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:20.164 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:20.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:20.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:20.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:20.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:20.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:20.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2... 18:22:20.169 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:20.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:20.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:20.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:20.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:20.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:20.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:20.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:20.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:20.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:20.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:20.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:20.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:20.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:20.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:20.210 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:20.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 '\*?\QServers\E') 18:22:20.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:20.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:20.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:20.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:20.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:20.251 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:20.251 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:20.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:20.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:20.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:20.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:20.257 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 18:22:20.257 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:20.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:20.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:20.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:20.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:20.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:20.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:20.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:20.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:20.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:20.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:20.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:20.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:20.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:20.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:20.301 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:20.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:20.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:20.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:20.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:20.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:20.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:20.314 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:20.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:20.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:20.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:20.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:20.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:20.340 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 18:22:20.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2 finished successfully 18:22:20.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:22:20.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:22:20.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:22:20.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:22:20.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:22:20.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:22:20.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:22:20.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:22:20.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:22:20.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:22:20.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:20.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:20.375 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:22:20.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:20.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:20.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:20.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:20.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:20.388 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:20.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:20.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:20.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:20.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:20.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:20.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:20.428 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:20.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:20.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:20.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:20.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:20.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:20.454 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:20.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:20.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:20.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:20.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:20.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:20.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:20.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:20.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:20.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:20.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:20.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:20.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:20.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:20.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:20.474 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:20.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:20.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:20.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:20.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:20.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:20.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:20.520 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:20.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:20.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:20.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:20.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:20.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:20.527 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:20.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:20.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:20.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:20.530 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:20.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:20.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:20.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:20.562 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 18:22:20.562 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:22:20.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:21.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:21.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:22:21.063 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:22:21.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:21.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:21.565 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:22:21.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:21.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:21.579 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:22:21.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:21.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:21.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:21.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:21.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:21.595 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:21.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:21.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:21.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:21.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:21.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:21.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:21.633 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:21.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:21.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:21.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:21.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:21.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:21.639 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:21.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:21.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:21.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:21.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:21.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:21.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:21.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:21.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:21.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:21.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:21.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:21.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:21.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:21.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:21.705 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:21.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:21.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:21.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:21.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:21.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:21.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:21.742 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:21.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:21.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:21.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:21.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:21.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:21.769 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 18:22:21.770 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:21.770 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:21.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:21.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:21.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:21.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:21.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:21.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:21.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:21.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:21.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:21.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:21.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:21.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:21.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:21.788 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:21.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 '\*?\QServers\E') 18:22:21.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:21.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:21.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:21.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:21.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:21.826 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:21.827 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:21.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:21.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:21.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:21.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:21.832 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 18:22:21.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 18:22:21.833 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 18:22:21.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:21.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:21.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:21.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:21.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:21.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:21.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:22:21.835 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:22:21.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:21.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:21.836 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 18:22:21.837 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete_runningServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:21.838 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:22:21.838 INFO [WorkbenchTestable][RequirementsRunner] Started test: profile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:21.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:21.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:22:21.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:22:21.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:22:21.838 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:21.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:21.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:21.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:21.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:21.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:21.842 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 18:22:21.843 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 18:22:21.844 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 18:22:21.880 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 18:22:21.883 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:21.883 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:21.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:21.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:21.889 INFO [WorkbenchTestable][AbstractServer] Start server in profiling mode 'Server 1' 18:22:21.889 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:21.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:21.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:21.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:21.891 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:21.891 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:21.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:21.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:21.893 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Profile on server Server 1 18:22:21.893 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:21.893 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:21.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:21.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:21.894 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 18:22:21.895 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 18:22:21.895 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 18:22:21.911 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 18:22:21.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:21.911 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:22:21.911 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:21.948 DEBUG [main][MenuItemLookup] Found menu:'New' 18:22:21.948 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:22:21.948 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:22:21.948 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:21.948 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:22:21.948 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:22:21.948 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:22:21.948 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:22:21.948 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:21.949 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:22:21.949 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 18:22:21.949 DEBUG [main][MenuItemLookup] Found menu:'Profile' 18:22:21.949 DEBUG [main][MenuItemLookup] Item match:Profile 18:22:21.949 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Pro&file" 18:22:21.949 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Profile 18:22:21.949 INFO [main][MenuItemHandler] Select menu item: Pro&file 18:22:21.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile... 18:22:21.954 DEBUG [Worker-7: Starting Server 1][AbstractWait] Wait for 1 seconds 18:22:23.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile finished successfully 18:22:23.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling... 18:22:23.452 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:23.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:23.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:23.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:23.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling finished successfully 18:22:23.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:22:23.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:22:23.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:22:23.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:22:23.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:22:23.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:22:23.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:22:23.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:22:23.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:22:23.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:22:23.459 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:23.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:23.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:23.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:23.462 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'PROFILING' 18:22:23.462 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:23.462 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:23.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:23.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:23.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:23.465 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:23.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:23.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:23.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:23.468 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 18:22:23.468 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 18:22:23.468 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 18:22:23.478 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 18:22:23.479 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:23.479 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:23.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:23.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:23.482 INFO [WorkbenchTestable][AbstractServer] Start server in profiling mode 'Server 1' 18:22:23.483 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:23.483 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:23.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:23.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:23.492 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:23.493 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:23.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:23.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:23.495 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:23.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:23.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:23.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:23.497 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 18:22:23.497 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 18:22:23.497 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 18:22:23.513 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 18:22:23.514 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:23.515 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:23.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:23.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:23.519 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 18:22:23.520 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:23.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:23.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:23.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:23.523 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:23.523 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:23.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:23.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:23.529 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 18:22:23.529 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:23.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:23.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:23.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:23.532 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 18:22:23.532 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 18:22:23.533 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 18:22:23.553 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 18:22:23.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:23.554 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:22:23.554 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:23.589 DEBUG [main][MenuItemLookup] Found menu:'New' 18:22:23.590 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:22:23.590 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:22:23.590 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:23.590 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:22:23.590 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:22:23.590 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:22:23.590 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:22:23.590 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:23.590 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 18:22:23.590 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 18:22:23.590 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 18:22:23.590 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:22:23.590 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 18:22:23.591 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 18:22:23.591 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 18:22:23.591 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 18:22:23.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 18:22:23.593 DEBUG [Worker-1: Stopping Server 1][AbstractWait] Wait for 1 seconds 18:22:25.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 18:22:25.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 18:22:25.093 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:25.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:25.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:25.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:25.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 18:22:25.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:22:25.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:22:25.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:22:25.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:22:25.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:22:25.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:22:25.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:22:25.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:22:25.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:22:25.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:22:25.100 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:25.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:25.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:25.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:25.104 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 18:22:25.104 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:25.105 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:25.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:25.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:25.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:25.109 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 18:22:25.110 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:22:25.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:25.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:25.612 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:22:25.612 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:22:25.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:26.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:26.115 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:22:26.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:26.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:26.147 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:22:26.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:26.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:26.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:26.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:26.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:26.162 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:26.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 '\*?\QServers\E') 18:22:26.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:26.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:26.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:26.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:26.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:26.201 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:26.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:26.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:26.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:26.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:26.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:26.207 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:26.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:26.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:26.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:26.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:26.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:26.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:26.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:26.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:26.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:26.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:26.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:26.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:26.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:26.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:26.260 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:26.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:26.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:26.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:26.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:26.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:26.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:26.295 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:26.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:26.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:26.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:26.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:26.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:26.301 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 18:22:26.301 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:26.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:26.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:26.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:26.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:26.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:26.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:26.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:26.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:26.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:26.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:26.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:26.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:26.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:26.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:26.341 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:26.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') 18:22:26.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:26.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:26.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:26.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:26.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:26.375 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:26.376 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:26.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:26.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:26.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:26.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:26.401 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 18:22:26.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 18:22:26.402 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 18:22:26.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:26.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:26.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:26.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:26.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:26.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:26.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:22:26.404 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:22:26.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:26.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:26.407 INFO [WorkbenchTestable][RequirementsRunner] Finished test: profile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:26.407 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:22:26.407 INFO [WorkbenchTestable][RequirementsRunner] Started test: addAndRemoveModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:26.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:26.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:22:26.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:22:26.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:22:26.408 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:26.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:26.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:26.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:26.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:26.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:26.435 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 18:22:26.435 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 18:22:26.437 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 18:22:26.445 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 18:22:26.445 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 18:22:26.452 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:22:26.452 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:26.484 DEBUG [main][MenuItemLookup] Found menu:'New' 18:22:26.484 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:22:26.484 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:22:26.484 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:26.484 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:22:26.484 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:22:26.484 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:22:26.484 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:22:26.484 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:26.484 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:22:26.484 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 18:22:26.484 DEBUG [main][MenuItemLookup] Found menu:'Profile' 18:22:26.484 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:22:26.484 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 18:22:26.484 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 18:22:26.484 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:26.484 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 18:22:26.484 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 18:22:26.485 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 18:22:26.485 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 18:22:26.486 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 18:22:26.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:22:26.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:26.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:26.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:22:26.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 18:22:26.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:26.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:26.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:26.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:26.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 18:22:26.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:26.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:26.670 TRACE [WorkbenchTestable][ModifyModulesDialog] Shell Add and Remove... is not null and is not disposed 18:22:26.670 INFO [WorkbenchTestable][ModifyModulesDialog] Cancel wizard 18:22:26.670 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:22:26.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:26.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:26.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:26.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:26.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:22:26.684 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:22:26.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:22:26.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:22:26.685 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:22:26.685 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:26.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:22:26.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:22:26.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:22:26.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:22:26.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:22:26.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:22:26.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:22:26.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:22:26.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:22:26.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:22:26.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:22:26.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:22:26.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:22:26.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:22:26.779 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:26.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:26.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:26.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:26.782 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:26.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:26.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:26.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:26.783 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 18:22:26.784 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:22:26.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:27.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:27.285 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:22:27.285 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:22:27.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:27.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:27.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:22:27.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:27.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:27.806 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:22:27.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:27.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:27.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:27.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:27.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:27.822 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:27.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:27.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:27.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:27.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:27.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:27.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:27.858 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:27.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:27.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:27.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:27.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:27.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:27.883 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:27.883 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:27.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:27.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:27.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:27.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:27.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:27.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:27.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:27.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:27.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:27.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:27.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:27.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:27.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:27.900 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:27.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 '\*?\QServers\E') 18:22:27.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:27.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:27.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:27.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:27.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:27.934 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:27.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:27.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:27.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:27.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:27.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:27.940 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 18:22:27.940 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:27.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:27.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:27.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:27.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:27.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:27.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:27.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:27.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:27.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:27.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:27.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:27.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:27.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:27.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:27.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:27.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:27.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:27.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:27.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:27.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:27.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:27.994 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:27.994 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:28.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:28.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:28.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:28.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:28.022 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 18:22:28.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 18:22:28.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 18:22:28.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:28.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:28.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:28.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:28.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:28.526 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:28.526 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:22:28.526 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:22:28.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:28.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:28.552 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addAndRemoveModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:28.552 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:22:28.552 INFO [WorkbenchTestable][RequirementsRunner] Started test: publish no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:28.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:28.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:22:28.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:22:28.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:22:28.553 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:28.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:28.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:28.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:28.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:28.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:28.558 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 18:22:28.558 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 18:22:28.560 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 18:22:28.593 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 18:22:28.594 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:28.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:28.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:28.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:28.599 INFO [WorkbenchTestable][AbstractServer] Publish server 'Server 1' 18:22:28.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:28.602 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:22:28.602 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:28.638 DEBUG [main][MenuItemLookup] Found menu:'New' 18:22:28.638 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:22:28.638 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:22:28.638 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:28.638 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:22:28.638 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:22:28.638 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:22:28.638 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:22:28.638 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:28.638 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:22:28.638 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 18:22:28.638 DEBUG [main][MenuItemLookup] Found menu:'Profile' 18:22:28.638 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:22:28.638 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 18:22:28.638 DEBUG [main][MenuItemLookup] Item match:Publish Ctrl+Alt+P 18:22:28.638 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Publish Ctrl+Alt+P" 18:22:28.638 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Publish Ctrl+Alt+P 18:22:28.639 INFO [main][MenuItemHandler] Select menu item: Publish Ctrl+Alt+P 18:22:28.641 DEBUG [Worker-6: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 18:22:28.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished... 18:22:29.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished finished successfully 18:22:29.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized'... 18:22:29.669 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:29.670 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:29.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:29.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:30.175 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:30.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:30.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:30.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:30.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized' finished successfully 18:22:30.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:22:30.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:22:30.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:22:30.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:22:30.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:22:30.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:22:30.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:22:30.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:22:30.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:22:30.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:22:30.180 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:30.182 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:30.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:30.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:30.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:30.184 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:30.184 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:30.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:30.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:30.187 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:30.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:30.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:30.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:30.190 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 18:22:30.190 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:22:30.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:30.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:30.692 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:22:30.693 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:22:30.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:31.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:31.195 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:22:31.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:31.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:31.233 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:22:31.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:31.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:31.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:31.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:31.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:31.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:31.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 '\*?\QServers\E') 18:22:31.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:31.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:31.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:31.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:31.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:31.293 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:31.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:31.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:31.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:31.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:31.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:31.298 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:31.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:31.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:31.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:31.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:31.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:31.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:31.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:31.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:31.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:31.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:31.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:31.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:31.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:31.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:31.342 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:31.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:31.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:31.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:31.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:31.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:31.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:31.377 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:31.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:31.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:31.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:31.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:31.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:31.382 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 18:22:31.402 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:31.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:31.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:31.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:31.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:31.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:31.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:31.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:31.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:31.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:31.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:31.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:31.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:31.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:31.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:31.420 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:31.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:31.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:31.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:31.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:31.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:31.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:31.454 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:31.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:31.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:31.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:31.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:31.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:31.459 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 18:22:31.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 18:22:31.460 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 18:22:31.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:31.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:31.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:31.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:31.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:22:31.463 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:22:31.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:31.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:31.464 INFO [WorkbenchTestable][RequirementsRunner] Finished test: publish no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:31.464 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:22:31.465 INFO [WorkbenchTestable][RequirementsRunner] Started test: stop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:31.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:31.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:22:31.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:22:31.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:22:31.465 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:31.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:31.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:31.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:31.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:31.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:31.492 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 18:22:31.492 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 18:22:31.493 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 18:22:31.527 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 18:22:31.528 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:31.529 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:31.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:31.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:31.532 INFO [WorkbenchTestable][AbstractServer] Start server Server 1 18:22:31.533 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:31.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:31.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:31.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:31.538 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:31.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:31.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:31.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:31.541 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 1 18:22:31.542 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:31.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:31.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:31.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:31.545 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 18:22:31.545 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 18:22:31.546 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 18:22:31.561 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 18:22:31.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:31.562 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:22:31.562 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:31.612 DEBUG [main][MenuItemLookup] Found menu:'New' 18:22:31.613 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:22:31.613 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:22:31.613 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:31.613 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:22:31.613 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:22:31.613 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:22:31.613 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:22:31.613 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:31.613 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:22:31.613 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 18:22:31.613 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 18:22:31.618 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 18:22:31.618 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 18:22:31.618 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 18:22:31.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 18:22:31.625 DEBUG [Worker-3: Starting Server 1][AbstractWait] Wait for 1 seconds 18:22:33.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 18:22:33.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 18:22:33.122 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:33.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:33.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:33.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:33.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 18:22:33.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:22:33.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:22:33.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:22:33.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:22:33.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:22:33.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:22:33.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:22:33.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:22:33.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:22:33.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:22:33.127 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:33.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:33.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:33.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:33.130 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 18:22:33.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:33.131 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:33.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:33.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:33.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:33.134 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 18:22:33.135 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 18:22:33.135 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 18:22:33.144 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 18:22:33.145 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:33.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:33.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:33.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:33.154 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 18:22:33.154 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:33.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:33.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:33.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:33.157 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:33.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:33.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:33.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:33.161 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 18:22:33.161 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:33.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:33.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:33.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:33.164 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 18:22:33.164 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 18:22:33.165 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 18:22:33.173 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 18:22:33.173 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:33.174 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:22:33.174 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:33.211 DEBUG [main][MenuItemLookup] Found menu:'New' 18:22:33.211 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:22:33.211 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:22:33.211 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:33.211 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:22:33.211 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:22:33.211 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:22:33.211 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:22:33.211 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:33.211 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 18:22:33.211 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 18:22:33.211 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 18:22:33.211 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:22:33.212 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 18:22:33.212 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 18:22:33.212 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 18:22:33.212 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 18:22:33.213 DEBUG [Worker-6: Stopping Server 1][AbstractWait] Wait for 1 seconds 18:22:33.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 18:22:34.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 18:22:34.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 18:22:34.253 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:34.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:34.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:34.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:34.759 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:34.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:34.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:34.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:34.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 18:22:34.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:22:34.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:22:34.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:22:34.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:22:34.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:22:34.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:22:34.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:22:34.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:22:34.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:22:34.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:22:34.767 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:34.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:34.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:34.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:34.770 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 18:22:34.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:34.770 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:34.770 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:34.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:34.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:34.773 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:34.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:34.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:34.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:34.776 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 18:22:34.776 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 18:22:34.776 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 18:22:34.792 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 18:22:34.793 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:34.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:34.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:34.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:34.796 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 18:22:34.797 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:34.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:34.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:34.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:34.801 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:34.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:34.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:34.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:34.803 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:34.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:34.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:34.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:34.806 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 18:22:34.807 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:22:34.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:35.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:35.308 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:22:35.309 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:22:35.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:35.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:35.811 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:22:35.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:35.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:35.825 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:22:35.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:35.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:35.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:35.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:35.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:35.841 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:35.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:35.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:35.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:35.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:35.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:35.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:35.885 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:35.885 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:35.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:35.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:35.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:35.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:35.891 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:35.891 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:35.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:35.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:35.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:35.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:35.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:35.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:35.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:35.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:35.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:35.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:35.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:35.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:35.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:35.943 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:35.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:35.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:35.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:35.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:35.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:35.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:35.980 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:35.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:35.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:35.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:35.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:35.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:35.986 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 18:22:35.986 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:35.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:35.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:35.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:35.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:35.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:35.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:35.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:35.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:35.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:35.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:36.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:36.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:36.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:36.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:36.028 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22: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 '\*?\QServers\E') 18:22:36.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:36.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:36.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:36.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:36.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:36.062 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:36.062 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:36.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:36.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:36.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:36.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:36.088 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 18:22:36.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 18:22:36.589 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 18:22:36.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:36.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:36.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:36.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:36.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:36.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:36.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:22:36.591 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:22:36.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:36.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:36.593 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:36.593 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:22:36.594 INFO [WorkbenchTestable][RequirementsRunner] Started test: clean no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:36.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:36.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:22:36.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:22:36.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:22:36.595 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:36.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:36.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:36.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:36.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:36.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:36.623 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 18:22:36.623 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 18:22:36.624 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 18:22:36.639 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 18:22:36.640 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:36.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:36.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:36.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:36.645 INFO [WorkbenchTestable][AbstractServer] Clean server 'Server 1' 18:22:36.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:36.646 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:22:36.646 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:36.679 DEBUG [main][MenuItemLookup] Found menu:'New' 18:22:36.679 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:22:36.679 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:22:36.679 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:36.679 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:22:36.679 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:22:36.679 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:22:36.679 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:22:36.679 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:36.679 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:22:36.679 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 18:22:36.679 DEBUG [main][MenuItemLookup] Found menu:'Profile' 18:22:36.679 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:22:36.679 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 18:22:36.679 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 18:22:36.679 DEBUG [main][MenuItemLookup] Item match:Clean... 18:22:36.680 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Clean..." 18:22:36.680 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Clean... 18:22:36.681 INFO [main][MenuItemHandler] Select menu item: &Clean... 18:22:36.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:22:36.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:22:36.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 18:22:36.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:36.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:36.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:22:36.763 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:22:36.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:36.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:36.767 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 18:22:36.767 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:22:36.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:36.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:36.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:36.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:36.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:22:36.773 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:22:36.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:22:36.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:22:36.773 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:22:36.773 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:36.803 DEBUG [Worker-2: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 18:22:36.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:22:36.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:22:36.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished... 18:22:37.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished finished successfully 18:22:37.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized'... 18:22:37.892 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:37.892 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:37.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:37.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:38.396 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:38.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:38.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:38.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:38.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized' finished successfully 18:22:38.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:22:38.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:22:38.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:22:38.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:22:38.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:22:38.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:22:38.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:22:38.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:22:38.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:22:38.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:22:38.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:38.400 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:38.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:38.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:38.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:38.402 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:38.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:38.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:38.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:38.405 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:38.405 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:38.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:38.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:38.407 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 18:22:38.407 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:22:38.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:38.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:38.908 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:22:38.909 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:22:38.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:39.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:39.410 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:22:39.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:39.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:39.423 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:22:39.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:39.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:39.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:39.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:39.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:39.437 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:39.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:39.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:39.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:39.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:39.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:39.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:39.473 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:39.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:39.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:39.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:39.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:39.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:39.499 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:39.499 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:39.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:39.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:39.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:39.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:39.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:39.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:39.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:39.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:39.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:39.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:39.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:39.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:39.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:39.520 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:39.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 '\*?\QServers\E') 18:22:39.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:39.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:39.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:39.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:39.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:39.554 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:39.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:39.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:39.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:39.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:39.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:39.563 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 18:22:39.564 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:39.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:39.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:39.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:39.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:39.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:39.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:39.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:39.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:39.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:39.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:39.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:39.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:39.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:39.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:39.603 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:39.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 '\*?\QServers\E') 18:22:39.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:39.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:39.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:39.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:39.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:39.637 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:39.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:39.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:39.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:39.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:39.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:39.641 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 18:22:39.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 18:22:39.642 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 18:22:39.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:39.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:39.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:39.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:39.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:39.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:39.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:22:39.666 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:22:39.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:39.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:39.668 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clean no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:39.668 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:22:39.668 INFO [WorkbenchTestable][RequirementsRunner] Started test: debug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:39.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:39.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:22:39.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:22:39.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:22:39.669 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:39.670 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:39.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:39.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:39.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:39.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:39.676 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 18:22:39.697 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 18:22:39.698 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 18:22:39.708 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 18:22:39.709 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:39.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:39.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:39.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:39.719 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 18:22:39.720 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:39.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:39.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:39.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:39.724 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:39.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:39.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:39.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:39.727 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Debug on server Server 1 18:22:39.729 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:39.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:39.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:39.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:39.731 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 18:22:39.731 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 18:22:39.732 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 18:22:39.741 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 18:22:39.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:39.742 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:22:39.742 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'New' 18:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:22:39.782 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:39.782 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:22:39.782 DEBUG [main][MenuItemLookup] Item match:Debug Ctrl+Alt+D 18:22:39.782 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Debug Ctrl+Alt+D" 18:22:39.782 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Ctrl+Alt+D 18:22:39.782 INFO [main][MenuItemHandler] Select menu item: &Debug Ctrl+Alt+D 18:22:39.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 18:22:39.790 DEBUG [Worker-0: Starting Server 1][AbstractWait] Wait for 1 seconds 18:22:41.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 18:22:41.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 18:22:41.289 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:41.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:41.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:41.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:41.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 18:22:41.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:22:41.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:22:41.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:22:41.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:22:41.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:22:41.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:22:41.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:22:41.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:22:41.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:22:41.293 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:41.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:41.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:41.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:41.296 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 18:22:41.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:41.297 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:41.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:41.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:41.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:41.301 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:41.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:41.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:41.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:41.303 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 18:22:41.303 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 18:22:41.304 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 18:22:41.320 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 18:22:41.322 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:41.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:41.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:41.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:41.326 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 18:22:41.327 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:41.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:41.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:41.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:41.330 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:41.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:41.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:41.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:41.333 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:41.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:41.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:41.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:41.336 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 18:22:41.336 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 18:22:41.336 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 18:22:41.353 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 18:22:41.354 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:41.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:41.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:41.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:41.357 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 18:22:41.359 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:41.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:41.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:41.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:41.363 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:41.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:41.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:41.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:41.366 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 18:22:41.367 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:41.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:41.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:41.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:41.370 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 18:22:41.370 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 18:22:41.371 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 18:22:41.389 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 18:22:41.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:41.390 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:22:41.390 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:41.424 DEBUG [main][MenuItemLookup] Found menu:'New' 18:22:41.424 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:22:41.424 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:22:41.424 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:41.424 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:22:41.424 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:22:41.424 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:22:41.424 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:22:41.424 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:41.424 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 18:22:41.424 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 18:22:41.424 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 18:22:41.424 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:22:41.424 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 18:22:41.424 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 18:22:41.424 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 18:22:41.425 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 18:22:41.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 18:22:41.426 DEBUG [Worker-4: Stopping Server 1][AbstractWait] Wait for 1 seconds 18:22:42.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 18:22:42.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 18:22:42.928 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:42.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:42.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:42.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:42.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 18:22:42.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:22:42.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:22:42.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:22:42.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:22:42.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:22:42.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:22:42.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:22:42.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:22:42.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:22:42.932 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:42.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:42.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:42.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:42.935 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 18:22:42.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:42.935 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:42.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:42.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:42.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:42.937 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 18:22:42.937 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:22:42.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:43.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:43.439 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:22:43.439 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:22:43.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:43.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:43.941 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:22:43.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:43.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:43.954 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:22:43.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:43.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:43.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:43.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:43.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:43.968 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:43.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 '\*?\QServers\E') 18:22:43.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:43.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:44.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:44.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:44.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:44.006 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:44.007 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:44.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:44.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:44.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:44.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:44.016 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:44.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:44.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:44.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:44.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:44.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:44.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:44.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:44.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:44.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:44.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:44.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:44.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:44.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:44.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:44.081 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:44.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 '\*?\QServers\E') 18:22:44.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:44.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:44.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:44.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:44.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:44.099 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:44.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:44.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:44.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:44.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:44.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:44.105 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 18:22:44.105 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:44.105 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:44.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:44.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:44.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:44.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:44.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:44.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:44.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:44.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:44.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:44.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:44.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:44.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:44.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:44.181 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:44.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') 18:22:44.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:44.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:44.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:44.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:44.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:44.196 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:44.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:44.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:44.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:44.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:44.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:44.203 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 18:22:44.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 18:22:44.705 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 18:22:44.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:44.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:44.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:44.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:44.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:44.740 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:44.740 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:22:44.741 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:22:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:44.745 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:44.745 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:22:44.745 INFO [WorkbenchTestable][RequirementsRunner] Started test: start no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:44.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:44.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:22:44.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:22:44.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:22:44.747 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:44.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:44.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:44.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:44.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:44.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:44.753 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 18:22:44.753 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 18:22:44.754 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 18:22:44.787 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 18:22:44.788 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:44.789 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:44.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:44.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:44.792 INFO [WorkbenchTestable][AbstractServer] Start server Server 1 18:22:44.793 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:44.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:44.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:44.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:44.795 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:44.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:44.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:44.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:44.796 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 1 18:22:44.797 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:44.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:44.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:44.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:44.798 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 18:22:44.799 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 18:22:44.799 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 18:22:44.807 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 18:22:44.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:44.808 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:22:44.808 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:44.844 DEBUG [main][MenuItemLookup] Found menu:'New' 18:22:44.844 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:22:44.844 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:22:44.844 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:44.844 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:22:44.844 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:22:44.844 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:22:44.845 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:22:44.845 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:44.845 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:22:44.845 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 18:22:44.845 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 18:22:44.845 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 18:22:44.845 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 18:22:44.845 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 18:22:44.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 18:22:44.849 DEBUG [Worker-7: Starting Server 1][AbstractWait] Wait for 1 seconds 18:22:46.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 18:22:46.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 18:22:46.348 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:46.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:46.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:46.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:46.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 18:22:46.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:22:46.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:22:46.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:22:46.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:22:46.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:22:46.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:22:46.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:22:46.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:22:46.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:22:46.352 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:46.352 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:46.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:46.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:46.354 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 18:22:46.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:46.355 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:46.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:46.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:46.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:46.357 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:46.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:46.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:46.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:46.359 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 18:22:46.359 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 18:22:46.360 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 18:22:46.377 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 18:22:46.378 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:46.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:46.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:46.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:46.381 INFO [WorkbenchTestable][AbstractServer] Start server Server 1 18:22:46.382 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:46.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:46.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:46.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:46.386 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:46.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:46.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:46.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:46.388 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:46.388 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:46.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:46.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:46.390 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 18:22:46.390 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 18:22:46.391 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 18:22:46.399 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 18:22:46.407 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:46.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:46.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:46.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:46.410 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 18:22:46.410 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:46.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:46.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:46.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:46.412 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:46.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:46.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:46.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:46.414 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 18:22:46.414 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:46.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:46.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:46.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:46.416 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 18:22:46.416 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 18:22:46.420 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 18:22:46.429 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 18:22:46.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:46.430 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:22:46.430 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:46.467 DEBUG [main][MenuItemLookup] Found menu:'New' 18:22:46.467 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:22:46.467 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:22:46.467 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:46.467 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:22:46.467 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:22:46.467 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:22:46.467 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:22:46.467 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:46.467 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 18:22:46.467 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 18:22:46.467 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 18:22:46.467 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:22:46.467 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 18:22:46.467 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 18:22:46.467 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 18:22:46.468 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 18:22:46.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 18:22:46.468 DEBUG [Worker-3: Stopping Server 1][AbstractWait] Wait for 1 seconds 18:22:47.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 18:22:47.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 18:22:47.969 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:47.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:47.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:47.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:47.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 18:22:47.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:22:47.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:22:47.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:22:47.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:22:47.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:22:47.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:22:47.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:22:47.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:22:47.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:22:47.977 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:47.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:47.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:47.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:47.980 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 18:22:47.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:47.980 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:47.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:47.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:47.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:47.982 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 18:22:47.982 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:22:47.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:48.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:48.484 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:22:48.484 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:22:48.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:48.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:48.991 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:22:48.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:49.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:49.011 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:22:49.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:49.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:49.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:49.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:49.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:49.026 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:49.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:49.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:49.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:49.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:49.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:49.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:49.080 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:49.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:49.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:49.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:49.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:49.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:49.086 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:49.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:49.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:49.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:49.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:49.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:49.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:49.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:49.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:49.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:49.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:49.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:49.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:49.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:49.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:49.127 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:49.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') 18:22:49.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:49.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:49.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:49.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:49.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:49.164 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:49.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:49.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:49.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:49.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:49.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:49.169 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 18:22:49.170 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:49.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:49.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:49.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:49.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:49.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:49.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:49.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:49.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:49.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:49.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:49.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:49.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:49.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:49.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:49.212 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:22:49.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 '\*?\QServers\E') 18:22:49.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:49.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:49.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:49.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:49.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:49.225 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:49.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:49.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:49.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:49.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:49.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:49.252 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 18:22:49.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 18:22:49.753 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 18:22:49.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:49.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:49.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:22:49.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:49.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:49.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:49.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:22:49.756 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:22:49.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:49.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:49.758 INFO [WorkbenchTestable][RequirementsRunner] Finished test: start no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:49.758 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:22:49.758 INFO [WorkbenchTestable][RequirementsRunner] Started test: openServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:49.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:49.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:22:49.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:22:49.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:22:49.759 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:49.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:49.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:49.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:22:49.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:49.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:49.787 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 18:22:49.787 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 18:22:49.788 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 18:22:49.823 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 18:22:49.823 INFO [WorkbenchTestable][AbstractServer] Open server's editor 18:22:49.824 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:22:49.824 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:49.867 DEBUG [main][MenuItemLookup] Found menu:'New' 18:22:49.867 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:22:49.867 DEBUG [main][MenuItemLookup] Item match:Open F3 18:22:49.867 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open F3" 18:22:49.867 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open F3 18:22:49.867 INFO [main][MenuItemHandler] Select menu item: Open F3 18:22:50.267 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:50.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:50.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:50.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:50.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7898257e is found... 18:22:50.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7898257e is found finished successfully 18:22:50.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServer 1\E') 18:22:50.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:50.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:50.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:50.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:50.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:50.329 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Server 1 18:22:50.351 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:50.351 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:50.351 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 18:22:50.351 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 18:22:50.356 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:50.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:50.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:50.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:50.402 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:50.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:50.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:50.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:50.404 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:50.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:50.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:50.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:50.406 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 18:22:50.406 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:22:50.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:50.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:50.908 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:22:50.909 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:22:50.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:51.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:51.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:22:51.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:51.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:51.442 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:22:51.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:51.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:51.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:22:51.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:51.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:51.472 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:22:51.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 '\*?\QServers\E') 18:22:51.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:51.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:51.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:51.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:51.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:51.527 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:51.527 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:51.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:51.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:22:51.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:51.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:51.535 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:51.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:51.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:51.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:51.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:51.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:51.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:51.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:51.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:51.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:51.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:51.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:51.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:22:51.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:51.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:51.593 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:22:51.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:51.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:51.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:51.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:51.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:51.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:51.669 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:51.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:51.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:51.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:22:51.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:51.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:51.674 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 18:22:51.674 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:51.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:51.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:51.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:51.702 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:51.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:51.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:51.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:51.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:51.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:51.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:51.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:51.729 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:22:51.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:51.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:51.731 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:22:51.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 '\*?\QServers\E') 18:22:51.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:51.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:51.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:51.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:51.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:51.781 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:51.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:51.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:51.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:22:51.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:51.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:51.786 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 18:22:51.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 18:22:52.287 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 18:22:52.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:52.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:52.288 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:22:52.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:52.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:52.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:52.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:22:52.290 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:22:52.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:22:52.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:22:52.291 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:52.291 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:22:52.291 INFO [WorkbenchTestable][RequirementsRunner] Started test: restartInDebug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:22:52.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:22:52.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:22:52.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:22:52.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:22:52.292 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:52.292 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:52.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:52.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:22:52.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:52.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:52.324 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 18:22:52.324 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 18:22:52.351 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 18:22:52.363 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 18:22:52.365 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:52.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:52.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:52.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:52.369 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 18:22:52.369 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:52.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:52.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:52.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:52.373 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:52.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:52.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:52.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:52.376 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Debug on server Server 1 18:22:52.377 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:52.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:52.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:52.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:52.379 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 18:22:52.380 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 18:22:52.380 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 18:22:52.389 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 18:22:52.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:52.389 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:22:52.389 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:52.430 DEBUG [main][MenuItemLookup] Found menu:'New' 18:22:52.430 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:22:52.430 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:22:52.430 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:52.430 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:22:52.430 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:22:52.430 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:22:52.430 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:22:52.430 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:52.430 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:22:52.430 DEBUG [main][MenuItemLookup] Item match:Debug Ctrl+Alt+D 18:22:52.431 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Debug Ctrl+Alt+D" 18:22:52.431 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Ctrl+Alt+D 18:22:52.432 INFO [main][MenuItemHandler] Select menu item: &Debug Ctrl+Alt+D 18:22:52.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 18:22:52.436 DEBUG [Worker-7: Starting Server 1][AbstractWait] Wait for 1 seconds 18:22:53.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 18:22:53.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 18:22:53.935 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:53.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:53.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:53.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:53.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 18:22:53.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:22:53.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:22:53.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:22:53.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:22:53.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:22:53.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:22:53.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:22:53.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:22:53.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:22:53.947 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:53.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:53.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:53.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:53.950 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 18:22:53.950 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:53.951 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:53.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:53.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:53.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:53.955 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 18:22:53.955 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 18:22:53.956 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 18:22:53.976 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 18:22:53.979 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:53.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:53.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:53.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:53.984 INFO [WorkbenchTestable][AbstractServer] Restart server in debug 'Server 1' 18:22:53.985 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:53.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:53.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:53.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:53.989 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:53.989 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:53.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:53.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:53.993 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Restart in Debug on server Server 1 18:22:53.994 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:53.994 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:53.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:53.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:53.998 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 18:22:53.998 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 18:22:53.999 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 18:22:54.009 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 18:22:54.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:54.010 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:22:54.010 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:54.053 DEBUG [main][MenuItemLookup] Found menu:'New' 18:22:54.053 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:22:54.053 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:22:54.053 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:54.053 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:22:54.053 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:22:54.053 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:22:54.053 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:22:54.053 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:54.053 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 18:22:54.053 DEBUG [main][MenuItemLookup] Item match:Restart in Debug Ctrl+Alt+D 18:22:54.053 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Restart in Debug Ctrl+Alt+D" 18:22:54.053 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart in Debug Ctrl+Alt+D 18:22:54.054 INFO [main][MenuItemHandler] Select menu item: Restart in Debug Ctrl+Alt+D 18:22:54.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 18:22:54.055 DEBUG [Worker-10: Stopping Server 1][AbstractWait] Wait for 1 seconds 18:22:55.083 DEBUG [Worker-1: Starting Server 1][AbstractWait] Wait for 1 seconds 18:22:56.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 18:22:56.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 18:22:56.560 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:56.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:56.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:56.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:56.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 18:22:56.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:22:56.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:22:56.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:22:56.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:22:56.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:22:56.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:22:56.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:22:56.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:22:56.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:22:56.565 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:56.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:56.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:56.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:56.568 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 18:22:56.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:56.569 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:56.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:56.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:56.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:56.572 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:56.572 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:56.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:56.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:56.575 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 18:22:56.575 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 18:22:56.576 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 18:22:56.585 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 18:22:56.587 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:56.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:56.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:56.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:56.596 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 18:22:56.597 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:56.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:56.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:56.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:56.600 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:56.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:56.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:56.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:56.603 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 18:22:56.603 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:56.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:56.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:56.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:56.605 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 18:22:56.605 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 18:22:56.609 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 18:22:56.618 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 18:22:56.618 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:56.618 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:22:56.619 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:22:56.656 DEBUG [main][MenuItemLookup] Found menu:'New' 18:22:56.656 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:22:56.656 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:22:56.656 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:56.656 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:22:56.656 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:22:56.656 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:22:56.656 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:22:56.656 DEBUG [main][MenuItemLookup] Found menu:'' 18:22:56.656 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 18:22:56.656 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 18:22:56.656 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 18:22:56.656 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:22:56.656 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 18:22:56.657 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 18:22:56.657 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 18:22:56.657 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 18:22:56.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 18:22:56.658 DEBUG [Worker-10: Stopping Server 1][AbstractWait] Wait for 1 seconds 18:22:58.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 18:22:58.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 18:22:58.160 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:58.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:58.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:58.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:58.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 18:22:58.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:22:58.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:22:58.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:22:58.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:22:58.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:22:58.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:22:58.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:22:58.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:22:58.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:22:58.169 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:58.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:58.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:58.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:58.171 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 18:22:58.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:22:58.172 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:58.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:58.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:58.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:58.174 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 18:22:58.174 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 18:22:58.175 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 18:22:58.184 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 18:22:58.185 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:58.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:58.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:58.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:58.195 INFO [WorkbenchTestable][AbstractServer] Restart server in debug 'Server 1' 18:22:58.196 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:58.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:58.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:58.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:58.199 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:58.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:58.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:58.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:58.202 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:58.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:58.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:58.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:58.204 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 18:22:58.204 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:22:58.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:58.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:58.706 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:22:58.706 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:22:58.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:22:59.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:22:59.211 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:22:59.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:59.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:59.238 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:22:59.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:59.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:59.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:22:59.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:59.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:59.266 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:22:59.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') 18:22:59.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:59.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:59.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:59.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:59.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:59.325 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:59.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:59.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:59.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:22:59.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:59.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:59.330 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:59.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:59.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:59.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:59.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:59.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:59.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:59.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:59.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:59.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:59.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:59.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:59.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:22:59.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:59.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:59.390 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:22:59.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:59.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:59.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:59.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:59.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:59.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:59.447 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:59.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:59.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:59.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:22:59.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:59.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:59.478 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 18:22:59.479 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:59.479 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:59.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:59.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:22:59.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:22:59.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:59.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:59.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:59.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:59.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:22:59.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:59.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:59.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:22:59.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:22:59.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:22:59.533 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:22:59.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:22:59.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:22:59.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:22:59.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:22:59.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:22:59.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:22:59.616 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:22:59.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:22:59.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:22:59.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:22:59.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:22:59.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:22:59.646 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 18:22:59.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 18:23:00.148 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 18:23:00.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:00.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:00.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:00.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:00.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:00.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:23:00.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:23:00.150 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:23:00.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:00.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:00.152 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restartInDebug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:23:00.152 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:23:00.152 INFO [WorkbenchTestable][RequirementsRunner] Started test: getModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:23:00.152 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:23:00.152 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:23:00.152 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:23:00.152 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:23:00.182 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:00.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:00.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:00.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:00.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:00.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:00.214 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 18:23:00.214 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 18:23:00.218 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 18:23:00.239 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 18:23:00.239 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 18:23:00.240 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:23:00.240 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:00.280 DEBUG [main][MenuItemLookup] Found menu:'New' 18:23:00.280 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:23:00.280 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:23:00.280 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:00.280 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:23:00.280 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:23:00.280 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:23:00.280 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:23:00.280 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:00.280 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:23:00.280 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 18:23:00.280 DEBUG [main][MenuItemLookup] Found menu:'Profile' 18:23:00.280 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:23:00.280 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 18:23:00.280 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 18:23:00.280 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:00.280 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 18:23:00.280 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 18:23:00.281 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 18:23:00.281 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 18:23:00.281 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 18:23:00.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:23:00.465 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:00.465 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:00.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:23:00.470 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 18:23:00.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:00.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:00.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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 >>") 18:23:00.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:00.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:00.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:00.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:00.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:00.497 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 18:23:00.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:00.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:00.498 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:00.498 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:00.503 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 18:23:00.504 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:23:00.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:00.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:00.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:00.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:00.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:00.530 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:23:00.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:00.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:00.530 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:00.530 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:00.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:23:00.539 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:23:01.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:23:01.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:01.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:23:01.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:01.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:01.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:01.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:01.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:01.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:01.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:01.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:01.042 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:01.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:01.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:01.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:01.045 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 18:23:01.045 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 18:23:01.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:01.046 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 18:23:01.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:01.046 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 18:23:01.046 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 18:23:01.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:01.046 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 18:23:01.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:01.046 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 18:23:01.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:01.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:01.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:01.047 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:01.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:01.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:01.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:01.049 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:23:01.050 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:23:01.050 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:23:01.064 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:23:01.079 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:01.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:01.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:01.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:01.082 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 18:23:01.082 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 18:23:01.083 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 18:23:01.092 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 18:23:01.093 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:01.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:01.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:01.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:01.096 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 18:23:01.096 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 18:23:01.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:01.097 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 18:23:01.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:01.097 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 18:23:01.098 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 18:23:01.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:01.098 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 18:23:01.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:01.098 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 18:23:01.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:01.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:01.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:01.099 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:01.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:01.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:01.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:01.109 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:23:01.110 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:23:01.110 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:23:01.126 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:23:01.127 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:01.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:01.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:01.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:01.130 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 18:23:01.131 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 18:23:01.131 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 18:23:01.154 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 18:23:01.155 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:01.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:01.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:01.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:01.159 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 18:23:01.159 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 18:23:01.159 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 18:23:01.175 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 18:23:01.176 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:01.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:01.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:01.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:01.179 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 18:23:01.179 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 18:23:01.179 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 18:23:01.195 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 18:23:01.196 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:01.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:01.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:01.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:01.200 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:01.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:01.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:01.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:01.203 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 18:23:01.204 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 18:23:01.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:01.204 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 18:23:01.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:01.204 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 18:23:01.205 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 18:23:01.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:01.206 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 18:23:01.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:01.206 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 18:23:01.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:01.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:01.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:01.207 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:01.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:01.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:01.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:01.211 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 18:23:01.211 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 18:23:01.211 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 18:23:01.235 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 18:23:01.235 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 18:23:01.236 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:23:01.236 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:01.295 DEBUG [main][MenuItemLookup] Found menu:'New' 18:23:01.295 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:23:01.295 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:23:01.295 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:01.295 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:23:01.295 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:23:01.295 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:23:01.295 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:23:01.295 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:01.295 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:23:01.295 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 18:23:01.295 DEBUG [main][MenuItemLookup] Found menu:'Profile' 18:23:01.295 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:23:01.295 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 18:23:01.295 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 18:23:01.295 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:01.295 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 18:23:01.295 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 18:23:01.297 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 18:23:01.297 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 18:23:01.297 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 18:23:01.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:23:01.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:01.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:01.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:23:01.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 18:23:01.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:01.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:01.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 "<< Remove All") 18:23:01.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:01.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:01.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:01.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:01.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:01.559 INFO [WorkbenchTestable][AbstractButton] Click button << Re&move All 18:23:01.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:01.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:01.560 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:01.560 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:01.565 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 18:23:01.565 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:23:01.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:01.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:01.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:01.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:01.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:01.624 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:23:01.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:01.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:01.625 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:01.625 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:01.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:23:01.705 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 18:23:01.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:23:01.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:23:01.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:23:01.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 18:23:01.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:01.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:01.708 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) 18:23:01.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:01.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:01.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:01.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:01.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:01.721 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:23:01.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:01.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:01.721 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:01.721 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:01.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:23:01.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:23:01.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:23:01.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:23:01.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:01.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:23:01.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:23:01.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:23:01.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:01.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:01.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:01.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:01.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:01.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:01.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:01.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:01.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:01.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:01.941 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:23:01.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:01.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:01.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:01.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:01.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:01.978 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:01.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:01.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:01.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:02.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:02.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:02.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:02.034 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:02.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:02.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:02.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:02.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:02.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:02.039 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:02.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:02.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:02.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:02.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:23:02.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:02.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:02.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:02.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:02.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:02.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:02.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:02.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:02.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:02.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:02.097 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:02.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:02.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:02.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:02.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:02.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:02.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:02.158 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:02.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:02.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:02.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:02.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:02.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:02.163 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 18:23:02.163 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:02.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:02.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:02.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:02.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:23:02.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:02.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:02.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:02.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:02.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:02.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:02.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:02.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:02.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:02.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:02.222 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:02.222 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:02.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:02.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:02.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:02.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:02.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:02.280 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:02.280 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:02.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:02.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:02.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:02.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:02.285 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 18:23:02.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 18:23:02.786 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 18:23:02.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:02.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:02.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:02.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:02.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:02.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:23:02.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:23:02.815 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:23:02.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:02.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:02.817 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:23:02.817 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:23:02.817 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete_runningServerAndStop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:23:02.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:23:02.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:23:02.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:23:02.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:23:02.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:02.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:02.843 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:23:02.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:02.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:02.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:02.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:02.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:02.871 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:02.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:02.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:02.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:02.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:02.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:02.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:02.897 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:02.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:02.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:02.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:02.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:02.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:02.903 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:02.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:02.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:02.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:02.931 INFO [WorkbenchTestable][ServersView2] Create new server 18:23:02.931 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:23:02.931 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:02.966 DEBUG [main][MenuItemLookup] Found menu:'New' 18:23:02.968 DEBUG [main][MenuItemLookup] Item match:New 18:23:02.968 DEBUG [main][MenuItemLookup] Found menu:'Server' 18:23:02.968 DEBUG [main][MenuItemLookup] Item match:Server 18:23:02.969 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 18:23:02.969 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 18:23:02.969 INFO [main][MenuItemHandler] Select menu item: Server 18:23:03.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 18:23:03.214 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 18:23:03.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:23:03.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:03.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:03.216 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:23:03.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:03.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:03.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"] 18:23:03.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:03.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:03.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: "New Server"] 18:23:03.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:03.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:03.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:23:03.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:03.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:03.250 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:23:03.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:03.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 18:23:03.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:03.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:03.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:03.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:03.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:03.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:23:03.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:23:03.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 18:23:03.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:23:03.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:23:03.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:23:03.297 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:23:03.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:03.297 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:23:03.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:03.298 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:23:03.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:23:03.298 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:23:03.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:03.299 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:23:03.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:03.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:23:03.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 18:23:03.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.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 18:23:03.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:03.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:03.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:03.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:03.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:03.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:23:03.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:23:03.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:23:03.303 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:23:03.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:03.304 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:23:03.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:03.304 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:23:03.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:23:03.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:23:03.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:03.315 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:23:03.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:03.316 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:23:03.316 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 18:23:03.316 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 18:23:03.317 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 18:23:03.319 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 18:23:03.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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) 18:23:03.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:03.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:03.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:03.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:03.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:03.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:03.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:03.837 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:") 18:23:03.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:03.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:03.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:03.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:03.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:23:03.875 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:23:03.877 INFO [WorkbenchTestable][AbstractText] Text set to: Server 2 18:23:03.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:23:03.889 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:23:03.889 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:23:04.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:23:04.390 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:23:04.390 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 18:23:04.390 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:23:04.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:04.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:04.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:04.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:04.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:04.409 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:23:04.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:04.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:04.409 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:04.409 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:04.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:23:04.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:23:04.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:04.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:04.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:04.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:04.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:04.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:04.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:04.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:04.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:04.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:05.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:05.047 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:23:05.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:05.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:05.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:05.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:05.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:05.090 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:05.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:05.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:05.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:05.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:05.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:05.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:05.148 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:05.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:05.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:05.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:05.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:05.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:05.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2... 18:23:05.156 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:05.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:05.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:05.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:05.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:23:05.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:05.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:05.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:05.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:05.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:05.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:05.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:05.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:05.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:05.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:05.219 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:05.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:05.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:05.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:05.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:05.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:05.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:05.272 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:05.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:05.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:05.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:05.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:05.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:05.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:05.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:05.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:05.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:05.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:05.356 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:05.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:05.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:05.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:05.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:05.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:05.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:05.382 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:05.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:05.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:05.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:05.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:05.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:05.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2 finished successfully 18:23:05.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:05.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:05.438 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:23:05.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:05.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:05.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:05.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:05.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:05.466 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:05.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 '\*?\QServers\E') 18:23:05.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:05.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:05.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:05.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:05.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:05.521 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:05.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:05.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:05.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:05.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:05.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:05.558 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:05.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:05.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:05.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:05.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:23:05.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:05.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:05.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:05.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:05.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:05.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:05.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:05.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:05.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:05.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:05.589 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:05.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:05.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:05.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:05.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:05.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:05.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:05.641 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:05.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:05.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:05.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:05.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:05.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:05.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:05.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:05.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:05.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:05.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:05.703 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:05.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:05.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:05.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:05.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:05.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:05.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:05.758 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:05.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:05.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:05.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:05.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:05.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:05.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:05.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:05.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:05.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:05.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:05.816 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:05.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 '\*?\QServers\E') 18:23:05.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:05.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:05.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:05.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:05.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:05.869 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:05.869 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:05.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:05.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:05.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:05.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:05.874 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 18:23:05.875 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 18:23:05.875 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 18:23:05.914 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 18:23:05.916 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:05.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:05.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:05.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:05.919 INFO [WorkbenchTestable][AbstractServer] Start server Server 2 18:23:05.921 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:05.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:05.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:05.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:05.923 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:05.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:05.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:05.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:05.925 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 2 18:23:05.926 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:05.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:05.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:05.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:05.929 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 18:23:05.929 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 18:23:05.930 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 18:23:05.939 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 18:23:05.939 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:05.941 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:23:05.941 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:05.984 DEBUG [main][MenuItemLookup] Found menu:'New' 18:23:05.984 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:23:05.984 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:23:05.984 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:05.984 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:23:05.984 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:23:05.984 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:23:05.984 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:23:05.984 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:05.984 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:23:05.984 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 18:23:05.984 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 18:23:05.985 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 18:23:05.985 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 18:23:05.985 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 18:23:05.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 18:23:05.990 DEBUG [Worker-11: Publishing to Server 2...][AbstractWait] Wait for 1 seconds 18:23:07.006 DEBUG [Worker-11: Starting Server 2][AbstractWait] Wait for 1 seconds 18:23:08.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 18:23:08.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 18:23:08.489 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:08.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:08.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:08.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:08.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 18:23:08.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:08.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:08.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:08.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:08.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:08.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:08.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:08.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:08.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:08.493 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:08.493 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:08.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:08.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:08.499 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 18:23:08.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:08.501 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:08.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:08.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:08.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:08.503 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Started, Synchronized] 18:23:08.503 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Started, Synchronized] 18:23:08.509 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Started, Synchronized] about selection 18:23:08.518 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Started, Synchronized] 18:23:08.520 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:08.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:08.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:08.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:08.522 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server 2'. Stop server first: true 18:23:08.523 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:08.523 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:08.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:08.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:08.530 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:23:08.530 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:08.568 DEBUG [main][MenuItemLookup] Found menu:'New' 18:23:08.568 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:23:08.568 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:23:08.568 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:08.568 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:23:08.568 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:23:08.568 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:23:08.568 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:23:08.568 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 18:23:08.568 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:23:08.569 INFO [main][MenuItemHandler] Select menu item: Delete Delete 18:23:08.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 18:23:08.654 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 18:23:08.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 18:23:08.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:08.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:08.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:23:08.659 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:23:08.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:08.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:08.660 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 18:23:08.660 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:23:08.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:08.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:08.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:08.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:08.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:08.670 INFO [WorkbenchTestable][CheckBox] Select checkbox Stop server(s) before deleting 18:23:08.672 DEBUG [WorkbenchTestable][CheckBox] Checkbox Stop server(s) before deleting already selected, no action performed 18:23:08.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:23:08.672 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:23:08.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:08.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:08.673 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 18:23:08.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:23:08.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:08.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:08.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:08.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:08.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:08.676 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:23:08.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:08.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:08.676 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:08.676 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:08.681 DEBUG [Worker-9: Stopping Server 2][AbstractWait] Wait for 1 seconds 18:23:08.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:23:08.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:23:08.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:08.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:08.805 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:23:08.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:08.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:08.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:08.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:08.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:08.836 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:08.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 '\*?\QServers\E') 18:23:08.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:08.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:08.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:08.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:08.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:08.901 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:08.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:08.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:08.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:08.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:08.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:08.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2... 18:23:08.906 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:08.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:08.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:08.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:08.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:23:08.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:08.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:08.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:08.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:08.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:08.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:08.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:08.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:08.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:08.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:08.966 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:08.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:08.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:08.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:09.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:09.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:09.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:09.039 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:09.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:09.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:09.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:09.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:09.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:09.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:09.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:09.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:09.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:09.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:09.106 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:09.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:09.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:09.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:09.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:09.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:09.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:09.163 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:09.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:09.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:09.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:09.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:09.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:09.669 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:09.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:09.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:09.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:09.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:23:09.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:09.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:09.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:09.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:09.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:09.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:09.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:09.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:09.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:09.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:09.736 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:09.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:09.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:09.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:09.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:09.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:09.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:09.793 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:09.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:09.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:09.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:09.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:09.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:09.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:09.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:09.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:09.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:09.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:09.859 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:09.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') 18:23:09.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:09.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:09.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:09.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:09.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:09.962 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:09.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:09.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:09.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:09.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:09.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:09.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2 finished successfully 18:23:09.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:09.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:23:09.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:09.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:09.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:09.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:09.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:09.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:09.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:09.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:09.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:10.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:10.024 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:23:10.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:10.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:10.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:10.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:10.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:10.052 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:10.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') 18:23:10.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:10.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:10.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:10.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:10.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:10.107 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:10.107 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:10.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:10.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:10.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:10.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:10.112 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:10.112 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:10.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:10.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:10.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:23:10.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:10.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:10.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:10.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:10.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:10.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:10.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:10.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:10.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:10.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:10.175 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:10.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') 18:23:10.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:10.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:10.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:10.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:10.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:10.231 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:10.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:10.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:10.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:10.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:10.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:10.237 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:10.237 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:10.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:10.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:10.239 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:10.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:10.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:10.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:10.241 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 18:23:10.241 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 18:23:10.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:10.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:10.743 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 18:23:10.743 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 18:23:10.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:11.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:11.244 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 18:23:11.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:11.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:11.274 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:23:11.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:11.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:11.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:11.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:11.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:11.339 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:11.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 '\*?\QServers\E') 18:23:11.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:11.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:11.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:11.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:11.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:11.367 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:11.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:11.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:11.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:11.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:11.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:11.373 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:11.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:11.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:11.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:11.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:23:11.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:11.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:11.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:11.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:11.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:11.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:11.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:11.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:11.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:11.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:11.432 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:11.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 '\*?\QServers\E') 18:23:11.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:11.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:11.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:11.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:11.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:11.486 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:11.486 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:11.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:11.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:11.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:11.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:11.491 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 18:23:11.491 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:11.491 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:11.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:11.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:11.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:23:11.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:11.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:11.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:11.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:11.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:11.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:11.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:11.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:11.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:11.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:11.548 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:11.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') 18:23:11.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:11.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:11.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:11.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:11.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:11.602 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:11.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:11.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:11.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:11.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:11.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:11.608 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 18:23:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 18:23:12.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 18:23:12.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:12.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:12.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:12.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:12.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:12.115 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:23:12.115 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:23:12.115 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:23:12.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:12.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:12.117 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete_runningServerAndStop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:23:12.117 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:23:12.118 INFO [WorkbenchTestable][RequirementsRunner] Started test: restart no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:23:12.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:23:12.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:23:12.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:23:12.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:23:12.119 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:12.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:12.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:12.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:12.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:12.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:12.152 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 18:23:12.152 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 18:23:12.153 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 18:23:12.172 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 18:23:12.173 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:12.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:12.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:12.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:12.177 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 18:23:12.178 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:12.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:12.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:12.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:12.180 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:12.181 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:12.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:12.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:12.183 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Debug on server Server 1 18:23:12.183 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:12.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:12.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:12.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:12.185 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 18:23:12.185 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 18:23:12.186 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 18:23:12.200 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 18:23:12.200 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:12.201 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:23:12.201 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:12.241 DEBUG [main][MenuItemLookup] Found menu:'New' 18:23:12.242 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:23:12.242 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:23:12.242 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:12.242 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:23:12.242 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:23:12.242 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:23:12.242 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:23:12.242 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:12.242 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:23:12.242 DEBUG [main][MenuItemLookup] Item match:Debug Ctrl+Alt+D 18:23:12.242 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Debug Ctrl+Alt+D" 18:23:12.242 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Ctrl+Alt+D 18:23:12.242 INFO [main][MenuItemHandler] Select menu item: &Debug Ctrl+Alt+D 18:23:12.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 18:23:12.244 DEBUG [Worker-4: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 18:23:13.270 DEBUG [Worker-4: Starting Server 1][AbstractWait] Wait for 1 seconds 18:23:14.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 18:23:14.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 18:23:14.746 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:14.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:14.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:14.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:14.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 18:23:14.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:14.750 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:14.750 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:14.750 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:14.750 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:14.750 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:14.750 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:14.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:14.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:14.751 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:14.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:14.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:14.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:14.754 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 18:23:14.754 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:14.755 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:14.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:14.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:14.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:14.757 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 18:23:14.757 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 18:23:14.757 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 18:23:14.767 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 18:23:14.768 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:14.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:14.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:14.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:14.777 INFO [WorkbenchTestable][AbstractServer] Restart server 'Server 1' 18:23:14.778 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:14.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:14.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:14.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:14.780 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:14.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:14.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:14.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:14.782 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Restart on server Server 1 18:23:14.783 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:14.783 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:14.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:14.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:14.785 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 18:23:14.785 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 18:23:14.785 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 18:23:14.802 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 18:23:14.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:14.804 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:23:14.805 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:14.841 DEBUG [main][MenuItemLookup] Found menu:'New' 18:23:14.841 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:23:14.841 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:23:14.841 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:14.841 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:23:14.841 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:23:14.841 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:23:14.841 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:23:14.841 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:14.842 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 18:23:14.842 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 18:23:14.842 DEBUG [main][MenuItemLookup] Item match:Restart Ctrl+Alt+R 18:23:14.842 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restart Ctrl+Alt+R" 18:23:14.842 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart Ctrl+Alt+R 18:23:14.848 INFO [main][MenuItemHandler] Select menu item: &Restart Ctrl+Alt+R 18:23:14.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 18:23:14.849 DEBUG [Worker-4: Stopping Server 1][AbstractWait] Wait for 1 seconds 18:23:15.885 DEBUG [Worker-5: Starting Server 1][AbstractWait] Wait for 1 seconds 18:23:17.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 18:23:17.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 18:23:17.352 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:17.352 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:17.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:17.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:17.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 18:23:17.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:17.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:17.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:17.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:17.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:17.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:17.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:17.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:17.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:17.359 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:17.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:17.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:17.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:17.363 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 18:23:17.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:17.363 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:17.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:17.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:17.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:17.367 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:17.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:17.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:17.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:17.370 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 18:23:17.370 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 18:23:17.370 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 18:23:17.389 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 18:23:17.390 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:17.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:17.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:17.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:17.394 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 18:23:17.394 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:17.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:17.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:17.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:17.398 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:17.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:17.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:17.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:17.400 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 18:23:17.401 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:17.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:17.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:17.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:17.402 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 18:23:17.403 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 18:23:17.403 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 18:23:17.417 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 18:23:17.417 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:17.418 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:23:17.418 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:17.457 DEBUG [main][MenuItemLookup] Found menu:'New' 18:23:17.457 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:23:17.457 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:23:17.457 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:17.457 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:23:17.457 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:23:17.457 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:23:17.457 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:23:17.457 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:17.457 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 18:23:17.457 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 18:23:17.457 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 18:23:17.457 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:23:17.457 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 18:23:17.458 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 18:23:17.458 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 18:23:17.459 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 18:23:17.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 18:23:17.460 DEBUG [Worker-2: Stopping Server 1][AbstractWait] Wait for 1 seconds 18:23:18.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 18:23:18.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 18:23:18.961 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:18.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:18.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:18.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:18.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 18:23:18.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:18.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:18.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:18.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:18.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:18.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:18.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:18.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:18.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:18.967 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:18.967 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:18.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:18.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:18.970 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 18:23:18.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:18.971 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:18.971 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:18.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:18.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:18.982 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 18:23:18.982 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 18:23:18.983 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 18:23:19.000 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 18:23:19.001 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:19.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:19.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:19.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:19.004 INFO [WorkbenchTestable][AbstractServer] Restart server 'Server 1' 18:23:19.006 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:19.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:19.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:19.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:19.010 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:19.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:19.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:19.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:19.013 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:19.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:19.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:19.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:19.016 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 18:23:19.016 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:23:19.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:19.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:19.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:23:19.517 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:23:19.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:20.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:20.019 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:23:20.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:20.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:20.062 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:23:20.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:20.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:20.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:20.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:20.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:20.090 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:20.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:20.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:20.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:20.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:20.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:20.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:20.144 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:20.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:20.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:20.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:20.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:20.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:20.150 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:20.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:20.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:20.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:20.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:23:20.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:20.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:20.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:20.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:20.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:20.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:20.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:20.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:20.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:20.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:20.208 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:20.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 '\*?\QServers\E') 18:23:20.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:20.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:20.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:20.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:20.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:20.266 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:20.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:20.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:20.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:20.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:20.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:20.298 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 18:23:20.299 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:20.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:20.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:20.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:20.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:23:20.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:20.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:20.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:20.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:20.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:20.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:20.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:20.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:20.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:20.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:20.330 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:20.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:20.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:20.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:20.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:20.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:20.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:20.380 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:20.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:20.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:20.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:20.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:20.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:20.385 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 18:23:20.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 18:23:20.886 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 18:23:20.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:20.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:20.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:20.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:20.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:20.917 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:23:20.917 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:23:20.917 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:23:20.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:20.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:20.919 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restart no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:23:20.921 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:23:20.921 INFO [WorkbenchTestable][RequirementsRunner] Started test: getModule_nonExisting no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:23:20.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:23:20.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:23:20.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:23:20.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:23:20.923 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:20.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:20.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:20.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:20.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:20.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:20.929 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 18:23:20.929 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:23:20.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:21.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:21.431 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:23:21.431 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:23:21.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:21.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:21.933 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:23:21.934 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:21.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:21.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:21.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:21.938 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:21.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:21.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:21.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:21.942 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:21.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:21.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:21.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:21.944 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 18:23:21.945 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:23:21.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:22.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:22.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:23:22.447 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 18:23:22.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:22.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:22.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 18:23:22.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:22.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:22.975 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:23:22.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:23.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:23.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:23.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:23.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:23.002 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:23.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:23.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:23.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:23.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:23.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:23.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:23.056 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:23.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:23.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:23.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:23.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:23.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:23.061 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:23.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:23.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:23.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:23.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:23:23.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:23.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:23.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:23.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:23.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:23.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:23.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:23.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:23.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:23.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:23.142 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:23.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:23.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:23.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:23.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:23.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:23.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:23.169 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:23.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:23.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:23.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:23.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:23.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:23.174 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 18:23:23.174 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:23.175 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:23.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:23.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:23.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:23:23.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:23.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:23.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:23.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:23.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:23.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:23.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:23.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:23.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:23.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:23.235 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:23.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 '\*?\QServers\E') 18:23:23.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:23.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:23.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:23.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:23.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:23.298 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:23.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:23.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:23.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:23.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:23.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:23.303 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 18:23:23.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 18:23:23.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 18:23:23.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:23.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:23.304 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:23.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:23.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:23.305 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:23:23.305 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:23:23.305 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:23:23.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:23.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:23.306 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getModule_nonExisting no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 18:23:23.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:23.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:23.313 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:23:23.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:23.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:23.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:23.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:23.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:23.348 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:23.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:23:23.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:23.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:23.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:23.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:23.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:23.355 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:23:23.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:23:23.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:23.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:23.427 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:23:23.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:23:23.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:23.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:23.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:23.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:23.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:23:23.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:23.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:23:24.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:24.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:23:24.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:23:24.436 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:23:24.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:23:24.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:24.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:24.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 18:23:24.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:24.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:24.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:24.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:24.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:24.442 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 18:23:24.443 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 18:23:24.444 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 18:23:24.444 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:23:24.445 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:23:24.446 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:23:24.460 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:23:24.461 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:23:24.461 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:24.532 DEBUG [main][MenuItemLookup] Found menu:'New' 18:23:24.532 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:23:24.532 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:24.532 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:23:24.532 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:23:24.532 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:24.532 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:23:24.532 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:23:24.532 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:23:24.532 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:23:24.532 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:24.532 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:23:24.532 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:23:24.532 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:23:24.532 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:24.532 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:23:24.532 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:23:24.532 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:24.532 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:23:24.532 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:23:24.533 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:23:24.533 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:23:24.533 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:23:24.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:24.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:23:25.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:25.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:25.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:25.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:25.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:25.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:25.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:25.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:25.036 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 18:23:25.037 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:23:25.039 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:23:25.039 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:23:25.044 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:23:25.044 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:23:25.044 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:25.146 DEBUG [main][MenuItemLookup] Found menu:'New' 18:23:25.146 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:23:25.146 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:25.146 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:23:25.146 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:23:25.146 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:25.147 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:23:25.147 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:23:25.147 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:23:25.147 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:23:25.147 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:23:25.147 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:23:25.147 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:23:25.148 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:23:25.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.... 18:23:25.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:23:25.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:23:25.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:25.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:25.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:25.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:25.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) 18:23:25.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:23:25.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:25.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:25.978 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:23:25.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:23:25.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:25.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:25.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:25.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:25.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:25.981 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:23:25.982 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:23:25.982 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:23:25.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:25.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:25.983 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:25.983 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:25.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:23:25.983 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:23:25.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:25.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:25.984 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:23:25.984 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:23:25.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:25.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:25.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:25.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:25.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:25.995 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:23:25.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:25.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:25.996 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:25.996 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:26.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:23:26.004 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:23:26.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:23:26.506 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:23:26.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:26.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:23:26.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:26.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:23:26.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:26.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:26.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:26.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:26.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:26.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:26.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:26.507 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 18:23:26.507 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 18:23:26.508 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 18:23:26.514 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 18:23:26.514 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:23:26.514 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:26.587 DEBUG [main][MenuItemLookup] Found menu:'New' 18:23:26.587 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:23:26.587 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:26.587 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:23:26.587 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:23:26.588 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:26.588 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:23:26.588 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:23:26.588 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:23:26.588 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:23:26.588 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:26.588 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:23:26.588 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:23:26.588 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:23:26.588 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:26.588 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:23:26.588 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:23:26.588 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:26.588 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:23:26.588 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:23:26.589 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:23:26.589 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:23:26.589 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:23:26.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:26.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:23:27.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:27.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:23:27.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:27.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:27.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:27.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:27.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:27.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:27.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:27.091 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-2' via Explorer 18:23:27.091 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 18:23:27.092 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 18:23:27.092 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 18:23:27.101 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 18:23:27.101 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:23:27.101 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:27.165 DEBUG [main][MenuItemLookup] Found menu:'New' 18:23:27.166 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:23:27.166 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:27.166 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:23:27.166 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:23:27.166 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:27.166 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:23:27.166 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:23:27.166 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:23:27.166 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:23:27.166 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:23:27.166 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:23:27.167 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:23:27.167 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:23:27.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:23:27.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:23:27.437 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:23:27.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:27.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:27.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:27.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:27.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:23:27.441 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:23:27.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:27.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:27.442 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:23:27.442 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:23:27.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:27.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:27.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:27.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:27.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:27.449 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:23:27.450 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:23:27.450 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:23:27.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:27.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:27.450 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:27.450 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:27.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:23:27.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:23:27.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:27.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:27.451 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:23:27.451 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:23:27.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:27.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:27.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:27.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:27.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:27.454 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:23:27.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:27.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:27.455 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:27.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:27.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:23:27.482 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:23:27.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:23:27.984 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:23:27.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:27.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:23:27.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:27.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:27.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:27.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:27.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:27.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:27.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:27.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:27.985 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 18:23:27.985 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 18:23:27.986 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 18:23:27.993 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 18:23:27.993 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:23:27.993 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:28.064 DEBUG [main][MenuItemLookup] Found menu:'New' 18:23:28.065 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:23:28.065 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:28.065 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:23:28.065 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:23:28.065 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:28.065 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:23:28.065 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:23:28.065 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:23:28.065 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:23:28.065 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:28.065 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:23:28.065 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:23:28.065 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:23:28.065 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:28.065 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:23:28.065 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:23:28.065 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:28.065 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:23:28.065 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:23:28.065 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:23:28.066 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:23:28.066 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:23:28.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:28.072 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:23:28.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:23:28.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:28.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:28.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:28.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:28.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:28.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:28.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:28.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:28.573 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-3' via Explorer 18:23:28.574 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 18:23:28.574 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 18:23:28.576 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 18:23:28.579 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 18:23:28.580 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:23:28.580 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:28.644 DEBUG [main][MenuItemLookup] Found menu:'New' 18:23:28.644 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:23:28.644 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:28.645 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:23:28.645 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:23:28.645 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:28.645 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:23:28.645 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:23:28.645 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:23:28.645 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:23:28.645 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:23:28.645 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:23:28.645 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:23:28.647 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:23:28.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:23:28.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:23:28.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:23:28.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:28.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:28.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:28.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:28.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:23:28.906 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:23:28.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:28.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:28.907 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:23:28.907 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:23:28.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:28.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:28.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:28.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:28.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:28.912 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:23:28.913 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:23:28.913 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:23:28.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:28.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:28.914 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:28.914 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:28.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) 18:23:28.915 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:23:28.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:28.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:28.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:23:28.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:23:28.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:28.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:28.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:28.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:28.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:28.936 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:23:28.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:28.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:28.937 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:28.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:28.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:23:28.946 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:23:29.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:23:29.447 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:23:29.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:29.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 18:23:29.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:29.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:29.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:29.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:29.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:29.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:29.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:29.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:29.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:29.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:29.479 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:23:29.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:29.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:29.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:29.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:29.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:29.508 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:29.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:29.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:29.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:29.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:29.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:29.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:29.575 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:29.576 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:29.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:29.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:29.626 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:29.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:29.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:29.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:29.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:23:29.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:29.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:29.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:29.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:29.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:29.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:29.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:29.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 18:23:29.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:29.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:29.704 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 18:23:29.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:29.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:29.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:29.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:29.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:29.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:29.746 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:29.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:29.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:29.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 18:23:29.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:29.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:29.751 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 18:23:29.751 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 18:23:29.751 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 18:23:29.786 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 18:23:29.788 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:29.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:29.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:29.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:29.796 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server 1'. Stop server first: false 18:23:29.797 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:29.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:29.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:29.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:29.801 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:23:29.801 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:29.839 DEBUG [main][MenuItemLookup] Found menu:'New' 18:23:29.839 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:23:29.839 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:23:29.839 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:29.839 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:23:29.839 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:23:29.839 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:23:29.839 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:23:29.839 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 18:23:29.839 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:23:29.840 INFO [main][MenuItemHandler] Select menu item: Delete Delete 18:23:29.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 18:23:29.919 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 18:23:29.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 18:23:29.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:29.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:29.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") 18:23:29.922 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:23:29.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:29.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:29.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 18:23:29.923 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:23:29.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:29.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:29.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:29.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:29.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:29.927 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:23:29.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:29.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:29.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:29.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:30.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:23:30.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:23:30.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:30.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:30.111 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:23:30.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:30.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:30.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:23:30.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:30.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:30.127 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:23:30.128 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:30.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:30.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:30.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:30.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:30.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:30.164 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:30.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:30.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:30.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:23:30.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:30.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:30.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 1... 18:23:30.167 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:30.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:30.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:30.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 18:23:30.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:23:30.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:30.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:30.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:23:30.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:30.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:23:31.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:31.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:23:31.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:23:31.205 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:23:31.205 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 1' was not found on Servers view 18:23:31.206 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:31.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:31.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:31.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 18:23:31.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:23:31.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:31.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:31.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:23:31.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:31.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:23:32.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:32.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:23:32.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:23:32.220 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:23:32.220 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 18:23:32.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 1 finished successfully 18:23:32.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:32.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:32.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:32.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:32.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:32.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:32.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:32.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:32.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:32.220 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 18:23:32.220 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:23:32.220 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:23:32.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:32.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 92.926 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.823 s restartInProfile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 8.226 s delete_runningServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 7.482 s profile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 4.569 s addAndRemoveModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 2.145 s publish no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 2.912 s stop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 5.128 s clean no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 3.074 s debug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 5.076 s start no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 5.012 s openServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 2.533 s restartInDebug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 7.861 s getModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 2.665 s delete_runningServerAndStop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 9.3 s restart no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 8.801 s getModule_nonExisting no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 2.385 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 18:23:32.237 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 18:23:32.238 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:23:32.239 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:23:32.239 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 18:23:32.239 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:23:32.239 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:23:32.240 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:23:32.240 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:23:32.240 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:23:32.240 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:23:32.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:32.241 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:23:32.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:32.243 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:23:32.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:32.244 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:23:32.244 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:32.245 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:23:32.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:32.246 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:23:32.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:32.247 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:23:32.247 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:32.247 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:23:32.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:32.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"] 18:23:32.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:32.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:23:32.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:32.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:32.274 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:23:32.275 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:23:32.277 DEBUG [main][MenuItemLookup] Found menu:'File' 18:23:32.277 DEBUG [main][MenuItemLookup] Item match:File 18:23:32.279 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:23:32.279 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:23:32.279 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:23:32.279 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:23:32.279 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:32.279 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:23:32.279 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:23:32.279 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:32.279 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:23:32.279 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:23:32.279 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:23:32.279 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:23:32.279 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:32.279 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:23:32.279 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:23:32.279 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:23:32.279 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:23:32.279 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:32.279 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:23:32.279 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:32.279 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:23:32.279 DEBUG [main][MenuItemLookup] Item match:Import... 18:23:32.279 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:23:32.279 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:23:32.280 INFO [main][MenuItemHandler] Select menu item: &Import... 18:23:32.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:23:32.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:23:32.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:23:32.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:32.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:32.444 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:23:32.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:32.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 18:23:32.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:32.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:32.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:32.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:32.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:32.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:23:32.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:23:32.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:23:32.459 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:23:32.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:32.459 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:23:32.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:32.460 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:23:32.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:23:32.461 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:23:32.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:32.462 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:23:32.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:32.475 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:23:32.476 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 18:23:32.477 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 18:23:32.478 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 18:23:32.484 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 18:23:32.484 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:23:32.484 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:23:32.485 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 18:23:32.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:32.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:32.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:32.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:32.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:32.491 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:23:32.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:32.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:32.492 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:32.492 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:32.576 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:23:32.662 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:32.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:32.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:23:32.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:32.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:32.675 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:23:32.675 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:32.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:23:32.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:23:32.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:23:32.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:32.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:32.677 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:23:32.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:32.677 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 18:23:32.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 18:23:32.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:32.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:32.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:32.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:32.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:32.758 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 18:23:32.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:32.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:32.759 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:32.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:32.761 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 18:23:32.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:32.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:23:32.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:23:32.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:32.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:23:32.775 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 18:23:32.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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") 18:23:32.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:32.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:32.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:32.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:32.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:32.789 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 18:23:32.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:32.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:32.790 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:32.790 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:32.895 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 18:23:32.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:32.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:32.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:32.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:32.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:32.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 18:23:32.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 18:23:32.919 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 18:23:32.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 18:23:32.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:32.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:32.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:32.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:32.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:32.925 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 18:23:32.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:32.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:32.925 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:32.926 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:32.927 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:23:32.927 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 18:23:32.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 18:23:32.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:32.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:32.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:32.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:32.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:32.995 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:23:32.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:32.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:32.997 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:32.997 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:33.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:23:33.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:23:33.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:33.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'JavaScript indexing in progress' is a system job, skipped 18:23:33.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:23:33.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:33.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:33.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:33.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:33.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:33.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:33.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:33.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:33.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:33.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:33.716 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:23:33.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:33.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:33.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:23:33.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:33.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:33.729 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:23:33.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 '\*?\QServers\E') 18:23:33.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:33.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:33.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:33.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:33.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:33.743 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:33.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:33.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:33.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:23:33.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:33.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:33.747 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:33.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:33.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:33.749 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 18:23:33.749 INFO [WorkbenchTestable][ServersView2] Create new server 18:23:33.749 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 18:23:33.749 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:33.751 DEBUG [main][MenuItemLookup] Found menu:'New' 18:23:33.751 DEBUG [main][MenuItemLookup] Item match:New 18:23:33.751 DEBUG [main][MenuItemLookup] Found menu:'Server' 18:23:33.751 DEBUG [main][MenuItemLookup] Item match:Server 18:23:33.752 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 18:23:33.752 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 18:23:33.752 INFO [main][MenuItemHandler] Select menu item: Server 18:23:33.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 18:23:33.996 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 18:23:33.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:23:33.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:33.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:33.997 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:23:33.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:33.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:33.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"] 18:23:33.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:33.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:33.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 Server"] 18:23:33.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:33.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:33.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:23:33.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:33.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:34.000 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:23:34.000 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:34.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 18:23:34.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:34.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:34.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:34.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:34.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:34.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:23:34.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:23:34.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 18:23:34.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:23:34.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:23:34.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:23:34.065 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:23:34.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:34.066 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:23:34.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:34.066 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:23:34.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:23:34.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:23:34.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:34.077 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:23:34.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:34.077 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:23:34.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 18:23:34.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 18:23:34.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:34.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:34.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:34.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:34.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:34.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:23:34.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:23:34.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:23:34.098 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:23:34.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:34.100 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:23:34.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:34.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:23:34.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:23:34.110 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:23:34.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:34.111 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:23:34.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:34.111 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:23:34.114 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 18:23:34.114 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 18:23:34.114 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 18:23:34.128 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 18:23:34.130 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:23:34.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:34.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:34.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:34.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:34.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:34.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:34.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:34.649 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:") 18:23:34.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:34.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:34.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:34.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:34.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:23:34.666 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:23:34.668 INFO [WorkbenchTestable][AbstractText] Text set to: Server ABC 18:23:34.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:23:34.681 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:23:34.681 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:23:35.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:23:35.181 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:23:35.182 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 18:23:35.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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) 18:23:35.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:35.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:35.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:35.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:35.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:35.201 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:23:35.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:35.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:35.201 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:35.201 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:35.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:23:35.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:23:35.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:35.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:35.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:35.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:35.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:35.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:35.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:35.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:35.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:35.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:35.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:35.794 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:23:35.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:35.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:35.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:23:35.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:35.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:35.816 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:23:35.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:35.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:35.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:35.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:35.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:35.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:35.847 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:35.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:35.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:35.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:23:35.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:35.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:35.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC... 18:23:35.854 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:35.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:35.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:35.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:35.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:23:35.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:35.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:35.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:35.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:35.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:35.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:35.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:35.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:23:35.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:35.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:35.897 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:23:35.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:35.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:35.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:35.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:35.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:35.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:35.910 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:35.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:35.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:35.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:23:35.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:35.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:35.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC finished successfully 18:23:35.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:35.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:35.973 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:23:35.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:35.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:35.986 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:23:35.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:35.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:35.987 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:23:35.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:35.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:35.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:36.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:36.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:36.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:36.021 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:36.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:36.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:36.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:23:36.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:36.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:36.026 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:36.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:36.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:36.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:36.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 18:23:36.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:36.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:36.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:36.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:36.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:36.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:36.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:36.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:23:36.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:36.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:36.063 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:23:36.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') 18:23:36.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:36.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:36.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:36.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:36.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:36.075 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:36.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:36.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:36.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:23:36.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:36.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:36.101 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:23:36.101 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSwitchingOffPublishingChanges no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 18:23:36.101 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 18:23:36.101 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:23:36.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:23:36.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:23:36.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:36.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:36.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:23:36.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:36.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:36.122 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:23:36.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:23:36.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:36.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:36.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:36.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:36.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:23:36.171 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:36.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:36.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:36.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:23:36.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:36.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:36.176 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 18:23:36.176 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 18:23:36.176 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 18:23:36.211 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 18:23:36.211 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 18:23:36.211 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:23:36.211 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:36.253 DEBUG [main][MenuItemLookup] Found menu:'New' 18:23:36.253 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:23:36.253 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:23:36.254 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:36.254 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:23:36.254 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:23:36.254 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:23:36.254 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:23:36.254 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:36.254 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:23:36.254 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 18:23:36.254 DEBUG [main][MenuItemLookup] Found menu:'Profile' 18:23:36.254 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:23:36.254 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 18:23:36.254 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 18:23:36.254 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:36.254 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 18:23:36.254 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 18:23:36.255 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 18:23:36.255 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 18:23:36.255 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 18:23:36.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:23:36.409 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:36.409 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:36.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: "Add and Remove..."] is available. finished successfully 18:23:36.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 18:23:36.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:36.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:36.435 DEBUG [WorkbenchTestable][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 18:23:36.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:36.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:36.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:36.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:36.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:36.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:23:36.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:23:36.440 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:23:36.440 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:23:36.440 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:23:36.441 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:23:36.442 DEBUG [WorkbenchTestable][WidgetLookup] 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 >") 18:23:36.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:36.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:36.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:36.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:36.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:36.459 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 18:23:36.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:36.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:36.460 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:36.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:36.471 DEBUG [WorkbenchTestable][WidgetLookup] 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") 18:23:36.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:36.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:36.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:36.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:36.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:36.474 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 18:23:36.475 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox If server is started, publish changes &immediately 18:23:36.475 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 18:23:36.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:36.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:36.475 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:36.475 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:36.475 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 18:23:36.476 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:23:36.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:36.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:36.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:36.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:36.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:36.487 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:23:36.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:36.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:36.487 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:36.487 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:36.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:23:36.493 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:23:36.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:23:36.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:36.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:36.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:36.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:36.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:36.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:36.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:36.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:36.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:36.995 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:36.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:36.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:36.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:36.998 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 18:23:36.998 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 18:23:36.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:37.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:37.500 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 18:23:37.501 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 18:23:37.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:37.502 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 18:23:37.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:37.502 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 18:23:37.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:37.514 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:37.515 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:37.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:37.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:37.518 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:23:37.518 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:23:37.519 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:23:37.538 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:23:37.539 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:37.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:37.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:37.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:37.543 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:23:37.544 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:23:37.545 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:23:37.553 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:23:37.555 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:37.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:37.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:37.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:37.563 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 18:23:37.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 18:23:37.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:37.563 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 18:23:37.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:37.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 18:23:37.564 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 18:23:37.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:37.564 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 18:23:37.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:37.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 18:23:37.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:37.565 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:37.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:37.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:37.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:37.566 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:23:37.567 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:23:37.567 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:23:37.581 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:23:37.582 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:37.583 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:37.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:37.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:37.585 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:23:37.585 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:23:37.585 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:23:37.599 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:23:37.600 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 18:23:37.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:37.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:37.600 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:23:37.601 DEBUG [main][MenuItemLookup] Found menu:'File' 18:23:37.601 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:23:37.601 DEBUG [main][MenuItemLookup] Item match:Edit 18:23:37.602 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:23:37.602 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:23:37.602 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:37.602 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:23:37.602 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:23:37.602 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:23:37.602 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:37.602 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:23:37.602 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:23:37.603 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:23:37.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 18:23:37.603 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:23:37.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 18:23:37.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:37.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:37.603 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:23:37.603 DEBUG [main][MenuItemLookup] Found menu:'File' 18:23:37.603 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:23:37.603 DEBUG [main][MenuItemLookup] Item match:Edit 18:23:37.604 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:23:37.604 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:23:37.604 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:37.604 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:23:37.604 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:23:37.604 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:23:37.604 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:37.604 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:23:37.604 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:23:37.605 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:23:37.605 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:23:37.605 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:23:37.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:23:37.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:23:37.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 18:23:37.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:37.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:37.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:23:37.677 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:23:37.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:37.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:37.678 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 18:23:37.678 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:23:37.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:37.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:37.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:37.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:37.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:37.680 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:23:37.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:37.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:37.680 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:37.680 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:37.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:23:37.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:23:37.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:37.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:23:37.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:37.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:37.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:37.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:37.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:37.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:37.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:37.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:37.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 18:23:37.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 18:23:37.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 'Publishing to .*'] is available.... 18:23:47.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 18:23:47.842 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.... 18:23:47.843 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 18:23:47.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:47.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:47.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:23:47.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:47.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:47.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 18:23:47.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:23:47.847 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:23:47.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:47.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:47.850 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSwitchingOffPublishingChanges no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 18:23:47.850 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:23:47.850 INFO [WorkbenchTestable][RequirementsRunner] Started test: addTwo_removeAll no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 18:23:47.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 18:23:47.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:23:47.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:23:47.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:23:47.853 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:47.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:47.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:47.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:23:47.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:47.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:47.885 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 18:23:47.885 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 18:23:47.886 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 18:23:47.921 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 18:23:47.921 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 18:23:47.924 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:23:47.924 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:47.957 DEBUG [main][MenuItemLookup] Found menu:'New' 18:23:47.957 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:23:47.957 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:23:47.957 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:47.957 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:23:47.957 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:23:47.957 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:23:47.957 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:23:47.957 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:47.957 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:23:47.957 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 18:23:47.957 DEBUG [main][MenuItemLookup] Found menu:'Profile' 18:23:47.957 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:23:47.957 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 18:23:47.957 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 18:23:47.957 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:47.957 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 18:23:47.957 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 18:23:47.958 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 18:23:47.958 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 18:23:47.958 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 18:23:48.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:23:48.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:48.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:48.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 18:23:48.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 18:23:48.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:48.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:48.124 DEBUG [WorkbenchTestable][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 18:23:48.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:48.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:48.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:48.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:48.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:48.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:23:48.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:23:48.128 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:23:48.128 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:23:48.128 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:23:48.129 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:23:48.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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 >") 18:23:48.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:48.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:48.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:48.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:48.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:48.131 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 18:23:48.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:48.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:48.132 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:48.132 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:48.147 DEBUG [WorkbenchTestable][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 18:23:48.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:48.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:48.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:48.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:48.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:48.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:23:48.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:23:48.149 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 18:23:48.149 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 18:23:48.150 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 18:23:48.156 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 18:23:48.156 DEBUG [WorkbenchTestable][WidgetLookup] 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 >") 18:23:48.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:48.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:48.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:48.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:48.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:48.159 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 18:23:48.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:48.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:48.159 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:48.159 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:48.161 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 18:23:48.162 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:23:48.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:48.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:48.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:48.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:48.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:48.209 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:23:48.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:48.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:48.209 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:48.209 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:48.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:23:48.240 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:23:48.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:23:48.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:48.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:48.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:48.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:48.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:48.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:48.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:48.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:48.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:48.743 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:48.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:48.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:48.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:48.749 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 18:23:48.750 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 18:23:48.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:48.751 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 18:23:48.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:48.752 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 18:23:48.752 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 18:23:48.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:48.754 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 18:23:48.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:48.754 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 18:23:48.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:48.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:48.756 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:48.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:48.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:48.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:48.759 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:23:48.759 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:23:48.760 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:23:48.780 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:23:48.781 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:48.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:48.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:48.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:48.787 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 18:23:48.787 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 18:23:48.788 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 18:23:48.796 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 18:23:48.798 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:48.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:48.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:48.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:48.808 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 18:23:48.809 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 18:23:48.810 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 18:23:48.830 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 18:23:48.830 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 18:23:48.831 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:23:48.831 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:48.870 DEBUG [main][MenuItemLookup] Found menu:'New' 18:23:48.870 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:23:48.870 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:23:48.870 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:48.870 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:23:48.871 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:23:48.871 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:23:48.871 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:23:48.871 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:48.871 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:23:48.871 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 18:23:48.871 DEBUG [main][MenuItemLookup] Found menu:'Profile' 18:23:48.871 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:23:48.871 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 18:23:48.871 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 18:23:48.871 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:48.871 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 18:23:48.871 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 18:23:48.871 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 18:23:48.871 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 18:23:48.871 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 18:23:49.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 18:23:49.046 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:49.046 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:49.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 18:23:49.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 18:23:49.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:49.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:49.059 DEBUG [WorkbenchTestable][WidgetLookup] 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") 18:23:49.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:49.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:49.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:49.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:49.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:49.103 INFO [WorkbenchTestable][AbstractButton] Click button << Re&move All 18:23:49.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:49.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:49.104 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:49.104 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:49.108 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 18:23:49.109 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:23:49.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:49.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:49.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:49.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:49.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:49.123 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:23:49.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:49.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:49.124 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:49.124 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:49.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:23:49.204 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 18:23:49.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:23:49.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:23:49.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:23:49.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 18:23:49.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:49.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:49.213 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) 18:23:49.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:49.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:49.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:49.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:49.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:49.220 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:23:49.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:49.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:49.220 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:49.220 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:49.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:23:49.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:23:49.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:23:49.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:23:49.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:49.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:23:49.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:23:49.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:23:49.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:23:49.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:49.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:49.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:49.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:49.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:49.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:49.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:49.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:49.434 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:49.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:49.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:49.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:49.437 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 18:23:49.437 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 18:23:49.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:49.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:49.939 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 18:23:49.939 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 18:23:49.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:50.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:50.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 18:23:50.443 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:50.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:50.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:50.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:50.446 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 18:23:50.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 18:23:50.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:50.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:50.948 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 18:23:50.948 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 18:23:50.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:51.450 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 18:23:51.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:51.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:51.452 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:23:51.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:51.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:51.454 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 18:23:51.454 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:23:51.454 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:23:51.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:51.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:51.456 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addTwo_removeAll no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 18:23:51.457 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:23:51.457 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemoveConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 18:23:51.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 18:23:51.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:23:51.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:23:51.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:23:51.458 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:51.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:51.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:51.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:23:51.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:51.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:51.487 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 18:23:51.487 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 18:23:51.490 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 18:23:51.506 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 18:23:51.506 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 18:23:51.506 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:23:51.507 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:51.540 DEBUG [main][MenuItemLookup] Found menu:'New' 18:23:51.541 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:23:51.541 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:23:51.541 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:51.541 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:23:51.541 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:23:51.541 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:23:51.541 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:23:51.541 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:51.541 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:23:51.541 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 18:23:51.541 DEBUG [main][MenuItemLookup] Found menu:'Profile' 18:23:51.541 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:23:51.541 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 18:23:51.541 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 18:23:51.541 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:51.541 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 18:23:51.541 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 18:23:51.541 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 18:23:51.541 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 18:23:51.542 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 18:23:51.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:23:51.692 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:51.692 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:51.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:23:51.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 18:23:51.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:51.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:51.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 18:23:51.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:51.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:51.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:51.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:51.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:51.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:23:51.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:23:51.716 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:23:51.716 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:23:51.717 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:23:51.718 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:23:51.718 DEBUG [WorkbenchTestable][WidgetLookup] 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 >") 18:23:51.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:51.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:51.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:51.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:51.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:51.733 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 18:23:51.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:51.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:51.734 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:51.734 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:51.737 DEBUG [WorkbenchTestable][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 18:23:51.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:51.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:51.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:51.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:51.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:51.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:23:51.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:23:51.751 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 18:23:51.751 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 18:23:51.751 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 18:23:51.752 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 18:23:51.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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 >") 18:23:51.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:51.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:51.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:51.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:51.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:51.765 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 18:23:51.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:51.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:51.765 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:51.765 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:51.768 DEBUG [WorkbenchTestable][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 18:23:51.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:51.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:23:51.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:23:51.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:51.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 18:23:51.781 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project and wait with time period 1 18:23:51.781 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 18:23:51.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:52.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:52.282 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 18:23:52.283 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 18:23:52.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:52.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:52.784 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 18:23:52.785 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-3 and wait with time period 1 18:23:52.785 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 18:23:52.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:53.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:53.286 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 18:23:53.287 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 18:23:53.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:53.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:53.790 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 18:23:53.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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") 18:23:53.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:53.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:53.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:53.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:53.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:53.803 INFO [WorkbenchTestable][AbstractButton] Click button << Re&move All 18:23:53.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:53.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:53.804 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:53.804 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:53.807 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 18:23:53.808 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:23:53.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:53.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:53.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:53.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:53.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:53.813 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:23:53.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:53.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:53.814 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:53.814 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:53.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:23:53.832 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:23:54.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:23:54.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:54.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:54.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:54.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:54.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:54.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:54.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:54.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:54.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:54.334 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:54.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:54.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:54.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:54.340 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 18:23:54.340 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 18:23:54.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:54.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:54.842 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 18:23:54.843 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 18:23:54.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:55.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:55.345 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 18:23:55.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:55.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:55.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:23:55.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:55.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:55.349 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 18:23:55.349 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:23:55.349 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:23:55.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:55.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:55.351 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemoveConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 18:23:55.351 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:23:55.351 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 18:23:55.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 18:23:55.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:23:55.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:23:55.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:23:55.352 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:55.353 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:55.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:55.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:23:55.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:55.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:55.380 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 18:23:55.381 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 18:23:55.383 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 18:23:55.399 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 18:23:55.399 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 18:23:55.400 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:23:55.400 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:55.438 DEBUG [main][MenuItemLookup] Found menu:'New' 18:23:55.438 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:23:55.438 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:23:55.438 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:55.438 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:23:55.438 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:23:55.438 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:23:55.438 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:23:55.438 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:55.438 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:23:55.438 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 18:23:55.438 DEBUG [main][MenuItemLookup] Found menu:'Profile' 18:23:55.438 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:23:55.438 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 18:23:55.438 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 18:23:55.438 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:55.438 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 18:23:55.438 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 18:23:55.439 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 18:23:55.439 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 18:23:55.439 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 18:23:55.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:23:55.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:55.596 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:55.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:23:55.596 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 18:23:55.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:55.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:55.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 18:23:55.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:55.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:55.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:55.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:55.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:23:55.626 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project and wait with time period 1 18:23:55.626 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 18:23:55.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:56.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:56.128 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 18:23:56.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 18:23:56.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:56.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:56.631 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 18:23:56.631 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-2 and wait with time period 1 18:23:56.632 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 18:23:56.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:57.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:57.134 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 18:23:57.134 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 18:23:57.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:57.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:57.636 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 18:23:57.637 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-3 and wait with time period 1 18:23:57.638 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 18:23:57.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:58.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:58.139 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 18:23:58.140 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 18:23:58.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:58.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:58.642 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 18:23:58.643 TRACE [WorkbenchTestable][ModifyModulesDialog] Shell Add and Remove... is not null and is not disposed 18:23:58.643 INFO [WorkbenchTestable][ModifyModulesDialog] Cancel wizard 18:23:58.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.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) 18:23:58.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:58.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:23:58.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:23:58.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:23:58.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:23:58.654 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:23:58.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:23:58.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:23:58.654 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:23:58.654 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:58.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:23:58.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:23:58.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:23:58.721 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:23:58.721 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:23:58.721 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:23:58.721 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:23:58.721 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:23:58.721 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:23:58.721 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:23:58.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:23:58.750 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:58.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:58.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:58.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:23:58.753 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 18:23:58.753 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 18:23:58.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:59.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:59.254 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 18:23:59.255 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 18:23:59.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:23:59.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:23:59.757 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 18:23:59.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:59.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:59.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:23:59.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:59.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:59.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 18:23:59.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:23:59.763 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:23:59.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:23:59.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:23:59.765 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 18:23:59.765 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:23:59.765 INFO [WorkbenchTestable][RequirementsRunner] Started test: addAll_removeTwo no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 18:23:59.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 18:23:59.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:23:59.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:23:59.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:23:59.766 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:23:59.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:23:59.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:23:59.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:23:59.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:23:59.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:23:59.793 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 18:23:59.793 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 18:23:59.794 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 18:23:59.808 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 18:23:59.808 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 18:23:59.809 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:23:59.809 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:23:59.847 DEBUG [main][MenuItemLookup] Found menu:'New' 18:23:59.847 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:23:59.847 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:23:59.847 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:59.847 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:23:59.847 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:23:59.847 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:23:59.847 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:23:59.847 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:59.847 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:23:59.847 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 18:23:59.847 DEBUG [main][MenuItemLookup] Found menu:'Profile' 18:23:59.847 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:23:59.847 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 18:23:59.847 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 18:23:59.847 DEBUG [main][MenuItemLookup] Found menu:'' 18:23:59.847 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 18:23:59.847 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 18:23:59.848 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 18:23:59.848 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 18:23:59.849 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 18:23:59.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:23:59.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:59.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:23:59.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:23:59.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 18:23:59.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:23:59.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:23:59.998 DEBUG [WorkbenchTestable][WidgetLookup] 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 >>") 18:23:59.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:23:59.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:00.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:00.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:00.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:00.019 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 18:24:00.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:00.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:00.020 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:00.020 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:00.038 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 18:24:00.038 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:24:00.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:00.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:00.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:00.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:00.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:00.050 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:24:00.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:00.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:00.050 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:00.051 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:00.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:24:00.070 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:24:00.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:24:00.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:24:00.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:24:00.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:24:00.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:24:00.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:24:00.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:24:00.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:24:00.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:24:00.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:24:00.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:24:00.572 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:00.572 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:00.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:00.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:24:00.575 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 18:24:00.575 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 18:24:00.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:00.576 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 18:24:00.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:00.576 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 18:24:00.576 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 18:24:00.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:00.577 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 18:24:00.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:00.578 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 18:24:00.578 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:00.578 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:00.578 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:00.579 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:00.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:00.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:00.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:24:00.582 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:24:00.582 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:24:00.583 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:24:00.607 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:24:00.609 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:00.609 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:00.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:00.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:24:00.611 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 18:24:00.611 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 18:24:00.612 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 18:24:00.620 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 18:24:00.621 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:00.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:00.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:00.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:24:00.624 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 18:24:00.624 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 18:24:00.634 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 18:24:00.645 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 18:24:00.645 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:00.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:00.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:00.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:24:00.648 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 18:24:00.648 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 18:24:00.649 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 18:24:00.669 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 18:24:00.669 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 18:24:00.670 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:24:00.670 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:00.703 DEBUG [main][MenuItemLookup] Found menu:'New' 18:24:00.703 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:24:00.703 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:24:00.703 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:00.703 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:24:00.703 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:24:00.703 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:24:00.704 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:24:00.704 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:00.704 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:24:00.704 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 18:24:00.704 DEBUG [main][MenuItemLookup] Found menu:'Profile' 18:24:00.704 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:24:00.704 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 18:24:00.704 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 18:24:00.704 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:00.704 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 18:24:00.704 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 18:24:00.704 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 18:24:00.704 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 18:24:00.705 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 18:24:00.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: "Add and Remove..."] is available.... 18:24:00.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:00.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:00.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:24:00.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 18:24:00.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:00.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:00.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 1 and no matchers specified 18:24:00.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:00.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:24:00.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:24:00.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:00.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 18:24:00.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:24:00.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:24:00.873 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:24:00.873 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:24:00.874 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:24:00.875 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:24:00.876 DEBUG [WorkbenchTestable][WidgetLookup] 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") 18:24:00.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:00.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:00.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:00.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:00.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:00.886 INFO [WorkbenchTestable][AbstractButton] Click button < &Remove 18:24:00.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:00.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:00.887 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:00.887 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:00.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.ModifyModulesPage, index 1 and no matchers specified 18:24:00.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:00.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:24:00.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:24:00.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:00.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 18:24:00.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:24:00.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:24:00.894 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 18:24:00.894 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 18:24:00.894 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 18:24:00.903 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 18:24:00.903 DEBUG [WorkbenchTestable][WidgetLookup] 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") 18:24:00.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:00.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:00.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:00.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:00.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:00.907 INFO [WorkbenchTestable][AbstractButton] Click button < &Remove 18:24:00.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:00.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:00.908 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:00.908 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:00.911 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 18:24:00.911 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:24:00.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:00.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:00.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:00.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:00.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:00.928 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:24:00.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:00.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:00.934 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:00.935 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:00.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:24:00.995 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 18:24:00.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:24:00.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:24:00.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:24:00.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 18:24:00.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:01.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:01.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 "OK", Widget matcher matching widgets with style: 8) 18:24:01.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:01.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:01.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:01.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:01.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:01.007 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:24:01.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:01.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:01.007 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:01.007 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:01.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:24:01.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:24:01.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:24:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:24:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:24:01.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:24:01.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:24:01.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:24:01.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:24:01.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:24:01.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:24:01.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:24:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:24:01.581 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:01.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:01.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:01.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:24:01.584 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 18:24:01.584 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 18:24:01.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:01.584 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 18:24:01.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:01.585 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 18:24:01.585 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 18:24:01.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:01.585 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 18:24:01.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:01.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 18:24:01.586 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:01.586 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:01.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:01.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:01.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:24:01.588 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 18:24:01.589 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 18:24:01.589 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 18:24:01.610 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 18:24:01.612 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:01.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:01.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:01.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:24:01.615 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 18:24:01.615 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 18:24:01.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:01.615 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 18:24:01.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:01.615 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 18:24:01.616 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 18:24:01.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:01.616 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 18:24:01.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:01.616 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 18:24:01.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:01.616 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:01.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:01.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:01.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:24:01.618 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 18:24:01.618 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 18:24:01.619 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 18:24:01.633 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 18:24:01.634 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:01.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:01.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:01.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:24:01.636 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 18:24:01.636 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 18:24:01.636 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 18:24:01.649 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 18:24:01.649 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 18:24:01.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:01.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:24:01.649 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:24:01.650 DEBUG [main][MenuItemLookup] Found menu:'File' 18:24:01.650 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:24:01.650 DEBUG [main][MenuItemLookup] Item match:Edit 18:24:01.657 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:24:01.657 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:24:01.657 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:01.657 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:24:01.657 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:24:01.657 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:24:01.657 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:01.657 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:24:01.658 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:24:01.658 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:24:01.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 18:24:01.659 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:24:01.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 18:24:01.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:01.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:24:01.659 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:24:01.659 DEBUG [main][MenuItemLookup] Found menu:'File' 18:24:01.659 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:24:01.659 DEBUG [main][MenuItemLookup] Item match:Edit 18:24:01.660 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 18:24:01.660 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 18:24:01.660 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:01.660 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:24:01.660 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:24:01.660 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:24:01.660 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:01.661 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:24:01.661 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:24:01.661 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:24:01.661 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:24:01.661 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:24:01.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:24:01.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 18:24:01.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 18:24:01.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:01.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:01.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 "OK") 18:24:01.774 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:24:01.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:01.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:24:01.775 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 18:24:01.775 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:24:01.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:01.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:01.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:01.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:01.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:01.778 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:24:01.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:01.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:01.781 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:01.781 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:01.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:24:01.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:24:01.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:24:01.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:24:01.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:24:01.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:24:01.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:24:01.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:24:01.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:24:01.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:24:01.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:24:01.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:24:01.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:24:01.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 18:24:01.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 18:24: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 'Publishing to .*'] is available.... 18:24:11.966 DEBUG [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 18:24:11.966 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.... 18:24:11.967 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 18:24:11.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:11.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:24:11.968 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:24:11.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:11.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:11.970 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 18:24:11.971 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:24:11.971 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:24:11.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:11.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:24:11.974 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addAll_removeTwo no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 18:24:11.974 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:24:11.974 INFO [WorkbenchTestable][RequirementsRunner] Started test: getConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 18:24:11.974 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 18:24:11.974 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:24:11.974 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:24:11.974 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:24:11.979 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:11.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:11.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:11.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:24:11.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:24:11.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:24:12.011 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 18:24:12.011 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 18:24:12.012 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 18:24:12.031 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 18:24:12.031 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 18:24:12.032 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:24:12.032 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:12.071 DEBUG [main][MenuItemLookup] Found menu:'New' 18:24:12.071 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:24:12.071 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:24:12.071 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:12.071 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:24:12.071 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:24:12.071 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:24:12.071 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:24:12.071 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:12.072 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 18:24:12.072 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 18:24:12.072 DEBUG [main][MenuItemLookup] Found menu:'Profile' 18:24:12.072 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 18:24:12.072 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 18:24:12.072 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 18:24:12.072 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:12.072 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 18:24:12.072 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 18:24:12.072 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 18:24:12.072 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 18:24:12.073 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 18:24:12.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:24:12.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:12.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:12.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 18:24:12.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 18:24:12.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:12.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:12.221 DEBUG [WorkbenchTestable][WidgetLookup] 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 >>") 18:24:12.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:12.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:12.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:12.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:12.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:12.225 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 18:24:12.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:12.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:12.229 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:12.229 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:12.246 DEBUG [WorkbenchTestable][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 18:24:12.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:12.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:24:12.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:24:12.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:12.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 18:24:12.256 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project and wait with time period 1 18:24:12.257 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 18:24:12.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:12.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:12.759 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 18:24:12.760 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 18:24:12.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:13.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:13.261 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 18:24:13.262 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-2 and wait with time period 1 18:24:13.262 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 18:24:13.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:13.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:13.763 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 18:24:13.764 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 18:24:13.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:14.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:14.266 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 18:24:14.267 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-3 and wait with time period 1 18:24:14.267 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 18:24:14.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:14.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:14.770 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 18:24:14.770 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 18:24:14.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:15.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:15.272 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 18:24:15.274 TRACE [WorkbenchTestable][ModifyModulesDialog] Shell Add and Remove... is not null and is not disposed 18:24:15.274 INFO [WorkbenchTestable][ModifyModulesDialog] Cancel wizard 18:24:15.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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) 18:24:15.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:15.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:15.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:15.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:15.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:15.290 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:24:15.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:15.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:15.290 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:15.290 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:15.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:24:15.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:24:15.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:24:15.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:24:15.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:24:15.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:24:15.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:24:15.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:24:15.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:24:15.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:24:15.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:24:15.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:24:15.396 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:15.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:15.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:15.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:24:15.403 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 18:24:15.403 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 18:24:15.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:15.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:15.904 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 18:24:15.908 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 18:24:15.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:16.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:16.410 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 18:24:16.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:16.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:24:16.411 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:24:16.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:16.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:16.413 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 18:24:16.413 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:24:16.413 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:24:16.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:16.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:24:16.415 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 18:24:16.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:16.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:16.418 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:24:16.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:16.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:16.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:24:16.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:16.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:16.459 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:24:16.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:24:16.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:16.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:16.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:16.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:16.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:24:16.464 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:24:16.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:24:16.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:16.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:24:16.524 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:24:16.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:24:16.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:16.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:24:16.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:16.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:16.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:17.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:17.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:17.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:17.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:17.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:24:17.534 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:24:17.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:24:17.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:17.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:24:17.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:24:17.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:17.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:17.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:17.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:17.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:24:17.542 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 18:24:17.542 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 18:24:17.543 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 18:24:17.543 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:24:17.544 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:24:17.545 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:24:17.558 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:24:17.559 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:24:17.559 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:17.625 DEBUG [main][MenuItemLookup] Found menu:'New' 18:24:17.625 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:24:17.625 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:17.625 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:24:17.625 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:24:17.625 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:17.625 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:24:17.625 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:24:17.625 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:24:17.625 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:24:17.625 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:17.625 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:24:17.625 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:24:17.625 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:24:17.625 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:17.625 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:24:17.625 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:24:17.625 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:17.625 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:24:17.625 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:24:17.626 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:24:17.626 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:24:17.627 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:24:17.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:24:17.628 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:24:18.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:24:18.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:24:18.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:24:18.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:24:18.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:24:18.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:24:18.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:24:18.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:24:18.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:24:18.128 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 18:24:18.129 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:24:18.129 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:24:18.130 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:24:18.134 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:24:18.135 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:24:18.135 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:18.197 DEBUG [main][MenuItemLookup] Found menu:'New' 18:24:18.197 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:24:18.197 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:18.197 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:24:18.197 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:24:18.197 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:18.197 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:24:18.197 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:24:18.197 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:24:18.197 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:24:18.197 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:24:18.198 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:24:18.198 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:24:18.199 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:24:18.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:24:18.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 'Delete.*'] is available. finished successfully 18:24:18.447 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:24:18.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:18.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:18.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:18.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:18.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:24:18.451 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:24:18.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:18.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:24:18.459 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:24:18.459 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:24:18.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:18.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:18.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:18.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:18.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:18.463 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:24:18.464 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:24:18.464 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:24:18.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:18.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:18.466 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:18.466 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:18.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:24:18.467 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:24:18.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:18.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:24:18.468 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:24:18.469 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:24:18.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:18.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:18.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:18.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:18.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:18.482 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:24:18.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:18.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:18.483 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:18.483 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:18.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:24:18.503 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:24:19.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:24:19.005 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:24:19.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:24:19.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 18:24:19.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:24:19.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:24:19.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:24:19.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:24:19.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:24:19.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:24:19.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:24:19.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:24:19.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:24:19.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:24:19.005 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 18:24:19.006 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 18:24:19.006 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 18:24:19.015 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 18:24:19.016 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:24:19.016 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:19.082 DEBUG [main][MenuItemLookup] Found menu:'New' 18:24:19.082 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:24:19.082 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:19.082 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:24:19.082 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:24:19.082 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:19.082 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:24:19.082 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:24:19.082 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:24:19.082 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:24:19.082 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:19.082 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:24:19.082 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:24:19.082 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:24:19.082 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:19.082 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:24:19.082 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:24:19.082 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:19.082 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:24:19.082 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:24:19.084 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:24:19.085 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:24:19.085 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:24:19.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:24:19.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:24:19.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:24:19.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:24:19.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:24:19.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:24:19.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:24:19.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:24:19.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:24:19.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:24:19.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:24:19.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:24:19.587 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-2' via Explorer 18:24:19.587 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 18:24:19.587 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 18:24:19.588 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 18:24:19.595 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 18:24:19.596 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:24:19.596 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:19.652 DEBUG [main][MenuItemLookup] Found menu:'New' 18:24:19.652 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:24:19.652 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:19.652 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:24:19.652 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:24:19.652 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:19.652 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:24:19.652 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:24:19.652 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:24:19.652 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:24:19.652 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:24:19.653 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:24:19.653 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:24:19.654 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:24:19.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 'Delete.*'] is available.... 18:24:19.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 18:24:19.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:24:19.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:19.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:19.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:19.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:19.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:24:19.868 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:24:19.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:19.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:24:19.868 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:24:19.868 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:24:19.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:19.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:19.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:19.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:19.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:19.877 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:24:19.877 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:24:19.877 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:24:19.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:19.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:19.878 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:19.878 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:19.878 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:24:19.878 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:24:19.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:19.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:24:19.878 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:24:19.878 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:24:19.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:19.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:19.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:19.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:19.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:19.882 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:24:19.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:19.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:19.882 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:19.883 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:19.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:24:19.902 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:24:20.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:24:20.403 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:24:20.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:24:20.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 18:24:20.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:24:20.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:24:20.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:24:20.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:24:20.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:24:20.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:24:20.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:24:20.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:24:20.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:24:20.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:24:20.404 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 18:24:20.404 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 18:24:20.405 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 18:24:20.410 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 18:24:20.410 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:24:20.410 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:20.472 DEBUG [main][MenuItemLookup] Found menu:'New' 18:24:20.472 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:24:20.472 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:20.472 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:24:20.472 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:24:20.472 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:20.472 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:24:20.472 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:24:20.472 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:24:20.472 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:24:20.472 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:20.472 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:24:20.472 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:24:20.472 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:24:20.472 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:20.472 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:24:20.473 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:24:20.473 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:20.473 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:24:20.473 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:24:20.473 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:24:20.473 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:24:20.473 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:24:20.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:24:20.475 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:24:20.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:24:20.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:24:20.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:24:20.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:24:20.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:24:20.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:24:20.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:24:20.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:24:20.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:24:20.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:24:20.976 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-3' via Explorer 18:24:20.976 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 18:24:20.976 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 18:24:20.977 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 18:24:20.984 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 18:24:20.984 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:24:20.984 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:21.042 DEBUG [main][MenuItemLookup] Found menu:'New' 18:24:21.042 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:24:21.042 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:21.042 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:24:21.042 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:24:21.042 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:21.042 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:24:21.042 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:24:21.042 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:24:21.042 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:24:21.042 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:24:21.042 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:24:21.042 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:24:21.043 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:24:21.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:24:21.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 'Delete.*'] is available. finished successfully 18:24:21.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:24:21.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:21.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:21.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:21.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:21.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:24:21.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:24:21.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:21.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:24:21.762 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:24:21.762 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:24:21.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:21.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:21.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:21.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:21.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:21.763 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:24:21.764 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:24:21.764 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:24:21.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:21.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:21.764 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:21.764 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:21.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:24:21.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:24:21.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:21.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:24:21.765 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:24:21.765 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:24:21.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:21.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:21.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:21.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:21.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:21.769 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:24:21.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:21.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:21.769 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:21.769 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:21.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:24:21.792 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:24:22.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:24:22.293 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:24:22.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:24:22.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:24:22.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:24:22.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:24:22.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:24:22.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:24:22.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:24:22.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:24:22.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:24:22.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:24:22.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:22.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:22.313 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:24:22.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:22.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:22.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:24:22.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:22.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:22.333 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:24:22.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 '\*?\QServers\E') 18:24:22.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:22.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:22.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:22.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:22.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:24:22.378 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:22.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:22.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:22.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:24:22.423 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:22.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:22.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:22.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:24:22.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:24:22.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:22.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:22.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:22.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:22.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:24:22.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:22.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:22.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:24:22.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:22.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:22.451 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:24:22.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:24:22.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:22.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:22.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:22.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:22.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:24:22.487 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:22.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:22.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:22.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:24:22.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:24:22.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:24:22.492 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 18:24:22.492 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 18:24:22.492 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 18:24:22.522 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 18:24:22.524 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:22.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:22.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:22.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:24:22.527 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server ABC'. Stop server first: false 18:24:22.528 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:22.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:22.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:22.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:24:22.531 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:24:22.531 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:22.565 DEBUG [main][MenuItemLookup] Found menu:'New' 18:24:22.565 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:24:22.565 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:24:22.565 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:22.565 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:24:22.565 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:24:22.565 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:24:22.565 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:24:22.565 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 18:24:22.565 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:24:22.566 INFO [main][MenuItemHandler] Select menu item: Delete Delete 18:24:22.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 18:24:22.638 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 18:24:22.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 18:24:22.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:22.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:22.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 "OK") 18:24:22.640 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:24:22.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:22.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:24:22.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 18:24:22.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:24:22.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:22.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:22.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:22.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:22.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:22.647 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:24:22.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:22.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:22.650 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:22.650 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:22.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:24:22.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:24:22.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:22.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:22.728 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:24:22.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:22.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:22.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:24:22.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:22.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:22.748 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:24:22.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:24:22.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:22.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:22.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:22.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:22.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:24:22.780 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:22.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:22.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:22.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:24:22.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:24:22.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:24:22.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC... 18:24:22.787 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:22.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:22.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:22.789 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 18:24:22.791 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:24:22.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:22.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:22.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:23.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:23.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:23.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:23.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:23.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:24:23.823 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:24:23.823 INFO [WorkbenchTestable][ServersView2] Requested server 'Server ABC' was not found on Servers view 18:24:23.824 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:23.824 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:23.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:23.828 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 18:24:23.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:24:23.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:23.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:23.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:24.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:24.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:24.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:24.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:24.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:24:24.840 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:24:24.841 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 18:24:24.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC finished successfully 18:24:24.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:24:24.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:24:24.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:24:24.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:24:24.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:24:24.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:24:24.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:24:24.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:24:24.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:24:24.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:24:24.841 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 18:24:24.841 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:24:24.841 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:24:24.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:24.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.607 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.749 s addTwo_removeAll no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 3.606 s testRemoveConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 3.894 s getAvailableModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 4.414 s addAll_removeTwo no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 12.209 s getConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 4.441 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 18:24:24.864 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 18:24:24.866 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:24:24.866 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:24:24.866 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 18:24:24.866 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:24:24.866 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:24:24.869 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:24:24.869 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:24:24.869 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:24:24.869 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:24:24.869 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 18:24:24.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 18:24:24.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:24:24.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:24:24.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:24:24.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:24.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:24.885 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:24:24.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:24.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:24.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:24:24.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:24.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:24.900 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:24: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 '\*?\QServers\E') 18:24:24.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:24.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:24.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:24.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:24.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:24:24.935 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:24.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:24.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:24.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:24:24.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:24:24.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:24:24.939 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:24.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:24.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:24.961 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 18:24:24.961 INFO [WorkbenchTestable][ServersView2] Create new server 18:24:24.961 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 18:24:24.961 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:24.963 DEBUG [main][MenuItemLookup] Found menu:'New' 18:24:24.964 DEBUG [main][MenuItemLookup] Item match:New 18:24:24.965 DEBUG [main][MenuItemLookup] Found menu:'Server' 18:24:24.965 DEBUG [main][MenuItemLookup] Item match:Server 18:24:24.965 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 18:24:24.965 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 18:24:24.965 INFO [main][MenuItemHandler] Select menu item: Server 18:24:25.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 18:24:25.223 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 18:24:25.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:24:25.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:25.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:25.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"] 18:24:25.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:25.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:25.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"] 18:24:25.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:25.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:25.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 Server"] 18:24:25.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:25.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:25.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:24:25.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:25.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:25.228 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:24:25.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:25.296 DEBUG [WorkbenchTestable][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 18:24:25.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:25.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:25.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:25.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:25.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:24:25.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:24:25.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:24:25.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 18:24:25.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:24:25.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:24:25.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:24:25.357 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:24:25.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:25.358 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:24:25.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:25.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:24:25.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:24:25.358 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:24:25.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:25.359 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:24:25.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:25.359 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:24:25.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 18:24:25.360 DEBUG [WorkbenchTestable][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 18:24:25.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:25.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:25.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:25.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:25.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:24:25.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:24:25.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:24:25.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:24:25.376 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:24:25.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:25.376 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:24:25.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:25.377 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:24:25.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:24:25.378 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:24:25.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:25.379 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:24:25.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:25.379 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:24:25.380 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 18:24:25.380 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 18:24:25.380 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 18:24:25.391 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 18:24:25.392 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:24:25.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:25.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:25.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:25.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:25.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:25.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:25.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:25.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:24:25.907 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:24:25.908 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:24:26.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:24:26.409 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:24:26.409 INFO [WorkbenchTestable][NewServerWizard] Cancel wizard 18:24:26.409 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:24:26.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:26.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:26.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:26.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:26.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:26.433 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:24:26.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:26.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:26.433 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:26.433 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:26.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:24:26.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:24:26.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:24:26.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:24:26.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:24:26.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:24:26.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:24:26.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:24:26.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:24:26.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:24:26.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:24:26.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:24:26.579 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:26.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:26.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:26.582 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 18:24:26.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:24:26.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:26.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:26.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:27.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:27.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:27.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:27.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:27.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:24:27.591 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:24:27.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 18:24:27.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:24:27.591 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:24:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:27.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:24:27.593 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 18:24:27.593 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:24:27.593 INFO [WorkbenchTestable][RequirementsRunner] Started test: setHostName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 18:24:27.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 18:24:27.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:24:27.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:24:27.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:24:27.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:27.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:27.608 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:24:27.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:27.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:27.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:24:27.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:27.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:27.623 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:24:27.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:24:27.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:27.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:27.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:27.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:27.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:24:27.657 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:27.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:27.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:27.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:24:27.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:24:27.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:24:27.661 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:27.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:27.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:27.663 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 18:24:27.663 INFO [WorkbenchTestable][ServersView2] Create new server 18:24:27.664 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 18:24:27.664 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:27.690 DEBUG [main][MenuItemLookup] Found menu:'New' 18:24:27.691 DEBUG [main][MenuItemLookup] Item match:New 18:24:27.691 DEBUG [main][MenuItemLookup] Found menu:'Server' 18:24:27.691 DEBUG [main][MenuItemLookup] Item match:Server 18:24:27.692 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 18:24:27.692 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 18:24:27.692 INFO [main][MenuItemHandler] Select menu item: Server 18:24:27.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 18:24:27.934 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 18:24:27.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:24:27.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:27.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:27.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"] 18:24:27.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:27.937 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:27.938 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:24:27.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:27.967 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:27.967 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 18:24:27.968 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:27.968 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:27.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:24:27.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:27.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:27.970 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:24:27.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:27.971 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:") 18:24:27.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:27.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:28.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:28.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:28.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:24:28.016 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:24:28.018 INFO [WorkbenchTestable][AbstractText] Text set to: ABC 18:24:28.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:24:28.019 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:24:28.019 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:24:28.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:24:28.520 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:24:28.520 INFO [WorkbenchTestable][NewServerWizard] Cancel wizard 18:24:28.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.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) 18:24:28.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:28.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:28.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:28.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:28.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:28.530 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:24:28.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:28.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:28.530 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:28.530 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:28.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:24:28.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:24:28.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:24:28.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:24:28.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:24:28.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:24:28.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:24:28.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:24:28.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:24:28.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:24:28.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:24:28.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:24:28.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:24:28.682 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:28.682 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:28.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:28.686 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 18:24:28.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:24:28.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:28.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:28.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:29.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:29.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:29.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:29.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:29.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:24:29.695 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:24:29.695 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 18:24:29.695 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:24:29.695 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:24:29.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:29.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:24:29.697 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setHostName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 18:24:29.697 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:24:29.697 INFO [WorkbenchTestable][RequirementsRunner] Started test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 18:24:29.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 18:24:29.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:24:29.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:24:29.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:24:29.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:29.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:29.715 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:24:29.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:29.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:29.729 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:24:29.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:29.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:29.730 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:24:29.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 '\*?\QServers\E') 18:24:29.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:29.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:29.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:29.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:29.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:24:29.765 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:29.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:29.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:29.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:24:29.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:24:29.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:24:29.769 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:29.770 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:29.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:29.772 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 18:24:29.772 INFO [WorkbenchTestable][ServersView2] Create new server 18:24:29.773 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 18:24:29.773 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:29.775 DEBUG [main][MenuItemLookup] Found menu:'New' 18:24:29.776 DEBUG [main][MenuItemLookup] Item match:New 18:24:29.776 DEBUG [main][MenuItemLookup] Found menu:'Server' 18:24:29.776 DEBUG [main][MenuItemLookup] Item match:Server 18:24:29.776 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 18:24:29.776 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 18:24:29.777 INFO [main][MenuItemHandler] Select menu item: Server 18:24:29.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 18:24:30.029 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 18:24:30.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:24:30.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:30.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:30.035 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:24:30.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:30.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:30.036 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:24:30.068 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:30.069 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:30.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 Server"] 18:24:30.070 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:30.070 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:30.079 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 18:24:30.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:30.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:30.080 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:24:30.080 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:30.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 18:24:30.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:30.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:30.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:30.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:30.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:24:30.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:24:30.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:24:30.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 18:24:30.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:24:30.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:24:30.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:24:30.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:24:30.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:30.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:24:30.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:30.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:24:30.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:24:30.128 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:24:30.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:30.128 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:24:30.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:30.128 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:24:30.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 18:24:30.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 18:24:30.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:30.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:30.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:30.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:30.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:24:30.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:24:30.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:24:30.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:24:30.136 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:24:30.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:30.136 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:24:30.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:30.136 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:24:30.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:24:30.146 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:24:30.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:30.147 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:24:30.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:30.148 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:24:30.148 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 18:24:30.148 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 18:24:30.149 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 18:24:30.152 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 18:24:30.152 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:24:30.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:30.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:30.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:30.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:30.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:30.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:30.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:30.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 18:24:30.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:30.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:30.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:30.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:30.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:24:30.689 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:24:30.690 INFO [WorkbenchTestable][AbstractText] Text set to: ABC server 18:24:30.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:24:30.700 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:24:30.700 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:24:31.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:24:31.201 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 18:24:31.201 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 18: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.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) 18:24:31.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:31.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:31.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:31.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:31.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:31.214 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:24:31.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:31.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:31.214 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:31.214 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:31.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:24:31.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:24:31.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:24:31.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:24:31.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:24:31.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:24:31.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:24:31.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:24:31.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:24:31.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:24:31.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:24:31.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:24:31.728 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:31.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:31.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:31.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 18:24:31.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:24:31.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:24:31.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:24:31.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:31.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:31.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:31.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:31.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:24:31.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:31.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:31.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:24:31.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:31.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:31.759 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:24:31.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 '\*?\QServers\E') 18:24:31.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:31.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:31.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:31.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:31.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:24:31.797 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:31.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:31.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:31.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:24:31.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:24:31.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:24:31.825 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:31.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:31.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:31.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:24:31.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:24:31.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:31.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:31.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:31.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:24:31.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:31.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:31.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:24:31.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:31.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:31.846 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:24:31.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 18:24:31.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:31.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:31.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:31.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:31.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:24:31.883 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:31.883 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:31.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:31.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:24:31.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:24:31.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:24:31.891 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ABC server [Stopped] 18:24:31.891 DEBUG [main][TreeItemHandler] Selecting tree item: ABC server [Stopped] 18:24:31.891 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ABC server [Stopped] about selection 18:24:31.928 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ABC server [Stopped] 18:24:31.929 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:31.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:31.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:31.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:24:31.932 INFO [WorkbenchTestable][AbstractServer] Delete server 'ABC server'. Stop server first: false 18:24:31.932 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:31.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:31.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:31.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:24:31.935 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:24:31.935 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:31.979 DEBUG [main][MenuItemLookup] Found menu:'New' 18:24:31.979 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:24:31.979 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:24:31.979 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:31.979 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:24:31.979 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:24:31.979 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:24:31.979 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:24:31.979 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 18:24:31.979 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:24:31.980 INFO [main][MenuItemHandler] Select menu item: Delete Delete 18:24:32.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 18:24:32.052 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 18:24:32.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 18:24:32.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:32.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:32.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:24:32.059 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:24:32.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:32.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:24:32.060 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 18:24:32.060 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:24:32.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:32.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:32.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:32.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:32.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:32.062 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:24:32.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:32.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:32.062 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:32.062 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:32.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:24:32.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:24:32.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:32.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:32.145 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 18:24:32.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:32.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:32.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:24:32.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:32.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:32.161 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:24:32.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 '\*?\QServers\E') 18:24:32.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:32.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:32.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:32.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:32.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:24:32.197 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:32.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:32.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:32.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:24:32.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:24:32.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:24:32.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: ABC server... 18:24:32.201 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:32.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:32.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:32.202 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 18:24:32.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:24:32.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:32.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:32.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:32.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:32.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:33.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:33.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:33.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:24:33.209 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:24:33.209 INFO [WorkbenchTestable][ServersView2] Requested server 'ABC server' was not found on Servers view 18:24:33.210 INFO [WorkbenchTestable][AbstractView] Activate view Servers 18:24:33.210 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 18:24:33.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:24:33.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 18:24:33.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 18:24:33.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:33.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:33.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:33.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:33.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:34.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:34.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:34.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 18:24:34.219 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 18:24:34.219 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 18:24:34.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: ABC server finished successfully 18:24:34.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:24:34.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:24:34.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:24:34.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:24:34.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:24:34.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:24:34.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:24:34.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:24:34.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:24:34.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:24:34.220 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 18:24:34.220 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:24:34.220 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:24:34.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:34.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:24:34.222 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 18:24:34.223 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 18:24:34.223 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 18:24:34.223 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:24:34.223 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:24:34.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:34.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.362 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.724 s setHostName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) Time elapsed: 2.104 s setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) Time elapsed: 4.526 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 18:24:34.237 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 18:24:34.240 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:24:34.241 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:24:34.241 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 18:24:34.241 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:24:34.241 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:24:34.242 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:24:34.242 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:24:34.242 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:24:34.242 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:24:34.242 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest) 18:24:34.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 18:24:34.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:24:34.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:24:34.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:24:34.242 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:24:34.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:34.243 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:24:34.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:34.243 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:24:34.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:34.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:24:34.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:34.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:34.245 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:24:34.245 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:24:34.245 DEBUG [main][MenuItemLookup] Found menu:'File' 18:24:34.246 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:24:34.246 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:24:34.246 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:24:34.246 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:24:34.246 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:24:34.246 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:24:34.246 DEBUG [main][MenuItemLookup] Item match:Window 18:24:34.247 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:24:34.247 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:24:34.247 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:24:34.247 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:34.247 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:24:34.247 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:24:34.247 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:34.247 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:24:34.247 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:34.247 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:24:34.247 DEBUG [main][MenuItemLookup] Item match:Preferences 18:24:34.247 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:24:34.247 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:24:34.247 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:24:34.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:24:34.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:24:34.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:24:34.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:34.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:34.500 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:24:34.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:34.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:24:34.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:34.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:34.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:34.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:34.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:24:34.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:24:34.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:24:34.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 18:24:34.535 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 18:24:34.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:35.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:35.036 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 18:24:35.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 18:24:35.039 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 18:24:35.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:35.039 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 18:24:35.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:35.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 18:24:35.040 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 18:24:35.040 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 18:24:35.040 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 18:24:35.040 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 18:24:35.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:35.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:35.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:35.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:35.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:36.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:36.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:36.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:24:36.136 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 18:24:36.136 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 18:24:36.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:36.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:36.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:36.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:36.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:24:36.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:36.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:36.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:36.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:36.158 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Server AB(Test runtime)' 18:24:36.158 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 18:24:36.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:36.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:36.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:36.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:36.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:24:36.161 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Server AB' 18:24:36.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:36.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:36.162 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Server AB' was found 18:24:36.162 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Server AB' matched 'Server AB'! Selecting... 18:24:36.162 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 18:24:36.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:36.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:36.162 TRACE [main][WidgetHandler] Notify Table with event 13 18:24:36.162 TRACE [main][WidgetHandler] Wait for synchronization 18:24:36.163 DEBUG [WorkbenchTestable][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") 18:24:36.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:36.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:36.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:36.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:36.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:36.167 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:24:36.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:36.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:36.168 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:36.168 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:36.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:24:39.228 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 18:24:39.229 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 18:24:39.230 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 18:24:39.231 DEBUG [WorkbenchTestable][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...") 18:24:39.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:39.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:39.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:39.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:39.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:39.238 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:24:39.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:39.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:39.238 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:39.238 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:39.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:24:39.402 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:39.402 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:39.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:24:39.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 18:24:39.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:39.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:39.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:24:39.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:24:39.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.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 18:24:39.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:39.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:39.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:39.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:39.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:24:39.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:24:39.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:24:39.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:24:39.430 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:24:39.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:39.431 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:24:39.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:39.431 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:24:39.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:24:39.432 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:24:39.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:39.432 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:24:39.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:39.432 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:24:39.433 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 18:24:39.433 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 18:24:39.434 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 18:24:39.445 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 18:24:39.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:24:39.446 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:24:39.446 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:24:39.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:24:39.946 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 18:24:39.946 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 18:24:39.947 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:24:39.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:39.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:39.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:39.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:39.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:39.962 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:24:39.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:39.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:39.962 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:39.962 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:39.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:24:40.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:24:40.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:24:40.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:24:40.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:24:40.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:24:40.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:24:40.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:24:40.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:24:40.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:24:40.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:24:40.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:24:40.474 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 18:24:40.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:40.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:40.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:40.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:40.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:24:40.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:40.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:40.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:40.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:40.500 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 18:24:40.500 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 18:24:40.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:40.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:40.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:40.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:40.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:24:40.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:40.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:40.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:40.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:40.512 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 18:24:40.515 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 18:24:40.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:40.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:40.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:40.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:40.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:24:40.519 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 18:24:40.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:40.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:40.520 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 18:24:40.520 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 18:24:40.520 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 18:24:40.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:40.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:40.521 TRACE [main][WidgetHandler] Notify Table with event 13 18:24:40.522 TRACE [main][WidgetHandler] Wait for synchronization 18:24:40.523 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.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") 18:24:40.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:40.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:40.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:40.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:40.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:40.539 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:24:40.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:40.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:40.541 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:40.541 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:40.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:24:43.555 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 18:24:43.556 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 18:24:43.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:24:43.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:43.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:43.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:43.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:43.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:43.573 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:24:43.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:43.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:43.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:43.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:43.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:24:43.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:24:43.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:24:43.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:43.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:43.708 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 18:24:43.708 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:24:43.708 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:24:43.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:43.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:24:43.710 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest) 18:24:43.710 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 18:24:43.710 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:24:43.710 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:24:43.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:43.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.476 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: 9.468 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 18:24:43.725 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 18:24:43.726 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:24:43.727 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:24:43.727 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 18:24:43.727 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:24:43.727 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:24:43.728 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:24:43.728 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:24:43.728 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:24:43.728 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:24:43.728 INFO [WorkbenchTestable][RequirementsRunner] Started test: editRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 18:24:43.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 18:24:43.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:24:43.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:24:43.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:24:43.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.*'] 18:24:43.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:43.730 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:24:43.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:43.731 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:24:43.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:43.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:24:43.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:43.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:43.732 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:24:43.736 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:24:43.737 DEBUG [main][MenuItemLookup] Found menu:'File' 18:24:43.738 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:24:43.738 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:24:43.738 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:24:43.738 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:24:43.738 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:24:43.739 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:24:43.739 DEBUG [main][MenuItemLookup] Item match:Window 18:24:43.739 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:24:43.739 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:24:43.739 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:24:43.739 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:43.739 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:24:43.739 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:24:43.740 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:43.740 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:24:43.740 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:43.740 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:24:43.740 DEBUG [main][MenuItemLookup] Item match:Preferences 18:24:43.740 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:24:43.740 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:24:43.740 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:24:43.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.... 18:24:43.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:24:43.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:24:43.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:43.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:43.925 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:24:43.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:43.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 18:24:43.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:43.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:43.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:43.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:43.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:24:43.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:24:43.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:24:43.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 18:24:43.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 18:24:43.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:43.949 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 18:24:43.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:43.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 18:24:43.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 18:24:43.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 18:24:43.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:43.951 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 18:24:43.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:43.951 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 18:24:43.952 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 18:24:43.952 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 18:24:43.953 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 18:24:43.953 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 18:24:43.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:43.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:43.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:44.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:44.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:44.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:44.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:44.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:24:44.982 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 18:24:44.983 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 18:24:44.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:44.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:44.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:44.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:44.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:24:45.001 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 18:24:45.002 DEBUG [WorkbenchTestable][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...") 18:24:45.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:45.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:45.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:45.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:45.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:45.008 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:24:45.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:45.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:45.008 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:45.008 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:45.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 18:24:45.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:45.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:45.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:24:45.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 18:24:45.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:45.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:45.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:24:45.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:24:45.182 DEBUG [WorkbenchTestable][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 18:24:45.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:45.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:45.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:45.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:45.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:24:45.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:24:45.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:24:45.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:24:45.202 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:24:45.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:45.202 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:24:45.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:45.202 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:24:45.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:24:45.202 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:24:45.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:45.203 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:24:45.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:45.203 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:24:45.204 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 18:24:45.204 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 18:24:45.204 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 18:24:45.205 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 18:24:45.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:24:45.205 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:24:45.205 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:24:45.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:24:45.706 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 18:24:45.707 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 18:24:45.707 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.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) 18:24:45.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:45.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:45.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:45.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:45.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:45.717 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:24:45.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:45.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:45.718 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:45.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:45.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:24:46.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:24:46.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:24:46.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:24:46.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:24:46.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:24:46.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:24:46.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:24:46.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:24:46.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:24:46.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:24:46.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:24:46.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 "Edit...") 18:24:46.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:24:46.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:46.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:24:46.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 18:24:46.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:24:46.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:46.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:46.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:46.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:46.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:46.248 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 18:24:46.249 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 18:24:46.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:46.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:46.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:46.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:46.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:24:46.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:46.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:46.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:46.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:46.263 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 18:24:46.263 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 18:24:46.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:46.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:46.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:46.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:46.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:24:46.268 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 18:24:46.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:46.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:46.272 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 18:24:46.272 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 18:24:46.272 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 18:24:46.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:46.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:46.273 TRACE [main][WidgetHandler] Notify Table with event 13 18:24:46.273 TRACE [main][WidgetHandler] Wait for synchronization 18:24:46.273 DEBUG [WorkbenchTestable][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") 18:24:46.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:46.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:46.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:46.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:46.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:46.283 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:24:46.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:46.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:46.283 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:46.283 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:46.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:24:49.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 18:24:49.295 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 18:24:49.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:24:49.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:49.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:49.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:49.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:49.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:49.316 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:24:49.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:49.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:49.316 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:49.316 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:49.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:24:49.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:24:49.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:24:49.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:49.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:49.406 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 18:24:49.406 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:24:49.406 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:24:49.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:49.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:24:49.407 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 18:24:49.408 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:24:49.408 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeAllRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 18:24:49.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 18:24:49.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:24:49.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:24:49.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:24:49.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.*'] 18:24:49.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:49.409 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:24:49.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:49.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.*'] 18:24:49.412 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:49.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:24:49.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:49.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:49.415 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:24:49.416 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:24:49.416 DEBUG [main][MenuItemLookup] Found menu:'File' 18:24:49.418 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:24:49.418 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:24:49.418 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:24:49.418 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:24:49.418 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:24:49.418 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:24:49.418 DEBUG [main][MenuItemLookup] Item match:Window 18:24:49.419 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:24:49.419 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:24:49.419 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:24:49.419 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:49.419 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:24:49.419 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:24:49.419 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:49.419 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:24:49.419 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:49.419 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:24:49.419 DEBUG [main][MenuItemLookup] Item match:Preferences 18:24:49.419 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:24:49.419 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:24:49.420 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:24:49.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.... 18:24:49.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:24:49.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:24:49.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:49.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:49.644 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:24:49.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:49.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:24:49.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:49.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:49.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:49.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:49.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:24:49.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:24:49.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:24:49.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 18:24:49.657 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 18:24:49.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:49.658 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 18:24:49.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:49.658 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 18:24:49.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 18:24:49.659 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 18:24:49.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:49.659 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 18:24:49.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:49.659 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 18:24:49.660 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 18:24:49.660 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 18:24:49.661 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 18:24:49.662 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 18:24:49.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:49.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:49.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:50.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:50.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:50.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:50.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:24:50.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:24:50.728 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 18:24:50.728 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 18:24:50.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:50.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:50.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:50.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:50.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:24:50.741 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 18:24:50.741 DEBUG [WorkbenchTestable][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...") 18:24:50.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:50.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:50.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:50.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:50.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:50.753 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:24:50.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:50.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:50.754 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:50.754 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:50.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:24:50.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:50.900 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:50.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:24:50.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 18:24:50.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:50.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:50.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:24:50.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:24:50.915 DEBUG [WorkbenchTestable][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 18:24:50.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:50.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:50.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:50.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:50.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:24:50.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:24:50.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:24:50.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:24:50.929 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:24:50.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:50.929 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:24:50.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:50.929 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:24:50.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:24:50.930 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:24:50.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:50.930 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:24:50.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:50.930 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:24:50.931 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 18:24:50.931 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 18:24:50.931 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 18:24:50.932 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 18:24:50.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:24:50.932 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:24:50.932 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:24:51.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:24:51.433 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 18:24:51.433 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 18:24:51.433 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:24:51.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:51.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:51.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:51.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:51.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:51.449 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:24:51.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:51.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:51.449 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:51.449 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:51.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:24:51.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:24:51.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:24:51.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:24:51.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:24:51.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:24:51.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:24:51.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:24:51.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:24:51.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:24:51.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:24:51.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:24:51.976 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 18:24:51.976 DEBUG [WorkbenchTestable][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...") 18:24:51.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:51.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:51.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:51.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:51.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:51.981 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:24:51.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:51.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:51.985 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:51.985 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:52.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:24:52.133 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:52.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:52.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:24:52.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 18:24:52.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:52.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:52.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:24:52.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:24:52.152 DEBUG [WorkbenchTestable][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 18:24:52.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:52.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:52.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:52.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:52.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:24:52.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:24:52.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:24:52.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:24:52.162 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:24:52.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:52.162 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:24:52.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:52.162 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:24:52.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:24:52.163 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:24:52.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:52.163 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:24:52.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:52.163 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:24:52.164 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 18:24:52.164 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 18:24:52.164 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 18:24:52.165 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 18:24:52.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:24:52.165 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:24:52.165 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:24:52.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:24:52.666 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 18:24:52.666 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 18:24:52.666 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:24:52.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:52.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:52.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:52.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:52.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:52.682 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:24:52.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:52.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:52.682 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:52.683 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:52.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:24:53.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:24:53.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:24:53.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:24:53.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:24:53.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:24:53.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:24:53.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:24:53.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:24:53.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:24:53.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:24:53.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:24:53.208 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 18:24:53.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:53.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:53.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:53.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:53.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:24:53.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:53.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:53.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:53.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:53.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:53.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:53.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:53.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:53.230 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 18:24:53.231 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 18:24:53.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:53.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:53.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:53.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:53.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:24:53.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:53.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:53.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:53.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:53.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:53.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:53.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:53.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:53.251 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 18:24:53.252 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 18:24:53.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:53.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:53.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:53.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:53.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:24:53.256 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 18:24:53.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:53.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:53.260 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 18:24:53.260 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 18:24:53.260 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 18:24:53.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:53.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:53.260 TRACE [main][WidgetHandler] Notify Table with event 13 18:24:53.260 TRACE [main][WidgetHandler] Wait for synchronization 18:24:53.262 DEBUG [WorkbenchTestable][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") 18:24:53.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:53.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:53.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:53.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:53.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:53.268 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:24:53.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:53.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:53.269 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:53.269 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:53.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:24:56.287 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 18:24:56.288 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 18:24:56.288 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime (2)(Test runtime)' 18:24:56.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 18:24:56.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:56.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:56.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:56.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:56.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:24:56.294 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime (2)' 18:24:56.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:56.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:56.300 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' was found 18:24:56.300 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' matched 'Test runtime (2)'! Selecting... 18:24:56.300 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 18:24:56.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:24:56.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:24:56.301 TRACE [main][WidgetHandler] Notify Table with event 13 18:24:56.301 TRACE [main][WidgetHandler] Wait for synchronization 18:24:56.302 DEBUG [WorkbenchTestable][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") 18:24:56.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:56.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:56.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:56.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:56.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:56.308 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:24:56.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:56.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:56.308 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:56.308 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:56.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:24:59.317 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 18:24:59.322 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 18:24:59.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 18:24:59.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:59.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:59.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:59.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:59.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:24:59.333 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 18:24:59.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 18:24:59.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:59.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:59.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:59.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:59.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:24:59.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:24:59.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:59.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:59.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:59.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:59.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:24:59.349 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:24:59.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:24:59.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:24:59.350 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:24:59.350 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:24:59.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:24:59.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:24:59.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:24:59.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:59.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:59.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 18:24:59.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:24:59.448 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:24:59.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:24:59.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:24:59.450 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeAllRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 18:24:59.451 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:24:59.451 INFO [WorkbenchTestable][RequirementsRunner] Started test: addAndRemoveRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 18:24:59.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 18:24:59.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:24:59.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:24:59.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:24:59.451 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:24:59.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:59.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.*'] 18:24:59.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:59.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.*'] 18:24:59.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:59.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:24:59.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:59.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:59.453 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:24:59.454 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:24:59.454 DEBUG [main][MenuItemLookup] Found menu:'File' 18:24:59.456 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:24:59.456 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:24:59.456 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:24:59.456 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:24:59.456 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:24:59.456 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:24:59.456 DEBUG [main][MenuItemLookup] Item match:Window 18:24:59.457 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:24:59.457 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:24:59.457 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:24:59.457 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:59.457 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:24:59.457 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:24:59.457 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:59.457 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:24:59.457 DEBUG [main][MenuItemLookup] Found menu:'' 18:24:59.457 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:24:59.457 DEBUG [main][MenuItemLookup] Item match:Preferences 18:24:59.458 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:24:59.458 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:24:59.458 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:24:59.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.... 18:24:59.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:24:59.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:24:59.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:24:59.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:24:59.635 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:24:59.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:24:59.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:24:59.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:59.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:59.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:24:59.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:24:59.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:24:59.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:24:59.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:24:59.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 18:24:59.654 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 18:24:59.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:59.654 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 18:24:59.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:59.655 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 18:24:59.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 18:24:59.677 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 18:24:59.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:24:59.678 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 18:24:59.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:24:59.678 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 18:24:59.680 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 18:24:59.680 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 18:24:59.681 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 18:24:59.682 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 18:24:59.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:24:59.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:24:59.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:00.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:00.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:00.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:00.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:00.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:25:00.717 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 18:25:00.718 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 18:25:00.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:00.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:00.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:00.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:00.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:25:00.731 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 18:25:00.731 DEBUG [WorkbenchTestable][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...") 18:25:00.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:00.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:00.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:00.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:00.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:00.736 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:25:00.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:00.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:00.737 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:00.737 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:00.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 18:25:00.913 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:00.913 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:00.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:25:00.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 18:25:00.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:00.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:00.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:25:00.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:25:00.947 DEBUG [WorkbenchTestable][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 18:25:00.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:00.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:00.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:00.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:00.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:00.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:25:00.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:25:00.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:25:00.960 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:25:00.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:25:00.961 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:25:00.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:25:00.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:25:00.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:25:00.963 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:25:00.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:25:00.964 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:25:00.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:25:00.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:25:00.965 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 18:25:00.965 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 18:25:00.965 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 18:25:00.966 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 18:25:00.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:25:00.966 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:00.967 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:01.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:25:01.467 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 18:25:01.467 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 18:25:01.468 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:25:01.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:01.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:01.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:01.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:01.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:01.484 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:25:01.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:01.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:01.484 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:01.484 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:01.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:25:02.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:25:02.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:25:02.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:25:02.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:25:02.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:25:02.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:25:02.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:25:02.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:25:02.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:25:02.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:25:02.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:25:02.017 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 18:25:02.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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...") 18:25:02.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:02.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:02.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:02.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:02.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:02.022 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:25:02.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:02.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:02.022 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:02.022 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:02.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:25:02.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:02.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:02.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:25:02.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 18:25:02.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:02.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:02.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:25:02.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:25:02.205 DEBUG [WorkbenchTestable][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 18:25:02.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:02.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:02.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:02.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:02.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:02.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:25:02.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:25:02.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:25:02.238 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:25:02.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:25:02.239 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:25:02.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:25:02.239 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:25:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:25:02.240 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:25:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:25:02.240 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:25:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:25:02.240 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:25:02.241 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 18:25:02.241 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 18:25:02.241 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 18:25:02.242 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 18:25:02.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:25:02.242 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:02.242 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:02.742 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:02.742 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:03.242 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:03.242 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:03.743 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:03.743 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:04.243 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:04.243 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:04.743 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:04.743 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:05.244 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:05.244 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:05.744 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:05.744 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:06.244 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:06.244 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:06.745 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:06.745 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:07.245 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:07.245 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:07.745 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:07.745 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:08.245 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:08.246 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:08.746 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:08.746 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:09.246 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:09.246 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:09.746 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:09.746 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:10.247 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:10.247 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:10.747 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:10.747 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:11.247 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:11.247 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:11.748 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:11.748 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:12.248 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:12.248 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:12.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:25:12.749 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 18:25:12.749 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 18:25:12.750 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:25:12.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:12.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:12.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:12.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:12.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:12.767 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:25:12.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:12.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:12.769 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:12.769 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:12.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:25:13.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:25:13.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:25:13.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:25:13.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:25:13.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:25:13.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:25:13.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:25:13.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:25:13.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:25:13.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:25:13.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:25:13.304 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 18:25:13.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:13.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:13.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:13.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:13.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:25:13.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:13.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:13.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:13.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:13.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:13.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:13.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:13.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:13.323 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime (2)(null)' 18:25:13.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 18:25:13.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:13.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:13.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:13.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:13.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:25:13.327 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime (2)' 18:25:13.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:13.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:13.329 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 18:25:13.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:13.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:13.330 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' was found 18:25:13.330 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' matched 'Test runtime (2)'! Selecting... 18:25:13.330 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 18:25:13.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:13.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:13.330 TRACE [main][WidgetHandler] Notify Table with event 13 18:25:13.331 TRACE [main][WidgetHandler] Wait for synchronization 18:25:13.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.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") 18:25:13.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:13.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:13.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:13.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:13.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:13.342 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:25:13.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:13.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:13.343 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:13.343 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:13.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:25:16.359 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 18:25:16.361 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 18:25:16.361 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 18:25:16.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:16.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:16.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:16.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:16.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:25:16.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:16.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:16.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:16.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:16.375 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(null)' 18:25:16.375 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 18:25:16.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:16.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:16.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:16.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:16.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:25:16.380 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 18:25:16.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:16.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:16.381 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 18:25:16.381 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 18:25:16.381 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 18:25:16.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:16.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:16.381 TRACE [main][WidgetHandler] Notify Table with event 13 18:25:16.381 TRACE [main][WidgetHandler] Wait for synchronization 18:25:16.383 DEBUG [WorkbenchTestable][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") 18:25:16.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:16.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:16.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:16.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:16.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:16.393 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:25:16.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:16.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:16.394 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:16.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:16.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:25:19.408 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 18:25:19.410 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 18:25:19.411 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 18:25:19.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:19.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:19.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:19.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:19.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:25:19.425 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 18:25:19.426 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 18:25:19.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:19.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:19.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:19.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:19.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:25:19.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:25:19.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:19.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:19.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:19.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:19.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:19.443 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:25:19.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:19.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:19.443 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:19.444 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:19.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:25:19.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:25:19.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:25:19.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:19.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:19.545 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 18:25:19.545 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:25:19.545 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:25:19.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:25:19.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:25:19.548 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addAndRemoveRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 18:25:19.548 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:25:19.548 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServerRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 18:25:19.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 18:25:19.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:25:19.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:25:19.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:25:19.550 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:25:19.550 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:19.551 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:25:19.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:19.551 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:25:19.552 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:19.552 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:25:19.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:19.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:19.553 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:25:19.554 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:25:19.554 DEBUG [main][MenuItemLookup] Found menu:'File' 18:25:19.555 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:25:19.555 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:25:19.555 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:25:19.555 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:25:19.555 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:25:19.555 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:25:19.555 DEBUG [main][MenuItemLookup] Item match:Window 18:25:19.556 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:25:19.556 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:25:19.556 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:25:19.556 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:19.556 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:25:19.556 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:25:19.556 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:19.556 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:25:19.556 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:19.556 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:25:19.556 DEBUG [main][MenuItemLookup] Item match:Preferences 18:25:19.557 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:25:19.557 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:25:19.558 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:25:19.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:25:19.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:25:19.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:25:19.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:19.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:19.759 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:25:19.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:19.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:25:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:19.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:19.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:19.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:19.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:19.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:25:19.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:25:19.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 18:25:19.802 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 18:25:19.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:25:19.803 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 18:25:19.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:25:19.803 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 18:25:19.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 18:25:19.804 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 18:25:19.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:25:19.805 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 18:25:19.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:25:19.805 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 18:25:19.806 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 18:25:19.807 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 18:25:19.807 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 18:25:19.808 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 18:25:19.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:19.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:19.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:20.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:20.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:20.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:20.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:20.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:25:20.835 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 18:25:20.836 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 18:25:20.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:20.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:20.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:20.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:20.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:25:20.852 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 18:25:20.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.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...") 18:25:20.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:20.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:20.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:20.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:20.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:20.863 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:25:20.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:20.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:20.864 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:20.864 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:21.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:25:21.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:21.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:21.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:25:21.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 18:25:21.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:21.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:21.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:25:21.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:25:21.213 DEBUG [WorkbenchTestable][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 18:25:21.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:21.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:21.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:21.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:21.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:21.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:25:21.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:25:21.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:25:21.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:25:21.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:25:21.228 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:25:21.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:25:21.228 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:25:21.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:25:21.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:25:21.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:25:21.229 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:25:21.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:25:21.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:25:21.231 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 18:25:21.231 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 18:25:21.232 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 18:25:21.246 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 18:25:21.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:25:21.246 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:21.246 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:21.746 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:21.746 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:22.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:25:22.247 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 18:25:22.247 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 18:25:22.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.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) 18:25:22.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:22.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:22.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:22.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:22.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:22.262 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:25:22.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:22.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:22.262 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:22.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:22.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:25:22.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:25:22.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:25:22.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:25:22.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:25:22.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:25:22.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:25:22.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:25:22.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:25:22.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:25:22.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:25:22.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:25:22.800 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 18:25:22.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 18:25:22.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:22.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:22.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:22.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:22.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:22.807 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:25:22.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:22.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:22.807 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:22.807 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:22.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 18:25:22.944 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:22.945 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:22.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:25:22.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 18:25:22.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:22.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:22.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:25:22.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:25:22.973 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 18:25:22.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:22.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:22.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:22.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:22.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:22.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:25:22.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:25:22.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:25:22.994 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:25:23.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:25:23.001 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:25:23.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:25:23.001 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:25:23.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:25:23.002 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:25:23.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:25:23.003 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:25:23.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:25:23.003 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:25:23.004 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 2 18:25:23.004 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 2 18:25:23.005 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime 2 about selection 18:25:23.009 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 2 18:25:23.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:25:23.009 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:23.009 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:23.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:25:23.510 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 18:25:23.510 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 18:25:23.515 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:25:23.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:23.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:23.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:23.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:23.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:23.526 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:25:23.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:23.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:23.527 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:23.527 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:23.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:25:24.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:25:24.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:25:24.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:25:24.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:25:24.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:25:24.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:25:24.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:25:24.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:25:24.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:25:24.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:25:24.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:25:24.053 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 18:25:24.054 DEBUG [WorkbenchTestable][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...") 18:25:24.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:24.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:24.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:24.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:24.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:24.058 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:25:24.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:24.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:24.059 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:24.059 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:24.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:25:24.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:24.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:24.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available. finished successfully 18:25:24.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 18:25:24.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:24.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:24.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:25:24.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:25:24.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 18:25:24.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:24.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:24.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:24.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:24.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:24.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:25:24.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:25:24.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:25:24.257 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:25:24.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:25:24.258 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:25:24.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:25:24.259 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:25:24.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:25:24.272 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:25:24.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:25:24.301 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:25:24.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:25:24.302 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:25:24.303 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 2 18:25:24.303 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 2 18:25:24.304 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime 2 about selection 18:25:24.305 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 2 18:25:24.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:25:24.305 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:24.305 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:24.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:25:24.806 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 18:25:24.806 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 18:25:24.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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) 18:25:24.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:24.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:24.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:24.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:24.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:24.823 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:25:24.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:24.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:24.824 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:24.824 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:24.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:25:25.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:25:25.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:25:25.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:25:25.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:25:25.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:25:25.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:25:25.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:25:25.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:25:25.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:25:25.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:25:25.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:25:25.351 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 18:25:25.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:25.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:25.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:25.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:25.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:25:25.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.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 18:25:25.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:25.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:25.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:25.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:25.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:25:25.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.384 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 18:25:25.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:25.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:25.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:25.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:25.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:25:25.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.394 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 18:25:25.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:25.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:25.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:25.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:25.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:25:25.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.405 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 18:25:25.406 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 18:25:25.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:25.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:25.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:25.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:25.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:25:25.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.414 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 18:25:25.414 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 18:25:25.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:25.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:25.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:25.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:25.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:25:25.420 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 18:25:25.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.420 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 18:25:25.420 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 18:25:25.420 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 18:25:25.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:25.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:25.421 TRACE [main][WidgetHandler] Notify Table with event 13 18:25:25.421 TRACE [main][WidgetHandler] Wait for synchronization 18:25:25.421 DEBUG [WorkbenchTestable][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") 18:25:25.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:25.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:25.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:25.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:25.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:25.426 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:25:25.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:25.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:25.427 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:25.427 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:25.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:25:28.438 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 18:25:28.438 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 18:25:28.439 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime 2(Test runtime 2)' 18:25:28.439 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 18:25:28.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:28.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:28.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:28.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:28.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:25:28.444 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime 2' 18:25:28.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:28.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:28.450 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2' was found 18:25:28.450 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2' matched 'Test runtime 2'! Selecting... 18:25:28.450 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 18:25:28.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:28.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:28.450 TRACE [main][WidgetHandler] Notify Table with event 13 18:25:28.450 TRACE [main][WidgetHandler] Wait for synchronization 18:25:28.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.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") 18:25:28.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:28.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:28.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:28.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:28.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:28.457 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:25:28.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:28.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:28.458 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:28.458 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:28.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:25:31.469 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 18:25:31.470 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 18:25:31.470 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime 2 (2)(Test runtime 2)' 18:25:31.474 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 18:25:31.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:31.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:31.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:31.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:31.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:25:31.480 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime 2 (2)' 18:25:31.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:31.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:31.485 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2 (2)' was found 18:25:31.485 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2 (2)' matched 'Test runtime 2 (2)'! Selecting... 18:25:31.485 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 18:25:31.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:25:31.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:25:31.485 TRACE [main][WidgetHandler] Notify Table with event 13 18:25:31.485 TRACE [main][WidgetHandler] Wait for synchronization 18:25:31.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.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") 18:25:31.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:31.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:31.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:31.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:31.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:31.491 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:25:31.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:31.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:31.491 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:31.491 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:31.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:25:34.501 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 18:25:34.502 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 18:25:34.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:25:34.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:34.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:34.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:34.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:34.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:34.519 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:25:34.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:34.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:34.520 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:34.520 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:34.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:25:34.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:25:34.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:25:34.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:34.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:34.614 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 18:25:34.614 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:25:34.614 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:25:34.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:25:34.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:25:34.617 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServerRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 18:25:34.617 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 18:25:34.618 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:25:34.618 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:25:34.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:25:34.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.899 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: 5.679 s removeAllRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) Time elapsed: 10.042 s addAndRemoveRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) Time elapsed: 20.097 s getServerRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) Time elapsed: 15.069 s Running org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 18:25:34.637 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 18:25:34.638 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:25:34.638 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:25:34.639 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 18:25:34.639 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:25:34.639 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:25:34.640 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:25:34.640 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:25:34.641 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:25:34.641 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:25:34.641 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectFacet no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 18:25:34.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 18:25:34.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:25:34.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:25:34.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:25:34.642 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:34.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:34.642 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:34.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:34.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:34.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:34.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:34.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:34.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:34.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:34.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:34.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:34.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:34.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:34.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:34.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:34.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: "Import"] 18:25:34.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:34.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:25:34.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:34.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:34.648 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:25:34.648 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:25:34.649 DEBUG [main][MenuItemLookup] Found menu:'File' 18:25:34.649 DEBUG [main][MenuItemLookup] Item match:File 18:25:34.651 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:25:34.651 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:25:34.651 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:25:34.651 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:25:34.651 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:34.651 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:25:34.651 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:25:34.651 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:34.651 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:25:34.651 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:25:34.651 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:25:34.651 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:25:34.651 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:34.651 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:25:34.651 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:25:34.651 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:25:34.651 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:25:34.651 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:34.651 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:25:34.651 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:34.651 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:25:34.651 DEBUG [main][MenuItemLookup] Item match:Import... 18:25:34.651 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:25:34.652 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:25:34.652 INFO [main][MenuItemHandler] Select menu item: &Import... 18:25:34.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:25:34.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:25:34.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:25:34.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:34.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:34.813 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:25:34.813 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:34.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:25:34.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:34.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:34.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:34.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:34.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:34.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:25:34.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:25:34.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:25:34.830 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:25:34.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:25:34.830 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:25:34.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:25:34.831 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:25:34.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:25:34.847 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:25:34.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:25:34.848 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:25:34.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:25:34.854 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:25:34.856 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 18:25:34.856 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 18:25:34.857 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 18:25:34.858 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 18:25:34.859 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:25:34.859 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:25:34.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 18:25:34.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:34.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:34.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:34.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:34.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:34.877 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:25:34.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:34.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:34.877 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:34.877 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:34.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: "Import"] 18:25:35.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:35.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:35.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:25:35.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:35.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:35.112 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:25:35.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:35.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:25:35.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:25:35.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:25:35.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:35.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:35.114 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:25:35.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:35.114 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 18:25:35.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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:") 18:25:35.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:35.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:35.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:35.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:35.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:35.117 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 18:25:35.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:35.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:35.118 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:35.118 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:35.120 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 18:25:35.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:35.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:25:35.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:25:35.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:35.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:25:35.123 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 18:25:35.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.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") 18:25:35.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:35.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:35.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:35.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:35.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:35.127 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 18:25:35.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:35.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:35.128 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:35.128 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:35.246 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 18:25:35.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:35.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:35.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:35.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:35.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:35.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 18:25:35.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 18:25:35.261 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 18:25:35.261 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 18:25:35.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 18:25:35.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:35.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:35.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:35.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:35.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:35.326 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 18:25:35.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:35.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:35.327 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:35.327 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:35.342 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 18:25:35.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:35.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:35.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:35.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:35.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:35.346 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project (server-project/) 18:25:35.359 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project (server-project/): 18:25:35.360 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 18:25:35.361 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project (server-project/) 18:25:35.361 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:25:35.361 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 18:25:35.362 DEBUG [WorkbenchTestable][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) 18:25:35.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:35.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:35.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:35.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:35.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:35.425 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:25:35.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:35.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:35.425 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:35.426 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:35.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:25:36.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:25:36.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:25:36.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'JavaScript indexing in progress' is a system job, skipped 18:25:36.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:25:36.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:25:36.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:25:36.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:25:36.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:25:36.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:25:36.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:25:36.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:25:36.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:25:36.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:36.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:36.046 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:25:36.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:36.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:36.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:25:36.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:36.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:36.050 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:25:36.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:25:36.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:36.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:36.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:36.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:36.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:25:36.054 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:36.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:36.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:36.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:25:36.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:36.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:36.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:25:36.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:36.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:36.114 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:25:36.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') 18:25:36.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:36.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:36.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:36.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:36.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:25:36.119 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:36.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:36.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:36.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:25:36.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:25:36.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:25:36.148 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:36.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:36.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:36.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:25:36.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:36.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:36.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:36.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:36.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:37.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:37.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:37.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:25:37.159 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:37.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:37.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:37.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:25:37.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:25:37.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:37.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:37.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:37.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:37.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:37.166 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 18:25:37.167 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:25:37.167 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:25:37.167 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:25:37.179 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:25:37.180 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:25:37.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'New' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:37.266 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 18:25:37.267 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:25:37.267 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:25:37.267 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 18:25:37.267 DEBUG [main][MenuItemLookup] Found menu:'Team' 18:25:37.267 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 18:25:37.267 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 18:25:37.267 DEBUG [main][MenuItemLookup] Found menu:'Configure' 18:25:37.267 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:25:37.267 DEBUG [main][MenuItemLookup] Found menu:'Validate' 18:25:37.267 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:37.267 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:25:37.267 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 18:25:37.268 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 18:25:37.268 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 18:25:37.271 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 18:25:37.476 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"] 18:25:37.476 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:37.476 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:37.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 18:25:37.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:37.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:37.542 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 18:25:37.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:37.545 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 18:25:37.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:37.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:37.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:37.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:37.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:37.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:25:37.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:25:37.578 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 18:25:37.579 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 18:25:37.579 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 18:25:37.579 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 18:25:37.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:37.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:37.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:37.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25: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.wst.common.project.facet.ui.FacetsPropertyPage, index 1 and no matchers specified 18:25:37.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:37.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:25:37.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:25:37.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:37.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 18:25:37.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:25:37.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:25:37.938 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item Java 18:25:37.938 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item Java: 18:25:37.938 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 18:25:38.018 INFO [WorkbenchTestable][TreeItemHandler] Checked: Java 18:25:38.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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") 18:25:38.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:38.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:38.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:38.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:38.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:38.036 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 18:25:38.037 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 18:25:38.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:38.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:38.037 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:38.037 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:38.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 18:25:38.253 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 18:25:38.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:38.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:38.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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") 18:25:38.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:38.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:38.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:38.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:38.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:38.275 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:25:38.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:38.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:38.275 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:38.275 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:25:38.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:25:38.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:25:38.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:38.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:38.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:38.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:38.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:25:38.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:38.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:38.542 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:25:38.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 '\*?\QPackage Explorer\E') 18:25:38.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:38.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:38.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:38.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:38.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:25:38.547 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:38.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:38.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:38.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:25:38.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:25:38.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:25:38.552 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:38.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:38.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:38.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:25:38.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:38.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:38.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:39.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:39.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:39.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:39.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:39.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:25:39.730 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:39.731 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:39.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:39.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:25:39.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 18:25:39.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:39.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:39.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:39.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:39.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:39.740 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 18:25:39.741 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:25:39.741 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:25:39.742 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:25:39.756 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:25:39.756 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:25:39.756 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'New' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 18:25:39.912 DEBUG [main][MenuItemLookup] Found menu:'Team' 18:25:39.913 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 18:25:39.913 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 18:25:39.913 DEBUG [main][MenuItemLookup] Found menu:'Configure' 18:25:39.913 DEBUG [main][MenuItemLookup] Found menu:'Validate' 18:25:39.913 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:39.913 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:25:39.913 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 18:25:39.913 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 18:25:39.913 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 18:25:39.914 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 18:25:40.429 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"] 18:25:40.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:40.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:40.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 18:25:40.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:40.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:40.465 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 18:25:40.465 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:40.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.dialogs.PropertyDialog, index 0 and no matchers specified 18:25:40.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:40.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:40.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:40.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:40.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:40.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:25:40.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:25:40.514 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 18:25:40.514 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 18:25:40.514 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 18:25:40.515 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 18:25:40.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:40.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:40.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:40.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:40.549 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 18:25:40.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:40.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:25:40.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:25:40.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:40.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 18:25:40.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:40.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:40.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.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") 18:25:40.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:40.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:40.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:40.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:40.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:40.643 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:25:40.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:40.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:40.643 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:40.643 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:40.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:25:40.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:25:40.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:25:40.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:40.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:40.916 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"] 18:25:40.916 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:40.916 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"] 18:25:40.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:40.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:40.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:40.992 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:25:40.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:40.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:40.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:25:40.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:40.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:40.996 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:25:40.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:25:40.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:40.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:40.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:40.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:40.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:25:40.999 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:40.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:41.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:41.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:25:41.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:25:41.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:25:41.004 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:41.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:41.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:41.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:25:41.029 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:41.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:41.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:41.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:25:41.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:41.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:41.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:41.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:41.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:42.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:42.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:42.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:25:42.042 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:42.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:42.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:42.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:25:42.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:25:42.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:42.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:42.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:42.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:42.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:42.050 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 18:25:42.051 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:25:42.051 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:25:42.051 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:25:42.055 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:25:42.055 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:25:42.055 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:42.203 DEBUG [main][MenuItemLookup] Found menu:'New' 18:25:42.203 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:25:42.203 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:42.203 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:25:42.203 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:25:42.203 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:25:42.203 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:42.203 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:25:42.203 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:25:42.203 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:25:42.203 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:25:42.204 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:42.204 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:25:42.204 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:25:42.204 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:25:42.204 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:25:42.204 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:42.204 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:25:42.204 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:25:42.204 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:42.204 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:25:42.204 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:25:42.204 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:25:42.204 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:25:42.204 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:25:42.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:25:42.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:25:42.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:25:42.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:25:42.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:25:42.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:25:42.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:25:42.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:25:42.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:25:42.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:25:42.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:25:42.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:25:42.707 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 18:25:42.707 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:25:42.707 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:25:42.708 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:25:42.714 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:25:42.714 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:25:42.714 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:42.827 DEBUG [main][MenuItemLookup] Found menu:'New' 18:25:42.827 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:25:42.827 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:42.827 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:25:42.827 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:25:42.827 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:25:42.827 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:42.827 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:25:42.827 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:25:42.827 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:25:42.827 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:25:42.827 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:25:42.827 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:25:42.827 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:25:42.828 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:25:42.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.... 18:25:43.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:25:43.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:25:43.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:43.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:43.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:43.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:43.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:25:43.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:25:43.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:25:43.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:25:43.303 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:25:43.303 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:25:43.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:43.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:43.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:43.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:43.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:43.307 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:25:43.307 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:25:43.308 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:25:43.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:43.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:43.309 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:43.309 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:43.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:25:43.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:25:43.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:25:43.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:25:43.310 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:25:43.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:25:43.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:43.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:43.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:43.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:43.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:43.335 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:25:43.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:43.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:43.335 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:43.335 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:43.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:25:43.405 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:25:43.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:25:43.914 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:25:43.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:25:43.914 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 18:25:43.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:25:43.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:25:43.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:25:43.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:25:43.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:25:43.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:25:43.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:25:43.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:25:43.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:25:43.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 18:25:43.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:25:43.915 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:25:43.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:25:43.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:25:43.917 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectFacet no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 18:25:43.917 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:25:43.917 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectVersion no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 18:25:43.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 18:25:43.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:25:43.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:25:43.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:25:43.918 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:43.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:43.919 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:43.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:43.919 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:43.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:43.920 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:43.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:43.921 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:43.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:43.921 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:43.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:43.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:43.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:43.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:43.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:43.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:43.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:43.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:25:43.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:43.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:43.926 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:25:43.926 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:25:43.927 DEBUG [main][MenuItemLookup] Found menu:'File' 18:25:43.929 DEBUG [main][MenuItemLookup] Item match:File 18:25:43.931 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:25:43.931 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:25:43.931 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:25:43.931 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:25:43.931 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:43.931 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:25:43.931 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:25:43.931 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:43.931 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:25:43.931 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:25:43.931 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:25:43.931 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:25:43.931 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:43.932 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:25:43.932 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:25:43.932 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:25:43.932 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:25:43.932 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:43.932 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:25:43.932 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:43.932 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:25:43.932 DEBUG [main][MenuItemLookup] Item match:Import... 18:25:43.952 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:25:43.952 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:25:43.953 INFO [main][MenuItemHandler] Select menu item: &Import... 18:25:44.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:25:44.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:25:44.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:25:44.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:44.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:44.241 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:25:44.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:44.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:25:44.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:44.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:44.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:44.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:44.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:44.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:25:44.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:25:44.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:25:44.302 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:25:44.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:25:44.303 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:25:44.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:25:44.308 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:25:44.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:25:44.310 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:25:44.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:25:44.311 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:25:44.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:25:44.311 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:25:44.312 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 18:25:44.312 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 18:25:44.312 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 18:25:44.313 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 18:25:44.313 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:25:44.313 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:25:44.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) 18:25:44.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:44.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:44.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:44.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:44.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:44.318 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:25:44.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:44.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:44.319 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:44.319 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:44.448 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:44.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:44.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:44.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:25:44.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:44.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:44.603 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:25:44.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:44.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:25:44.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:25:44.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:25:44.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:44.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:44.604 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:25:44.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:44.604 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 18:25:44.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 18:25:44.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:44.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:44.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:44.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:44.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:44.608 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 18:25:44.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:44.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:44.608 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:44.608 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:44.611 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 18:25:44.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:44.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:25:44.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:25:44.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:44.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:25:44.613 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 18:25:44.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 18:25:44.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:44.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:44.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:44.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:44.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:44.699 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 18:25:44.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:44.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:44.700 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:44.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:45.010 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 18:25:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:45.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:45.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:45.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:45.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:45.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 18:25:45.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 18:25:45.044 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 18:25:45.044 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 18:25:45.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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") 18:25:45.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:45.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:45.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:45.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:45.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:45.108 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 18:25:45.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:45.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:45.108 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:45.109 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:45.125 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 18:25:45.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:45.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:45.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:45.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:45.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:45.141 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project (server-project/) 18:25:45.141 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project (server-project/): 18:25:45.142 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 18:25:45.154 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project (server-project/) 18:25:45.154 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:25:45.155 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 18:25:45.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.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) 18:25:45.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:45.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:45.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:45.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:45.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:45.197 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:25:45.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:45.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:45.198 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:45.198 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:45.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:25:45.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:25:45.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:25:45.498 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 18:25:45.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:25:45.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:25:45.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:25:45.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Classpath Dependency Validator' is not running, skipped 18:25:45.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:25:45.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:25:45.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:25:45.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:25:45.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:25:45.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:25:45.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:25:45.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:25:45.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:25:45.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:25:45.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:45.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:45.639 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:25:45.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:45.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:45.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:25:45.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:45.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:45.642 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:25:45.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 '\*?\QPackage Explorer\E') 18:25:45.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:45.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:45.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:45.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:45.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:25:45.645 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:45.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:45.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:45.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:25:45.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:25:45.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:25:45.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:45.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:45.708 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:25:45.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:45.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:45.709 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:25:45.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:25:45.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:45.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:45.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:45.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:45.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:25:45.713 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:45.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:45.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:45.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:25:45.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:25:45.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:25:45.718 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:45.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:45.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:45.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:25:45.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:45.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:45.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:46.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:46.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:46.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:46.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:46.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:25:46.724 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:46.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:46.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:46.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:25:46.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 18:25:46.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:46.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:46.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:46.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:46.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:46.733 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 18:25:46.734 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:25:46.734 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:25:46.735 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:25:46.747 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:25:46.747 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:25:46.748 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:46.811 DEBUG [main][MenuItemLookup] Found menu:'New' 18:25:46.811 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:25:46.811 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:46.811 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:25:46.811 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:25:46.811 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:46.811 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:25:46.811 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:25:46.811 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:25:46.811 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:25:46.811 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:46.811 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:25:46.811 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:25:46.811 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:25:46.811 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:46.811 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:25:46.812 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:25:46.812 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:46.812 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:25:46.812 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 18:25:46.812 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 18:25:46.812 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 18:25:46.812 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:46.812 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 18:25:46.812 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:25:46.812 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:25:46.812 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 18:25:46.812 DEBUG [main][MenuItemLookup] Found menu:'Team' 18:25:46.812 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 18:25:46.812 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 18:25:46.812 DEBUG [main][MenuItemLookup] Found menu:'Configure' 18:25:46.812 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:25:46.812 DEBUG [main][MenuItemLookup] Found menu:'Validate' 18:25:46.812 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:46.812 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:25:46.812 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 18:25:46.812 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 18:25:46.812 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 18:25:46.813 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 18:25:47.116 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"] 18:25:47.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:47.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:47.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 18:25:47.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:47.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:47.146 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 18:25:47.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:47.147 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 18:25:47.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:47.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:47.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:47.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:47.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:47.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:25:47.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:25:47.180 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 18:25:47.180 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 18:25:47.180 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 18:25:47.181 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 18:25:47.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:47.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:47.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:47.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:47.184 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 18:25:47.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:47.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:25:47.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:25:47.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:47.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 18:25:47.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:25:47.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:25:47.198 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item Java 18:25:47.198 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item Java: 18:25:47.199 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 18:25:47.253 INFO [WorkbenchTestable][TreeItemHandler] Checked: Java 18:25:47.261 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 18:25:47.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:47.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:25:47.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:25:47.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:47.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 18:25:47.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:25:47.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:25:47.268 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 18:25:47.268 DEBUG [main][TreeItemHandler] Selecting tree item: Java 18:25:47.268 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 18:25:47.269 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 18:25:47.269 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:25:47.270 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:47.281 DEBUG [main][MenuItemLookup] Found menu:'Change Version...' 18:25:47.281 DEBUG [main][MenuItemLookup] Item match:Change Version... 18:25:47.281 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Change &Version..." 18:25:47.282 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Change Version... 18:25:47.282 INFO [main][MenuItemHandler] Select menu item: Change &Version... 18:25:47.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Change Version"] is available.... 18:25:47.433 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 18:25:47.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Change Version 18:25:47.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:47.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:47.439 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:") 18:25:47.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:47.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:47.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:47.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:47.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:25:47.444 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo 11 to selection: 1.7 18:25:47.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.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) 18:25:47.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:47.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:47.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:47.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:47.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:47.456 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:25:47.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:47.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:47.456 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:47.456 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:47.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:25:47.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:25:47.538 DEBUG [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") 18:25:47.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:47.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:47.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:47.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:47.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:47.549 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 18:25:47.549 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 18:25:47.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:47.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:47.550 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:47.550 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:47.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 18:25:47.743 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 18:25:47.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:47.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:47.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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") 18:25:47.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:47.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:47.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:47.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:47.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:47.777 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:25:47.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:47.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:47.778 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:47.778 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:48.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:25:48.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:25:48.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:25:48.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:48.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:48.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:48.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:48.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:25:48.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:48.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:48.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:25:48.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 '\*?\QPackage Explorer\E') 18:25:48.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:48.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:48.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:48.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:48.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:25:48.195 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:48.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:48.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:48.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:25:48.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:25:48.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:25:48.201 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:48.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:48.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:48.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:25:48.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:48.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:48.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:48.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:48.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:49.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:49.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:49.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:25:49.302 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:49.302 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:49.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:49.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:25:49.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 18:25:49.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:49.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:49.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:49.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:49.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:49.307 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 18:25:49.308 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:25:49.308 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:25:49.309 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:25:49.317 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:25:49.318 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:25:49.318 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'New' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 18:25:49.439 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 18:25:49.440 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:49.440 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:25:49.440 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:25:49.440 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 18:25:49.440 DEBUG [main][MenuItemLookup] Found menu:'Team' 18:25:49.440 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 18:25:49.440 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 18:25:49.440 DEBUG [main][MenuItemLookup] Found menu:'Configure' 18:25:49.440 DEBUG [main][MenuItemLookup] Found menu:'Validate' 18:25:49.440 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:49.440 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:25:49.440 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 18:25:49.440 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 18:25:49.440 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 18:25:49.440 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 18:25:50.119 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"] 18:25:50.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:50.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:50.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 18:25:50.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:50.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:50.136 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 18:25:50.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:50.137 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 18:25:50.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:50.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:50.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:50.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:50.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:50.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:25:50.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:25:50.208 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 18:25:50.209 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 18:25:50.209 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 18:25:50.210 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 18:25:50.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:50.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:50.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:50.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:50.239 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 18:25:50.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:50.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:25:50.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:25:50.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:50.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 18:25:50.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:25:50.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:25:50.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:50.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:50.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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") 18:25:50.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:50.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:50.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:50.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:50.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:50.331 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:25:50.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:50.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:50.332 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:50.332 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:50.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:25:50.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:25:50.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:25:50.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:50.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:50.568 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"] 18:25:50.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:50.569 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"] 18:25:50.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:50.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:50.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:50.699 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:25:50.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:50.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:50.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:25:50.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:50.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:50.704 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:25:50.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:25:50.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:50.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:50.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:50.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:50.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:25:50.710 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:50.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:50.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:50.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:25:50.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:25:50.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:25:50.716 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:50.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:50.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:50.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:25:50.726 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:50.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:50.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:50.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:25:50.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:50.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:50.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:51.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:51.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:51.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:51.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:51.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:25:51.758 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:51.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:51.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:51.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:25:51.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:25:51.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:51.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:51.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:51.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:51.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:51.764 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 18:25:51.765 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:25:51.765 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:25:51.765 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:25:51.794 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:25:51.794 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:25:51.794 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:51.905 DEBUG [main][MenuItemLookup] Found menu:'New' 18:25:51.905 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:25:51.905 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:51.905 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:25:51.905 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:25:51.905 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:25:51.905 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:51.905 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:25:51.905 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:25:51.905 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:25:51.905 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:25:51.905 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:51.905 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:25:51.905 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:25:51.905 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:25:51.905 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:25:51.905 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:51.905 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:25:51.905 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:25:51.905 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:51.905 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:25:51.905 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:25:51.906 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:25:51.906 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:25:51.907 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:25:51.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:25:51.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:25:51.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:25:52.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:25:52.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:25:52.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:25:52.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:25:52.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:25:52.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:25:52.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:25:52.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:25:52.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:25:52.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:25:52.409 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 18:25:52.409 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:25:52.409 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:25:52.410 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:25:52.414 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:25:52.414 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:25:52.414 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:52.520 DEBUG [main][MenuItemLookup] Found menu:'New' 18:25:52.520 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:25:52.520 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:52.520 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:25:52.520 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:25:52.520 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:25:52.520 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:52.520 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:25:52.520 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:25:52.520 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:25:52.520 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:25:52.520 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:25:52.521 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:25:52.521 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:25:52.521 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:25:52.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:25:53.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:25:53.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:25:53.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:53.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:53.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:53.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:53.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: 32) 18:25:53.413 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:25:53.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:25:53.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:25:53.413 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:25:53.413 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:25:53.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:53.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:53.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:53.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:53.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:53.416 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:25:53.416 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:25:53.417 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:25:53.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:53.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:53.417 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:53.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:53.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:25:53.418 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:25:53.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:25:53.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:25:53.419 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:25:53.419 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:25:53.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:53.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:53.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:53.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:53.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:53.423 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:25:53.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:53.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:53.432 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:53.432 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:53.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:25:53.499 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:25:54.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:25:54.001 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:25:54.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:25:54.001 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 18:25:54.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:25:54.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:25:54.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:25:54.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:25:54.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:25:54.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:25:54.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:25:54.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:25:54.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:25:54.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:25:54.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:25:54.001 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 18:25:54.001 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:25:54.001 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:25:54.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:25:54.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:25:54.004 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectVersion no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 18:25:54.004 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 18:25:54.004 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:25:54.004 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:25:54.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:25:54.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.37 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: 9.276 s selectVersion no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) Time elapsed: 10.087 s Running org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 18:25:54.077 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 18:25:54.078 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:25:54.078 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:25:54.078 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 18:25:54.079 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:25:54.079 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:25:54.080 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:25:54.080 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:25:54.080 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:25:54.080 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:25:54.080 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest) 18:25:54.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 18:25:54.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:25:54.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:25:54.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:25:54.081 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:54.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:54.081 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:54.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:54.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: "Import"] 18:25:54.087 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:54.087 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:54.087 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:54.087 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:54.088 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:54.088 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:54.088 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:54.088 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:25:54.089 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:54.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: "Import"] 18:25:54.095 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:54.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: "Import"] 18:25:54.096 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:54.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:25:54.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:54.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:54.098 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:25:54.098 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:25:54.099 DEBUG [main][MenuItemLookup] Found menu:'File' 18:25:54.100 DEBUG [main][MenuItemLookup] Item match:File 18:25:54.102 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:25:54.102 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:25:54.102 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:25:54.102 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:25:54.102 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:54.102 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:25:54.102 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:25:54.102 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:54.102 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:25:54.102 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:25:54.102 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:25:54.102 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:25:54.102 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:54.102 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:25:54.102 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:25:54.102 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:25:54.102 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:25:54.102 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:54.102 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:25:54.102 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:54.102 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:25:54.102 DEBUG [main][MenuItemLookup] Item match:Import... 18:25:54.103 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:25:54.103 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:25:54.103 INFO [main][MenuItemHandler] Select menu item: &Import... 18:25:54.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:25:54.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:25:54.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:25:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:54.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:54.336 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:25:54.336 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:54.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:25:54.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:54.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:54.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:54.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:54.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:54.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:25:54.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:25:54.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:25:54.400 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:25:54.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:25:54.400 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:25:54.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:25:54.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:25:54.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:25:54.401 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:25:54.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:25:54.402 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:25:54.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:25:54.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:25:54.403 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 18:25:54.403 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 18:25:54.404 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 18:25:54.404 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 18:25:54.404 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:25:54.404 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:25:54.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.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) 18:25:54.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:54.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:54.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:54.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:54.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:54.415 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:25:54.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:54.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:54.415 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:54.416 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25: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"] 18:25:54.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:54.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:54.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:25:54.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:54.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:54.904 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:25:54.904 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:54.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:25:54.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:25:54.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:25:54.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:54.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:54.906 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:25:54.906 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:54.907 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 18:25:54.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 18:25:54.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:54.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:54.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:54.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:54.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:54.920 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 18:25:54.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:54.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:54.920 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:54.920 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:54.923 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 18:25:54.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:54.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:25:55.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:25:55.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:55.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:25:55.008 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 18:25:55.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.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") 18:25:55.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:55.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:55.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:55.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:55.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:55.026 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 18:25:55.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:55.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:55.027 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:55.027 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:55.408 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 18:25:55.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:55.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:55.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:55.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:55.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:55.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 18:25:55.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 18:25:55.427 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 18:25:55.427 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 18:25:55.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.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") 18:25:55.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:55.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:55.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:55.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:55.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:55.535 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 18:25:55.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:55.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:55.591 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:55.591 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:55.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 18:25:55.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:55.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:55.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:55.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:55.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:55.604 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project (server-project/) 18:25:55.617 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project (server-project/): 18:25:55.618 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 18:25:55.619 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project (server-project/) 18:25:55.620 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:25:55.620 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 18:25:55.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.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) 18:25:55.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:55.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:55.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:55.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:55.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:55.702 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:25:55.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:55.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:55.703 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:55.703 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:55.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:25:56.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:25:56.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:25:56.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:25:56.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:25:56.198 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 18:25:56.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Classpath Dependency Validator' is not running, skipped 18:25:56.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:25:56.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:25:56.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:25:56.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:25:56.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:25:56.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:25:56.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:25:56.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:25:56.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:25:56.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:25:56.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:25:56.198 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:25:56.290 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:56.291 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:25:56.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:56.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:25:56.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:56.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:25:56.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:56.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:56.295 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:25:56.296 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:25:56.296 DEBUG [main][MenuItemLookup] Found menu:'File' 18:25:56.297 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:25:56.297 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:25:56.297 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:25:56.297 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:25:56.297 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:25:56.297 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:25:56.297 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:25:56.297 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:25:56.297 DEBUG [main][MenuItemLookup] Item match:Window 18:25:56.297 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:25:56.298 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:25:56.298 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:25:56.298 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:56.298 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:25:56.298 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:25:56.298 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:56.298 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:25:56.298 DEBUG [main][MenuItemLookup] Found menu:'' 18:25:56.298 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:25:56.298 DEBUG [main][MenuItemLookup] Item match:Preferences 18:25:56.298 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:25:56.298 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:25:56.300 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:25:56.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:25:56.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:25:56.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:25:56.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:56.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:56.609 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:25:56.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:56.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:25:56.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:56.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:56.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:56.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:56.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:56.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:25:56.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:25:56.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 18:25:56.635 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 18:25:56.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:25:56.635 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 18:25:56.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:25:56.636 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 18:25:56.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 18:25:56.636 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 18:25:56.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:25:56.637 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 18:25:56.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:25:56.637 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 18:25:56.637 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 18:25:56.638 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 18:25:56.638 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 18:25:56.638 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 18:25:56.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:56.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:56.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:57.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:57.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:57.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:57.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:57.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:25:57.727 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 18:25:57.727 DEBUG [WorkbenchTestable][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...") 18:25:57.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:57.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:57.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:57.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:57.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:57.749 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:25:57.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:57.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:57.749 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:57.749 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:57.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 18:25:57.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:58.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:25:58.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 18:25:58.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 18:25:58.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:58.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:58.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 18:25:58.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 18:25:58.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 18:25:58.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:58.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:58.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:58.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:58.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:25:58.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:25:58.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:25:58.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 18:25:58.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:25:58.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:25:58.038 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:25:58.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:25:58.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:25:58.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 18:25:58.040 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 18:25:58.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:25:58.040 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 18:25:58.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:25:58.040 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 18:25:58.042 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 18:25:58.042 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 18:25:58.042 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 18:25:58.043 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 18:25:58.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:25:58.043 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 18:25:58.043 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 18:25:58.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 18:25:58.544 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 18:25:58.544 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 18:25:58.545 DEBUG [WorkbenchTestable][WidgetLookup] 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) 18:25:58.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:58.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:58.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:58.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:58.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:58.557 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:25:58.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:58.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:58.557 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:58.557 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:58.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:25:59.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:25:59.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:25:59.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:25:59.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:25:59.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:25:59.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:25:59.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:25:59.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:25:59.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:25:59.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:25:59.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:59.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:59.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 18:25:59.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:59.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:59.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:59.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:59.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:25:59.118 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:25:59.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:25:59.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:25:59.118 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:25:59.119 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:25:59.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:25:59.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:25:59.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:25:59.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:59.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:59.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:59.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:59.248 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:25:59.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:59.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:59.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:25:59.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:25:59.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:25:59.251 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:25:59.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 '\*?\QPackage Explorer\E') 18:25:59.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:59.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:59.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:25:59.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:25:59.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:25:59.254 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:59.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:59.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:59.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:25:59.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:25:59.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:25:59.260 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:59.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:59.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:59.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:25:59.304 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:25:59.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:25:59.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:25:59.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:25:59.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:25:59.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:59.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:25:59.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:25:59.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:00.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:00.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:00.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:26:00.310 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:00.311 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:00.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:00.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:00.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:26:00.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:00.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:00.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:00.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:00.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:00.317 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 18:26:00.317 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:26:00.318 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:26:00.318 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:26:00.323 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:26:00.324 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:26:00.324 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:00.390 DEBUG [main][MenuItemLookup] Found menu:'New' 18:26:00.390 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:26:00.390 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:00.390 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:26:00.390 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:26:00.390 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:00.390 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:26:00.390 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:26:00.390 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:26:00.390 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:26:00.390 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:00.390 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:26:00.390 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:26:00.390 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:26:00.390 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:00.390 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:26:00.390 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:26:00.390 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:00.391 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:26:00.391 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 18:26:00.391 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 18:26:00.391 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 18:26:00.391 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:00.391 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 18:26:00.391 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:26:00.391 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:26:00.391 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 18:26:00.391 DEBUG [main][MenuItemLookup] Found menu:'Team' 18:26:00.391 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 18:26:00.392 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 18:26:00.392 DEBUG [main][MenuItemLookup] Found menu:'Configure' 18:26:00.392 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:26:00.392 DEBUG [main][MenuItemLookup] Found menu:'Validate' 18:26:00.392 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:00.392 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:26:00.392 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 18:26:00.394 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 18:26:00.394 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 18:26:00.394 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 18:26:00.729 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"] 18:26:00.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:00.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:00.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 18:26:00.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:00.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:00.776 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 18:26:00.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:00.778 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 18:26:00.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:00.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:00.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:00.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:00.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:00.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:00.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:00.811 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Targeted Runtimes 18:26:00.811 DEBUG [main][TreeItemHandler] Selecting tree item: Targeted Runtimes 18:26:00.812 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Targeted Runtimes about selection 18:26:00.812 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Targeted Runtimes 18:26:00.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:00.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:00.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:00.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:00.883 INFO [WorkbenchTestable][RuntimesPropertyPage] Select runtime 'Test runtime' 18:26:00.884 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") 18:26:00.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:00.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:00.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:00.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:00.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 18:26:00.888 INFO [WorkbenchTestable][AbstractTableItem] Check table Item Test runtime: 18:26:00.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 18:26:00.896 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 18:26:00.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:00.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 18:26:00.943 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 18:26:00.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:00.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:00.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:00.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:00.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:26:00.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:00.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:00.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:00.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:00.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 18:26:00.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:00.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:00.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:00.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:00.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:00.984 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:26:00.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:00.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:00.985 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:00.985 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:01.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:26:01.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:26:01.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:01.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:01.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:01.768 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:26:01.768 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:26:01.771 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:26:01.775 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:26:01.775 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:26:01.775 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:01.871 DEBUG [main][MenuItemLookup] Found menu:'New' 18:26:01.871 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:26:01.871 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:01.871 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:26:01.871 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:26:01.871 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:01.871 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:26:01.871 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:26:01.871 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:26:01.871 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:26:01.871 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:01.871 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:26:01.871 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:26:01.871 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:26:01.871 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:01.871 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:26:01.871 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:26:01.871 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:01.872 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:26:01.872 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 18:26:01.872 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 18:26:01.872 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 18:26:01.872 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:01.872 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 18:26:01.872 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:26:01.872 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:26:01.872 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 18:26:01.872 DEBUG [main][MenuItemLookup] Found menu:'Team' 18:26:01.872 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 18:26:01.872 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 18:26:01.872 DEBUG [main][MenuItemLookup] Found menu:'Configure' 18:26:01.872 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:26:01.872 DEBUG [main][MenuItemLookup] Found menu:'Validate' 18:26:01.872 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:01.872 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:26:01.872 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 18:26:01.872 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 18:26:01.872 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 18:26:01.873 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 18:26:02.122 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"] 18:26:02.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:02.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:02.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 18:26:02.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:02.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:02.146 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 18:26:02.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:02.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 18:26:02.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:02.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:02.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:02.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:02.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:02.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:02.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:02.152 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Targeted Runtimes 18:26:02.152 DEBUG [main][TreeItemHandler] Selecting tree item: Targeted Runtimes 18:26:02.152 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Targeted Runtimes about selection 18:26:02.153 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Targeted Runtimes 18:26:02.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:02.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:02.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:02.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:02.172 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 18:26:02.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:02.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:02.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:02.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:02.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:26:02.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:02.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:02.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 18:26:02.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:02.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:02.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 18:26:02.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:02.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:02.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:02.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:02.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:02.248 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:26:02.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:02.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:02.249 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:02.249 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:02.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:26:02.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:26:02.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:02.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:02.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:02.336 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:26:02.337 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:26:02.339 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:26:02.341 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:26:02.341 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:26:02.341 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:02.416 DEBUG [main][MenuItemLookup] Found menu:'New' 18:26:02.416 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:26:02.416 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:02.416 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:26:02.416 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:26:02.416 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:02.416 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:26:02.416 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:26:02.416 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:26:02.417 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:26:02.417 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:02.417 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:26:02.417 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:26:02.417 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:26:02.417 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:02.417 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:26:02.417 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:26:02.417 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:02.417 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:26:02.417 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:26:02.417 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:26:02.417 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:26:02.417 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:26:02.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:02.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:26:02.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:26:02.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:26:02.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:26:02.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:26:02.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:26:02.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:26:02.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:26:02.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:26:02.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:26:02.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:02.919 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 18:26:02.919 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 18:26:02.919 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 18:26:02.920 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 18:26:02.923 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 18:26:02.924 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:26:02.924 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:02.981 DEBUG [main][MenuItemLookup] Found menu:'New' 18:26:02.981 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:26:02.981 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:02.981 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:26:02.981 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:26:02.981 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:02.981 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:26:02.981 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:26:02.981 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:26:02.981 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:26:02.981 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:26:02.981 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:26:02.981 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:26:02.982 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:26:03.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:26:03.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:26:03.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:26:03.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:03.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:03.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:03.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:03.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: 32) 18:26:03.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:03.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:03.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:03.207 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:26:03.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:03.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:03.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:03.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:03.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:03.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:03.210 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:26:03.211 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:26:03.216 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:26:03.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:03.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:03.217 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:03.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:03.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) 18:26:03.223 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:03.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:03.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:03.223 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:26:03.223 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:03.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:03.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:03.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:03.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:03.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:03.236 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:26:03.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:03.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:03.236 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:03.236 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:03.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:26:03.257 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:26:03.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:26:03.758 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:26:03.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:03.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 18:26:03.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:26:03.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:26:03.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:26:03.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:26:03.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:26:03.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:26:03.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:26:03.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:26:03.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:03.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.*'] 18:26:03.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:03.760 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:26:03.761 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:03.761 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:26:03.762 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:03.762 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:03.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:03.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:03.764 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:26:03.764 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:26:03.765 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:03.765 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:26:03.765 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:26:03.765 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:26:03.765 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:26:03.765 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:26:03.765 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:26:03.765 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:26:03.765 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:26:03.765 DEBUG [main][MenuItemLookup] Item match:Window 18:26:03.766 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:26:03.766 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:26:03.766 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:26:03.766 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:03.766 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:26:03.766 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:26:03.767 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:03.767 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:26:03.767 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:03.767 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:26:03.767 DEBUG [main][MenuItemLookup] Item match:Preferences 18:26:03.767 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:26:03.767 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:26:03.767 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:26:03.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:26:03.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:26:03.956 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:26:03.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:03.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:03.970 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:26:03.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:03.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:26:03.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:03.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:03.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:03.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:03.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:03.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:03.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:03.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 18:26:03.991 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 18:26:03.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:03.997 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 18:26:03.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:03.998 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 18:26:03.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 18:26:03.998 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 18:26:03.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:03.999 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 18:26:03.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:03.999 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 18:26:04.000 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 18:26:04.000 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 18:26:04.000 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 18:26:04.001 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 18:26:04.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:04.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:04.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:04.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:04.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:05.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:05.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:05.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:26:05.023 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 18:26:05.023 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 18:26:05.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:05.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:05.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:05.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:05.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:26:05.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:05.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:05.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:05.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:05.041 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 18:26:05.042 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 18:26:05.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:05.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:05.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:05.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:05.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:26:05.050 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 18:26:05.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:05.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:05.051 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 18:26:05.051 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 18:26:05.051 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 18:26:05.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:05.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:05.052 TRACE [main][WidgetHandler] Notify Table with event 13 18:26:05.052 TRACE [main][WidgetHandler] Wait for synchronization 18:26:05.053 DEBUG [WorkbenchTestable][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") 18:26:05.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:05.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:05.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:05.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:05.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:05.062 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:26:05.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:05.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:05.063 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:05.063 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:05.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 18:26:08.075 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 18:26:08.075 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 18:26:08.076 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:26:08.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:08.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:08.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:08.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:08.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:08.093 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:26:08.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:08.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:08.094 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:08.094 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:08.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:26:08.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:26:08.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:08.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:08.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:08.191 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 18:26:08.191 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:08.191 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:08.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:08.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:08.193 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest) 18:26:08.193 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 18:26:08.193 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:08.193 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:08.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:08.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.118 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: 14.113 s Running org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 18:26:08.221 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 18:26:08.222 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:26:08.223 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:08.223 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 18:26:08.223 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:08.223 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:26:08.224 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:08.224 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:26:08.224 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:08.224 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:26:08.225 DEBUG [main][EditorHandler] 0 editor(s) found 18:26:08.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:08.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:08.235 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:26:08.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:08.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:08.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:08.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:08.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:08.239 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:26:08.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:26:08.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:08.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:08.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:08.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:08.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:08.243 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:26:08.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:26:08.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:08.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:08.329 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:26:08.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:26:08.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:08.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:08.334 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:26:08.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:26:08.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:08.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:08.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:08.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:08.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:08.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:08.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:09.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:09.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:26:09.347 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:26:09.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:26:09.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:09.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:09.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 18:26:09.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:09.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:09.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:09.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:09.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:09.356 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:26:09.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:26:09.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:09.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:09.358 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:09.358 INFO [WorkbenchTestable][RequirementsRunner] Started test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest) 18:26:09.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 18:26:09.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:09.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:09.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:09.360 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:09.360 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:09.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:09.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:09.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New JavaScript Project"] 18:26:09.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:09.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:09.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:09.362 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:09.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:09.362 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:09.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:09.363 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New JavaScript Project"] 18:26:09.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:09.363 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:09.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:09.363 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:09.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:09.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:09.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:09.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:09.365 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:26:09.365 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:26:09.365 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:09.365 DEBUG [main][MenuItemLookup] Item match:File 18:26:09.367 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:26:09.367 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:26:09.374 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:26:09.374 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:26:09.374 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:09.374 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:26:09.374 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:26:09.374 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:26:09.374 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:26:09.374 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:26:09.374 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:26:09.374 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:26:09.374 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:26:09.374 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:26:09.375 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:09.375 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:26:09.375 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:26:09.375 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:26:09.375 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:09.375 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:26:09.375 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:09.375 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:26:09.375 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:26:09.376 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:26:09.376 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:26:09.376 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:26:09.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:26:09.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:26:09.573 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:26:09.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:09.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:09.576 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:26:09.576 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:09.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:26:09.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:09.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:09.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:09.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:09.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:09.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:09.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:09.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JavaScript has children... 18:26:09.584 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JavaScript 18:26:09.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:10.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:10.088 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JavaScript 18:26:10.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JavaScript has children finished successfully 18:26:10.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JavaScript 18:26:10.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:10.092 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JavaScript is already expanded. No action performed 18:26:10.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:10.092 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JavaScript 18:26:10.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:26:10.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:26:10.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:10.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:10.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:26:10.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:10.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:10.098 INFO [WorkbenchTestable][AbstractShell] Close shell New 18:26:10.099 INFO [WorkbenchTestable][ShellHandler] Closing shell 'New' 18:26:10.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:26:10.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:26:10.192 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 18:26:10.192 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:10.192 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:10.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:10.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:10.194 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest) 18:26:10.194 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 18:26:10.194 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:10.194 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:10.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:10.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.976 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.836 s Running org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 18:26:10.205 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 18:26:10.209 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:26:10.209 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:10.209 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 18:26:10.209 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:10.209 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:26:10.212 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:10.212 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:26:10.212 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:10.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: "Import"] 18:26:10.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:10.214 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:26:10.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:10.214 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:26:10.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:10.216 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:26:10.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:10.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: "Import"] 18:26:10.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:10.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: "Import"] 18:26:10.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:10.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: "Import"] 18:26:10.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:10.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:26:10.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:10.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: "Import"] 18:26:10.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:10.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:10.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:10.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:10.223 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:26:10.223 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:26:10.225 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:10.228 DEBUG [main][MenuItemLookup] Item match:File 18:26:10.231 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:26:10.231 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:26:10.231 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:26:10.231 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:26:10.231 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:10.231 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:26:10.231 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:26:10.231 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:10.231 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:26:10.231 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:26:10.231 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:26:10.231 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:26:10.232 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:10.232 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:26:10.232 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:26:10.232 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:26:10.232 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:26:10.233 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:10.233 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:26:10.233 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:10.233 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:26:10.233 DEBUG [main][MenuItemLookup] Item match:Import... 18:26:10.234 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:26:10.235 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:26:10.236 INFO [main][MenuItemHandler] Select menu item: &Import... 18:26:10.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:26:10.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:26:10.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:26:10.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:10.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:10.432 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:26:10.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:10.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 18:26:10.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:10.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:10.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:10.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:10.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:10.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:10.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:10.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:26:10.439 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:26:10.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:10.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:26:10.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:10.453 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:26:10.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:26:10.454 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:26:10.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:10.454 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:26:10.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:10.455 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:26:10.461 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 18:26:10.461 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 18:26:10.462 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 18:26:10.463 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 18:26:10.463 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:26:10.463 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:26:10.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.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) 18:26:10.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:10.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:10.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:10.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:10.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:10.471 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:26:10.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:10.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:10.472 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:10.472 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:10.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: "Import"] 18:26:10.641 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:10.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:10.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:26:10.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:10.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:10.674 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:26:10.674 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:10.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:26:10.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:26:10.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:26:10.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:10.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:10.677 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:26:10.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:10.721 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip' 18:26:10.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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:") 18:26:10.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:10.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:10.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:10.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:10.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:10.726 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 18:26:10.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:10.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:10.759 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:10.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:10.773 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 18:26:10.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:10.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:26:10.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:26:10.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:10.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:26:10.776 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip 18:26:10.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 18:26:10.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:10.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:10.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:10.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:10.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:10.906 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 18:26:10.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:10.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:10.907 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:10.907 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:11.011 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 18:26:11.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:11.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:11.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:11.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:11.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:11.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 18:26:11.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 18:26:11.047 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 18:26:11.047 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 18:26:11.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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") 18:26:11.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:11.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:11.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:11.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:11.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:11.081 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 18:26:11.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:11.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:11.097 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:11.097 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:11.112 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 18:26:11.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:11.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:11.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:11.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:11.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:11.128 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 18:26:11.128 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 18:26:11.129 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 18:26:11.130 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 18:26:11.130 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:26:11.131 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 18:26:11.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.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) 18:26:11.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:11.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:11.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:11.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:11.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:11.164 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:26:11.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:11.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:11.164 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:11.164 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:11.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:26:11.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:26:11.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:11.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:26:11.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:26:11.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:26:11.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:26:11.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:26:11.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:26:11.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:26:11.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:26:11.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:26:11.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:26:11.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:26:11.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:11.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:11.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:11.417 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:26:11.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:11.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:11.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:11.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:11.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:11.421 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:26:11.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 '\*?\QPackage Explorer\E') 18:26:11.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:11.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:11.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:11.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:11.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:11.423 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:11.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:11.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:11.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:11.479 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:11.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:11.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:11.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:11.493 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:11.493 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:11.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:11.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:11.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:11.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:11.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:12.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:12.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:12.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:12.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:12.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:26:12.504 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:12.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:12.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:12.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:12.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:26:12.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:12.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:12.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:12.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:12.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:12.513 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 18:26:12.515 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:26:12.516 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 18:26:12.516 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 18:26:12.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:13.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:13.020 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 18:26:13.023 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 18:26:13.023 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 18:26:13.027 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 18:26:13.041 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 18:26:13.041 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 18:26:13.042 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 18:26:13.042 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 18:26:13.042 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 18:26:13.046 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 18:26:13.046 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:26:13.046 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:26:13.349 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:26:13.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:13.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:26:13.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:26:13.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:26:13.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:26:13.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:26:13.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:26:13.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:26:13.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:26:13.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:26:13.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:13.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5e17943f is found... 18:26:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5e17943f is found finished successfully 18:26:13.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 18:26:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:13.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:13.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:13.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:13.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:13.378 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:13.379 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 18:26:13.379 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:13.379 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 18:26:13.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 18:26:13.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:13.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:13.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:13.380 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:13.380 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 18:26:13.380 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") 18:26:13.380 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:13.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:13.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:13.381 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 18:26:13.381 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:13.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:13.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:13.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:13.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:13.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:13.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 18:26:13.514 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:13.515 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:13.515 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") 18:26:13.515 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:13.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:13.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:13.517 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 18:26:13.517 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:13.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:13.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:13.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:13.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:13.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:13.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 18:26:13.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 '\*?\Qfile.xml\E') 18:26:13.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:13.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:13.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:13.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:13.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:13.700 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part file.xml 18:26:13.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 18:26:13.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:13.701 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:13.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:13.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:13.704 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 18:26:13.704 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:13.704 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 18:26:13.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 18:26:13.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:13.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:13.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:13.709 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:13.710 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 18:26:13.710 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") 18:26:13.710 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:13.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:13.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:13.711 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 18:26:13.711 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:13.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:13.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:13.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:13.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:13.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:13.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 18:26:13.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 18:26:13.863 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:13.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:13.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:13.869 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 18:26:13.870 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:13.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:13.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:13.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:13.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:13.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:26:13.872 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 18:26:13.872 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:13.872 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:13.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:13.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:13.874 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 18:26:13.875 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:13.875 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 18:26:13.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 18:26:13.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:13.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:13.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:13.876 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:13.877 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 18:26:13.877 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") 18:26:13.877 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:13.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:13.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:13.878 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 18:26:13.879 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:13.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:13.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:13.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:13.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:13.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:13.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 18:26:14.037 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:14.037 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 18:26:14.038 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") 18:26:14.038 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:14.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:14.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:14.040 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 18:26:14.040 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:14.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:14.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:14.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:14.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:14.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:14.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 18:26:14.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:26:14.137 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:14.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:14.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:14.167 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 18:26:14.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:14.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:14.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:14.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:14.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:14.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:14.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:14.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:14.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 18:26:14.173 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 18:26:14.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:14.173 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 18:26:14.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:14.173 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 18:26:14.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 18:26:14.187 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 18:26:14.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:14.187 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 18:26:14.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:14.188 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 18:26:14.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 18:26:14.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:14.190 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:14.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:14.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:14.191 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 18:26:14.191 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:14.191 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 18:26:14.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 18:26:14.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:14.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:14.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:14.194 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:14.195 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:14.195 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") 18:26:14.195 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:14.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:14.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:14.195 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 18:26:14.196 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:14.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:14.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:14.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:14.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:14.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:14.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 18:26:14.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 18:26:14.202 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:14.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:14.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:14.219 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 18:26:14.219 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:14.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:14.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:14.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:14.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:14.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:14.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:14.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:14.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 18:26:14.224 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 18:26:14.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:14.225 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 18:26:14.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:14.225 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 18:26:14.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 18:26:14.226 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 18:26:14.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:14.227 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 18:26:14.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:14.227 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 18:26:14.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 18:26:14.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:14.229 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:14.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:14.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:14.231 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 18:26:14.231 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:14.231 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingingAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 18:26:14.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 18:26:14.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:14.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:14.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:14.237 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 18:26:14.237 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:14.238 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:14.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:14.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:14.239 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingingAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 18:26:14.239 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:14.239 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEvaluatingXPathOnAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 18:26:14.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 18:26:14.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:14.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:14.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:14.367 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 18:26:14.367 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:14.367 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:14.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:14.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:14.376 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEvaluatingXPathOnAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 18:26:14.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:14.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:14.390 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:26:14.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:14.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:14.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 18:26:14.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:14.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:14.395 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 18:26:14.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') 18:26:14.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:14.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:14.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:14.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:14.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:14.430 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:14.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:14.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:14.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:14.510 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:14.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:14.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:14.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:14.513 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:14.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:14.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:14.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:14.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:14.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:14.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:15.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:15.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:15.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:15.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:15.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:26:15.519 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:15.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:15.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:15.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:15.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:26:15.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:15.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:15.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:15.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:15.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:15.525 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 18:26:15.526 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 18:26:15.526 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 18:26:15.527 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 18:26:15.531 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 18:26:15.532 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:26:15.532 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:15.596 DEBUG [main][MenuItemLookup] Found menu:'New' 18:26:15.597 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:26:15.597 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:15.597 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:26:15.597 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:26:15.597 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:15.597 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:26:15.597 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:26:15.597 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:26:15.597 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:26:15.597 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:15.597 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:26:15.597 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:26:15.597 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:26:15.597 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:15.597 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:26:15.597 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:26:15.597 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:15.597 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:26:15.597 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:26:15.597 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:26:15.597 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:26:15.598 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:26:15.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:15.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:26:16.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:26:16.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:26:16.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:26:16.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:26:16.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:26:16.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:26:16.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:26:16.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:16.099 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 18:26:16.099 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 18:26:16.100 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 18:26:16.100 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 18:26:16.107 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 18:26:16.108 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:26:16.108 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:16.168 DEBUG [main][MenuItemLookup] Found menu:'New' 18:26:16.168 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:26:16.168 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:16.168 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:26:16.168 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:26:16.168 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:16.168 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:26:16.168 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:26:16.168 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:26:16.168 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:26:16.168 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:26:16.169 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:26:16.169 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:26:16.169 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:26:16.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:26:16.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:26:16.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:26:16.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:16.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:16.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:16.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:16.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: 32) 18:26:16.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:16.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:16.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:16.453 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:26:16.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:16.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:16.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:16.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:16.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:16.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:16.456 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:26:16.456 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:26:16.456 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:26:16.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:16.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:16.457 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:16.457 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:16.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:26:16.457 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:16.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:16.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:16.466 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:26:16.466 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:16.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:16.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:16.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:16.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:16.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:16.470 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:26:16.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:16.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:16.471 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:16.471 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:16.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:26:16.508 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:26:17.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:26:17.009 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:26:17.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:17.009 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:26:17.009 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:26:17.009 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:26:17.009 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:26:17.009 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:26:17.009 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:26:17.009 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:26:17.009 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:26:17.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:17.009 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 18:26:17.010 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:17.010 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:17.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:17.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.808 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.325 s selectSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.17 s getDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.316 s selectDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.04 s testGettingingAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.008 s testEvaluatingXPathOnAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.137 s Running org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 18:26:17.023 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 18:26:17.024 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:26:17.024 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:17.024 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 18:26:17.025 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:17.025 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:26:17.025 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:17.025 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:26:17.025 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:17.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"] 18:26:17.026 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:17.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"] 18:26:17.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:17.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"] 18:26:17.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:17.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: "Import"] 18:26:17.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:17.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"] 18:26:17.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:17.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"] 18:26:17.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:17.034 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:26:17.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:17.034 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:26:17.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:17.035 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:26:17.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:17.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:17.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:17.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:17.038 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:26:17.038 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:26:17.039 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:17.040 DEBUG [main][MenuItemLookup] Item match:File 18:26:17.042 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:26:17.042 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:26:17.042 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:26:17.042 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:26:17.042 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:17.042 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:26:17.042 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:26:17.042 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:17.042 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:26:17.042 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:26:17.042 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:26:17.042 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:26:17.042 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:17.042 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:26:17.042 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:26:17.042 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:26:17.042 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:26:17.042 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:17.042 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:26:17.042 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:17.042 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:26:17.042 DEBUG [main][MenuItemLookup] Item match:Import... 18:26:17.042 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:26:17.042 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:26:17.043 INFO [main][MenuItemHandler] Select menu item: &Import... 18:26:17.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:26:17.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:26:17.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:26:17.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:17.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:17.229 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:26:17.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:17.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:26:17.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:17.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:17.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:17.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:17.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:17.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:17.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:17.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:26:17.246 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:26:17.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:17.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:26:17.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:17.260 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:26:17.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:26:17.262 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:26:17.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:17.263 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:26:17.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:17.264 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:26:17.269 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 18:26:17.269 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 18:26:17.270 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 18:26:17.271 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 18:26:17.271 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:26:17.271 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:26:17.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 18:26:17.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:17.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:17.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:17.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:17.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:17.277 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:26:17.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:17.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:17.277 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:17.278 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:17.375 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:26:17.449 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:17.449 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:17.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:26:17.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:17.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:17.504 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:26:17.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:17.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:26:17.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:26:17.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:26:17.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:17.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:17.516 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:26:17.516 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:17.517 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip' 18:26:17.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.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:") 18:26:17.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:17.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:17.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:17.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:17.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:17.520 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 18:26:17.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:17.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:17.521 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:17.521 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:17.564 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 18:26:17.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:17.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:26:17.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:26:17.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:17.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:26:17.566 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip 18:26:17.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.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") 18:26:17.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:17.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:17.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:17.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:17.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:17.580 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 18:26:17.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:17.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:17.581 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:17.581 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:17.725 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 18:26:17.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:17.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:17.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:17.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:17.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:17.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 18:26:17.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 18:26:17.746 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 18:26:17.746 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 18:26:17.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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") 18:26:17.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:17.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:17.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:17.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:17.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:17.751 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 18:26:17.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:17.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:17.751 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:17.751 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:17.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 18:26:17.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:17.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:17.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:17.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:17.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:17.756 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 18:26:17.757 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 18:26:17.757 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 18:26:17.758 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 18:26:17.758 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:26:17.758 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 18:26:17.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 18:26:17.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:17.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:17.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:17.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:17.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:17.833 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:26:17.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:17.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:17.834 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:17.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:17.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:26:18.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:26:18.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:18.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:26:18.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:26:18.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:26:18.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:26:18.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:26:18.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:26:18.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:26:18.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:26:18.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:26:18.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:26:18.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:26:18.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:18.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:18.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:18.215 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:26:18.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:18.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:18.223 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:18.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:18.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:18.223 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:26:18.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') 18:26:18.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:18.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:18.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:18.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:18.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:18.232 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:18.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:18.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:18.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:26:18.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:26:18.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:26:18.239 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:18.239 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateXPath no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 18:26:18.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 18:26:18.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:18.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:18.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:18.240 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:18.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:18.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:18.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:18.244 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:18.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:18.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:18.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:18.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:18.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:18.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:18.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:18.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:19.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:19.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:19.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:26:19.252 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:19.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:19.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:19.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:19.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 18:26:19.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:19.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:19.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:19.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:19.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:19.257 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 18:26:19.258 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:26:19.259 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 18:26:19.259 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 18:26:19.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:19.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 18:26:19.763 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 18:26:19.763 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 18:26:19.763 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 18:26:19.777 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 18:26:19.778 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 18:26:19.778 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 18:26:19.778 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 18:26:19.779 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 18:26:19.785 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 18:26:19.785 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:26:19.786 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:26:20.077 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:26:20.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:20.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:26:20.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:26:20.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:26:20.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:26:20.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:26:20.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:26:20.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:26:20.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:26:20.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:26:20.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:20.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2856ad7e is found... 18:26:20.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2856ad7e is found finished successfully 18:26:20.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 18:26:20.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:20.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:20.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:20.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:20.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:20.096 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:20.097 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:20.099 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:20.100 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:20.100 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") 18:26:20.100 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:20.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:20.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:20.102 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 18:26:20.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:20.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:20.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:20.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:20.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:20.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:20.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 18:26:20.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 18:26:20.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:20.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:20.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:20.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:20.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:20.253 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part file.xml 18:26:20.261 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 18:26:20.261 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:20.261 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:20.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:20.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:20.263 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateXPath no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 18:26:20.263 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:20.263 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateXPathWithIgnoringNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 18:26:20.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 18:26:20.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:20.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:20.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:20.264 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:20.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:20.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:20.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:20.335 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:20.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:20.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:20.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:20.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:20.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:20.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:20.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:20.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:21.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:21.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:21.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:26:21.344 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:21.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:21.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:21.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:21.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 18:26:21.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:21.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:21.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:21.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:21.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:21.352 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 18:26:21.353 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:26:21.355 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TomcatServerRequirement.xml of tree item xml-project 18:26:21.355 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 18:26:21.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:21.356 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item xml-project is already expanded. No action performed 18:26:21.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:21.357 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 18:26:21.359 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TomcatServerRequirement.xml 18:26:21.359 DEBUG [main][TreeItemHandler] Selecting tree item: TomcatServerRequirement.xml 18:26:21.360 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TomcatServerRequirement.xml about selection 18:26:21.363 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TomcatServerRequirement.xml 18:26:21.364 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:26:21.364 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:21.466 DEBUG [main][MenuItemLookup] Found menu:'New' 18:26:21.466 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:21.466 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:26:21.466 DEBUG [main][MenuItemLookup] Found menu:'Open With' 18:26:21.466 DEBUG [main][MenuItemLookup] Item match:Open With 18:26:21.471 DEBUG [main][MenuItemLookup] Found menu:'Generic Text Editor' 18:26:21.471 DEBUG [main][MenuItemLookup] Found menu:'JUnit View' 18:26:21.471 DEBUG [main][MenuItemLookup] Found menu:'Text Editor' 18:26:21.471 DEBUG [main][MenuItemLookup] Found menu:'XML Editor' 18:26:21.471 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:21.471 DEBUG [main][MenuItemLookup] Found menu:'System Editor' 18:26:21.471 DEBUG [main][MenuItemLookup] Found menu:'Default Editor' 18:26:21.471 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:21.471 DEBUG [main][MenuItemLookup] Found menu:'Other...' 18:26:21.471 DEBUG [main][MenuItemLookup] Item match:Other... 18:26:21.472 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Other..." 18:26:21.472 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... 18:26:21.472 INFO [main][MenuItemHandler] Select menu item: Other... 18:26:21.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 18:26:21.628 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 18:26:21.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 18:26:21.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:21.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:21.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:26:21.630 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:21.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:21.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:21.631 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 18:26:21.631 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:21.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:21.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:21.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:21.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:21.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:21.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:21.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:21.652 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item XML Editor 18:26:21.654 DEBUG [main][TreeItemHandler] Selecting tree item: XML Editor 18:26:21.654 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item XML Editor about selection 18:26:21.655 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: XML Editor 18:26:21.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:26:21.655 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:21.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:21.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:21.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 18:26:21.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:21.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:21.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:21.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:21.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:21.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:21.667 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:26:21.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:21.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:21.667 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:21.667 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:21.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:26:21.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:26:21.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@77880ec8 is found... 18:26:21.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@77880ec8 is found finished successfully 18:26:21.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTomcatServerRequirement.xml\E') 18:26:21.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:21.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:22.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:22.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:22.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:22.005 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:22.006 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 18:26:22.007 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:22.008 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 18:26:22.008 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") 18:26:22.008 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:22.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:22.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:22.017 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TomcatServerRequirement.xml"as the parent 18:26:22.018 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:22.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:22.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:22.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:22.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:22.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:22.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 18:26:22.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTomcatServerRequirement.xml\E') 18:26:22.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:22.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:22.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:22.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:22.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:22.218 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part TomcatServerRequirement.xml 18:26:22.224 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 18:26:22.224 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:22.224 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:22.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:22.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:22.226 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateXPathWithIgnoringNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 18:26:22.227 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:22.227 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateXPathWithNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 18:26:22.227 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 18:26:22.227 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:22.227 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:22.227 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:22.229 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:22.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:22.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:22.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:22.391 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:22.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:22.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:22.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:22.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:22.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:22.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:22.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:22.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:23.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:23.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:23.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:26:23.401 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:23.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:23.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:23.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:23.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 18:26:23.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:23.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:23.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:23.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:23.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:23.408 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 18:26:23.409 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:26:23.412 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TomcatServerRequirement.xml of tree item xml-project 18:26:23.412 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 18:26:23.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:23.413 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item xml-project is already expanded. No action performed 18:26:23.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:23.413 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 18:26:23.414 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TomcatServerRequirement.xml 18:26:23.414 DEBUG [main][TreeItemHandler] Selecting tree item: TomcatServerRequirement.xml 18:26:23.414 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TomcatServerRequirement.xml about selection 18:26:23.419 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TomcatServerRequirement.xml 18:26:23.419 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:26:23.419 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:23.515 DEBUG [main][MenuItemLookup] Found menu:'New' 18:26:23.515 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:23.515 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:26:23.515 DEBUG [main][MenuItemLookup] Found menu:'Open With' 18:26:23.515 DEBUG [main][MenuItemLookup] Item match:Open With 18:26:23.520 DEBUG [main][MenuItemLookup] Found menu:'Generic Text Editor' 18:26:23.520 DEBUG [main][MenuItemLookup] Found menu:'JUnit View' 18:26:23.520 DEBUG [main][MenuItemLookup] Found menu:'Text Editor' 18:26:23.520 DEBUG [main][MenuItemLookup] Found menu:'XML Editor' 18:26:23.520 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:23.520 DEBUG [main][MenuItemLookup] Found menu:'System Editor' 18:26:23.520 DEBUG [main][MenuItemLookup] Found menu:'Default Editor' 18:26:23.520 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:23.520 DEBUG [main][MenuItemLookup] Found menu:'Other...' 18:26:23.520 DEBUG [main][MenuItemLookup] Item match:Other... 18:26:23.520 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Other..." 18:26:23.520 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... 18:26:23.521 INFO [main][MenuItemHandler] Select menu item: Other... 18:26:23.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 18:26:23.755 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 18:26:23.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 18:26:23.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:23.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:23.773 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:26:23.773 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:23.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:23.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:23.775 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 18:26:23.775 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:23.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:23.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:23.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:23.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:23.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:23.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:23.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:23.796 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item XML Editor 18:26:23.796 DEBUG [main][TreeItemHandler] Selecting tree item: XML Editor 18:26:23.796 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item XML Editor about selection 18:26:23.797 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: XML Editor 18:26:23.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:26:23.797 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:23.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:23.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:23.803 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 18:26:23.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:23.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:23.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:23.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:23.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:23.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:23.807 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:26:23.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:23.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:23.807 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:23.807 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:23.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:26:23.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:26:23.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3819877f is found... 18:26:23.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3819877f is found finished successfully 18:26:23.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 '\*?\QTomcatServerRequirement.xml\E') 18:26:23.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:23.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:23.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:23.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:23.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:23.943 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:23.944 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 18:26:23.944 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:23.945 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 18:26:23.945 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") 18:26:23.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:23.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:23.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:23.945 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TomcatServerRequirement.xml"as the parent 18:26:23.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:23.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:23.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:23.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:23.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:23.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:23.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 18:26:24.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTomcatServerRequirement.xml\E') 18:26:24.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:24.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:24.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:24.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:24.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:24.087 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part TomcatServerRequirement.xml 18:26:24.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 18:26:24.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:24.092 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:24.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:24.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:24.093 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateXPathWithNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 18:26:24.093 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:26:24.094 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:24.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:24.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:24.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:24.153 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:24.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:24.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:24.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:24.156 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:24.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:24.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:24.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:24.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:24.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:24.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:24.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:24.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:25.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:25.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:25.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:26:25.166 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:25.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:25.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:25.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:25.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 18:26:25.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:25.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:25.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:25.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:25.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:25.171 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 18:26:25.172 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 18:26:25.172 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 18:26:25.180 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 18:26:25.184 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 18:26:25.184 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:26:25.184 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:25.316 DEBUG [main][MenuItemLookup] Found menu:'New' 18:26:25.316 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:26:25.316 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:25.316 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:26:25.316 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:26:25.316 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:25.316 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:26:25.316 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:26:25.316 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:26:25.316 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:26:25.316 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:25.316 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:26:25.316 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:26:25.316 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:26:25.316 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:25.316 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:26:25.316 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:26:25.316 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:25.316 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:26:25.316 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:26:25.317 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:26:25.317 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:26:25.317 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:26:25.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:25.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:26:25.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:26:25.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:26:25.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:26:25.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:26:25.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:26:25.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:26:25.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:26:25.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:25.819 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 18:26:25.819 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 18:26:25.820 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 18:26:25.820 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 18:26:25.827 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 18:26:25.831 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:26:25.831 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:25.890 DEBUG [main][MenuItemLookup] Found menu:'New' 18:26:25.890 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:26:25.890 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:25.890 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:26:25.890 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:26:25.890 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:25.890 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:26:25.890 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:26:25.890 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:26:25.890 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:26:25.890 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:26:25.890 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:26:25.890 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:26:25.891 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:26:25.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:26:26.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:26:26.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:26:26.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:26.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:26.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:26.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:26.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) 18:26:26.128 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:26.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:26.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:26.129 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:26:26.129 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:26.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:26.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:26.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:26.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:26.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:26.132 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:26:26.132 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:26:26.133 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:26:26.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:26.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:26.139 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:26.139 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:26.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:26:26.139 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:26.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:26.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:26.141 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:26:26.141 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:26.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:26.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:26.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:26.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:26.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:26.148 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:26:26.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:26.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:26.148 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:26.148 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:26.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:26:26.167 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:26:26.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:26:26.668 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:26:26.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:26.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 18:26:26.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:26:26.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:26:26.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:26:26.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:26:26.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:26:26.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:26:26.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:26:26.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:26:26.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:26:26.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:26:26.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:26.669 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 18:26:26.669 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:26.669 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:26.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:26.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.65 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: 2.024 s evaluateXPathWithIgnoringNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) Time elapsed: 1.963 s evaluateXPathWithNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) Time elapsed: 1.866 s Running org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 18:26:26.682 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 18:26:26.682 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:26:26.683 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:26.683 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 18:26:26.683 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:26.683 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:26:26.684 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:26.684 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:26:26.684 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:26.684 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:26:26.685 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:26.685 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:26:26.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26: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"] 18:26:26.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:26.687 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:26:26.687 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:26.687 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:26:26.688 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:26.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: "Import"] 18:26:26.688 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:26.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: "Import"] 18:26:26.689 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:26.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: "Import"] 18:26:26.689 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:26.690 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:26:26.690 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:26.691 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:26.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:26.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:26.692 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:26:26.692 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:26:26.693 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:26.695 DEBUG [main][MenuItemLookup] Item match:File 18:26:26.696 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:26:26.696 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:26:26.696 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:26:26.696 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:26:26.696 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:26.696 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:26:26.696 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:26:26.696 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:26.696 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:26:26.696 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 18:26:26.696 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 18:26:26.696 DEBUG [main][MenuItemLookup] Found menu:'Revert' 18:26:26.696 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:26.696 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:26:26.696 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:26:26.696 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:26:26.696 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 18:26:26.696 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:26.696 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 18:26:26.696 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:26.697 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:26:26.697 DEBUG [main][MenuItemLookup] Item match:Import... 18:26:26.697 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 18:26:26.697 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 18:26:26.697 INFO [main][MenuItemHandler] Select menu item: &Import... 18:26:26.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:26:26.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:26:26.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:26:26.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:26.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:26.861 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:26:26.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:26.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:26:26.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:26.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:26.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:26.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:26.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:26.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:26.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:26.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:26:26.875 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:26:26.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:26.875 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:26:26.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:26.875 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:26:26.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:26:26.876 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:26:26.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:26.876 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:26:26.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:26.877 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:26:26.878 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 18:26:26.878 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 18:26:26.904 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 18:26:26.905 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 18:26:26.905 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:26:26.905 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 18:26:26.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 18:26:26.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:26.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:26.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:26.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:26.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:26.924 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:26:26.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:26.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:26.925 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:26.925 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:27.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 18:26:27.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:27.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:27.127 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:26:27.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:27.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:27.129 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 18:26:27.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:27.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 18:26:27.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 18:26:27.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 18:26:27.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:27.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:27.132 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:26:27.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:27.133 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip' 18:26:27.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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:") 18:26:27.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:27.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:27.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:27.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:27.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:27.140 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 18:26:27.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:27.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:27.140 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:27.141 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:27.189 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 18:26:27.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:27.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:26:27.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:26:27.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:27.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:26:27.191 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip 18:26:27.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 18:26:27.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:27.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:27.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:27.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:27.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:27.205 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 18:26:27.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:27.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:27.206 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:27.206 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:27.311 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 18:26:27.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:27.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:27.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:27.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:27.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:27.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 18:26:27.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 18:26:27.334 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 18:26:27.334 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 18:26:27.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 18:26:27.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:27.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:27.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:27.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:27.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:27.338 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 18:26:27.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:27.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:27.339 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:27.339 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:27.341 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 18:26:27.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:27.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:27.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:27.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:27.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:27.346 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 18:26:27.347 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 18:26:27.348 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 18:26:27.348 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 18:26:27.376 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 18:26:27.376 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 18:26:27.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 18:26:27.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:27.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:27.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:27.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:27.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:27.447 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:26:27.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:27.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:27.448 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:27.448 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:27.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:26:27.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:26:27.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:26:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:26:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:26:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:26:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:26:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:26:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:26:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:26:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:26:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:26:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:26:27.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:27.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:27.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:27.656 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:26:27.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:27.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:27.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:27.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:27.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:27.659 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:26:27.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 '\*?\QPackage Explorer\E') 18:26:27.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:27.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:27.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:27.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:27.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:27.661 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:27.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:27.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:27.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:26:27.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:26:27.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:26:27.665 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:27.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:27.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:27.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:27.667 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:27.667 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:27.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:27.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:27.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:27.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:27.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:28.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:28.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:28.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:28.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:28.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:26:28.674 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:28.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:28.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:28.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:28.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:26:28.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:28.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:28.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:28.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:28.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:28.681 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 18:26:28.682 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:26:28.683 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 18:26:28.683 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 18:26:28.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:29.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:29.185 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 18:26:29.195 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 18:26:29.195 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 18:26:29.195 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 18:26:29.201 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 18:26:29.202 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 18:26:29.202 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 18:26:29.202 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 18:26:29.204 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 18:26:29.208 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 18:26:29.208 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:26:29.208 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:26:29.493 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:26:29.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:29.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:26:29.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:26:29.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:26:29.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:26:29.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:26:29.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:26:29.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:26:29.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:26:29.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:26:29.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:29.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7275bb61 is found... 18:26:29.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7275bb61 is found finished successfully 18:26:29.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 18:26:29.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:29.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:29.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:29.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:29.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:29.524 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:29.524 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 18:26:29.531 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:29.531 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 18:26:29.532 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") 18:26:29.532 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:29.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:29.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:29.533 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 18:26:29.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:29.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:29.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:29.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:29.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:29.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:29.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 18:26:29.645 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:29.646 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNode_childNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 18:26:29.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 18:26:29.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:29.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:29.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:29.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:26:29.646 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:29.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:29.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:29.675 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 18:26:29.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:29.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:29.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:29.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:29.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:29.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:29.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:29.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:29.681 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 18:26:29.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:29.681 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 18:26:29.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:29.682 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 18:26:29.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 18:26:29.683 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 18:26:29.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:30.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:30.185 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 18:26:30.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 18:26:30.189 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 18:26:30.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:30.198 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 18:26:30.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:30.199 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 18:26:30.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 18:26:30.202 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 18:26:30.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:30.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:30.704 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 18:26:30.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 18:26:30.715 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 18:26:30.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:30.716 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 18:26:30.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:30.716 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 18:26:30.718 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 18:26:30.718 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:30.718 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:30.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:30.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:30.720 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNode_childNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 18:26:30.721 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:30.721 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 18:26:30.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 18:26:30.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:30.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:30.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:30.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:26:30.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:30.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:30.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:30.723 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 18:26:30.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:30.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:30.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:30.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:30.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:30.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:30.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:30.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:30.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 18:26:30.728 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 18:26:30.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:30.729 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 18:26:30.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:30.729 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 18:26:30.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 18:26:30.730 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 18:26:30.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:30.731 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 18:26:30.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:30.731 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 18:26:30.732 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 18:26:30.732 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:30.732 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:30.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:30.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:30.733 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 18:26:30.733 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:30.733 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAttribute no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 18:26:30.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 18:26:30.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:30.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:30.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:30.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:26:30.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:30.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:30.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:30.734 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 18:26:30.735 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:30.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:30.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:30.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:30.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:30.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:30.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:30.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:30.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 18:26:30.739 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 18:26:30.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:30.740 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 18:26:30.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:30.740 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 18:26:30.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 18:26:30.741 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 18:26:30.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:30.741 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 18:26:30.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:30.742 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 18:26:30.745 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 18:26:30.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:30.746 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 18:26:30.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:30.746 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 18:26:30.748 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 18:26:30.748 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:30.748 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:30.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:30.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:30.750 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAttribute no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 18:26:30.750 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:30.750 INFO [WorkbenchTestable][RequirementsRunner] Started test: getValue no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 18:26:30.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 18:26:30.751 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:30.751 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:30.751 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:30.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 18:26:30.751 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:30.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:30.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:30.752 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 18:26:30.753 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:30.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:30.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:30.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:30.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:30.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:30.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:30.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:30.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 18:26:30.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 18:26:30.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:30.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 18:26:30.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:30.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 18:26:30.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 18:26:30.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 18:26:30.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:30.757 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 18:26:30.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:30.757 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 18:26:30.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 18:26:30.758 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 18:26:30.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:30.759 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 18:26:30.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:30.759 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 18:26:30.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 18:26:30.760 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 18:26:30.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:30.760 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 18:26:30.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:30.760 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 18:26:30.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 18:26:30.761 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 18:26:30.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:30.761 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 18:26:30.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:30.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 18:26:30.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 18:26:30.762 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 18:26:30.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:30.762 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 18:26:30.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:30.762 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 18:26:30.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 18:26:30.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:30.763 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:30.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:30.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:30.764 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getValue no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 18:26:30.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:30.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:30.767 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:26:30.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:30.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:30.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 18:26:30.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:30.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:30.771 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 18:26:30.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') 18:26:30.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:30.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:30.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:30.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:30.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:30.816 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:30.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:30.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:30.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:30.874 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:30.874 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:30.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:30.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:30.877 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:30.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:30.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:30.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:30.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:30.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:30.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:31.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:31.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:31.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:31.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:31.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:26:31.887 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:26:31.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:26:31.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:31.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:31.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:26:31.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:31.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:31.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:31.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:31.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:31.891 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 18:26:31.892 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 18:26:31.892 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 18:26:31.893 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 18:26:31.903 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 18:26:31.903 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:26:31.903 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:31.969 DEBUG [main][MenuItemLookup] Found menu:'New' 18:26:31.969 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:26:31.969 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:31.969 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:26:31.969 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:26:31.969 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:31.969 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:26:31.969 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:26:31.969 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:26:31.969 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:26:31.969 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:31.970 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:26:31.970 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:26:31.970 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:26:31.970 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:31.970 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:26:31.970 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:26:31.970 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:31.970 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:26:31.970 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:26:31.970 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:26:31.970 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:26:31.971 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:26:31.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:31.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:26:32.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:26:32.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:26:32.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:26:32.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:26:32.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:26:32.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:26:32.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:26:32.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:32.473 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 18:26:32.474 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 18:26:32.474 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 18:26:32.475 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 18:26:32.479 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 18:26:32.479 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:26:32.479 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:32.543 DEBUG [main][MenuItemLookup] Found menu:'New' 18:26:32.543 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:26:32.543 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:32.543 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:26:32.543 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:26:32.543 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:32.543 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:26:32.543 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:26:32.543 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:26:32.543 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:26:32.543 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:26:32.543 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:26:32.543 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:26:32.544 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:26:32.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 'Delete.*'] is available.... 18:26:33.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 'Delete.*'] is available. finished successfully 18:26:33.280 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:26:33.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:33.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:33.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:33.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:33.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:26:33.287 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:33.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:33.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:33.288 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:26:33.288 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:33.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:33.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:33.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:33.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:33.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:33.290 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:26:33.290 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:26:33.291 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:26:33.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:33.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:33.292 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:33.292 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:33.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:26:33.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:33.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:33.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:33.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:26:33.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:33.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:33.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:33.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:33.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:33.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:33.296 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:26:33.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:33.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:33.297 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:33.297 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:33.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:26:33.317 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:26:33.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:26:33.818 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:26:33.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:33.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:26:33.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 18:26:33.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:26:33.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:26:33.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:26:33.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:26:33.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:26:33.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:26:33.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:26:33.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:26:33.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:26:33.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:33.819 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 18:26:33.819 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:33.819 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:33.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:33.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.143 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.074 s getNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) Time elapsed: 0.012 s getAttribute no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) Time elapsed: 0.017 s getValue no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) Time elapsed: 0.014 s Running org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 18:26:33.835 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 18:26:33.836 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:26:33.836 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:33.836 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 18:26:33.836 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:33.836 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:26:33.837 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:33.837 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:26:33.837 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:33.838 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:33.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:33.840 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:33.840 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:33.840 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 18:26:33.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:33.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"] 18:26:33.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:33.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"] 18:26:33.842 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:33.842 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:33.842 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:33.842 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 18:26:33.842 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:33.842 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:33.842 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:33.843 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:33.843 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:33.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:33.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:33.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:33.844 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:26:33.844 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:26:33.845 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:33.846 DEBUG [main][MenuItemLookup] Item match:File 18:26:33.847 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:26:33.847 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:26:33.857 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:26:33.857 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:26:33.857 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:33.857 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:26:33.857 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:26:33.857 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:26:33.857 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:26:33.857 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:26:33.857 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:26:33.857 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:26:33.857 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:26:33.857 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:26:33.857 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:33.857 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:26:33.857 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:26:33.857 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:26:33.857 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:33.857 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:26:33.857 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:33.857 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:26:33.857 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:26:33.878 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:26:33.878 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:26:33.880 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:26:34.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:26:34.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:26:34.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:26:34.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:34.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:34.126 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:26:34.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:34.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:26:34.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:34.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:34.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:34.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:34.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:34.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:34.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:34.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 18:26:34.144 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 18:26:34.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:34.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:34.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 18:26:34.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 18:26:34.650 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 18:26:34.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:34.651 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 18:26:34.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:34.651 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 18:26:34.652 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 18:26:34.653 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 18:26:34.653 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 18:26:34.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 18:26:34.658 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:26:34.658 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:26:34.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:26:34.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:34.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:34.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:34.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:34.669 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:26:34.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:34.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:34.670 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:34.670 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:35.110 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:35.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:35.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:35.178 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.... 18:26:35.178 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 18:26:35.179 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 18:26:35.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:35.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:35.181 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 18:26:35.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:35.226 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:") 18:26:35.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:35.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:35.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:35.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:35.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:26:35.243 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:26:35.244 INFO [WorkbenchTestable][AbstractText] Text set to: HTMLProjectTest 18:26:35.267 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 18:26:35.267 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 18:26:35.268 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) 18:26:35.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:35.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:35.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:35.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:35.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:35.290 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:26:35.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:35.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:35.290 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:35.290 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:35.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:26:35.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:26:35.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:35.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:26:35.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:26:35.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:26:35.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 18:26:35.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:26:35.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:26:35.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:26:35.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:26:35.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:26:35.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:26:35.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:26:35.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:26:35.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:26:35.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:26:35.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:35.805 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:35.806 INFO [WorkbenchTestable][RequirementsRunner] Started test: createHTMLFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest) 18:26:35.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 18:26:35.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:35.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:35.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:35.812 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:35.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:35.813 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:35.813 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:35.813 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 18:26:35.813 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:35.814 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:35.814 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:35.814 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:35.814 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:35.815 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:35.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:35.815 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New HTML File"] 18:26:35.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:35.817 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:35.817 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:35.817 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:35.817 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:35.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:35.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:35.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:35.818 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:26:35.818 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:26:35.819 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:35.819 DEBUG [main][MenuItemLookup] Item match:File 18:26:35.821 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:26:35.821 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:26:35.828 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:26:35.828 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:26:35.828 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:35.828 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:26:35.828 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:26:35.828 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:26:35.828 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:26:35.828 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:26:35.828 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:26:35.828 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:26:35.828 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:26:35.828 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:26:35.828 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:35.828 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:26:35.828 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:26:35.828 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:26:35.829 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:35.829 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:26:35.829 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:35.829 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:26:35.829 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:26:35.829 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:26:35.830 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:26:35.830 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:26:36.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:26:36.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:26:36.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:26:36.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:36.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:36.213 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:26:36.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:36.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:26:36.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:36.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:36.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:36.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:36.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:36.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:36.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:36.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 18:26:36.394 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 18:26:36.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:36.395 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 18:26:36.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:36.396 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 18:26:36.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 18:26:36.398 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 18:26:36.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:36.399 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 18:26:36.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:36.400 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 18:26:36.402 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HTML File 18:26:36.402 DEBUG [main][TreeItemHandler] Selecting tree item: HTML File 18:26:36.404 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HTML File about selection 18:26:36.419 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HTML File 18:26:36.420 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:26:36.420 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:26:36.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) 18:26:36.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:36.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:36.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:36.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:36.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:36.496 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:26:36.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:36.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:36.498 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:36.498 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:37.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:37.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:37.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:37.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New HTML File"] is available.... 18:26:37.695 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 18:26:37.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New HTML File 18:26:37.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:37.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:37.697 TRACE [WorkbenchTestable][NewHTMLWizard] Shell New HTML File is not null and is not disposed 18:26:37.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:37.700 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:") 18:26:37.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:37.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:37.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:37.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:37.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:26:37.729 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:26:37.731 INFO [WorkbenchTestable][AbstractText] Text set to: testHTML 18:26:37.734 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:") 18:26:37.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:37.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:37.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:37.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:37.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:26:37.794 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:26:37.795 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 18:26:37.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:37.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:37.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:37.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:37.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26: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.html.ui.wizard.NewHTMLFileWizardPage, index 0 and no matchers specified 18:26:37.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:37.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:37.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:37.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:37.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:37.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:37.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:37.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem HTMLProjectTest has children... 18:26:37.812 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item HTMLProjectTest 18:26:37.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:37.812 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item HTMLProjectTest is already expanded. No action performed 18:26:37.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:37.813 INFO [WorkbenchTestable][TreeItemHandler] Expanded: HTMLProjectTest 18:26:37.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem HTMLProjectTest has children finished successfully 18:26:37.813 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item HTMLProjectTest 18:26:37.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:37.813 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item HTMLProjectTest is already expanded. No action performed 18:26:37.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:37.813 INFO [WorkbenchTestable][TreeItemHandler] Expanded: HTMLProjectTest 18:26:37.815 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:26:37.815 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:26:37.815 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:26:37.845 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:26:37.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.html.ui.wizard.NewHTMLFileWizardPage, index 0 and no matchers specified 18:26:37.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:37.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:37.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:37.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:37.849 TRACE [WorkbenchTestable][NewHTMLWizard] Shell New HTML File is not null and is not disposed 18:26:37.849 INFO [WorkbenchTestable][NewHTMLWizard] Go to next wizard page 18:26:37.849 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) 18:26:37.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:37.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:37.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:37.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:37.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:37.890 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:26:37.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:37.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:37.890 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:37.890 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:37.932 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") 18:26:37.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:37.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:37.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:37.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:37.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:37.935 INFO [WorkbenchTestable][CheckBox] Select checkbox &Use HTML Template 18:26:37.936 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Use HTML Template 18:26:37.936 INFO [WorkbenchTestable][AbstractButton] Click button &Use HTML Template 18:26:37.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:37.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:37.937 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:37.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:37.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.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") 18:26:37.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:37.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:37.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:37.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:37.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:37.998 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") 18:26:37.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:37.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:38.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:38.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:38.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:38.004 INFO [WorkbenchTestable][CheckBox] Select checkbox &Use HTML Template 18:26:38.004 INFO [WorkbenchTestable][CheckBox] Check checkbox &Use HTML Template 18:26:38.005 INFO [WorkbenchTestable][AbstractButton] Click button &Use HTML Template 18:26:38.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:38.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:38.006 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:38.006 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:38.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.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") 18:26:38.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:38.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:38.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:38.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:38.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:38.093 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 18:26:38.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:38.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:38.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:38.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:38.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:26:38.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:38.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:38.100 TRACE [WorkbenchTestable][NewHTMLWizard] Shell New HTML File is not null and is not disposed 18:26:38.100 INFO [WorkbenchTestable][NewHTMLWizard] Finish wizard 18:26:38.101 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) 18:26:38.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:38.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:38.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:38.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:38.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:38.128 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:26:38.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:38.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:38.129 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:38.129 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:38.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:26:38.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:26:38.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:38.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:26:38.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:26:38.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:26:38.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing JavaScript tooling' is a system job, skipped 18:26:38.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:26:38.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:26:38.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:26:38.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:26:38.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:26:38.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:26:38.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:26:38.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:26:38.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:26:38.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:26:38.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:26:38.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:38.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 18:26:38.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:38.536 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:39.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:39.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:39.292 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 18:26:39.294 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createHTMLFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest) 18:26:39.294 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:26:39.297 DEBUG [main][EditorHandler] 1 editor(s) found 18:26:39.300 DEBUG [WorkbenchTestable][EditorHandler] Closing editor testHTML.html 18:26:39.796 DEBUG [WorkbenchTestable][EditorHandler] Editor testHTML.html is closed 18:26:39.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:39.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:39.806 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:26:39.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:39.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:39.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:39.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:39.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:39.818 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:26:39.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:26:39.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:39.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:39.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:39.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:39.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:39.890 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:26:39.891 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:26:39.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:39.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:39.991 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:26:39.991 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:26:39.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:39.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:39.996 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:26:39.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:26:39.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:39.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:39.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:39.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:40.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:40.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:40.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:41.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:41.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:41.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:26:41.064 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:26:41.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:26:41.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:41.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:41.071 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:26:41.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:41.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:41.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:41.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:41.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:41.087 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name HTMLProjectTest 18:26:41.089 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:26:41.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:26:41.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:41.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:41.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:41.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:41.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:41.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:41.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:42.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:42.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:26:42.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:26:42.101 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:26:42.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:26:42.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:42.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:42.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 18:26:42.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:42.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:42.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:42.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:42.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:42.106 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name HTMLProjectTest 18:26:42.106 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:26:42.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:26:42.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:42.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:42.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:26:42.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:42.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:42.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:42.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:42.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:42.110 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 18:26:42.111 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 18:26:42.111 DEBUG [main][TreeItemHandler] Set Tree selection 18:26:42.111 DEBUG [main][TreeHandler] Notify Tree about selection event 18:26:42.120 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 18:26:42.122 DEBUG [WorkbenchTestable][TreeItemHandler] HTMLProjectTest 18:26:42.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:26:42.123 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:42.329 DEBUG [main][MenuItemLookup] Found menu:'New' 18:26:42.329 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:26:42.329 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:42.329 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:26:42.329 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:42.330 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:26:42.330 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:26:42.330 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:26:42.330 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:26:42.330 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:26:42.330 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:26:42.330 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:26:42.330 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:42.330 DEBUG [main][MenuItemLookup] Found menu:'Import' 18:26:42.330 DEBUG [main][MenuItemLookup] Found menu:'Export' 18:26:42.330 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:42.330 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:26:42.330 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:26:42.330 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:26:42.330 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:26:42.331 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:26:42.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:42.331 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:26:42.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:26:42.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:26:42.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:26:42.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:26:42.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:26:42.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:26:42.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:26:42.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:26:42.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:26:42.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:26:42.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:26:42.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:42.832 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:26:42.832 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:43.092 DEBUG [main][MenuItemLookup] Found menu:'New' 18:26:43.092 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:26:43.092 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:43.092 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:26:43.092 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:43.092 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:26:43.092 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:26:43.092 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:26:43.092 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:26:43.092 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:26:43.093 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:26:43.093 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:26:43.093 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:26:43.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 18:26:43.726 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 18:26:43.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:26:43.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:43.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:43.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: 32) 18:26:43.735 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:43.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:43.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:43.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:26:43.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:43.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:43.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:43.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:43.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:43.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:43.742 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:26:43.742 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:26:43.742 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:26:43.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:43.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:43.743 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:43.743 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:43.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:26:43.743 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:43.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:43.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:43.752 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:26:43.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:43.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:43.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:43.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:43.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:43.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:43.789 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:26:43.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:43.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:43.790 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:43.790 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:43.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:26:43.801 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:26:44.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:26:44.303 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:26:44.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:44.303 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 18:26:44.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:26:44.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:26:44.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:26:44.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:26:44.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:26:44.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:26:44.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:26:44.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:26:44.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:26:44.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:26:44.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:26:44.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:26:44.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:44.304 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:26:44.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:26:44.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:44.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:26:44.310 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 18:26:44.311 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:44.311 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:44.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:44.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.48 s - in org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest createHTMLFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest) Time elapsed: 3.488 s Running org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 18:26:44.387 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 18:26:44.388 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:26:44.388 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:44.388 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 18:26:44.388 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:44.388 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:26:44.389 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:44.389 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:26:44.389 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:44.390 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:44.390 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 18:26:44.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 18:26:44.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:44.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:44.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:44.390 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:26:44.390 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:44.391 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:26:44.391 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:44.391 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:26:44.391 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:44.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:44.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:44.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:44.394 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:26:44.394 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:26:44.395 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:44.396 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:26:44.396 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:26:44.396 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:26:44.396 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:26:44.396 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:26:44.396 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:26:44.396 DEBUG [main][MenuItemLookup] Item match:Window 18:26:44.397 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:26:44.397 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:26:44.397 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:26:44.397 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:44.397 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:26:44.397 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:26:44.397 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:44.397 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:26:44.397 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:44.397 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:26:44.397 DEBUG [main][MenuItemLookup] Item match:Preferences 18:26:44.398 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:26:44.398 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:26:44.398 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:26:44.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:26:44.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:26:44.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:26:44.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:44.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:44.661 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:26:44.661 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:44.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:26:44.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:44.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:44.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:44.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:44.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:44.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:44.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:44.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:26:44.712 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:26:44.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:45.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:45.222 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:26:45.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:26:45.225 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:26:45.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:45.225 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:26:45.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:45.226 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:26:45.227 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 18:26:45.227 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 18:26:45.228 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 18:26:45.228 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs (Eclipse:1178): Gtk-CRITICAL **: 18:26:45.357: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:26:45.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:45.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:45.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:45.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:45.412 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 18:26:45.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:45.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:45.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:45.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:45.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:26:45.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:45.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:45.419 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 18:26:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:45.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:45.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:45.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:45.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:26:45.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:45.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:45.442 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item 11.0.2+9 (default): 18:26:45.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 18:26:45.444 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 18:26:45.444 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:45.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 18:26:45.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 18:26:45.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:45.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:45.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:45.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:45.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:45.476 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:26:45.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:45.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:45.478 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 18:26:45.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:45.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:45.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:45.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:45.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:26:45.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:45.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:45.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:26:45.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:45.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:45.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:45.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:45.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:45.512 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:26:45.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:45.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:45.513 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:45.513 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:45.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:26:45.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:26:45.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:45.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:45.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:45.636 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 18:26:45.636 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:45.636 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:45.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:45.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:45.637 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 18:26:45.637 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:45.637 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJRENotFound no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 18:26:45.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 18:26:45.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:45.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:45.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:45.638 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:26:45.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:45.638 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:26:45.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:45.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.*'] 18:26:45.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:45.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:45.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:45.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:45.640 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:26:45.640 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:26:45.640 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:45.641 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:26:45.641 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:26:45.641 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:26:45.641 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:26:45.641 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:26:45.641 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:26:45.641 DEBUG [main][MenuItemLookup] Item match:Window 18:26:45.642 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:26:45.642 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:26:45.642 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:26:45.642 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:45.642 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:26:45.642 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:26:45.642 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:45.642 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:26:45.642 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:45.642 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:26:45.642 DEBUG [main][MenuItemLookup] Item match:Preferences 18:26:45.642 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:26:45.642 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:26:45.643 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1178): Gtk-CRITICAL **: 18:26:45.729: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:26:45.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:26:45.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:26:45.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:26:45.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:45.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:45.866 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:26:45.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:45.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:26:45.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:45.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:45.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:45.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:45.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:45.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:45.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:45.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:26:45.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:26:45.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:45.901 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:26:45.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:45.901 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:26:45.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:26:45.902 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:26:45.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:45.902 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:26:45.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:45.903 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:26:45.905 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 18:26:45.905 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 18:26:45.913 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 18:26:45.914 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 18:26:45.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:45.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:45.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:45.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:45.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 18:26:45.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:45.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:45.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:45.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:45.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:26:45.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:45.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:45.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:45.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:45.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:26:45.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:45.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:45.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 18:26:45.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:45.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:45.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:45.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:45.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:26:45.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:45.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:45.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:26:45.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:45.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:45.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:45.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:45.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:46.000 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:26:46.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:46.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:46.001 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:46.001 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:46.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:26:46.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:26:46.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:46.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:46.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:46.102 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 18:26:46.102 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:46.102 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:46.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:46.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:46.103 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJRENotFound no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 18:26:46.103 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:46.104 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 18:26:46.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 18:26:46.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:46.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:46.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:46.104 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:26:46.104 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:46.105 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:26:46.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:46.105 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:26:46.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:46.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:46.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:46.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:46.106 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:26:46.106 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:26:46.107 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:46.108 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:26:46.108 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:26:46.108 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:26:46.108 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:26:46.108 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:26:46.108 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:26:46.108 DEBUG [main][MenuItemLookup] Item match:Window 18:26:46.109 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:26:46.109 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:26:46.109 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:26:46.109 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:46.109 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:26:46.109 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:26:46.109 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:46.109 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:26:46.109 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:46.109 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:26:46.109 DEBUG [main][MenuItemLookup] Item match:Preferences 18:26:46.109 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:26:46.109 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:26:46.110 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1178): Gtk-CRITICAL **: 18:26:46.197: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:26:46.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.... 18:26:46.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:26:46.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:26:46.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:46.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:46.330 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:26:46.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:46.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:26:46.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:46.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:46.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:46.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:46.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:46.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:46.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:46.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:26:46.335 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:26:46.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:46.336 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:26:46.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:46.336 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:26:46.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:26:46.337 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:26:46.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:46.337 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:26:46.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:46.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:26:46.338 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 18:26:46.338 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 18:26:46.338 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 18:26:46.339 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 18:26:46.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:46.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:46.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:46.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:46.365 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:26:46.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:46.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:46.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:26:46.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:46.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:46.368 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:26:46.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:46.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:26:46.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:46.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:46.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 18:26:46.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:46.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:46.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:46.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:46.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:46.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:46.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:46.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:26:46.396 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:26:46.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:46.396 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:26:46.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:46.397 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:26:46.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:26:46.397 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:26:46.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:46.398 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:26:46.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:46.398 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:26:46.399 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 18:26:46.399 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 18:26:46.400 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 18:26:46.400 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 18:26:46.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:46.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:46.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:46.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:46.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.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...") 18:26:46.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:46.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:46.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:46.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:46.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:46.415 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:26:46.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:46.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:46.416 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:46.416 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:46.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:26:46.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:46.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:46.548 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:46.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add JRE"] is available. finished successfully 18:26:46.557 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add JRE 18:26:46.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:46.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:46.564 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 18:26:46.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:46.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:46.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:46.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:46.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 18:26:46.593 TRACE [main][WidgetHandler] Notify List with event 13 18:26:46.593 TRACE [main][WidgetHandler] Wait for synchronization 18:26:46.595 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 18:26:46.595 INFO [WorkbenchTestable][AddVMInstallWizard] Go to next wizard page 18:26:46.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.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) 18:26:46.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:46.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:46.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:46.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:46.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:46.599 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:26:46.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:46.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:46.600 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:46.600 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:46.682 DEBUG [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:") 18:26:46.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:46.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:46.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:46.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:46.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:26:46.694 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:26:46.695 INFO [WorkbenchTestable][AbstractText] Text set to: /opt/tools/java/openjdk/jdk-11/11.0.2+9 18:26:46.721 DEBUG [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:") 18:26:46.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:46.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:46.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:46.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:46.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:26:46.731 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:26:46.732 INFO [WorkbenchTestable][AbstractText] Text set to: jre.test 18:26:46.748 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 18:26:46.749 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) 18:26:46.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:46.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:46.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:46.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:46.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:46.764 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 18:26:46.764 INFO [WorkbenchTestable][AddVMInstallWizard] Finish wizard 18:26:46.765 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) 18:26:46.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:46.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:46.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:46.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:46.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:46.769 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:26:46.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:46.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:46.769 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:46.769 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:46.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:26:46.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:26:46.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:46.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:26:46.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:26:46.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:26:46.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:26:46.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:26:46.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:26:46.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:26:46.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:26:46.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:26:46.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:46.885 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 18:26:46.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:46.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:46.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:46.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:46.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:26:46.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:46.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:46.890 INFO [WorkbenchTestable][AbstractTableItem] Check table Item jre.test: 18:26:46.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 18:26:46.893 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 18:26:46.893 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:46.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 18:26:46.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 "Apply") 18:26:46.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:46.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:46.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:46.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:46.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:46.920 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 18:26:46.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:46.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:46.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:46.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:46.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:26:46.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:46.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:46.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:46.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:46.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 18:26:46.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:46.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:46.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:46.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:46.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:26:46.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:46.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:46.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:46.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:46.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:26:46.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:46.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:46.955 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 18:26:46.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:46.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:46.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:46.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:46.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:26:46.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:47.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:47.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:26:47.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:47.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:47.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:47.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:47.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:47.015 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:26:47.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:47.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:47.016 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:47.016 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:47.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:26:47.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:26:47.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:47.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:47.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:47.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 18:26:47.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:47.118 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:47.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:47.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:47.119 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 18:26:47.119 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:47.119 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 18:26:47.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 18:26:47.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:47.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:47.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:47.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.*'] 18:26:47.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:47.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.*'] 18:26:47.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:47.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.*'] 18:26:47.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:47.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:47.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:47.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:47.122 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:26:47.122 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:26:47.123 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:47.124 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:26:47.124 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:26:47.124 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:26:47.124 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:26:47.124 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:26:47.124 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:26:47.124 DEBUG [main][MenuItemLookup] Item match:Window 18:26:47.124 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:26:47.125 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:26:47.125 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:26:47.125 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:47.125 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:26:47.125 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:26:47.125 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:47.125 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:26:47.125 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:47.125 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:26:47.125 DEBUG [main][MenuItemLookup] Item match:Preferences 18:26:47.125 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:26:47.125 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:26:47.125 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1178): Gtk-CRITICAL **: 18:26:47.215: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:26:47.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.... 18:26:47.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 18:26:47.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:26:47.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:47.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:47.365 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:26:47.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:47.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:26:47.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:47.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:47.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:47.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:47.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:47.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:47.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:47.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:26:47.406 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:26:47.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:47.406 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:26:47.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:47.406 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:26:47.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:26:47.408 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:26:47.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:47.409 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:26:47.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:47.409 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:26:47.411 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 18:26:47.411 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 18:26:47.411 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 18:26:47.412 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 18:26:47.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:47.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:47.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:47.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:47.421 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:26:47.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:47.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:47.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:26:47.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:47.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:47.425 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:26:47.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:47.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:26:47.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:47.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:47.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 18:26:47.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:47.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:47.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:47.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:47.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:47.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:47.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:47.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:26:47.455 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:26:47.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:47.456 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:26:47.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:47.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:26:47.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:26:47.457 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:26:47.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:47.458 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:26:47.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:47.459 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:26:47.460 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 18:26:47.460 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 18:26:47.461 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 18:26:47.461 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 18:26:47.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:47.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:47.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:47.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:47.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.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...") 18:26:47.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:47.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:47.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:47.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:47.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:47.476 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:26:47.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:47.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:47.476 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:47.476 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:47.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:26:47.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:47.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:47.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:47.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:26:47.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add JRE 18:26:47.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:47.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:47.603 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 18:26:47.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:47.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:47.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:47.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:47.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 18:26:47.617 TRACE [main][WidgetHandler] Notify List with event 13 18:26:47.617 TRACE [main][WidgetHandler] Wait for synchronization 18:26:47.618 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 18:26:47.618 INFO [WorkbenchTestable][AddVMInstallWizard] Go to next wizard page 18:26:47.618 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) 18:26:47.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:47.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:47.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:47.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:47.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:47.631 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:26:47.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:47.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:47.632 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:47.632 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:47.717 DEBUG [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:") 18:26:47.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:47.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:47.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:47.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:47.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:26:47.730 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:26:47.731 INFO [WorkbenchTestable][AbstractText] Text set to: /opt/tools/java/openjdk/jdk-11/11.0.2+9 18:26:47.751 DEBUG [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:") 18:26:47.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:47.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:47.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:47.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:47.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:26:47.761 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:26:47.763 INFO [WorkbenchTestable][AbstractText] Text set to: jre.test 18:26:47.799 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 18:26:47.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.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) 18:26:47.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:47.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:47.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:47.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:47.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:47.808 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 18:26:47.808 INFO [WorkbenchTestable][AddVMInstallWizard] Finish wizard 18:26:47.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.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) 18:26:47.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:47.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:47.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:47.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:47.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:47.813 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:26:47.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:47.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:47.814 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:47.814 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:47.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:26:47.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:26:47.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:47.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:26:47.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:26:47.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:26:47.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:26:47.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:26:47.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:26:47.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:26:47.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:26:47.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:26:47.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:47.947 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 18:26:47.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:47.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:47.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:47.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:47.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:26:47.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:48.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:48.078 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 18:26:48.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:48.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:48.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:48.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:48.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:26:48.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:48.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:48.095 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:26:48.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:48.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:48.096 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 18:26:48.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:48.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:48.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:48.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:48.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:26:48.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:48.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:48.127 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 18:26:48.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:48.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:48.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:48.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:48.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:26:48.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:48.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:48.131 TRACE [main][WidgetHandler] Notify Table with event 13 18:26:48.131 TRACE [main][WidgetHandler] Wait for synchronization 18:26:48.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 18:26:48.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:48.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:48.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:48.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:48.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:48.136 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:26:48.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:48.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:48.136 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:48.137 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:48.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:26:48.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:48.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:48.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:48.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:48.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:48.157 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:26:48.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:48.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:48.158 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:48.158 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:48.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:26:48.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:26:48.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:48.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:48.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:48.315 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 18:26:48.315 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:48.315 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:48.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:48.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:48.323 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 18:26:48.323 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 18:26:48.323 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:48.323 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:48.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:48.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.948 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: 1.247 s testJRENotFound no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) Time elapsed: 0.466 s testAddingDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) Time elapsed: 1.015 s testAddingJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) Time elapsed: 1.204 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 18:26:48.342 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 18:26:48.345 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:26:48.346 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:48.346 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 18:26:48.348 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:48.348 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:26:48.349 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:48.349 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:26:48.349 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:48.349 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 18:26:48.349 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 18:26:48.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:26:48.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:48.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:48.350 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:26:48.351 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:48.354 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:26:48.354 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:26:48.354 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:26:48.354 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:26:48.354 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:26:48.354 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:26:48.354 DEBUG [main][MenuItemLookup] Item match:Window 18:26:48.355 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:26:48.355 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:26:48.355 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:26:48.355 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:48.355 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:26:48.355 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:26:48.355 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:48.355 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:26:48.355 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:48.355 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:26:48.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:48.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:48.357 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:26:48.358 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:48.358 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:26:48.358 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:26:48.358 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:26:48.358 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:26:48.358 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:26:48.358 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:26:48.358 DEBUG [main][MenuItemLookup] Item match:Window 18:26:48.359 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:26:48.359 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:26:48.359 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:26:48.359 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:48.359 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:26:48.359 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:26:48.359 DEBUG [main][MenuItemLookup] Item match:Perspective 18:26:48.359 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:26:48.359 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:48.359 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:26:48.359 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:26:48.360 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:26:48.360 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:26:48.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:26:48.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:48.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:48.360 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:26:48.361 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:48.361 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:26:48.361 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:26:48.361 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:26:48.361 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:26:48.361 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:26:48.361 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:26:48.361 DEBUG [main][MenuItemLookup] Item match:Window 18:26:48.362 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:26:48.362 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:26:48.362 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:26:48.362 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:48.362 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:26:48.362 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:26:48.362 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:48.362 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:26:48.362 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:48.362 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:26:48.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:48.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:48.363 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:26:48.364 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:48.364 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:26:48.364 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:26:48.364 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:26:48.364 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:26:48.364 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:26:48.364 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:26:48.364 DEBUG [main][MenuItemLookup] Item match:Window 18:26:48.364 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:26:48.364 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:26:48.364 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:26:48.364 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:48.364 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:26:48.364 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:26:48.364 DEBUG [main][MenuItemLookup] Item match:Perspective 18:26:48.365 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:26:48.365 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:48.365 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:26:48.365 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:26:48.365 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:26:48.365 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:26:48.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:48.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:48.387 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:26:48.388 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:48.388 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:26:48.388 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:26:48.388 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:26:48.388 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:26:48.388 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:26:48.388 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:26:48.388 DEBUG [main][MenuItemLookup] Item match:Window 18:26:48.389 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:26:48.389 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:26:48.389 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:26:48.389 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:48.389 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:26:48.389 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:26:48.389 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:48.389 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:26:48.389 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:48.389 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:26:48.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:48.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:48.390 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:26:48.391 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:48.391 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:26:48.391 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:26:48.391 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:26:48.391 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:26:48.391 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:26:48.391 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:26:48.391 DEBUG [main][MenuItemLookup] Item match:Window 18:26:48.392 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:26:48.392 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:26:48.392 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:26:48.392 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:48.392 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:26:48.392 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:26:48.392 DEBUG [main][MenuItemLookup] Item match:Perspective 18:26:48.392 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:26:48.392 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:48.392 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:26:48.392 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:26:48.392 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:26:48.392 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:26:48.393 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 18:26:48.393 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 18:26:48.393 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 18:26:48.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 18:26:48.472 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 18:26:48.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 18:26:48.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:48.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:48.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:48.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:48.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:48.475 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:26:48.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:48.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:48.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:48.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 "Reset Perspective") 18:26:48.477 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:48.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:48.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:48.479 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:26:48.479 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:48.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:48.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:48.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:48.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:48.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:48.481 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 18:26:48.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:48.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:48.482 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:48.482 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:48.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"] 18:26:48.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:48.829 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:48.830 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:48.830 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:26:48.830 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:48.832 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:48.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:48.833 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:48.833 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:48.834 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:48.835 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:48.835 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:26:48.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:48.844 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:48.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:48.845 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:48.846 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:48.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:48.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:48.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:48.848 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:26:48.849 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:26:48.850 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:48.850 DEBUG [main][MenuItemLookup] Item match:File 18:26:48.852 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:26:48.852 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:26:48.861 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:26:48.861 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:26:48.861 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:48.861 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:26:48.861 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:26:48.861 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:26:48.861 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:26:48.861 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:26:48.861 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:26:48.861 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:26:48.861 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:26:48.861 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:26:48.861 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:48.861 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:26:48.861 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:26:48.861 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:26:48.861 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:48.861 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:26:48.861 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:48.861 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:26:48.861 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:26:48.881 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:26:48.881 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:26:48.881 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:26:49.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:26:49.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:26:49.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:26:49.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:49.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:49.135 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:26:49.135 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:49.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:26:49.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:49.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:49.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:49.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:49.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:49.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:49.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:49.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:26:49.156 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:26:49.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:49.157 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:26:49.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:49.157 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:26:49.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:26:49.168 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:26:49.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:49.169 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:26:49.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:49.170 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:26:49.171 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:26:49.171 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:26:49.172 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:26:49.187 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:26:49.187 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:26:49.187 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:26:49.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:26:49.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:49.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:49.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:49.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:49.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:49.193 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:26:49.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:49.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:49.193 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:49.193 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:49.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"] 18:26:49.588 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:49.588 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:49.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:26:49.596 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 18:26:49.596 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:26:49.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:49.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:49.601 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:26:49.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:49.602 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'OpenTypeSelectionDialogTest' 18:26:49.603 DEBUG [WorkbenchTestable][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:") 18:26:49.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:49.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:49.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:49.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:49.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:26:49.649 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:26:49.651 INFO [WorkbenchTestable][AbstractText] Text set to: OpenTypeSelectionDialogTest 18:26:49.700 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:26:49.700 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:26:49.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 18:26:49.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:49.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:49.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:49.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:49.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:49.735 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:26:49.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:49.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:49.735 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:49.735 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:50.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:26:50.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 18:26:50.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:26:50.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:50.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:50.322 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:26:50.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:26:50.322 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:26:50.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:50.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:50.323 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:26:50.323 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:26:50.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:50.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:50.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:50.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:50.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:50.338 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:26:50.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:50.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:50.339 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:50.339 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:50.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:26:50.819 DEBUG [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 18:26:50.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:26:50.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:26:50.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:50.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:26:50.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:26:50.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:26:50.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:26:50.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:26:50.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:26:50.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:26:50.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:26:50.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:26:50.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:26:50.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:26:50.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:26:50.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:50.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"] 18:26:50.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:50.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"] 18:26:50.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:50.829 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:26:50.829 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:50.830 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:50.831 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:50.832 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:50.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:50.833 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:50.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:50.835 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:26:50.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:50.887 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:50.888 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:50.889 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:50.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:50.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:50.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:50.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:50.892 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:26:50.892 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:26:50.893 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:50.893 DEBUG [main][MenuItemLookup] Item match:File 18:26:50.895 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:26:50.895 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:26:50.902 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:26:50.902 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:26:50.902 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:50.902 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:26:50.902 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:26:50.902 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:26:50.902 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:26:50.902 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:26:50.902 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:26:50.902 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:26:50.902 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:26:50.902 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:26:50.902 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:50.902 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:26:50.902 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:26:50.902 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:26:50.902 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:50.902 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:26:50.902 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:50.902 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:26:50.902 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:26:50.903 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:26:50.903 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:26:50.906 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:26:51.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:26:51.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:26:51.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:26:51.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:51.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:51.407 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:26:51.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:51.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 18:26:51.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:51.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:51.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:51.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:51.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:26:51.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:26:51.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:26:51.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:26:51.518 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:26:51.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:51.518 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:26:51.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:51.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:26:51.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:26:51.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:26:51.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:26:51.532 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:26:51.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:26:51.532 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:26:51.533 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:26:51.533 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:26:51.534 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:26:51.599 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:26:51.618 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:26:51.618 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:26:51.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:26:51.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:51.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:51.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:51.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:51.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:51.624 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:26:51.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:51.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:51.625 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:51.625 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:51.908 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:26:51.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:51.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:51.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:26:51.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 18:26:51.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:26:51.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:51.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:51.912 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:26:51.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:51.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 18:26:51.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:51.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:51.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:51.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:51.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:26:51.998 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:26:52.001 INFO [WorkbenchTestable][AbstractText] Text set to: FindMe 18:26:52.044 DEBUG [WorkbenchTestable][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:") 18:26:52.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:52.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:52.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:52.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:52.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:26:52.051 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:26:52.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.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 18:26:52.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:52.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:52.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:52.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:52.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:26:52.160 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:26:52.162 INFO [WorkbenchTestable][AbstractText] Text set to: test 18:26:52.198 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:26:52.198 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:26:52.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 18:26:52.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:52.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:52.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:52.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:52.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:52.226 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:26:52.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:52.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:52.226 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:52.226 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:52.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:26:53.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:26:53.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:53.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:26:53.793 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 18:26:53.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:26:53.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:26:53.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:26:53.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:26:53.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:26:53.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:26:53.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:26:53.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:26:53.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:26:53.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:26:53.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:26:53.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:26:53.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:26:53.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:53.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is FindMe.java... 18:26:53.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QFindMe.java\E') 18:26:53.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:53.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:53.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:53.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:53.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:53.900 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:53.900 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 18:26:53.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is FindMe.java finished successfully 18:26:53.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@691e38b4 is found... 18:26:53.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@691e38b4 is found finished successfully 18:26:53.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QFindMe.java\E') 18:26:53.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:53.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:53.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:53.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:53.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:53.914 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:53.914 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 18:26:53.917 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:53.917 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 18:26:53.918 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 18:26:53.918 DEBUG [WorkbenchTestable][EditorHandler] Closing editor FindMe.java 18:26:54.322 DEBUG [WorkbenchTestable][EditorHandler] Editor FindMe.java is closed 18:26:54.322 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:54.322 INFO [WorkbenchTestable][RequirementsRunner] Started test: openTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 18:26:54.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 18:26:54.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:54.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:54.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:54.327 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"] 18:26:54.328 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:54.328 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"] 18:26:54.329 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:54.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:54.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:54.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:54.389 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:26:54.390 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:26:54.391 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:54.391 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:26:54.391 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:26:54.391 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:26:54.391 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:26:54.391 DEBUG [main][MenuItemLookup] Item match:Navigate 18:26:54.396 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:26:54.396 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:26:54.396 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:54.396 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:26:54.396 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:26:54.396 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 18:26:54.396 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 18:26:54.396 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 18:26:54.396 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 18:26:54.396 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 18:26:54.396 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 18:26:54.396 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:54.396 DEBUG [main][MenuItemLookup] Found menu:'Open Type... Shift+Ctrl+T' 18:26:54.396 DEBUG [main][MenuItemLookup] Item match:Open Type... Shift+Ctrl+T 18:26:54.396 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type... Shift+Ctrl+T" 18:26:54.396 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... Shift+Ctrl+T 18:26:54.397 INFO [main][MenuItemHandler] Select menu item: Open &Type... Shift+Ctrl+T 18:26:54.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available.... 18:26:54.613 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 18:26:54.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 18:26:54.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:54.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:54.616 TRACE [WorkbenchTestable][OpenTypeSelectionDialog] Shell Open Type is not null and is not disposed 18:26:54.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:54.617 DEBUG [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) 18:26:54.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:54.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:54.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:54.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:54.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:54.687 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:26:54.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:54.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:54.687 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:54.687 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:54.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:26:54.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:26:54.818 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 18:26:54.818 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:54.818 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:54.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:54.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:54.820 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 18:26:54.821 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:54.821 INFO [WorkbenchTestable][RequirementsRunner] Started test: findAndOpenClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 18:26:54.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 18:26:54.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:54.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:54.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:54.821 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"] 18:26:54.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:54.822 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"] 18:26:54.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:54.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:26:54.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:54.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:54.826 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:26:54.826 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:26:54.827 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:54.828 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:26:54.828 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:26:54.828 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:26:54.828 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:26:54.828 DEBUG [main][MenuItemLookup] Item match:Navigate 18:26:54.830 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:26:54.830 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:26:54.830 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:54.830 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:26:54.830 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:26:54.830 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 18:26:54.830 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 18:26:54.831 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 18:26:54.831 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 18:26:54.831 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 18:26:54.831 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 18:26:54.831 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:54.831 DEBUG [main][MenuItemLookup] Found menu:'Open Type... Shift+Ctrl+T' 18:26:54.831 DEBUG [main][MenuItemLookup] Item match:Open Type... Shift+Ctrl+T 18:26:54.831 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type... Shift+Ctrl+T" 18:26:54.832 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... Shift+Ctrl+T 18:26:54.833 INFO [main][MenuItemHandler] Select menu item: Open &Type... Shift+Ctrl+T 18:26:54.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available.... 18:26:54.964 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 18:26:54.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 18:26:54.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:54.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:54.967 TRACE [WorkbenchTestable][OpenTypeSelectionDialog] Shell Open Type is not null and is not disposed 18:26:54.967 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:54.974 DEBUG [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 18:26:54.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:54.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:54.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:54.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:54.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:26:54.991 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:26:54.992 INFO [WorkbenchTestable][AbstractText] Text set to: FindMe 18:26:54.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:26:54.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 18:26:55.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 18:26:55.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 18:26:56.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 18:26:57.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 18:26:57.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 18:26:58.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 18:26:58.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 18:26:59.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is not listed in considered jobs, ignore it 18:26:59.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is not listed in considered jobs, ignore it 18:26:59.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 18:26:59.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is not listed in considered jobs, ignore it 18:26:59.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is not listed in considered jobs, ignore it 18:26:59.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is not listed in considered jobs, ignore it 18:26:59.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is not listed in considered jobs, ignore it 18:26:59.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 18:26:59.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is not listed in considered jobs, ignore it 18:26:59.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is not listed in considered jobs, ignore it 18:26:59.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:26:59.072 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 18:26:59.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:59.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:59.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:59.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:59.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:26:59.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:26:59.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:26:59.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:59.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:59.088 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:26:59.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:59.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:59.088 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:59.088 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:59.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:26:59.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:26:59.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@68deca2c is found... 18:26:59.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@68deca2c is found finished successfully 18:26:59.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QFindMe.java\E') 18:26:59.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:59.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:59.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:59.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:59.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:26:59.487 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:26:59.488 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 18:26:59.488 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 18:26:59.488 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:59.488 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:59.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:59.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:59.495 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findAndOpenClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 18:26:59.495 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:59.495 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorTakingShellTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 18:26:59.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 18:26:59.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:59.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:59.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:59.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 18:26:59.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:59.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:59.498 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 18:26:59.498 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 18:26:59.499 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:59.499 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:26:59.499 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:26:59.499 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:26:59.500 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:26:59.500 DEBUG [main][MenuItemLookup] Item match:Navigate 18:26:59.503 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:26:59.503 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:26:59.503 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:59.503 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 18:26:59.503 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:26:59.503 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 18:26:59.503 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 18:26:59.503 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 18:26:59.503 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 18:26:59.503 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 18:26:59.503 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 18:26:59.503 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:59.503 DEBUG [main][MenuItemLookup] Found menu:'Open Type... Shift+Ctrl+T' 18:26:59.503 DEBUG [main][MenuItemLookup] Item match:Open Type... Shift+Ctrl+T 18:26:59.503 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type... Shift+Ctrl+T" 18:26:59.503 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... Shift+Ctrl+T 18:26:59.504 INFO [main][MenuItemHandler] Select menu item: Open &Type... Shift+Ctrl+T 18:26:59.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available.... 18:26:59.656 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 18:26:59.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 18:26:59.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:59.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:59.659 DEBUG [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) 18:26:59.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:59.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:59.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:59.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:59.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:59.662 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:26:59.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:59.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:59.663 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:59.663 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:26:59.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:26:59.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:26:59.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 18:26:59.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:26:59.767 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:26:59.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:26:59.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:26:59.769 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorTakingShellTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 18:26:59.769 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:26:59.769 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonParametericConstructorTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 18:26:59.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 18:26:59.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:26:59.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:26:59.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:26:59.770 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 18:26:59.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:59.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:59.771 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 18:26:59.771 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 18:26:59.771 DEBUG [main][MenuItemLookup] Found menu:'File' 18:26:59.772 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:26:59.772 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:26:59.772 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:26:59.772 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:26:59.772 DEBUG [main][MenuItemLookup] Item match:Navigate 18:26:59.774 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:26:59.774 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:26:59.774 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:59.774 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 18:26:59.774 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:26:59.774 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 18:26:59.774 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 18:26:59.774 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 18:26:59.774 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 18:26:59.774 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 18:26:59.774 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 18:26:59.774 DEBUG [main][MenuItemLookup] Found menu:'' 18:26:59.774 DEBUG [main][MenuItemLookup] Found menu:'Open Type... Shift+Ctrl+T' 18:26:59.774 DEBUG [main][MenuItemLookup] Item match:Open Type... Shift+Ctrl+T 18:26:59.780 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type... Shift+Ctrl+T" 18:26:59.780 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... Shift+Ctrl+T 18:26:59.780 INFO [main][MenuItemHandler] Select menu item: Open &Type... Shift+Ctrl+T 18:26:59.941 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"] 18:26:59.956 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:59.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:59.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 18:26:59.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:26:59.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:26:59.967 TRACE [WorkbenchTestable][OpenTypeSelectionDialog] Shell Open Type is not null and is not disposed 18:26:59.967 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:26:59.968 DEBUG [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) 18:26:59.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:26:59.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:26:59.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:26:59.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:26:59.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:26:59.971 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:26:59.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:26:59.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:26:59.972 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:26:59.972 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:00.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:27:00.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:27:00.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 18:27:00.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:27:00.065 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:27:00.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:00.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:00.066 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonParametericConstructorTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 18:27:00.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:00.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:00.096 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 18:27:00.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 18:27:00.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:00.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:00.097 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 18:27:00.098 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 18:27:00.098 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:00.099 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:27:00.099 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:27:00.099 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:27:00.099 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:27:00.099 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:27:00.099 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:27:00.099 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:27:00.099 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:27:00.099 DEBUG [main][MenuItemLookup] Item match:Window 18:27:00.105 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:27:00.105 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:27:00.105 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:27:00.105 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:00.105 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:27:00.105 DEBUG [main][MenuItemLookup] Item match:Show View 18:27:00.116 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:27:00.116 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:27:00.116 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:27:00.116 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:27:00.116 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:27:00.116 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:27:00.117 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:27:00.117 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:27:00.117 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:27:00.117 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:27:00.117 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:27:00.117 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:27:00.117 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:27:00.117 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:27:00.117 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:27:00.117 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:00.117 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:27:00.117 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:27:00.118 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:27:00.118 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:27:00.118 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:27:00.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:27:00.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:27:00.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:27:00.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:00.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:00.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:27:00.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:00.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:00.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:00.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:27:00.294 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:00.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:00.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:00.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:00.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:00.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:00.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:27:00.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:27:00.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:27:00.309 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:27:00.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:00.309 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:27:00.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:00.309 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:27:00.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:27:00.311 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:27:00.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:00.311 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:27:00.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:00.312 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:27:00.314 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 18:27:00.314 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 18:27:00.314 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 18:27:00.315 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 18:27:00.315 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:00.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:00.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:00.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:27:00.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:00.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:00.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:00.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 "Open") 18:27:00.318 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:00.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:00.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:00.319 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:27:00.319 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:00.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:00.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:00.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:00.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:00.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:00.322 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:27:00.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:00.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:00.322 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:00.322 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:00.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:27:00.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:27:00.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 18:27:00.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:00.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:00.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 18:27:00.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:00.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:00.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 18:27:00.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:00.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:00.430 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 18:27:00.430 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:27:00.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:00.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:00.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:00.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:00.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:27:00.433 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:00.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:00.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:00.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform TooltipText=null 18:27:00.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:27:00.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:27:00.437 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:00.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:00.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:00.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:00.466 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:00.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:00.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:00.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:00.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:00.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:00.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:00.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:00.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:01.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:01.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:01.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:27:01.471 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:01.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:01.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:01.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:01.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:27:01.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:01.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:01.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:01.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:01.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:01.476 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OpenTypeSelectionDialogTest 18:27:01.477 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:01.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:01.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:01.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:01.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:01.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:01.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:01.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:01.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:02.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:02.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:02.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:27:02.487 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:02.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:02.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:02.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:02.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 18:27:02.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:02.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:02.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:02.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:02.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:02.493 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OpenTypeSelectionDialogTest 18:27:02.493 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:02.494 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:02.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:02.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:02.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:27:02.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:02.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:02.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:02.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:02.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:02.497 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 18:27:02.497 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 18:27:02.498 DEBUG [main][TreeItemHandler] Set Tree selection 18:27:02.498 DEBUG [main][TreeHandler] Notify Tree about selection event 18:27:02.510 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 18:27:02.521 DEBUG [WorkbenchTestable][TreeItemHandler] OpenTypeSelectionDialogTest 18:27:02.521 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:27:02.521 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:02.587 DEBUG [main][MenuItemLookup] Found menu:'New' 18:27:02.587 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:27:02.587 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:02.587 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:27:02.587 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:02.587 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:27:02.587 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:27:02.587 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:27:02.587 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:27:02.587 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:27:02.587 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:27:02.587 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:27:02.587 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:02.587 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:27:02.587 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:27:02.587 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:02.587 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:27:02.587 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:27:02.587 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:27:02.587 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:27:02.588 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:27:02.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:27:02.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:27:03.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:27:03.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:27:03.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:27:03.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:27:03.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:27:03.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:27:03.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:27:03.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:27:03.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:27:03.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:27:03.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:27:03.089 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:27:03.089 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:03.148 DEBUG [main][MenuItemLookup] Found menu:'New' 18:27:03.148 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:27:03.148 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:03.148 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:27:03.148 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:03.148 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:27:03.148 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:27:03.148 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:27:03.148 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:27:03.148 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:27:03.149 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:27:03.149 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:27:03.150 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:27:03.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 18:27:03.881 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 18:27:03.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:27:03.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:03.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:03.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:27:03.890 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:03.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:03.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:03.891 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:27:03.891 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:03.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:03.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:03.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:03.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:03.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:03.894 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:27:03.895 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:27:03.895 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:27:03.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:03.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:03.896 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:03.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:03.896 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:27:03.896 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:03.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:03.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:03.898 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:27:03.898 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:03.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:03.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:03.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:03.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:03.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:03.909 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:27:03.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:03.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:03.910 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:03.910 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:03.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:27:03.929 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:27:04.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:27:04.496 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:27:04.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:27:04.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:27:04.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:27:04.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:27:04.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:27:04.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:27:04.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:27:04.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:27:04.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:27:04.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:27:04.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:27:04.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:27:04.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:27:04.496 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 18:27:04.496 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:27:04.496 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:27:04.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:04.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.158 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.498 s findAndOpenClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) Time elapsed: 4.673 s constructorTakingShellTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) Time elapsed: 0.274 s nonParametericConstructorTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) Time elapsed: 0.297 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 18:27:04.507 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 18:27:04.508 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:27:04.509 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:27:04.509 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 18:27:04.509 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:27:04.509 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:27:04.510 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:27:04.510 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:27:04.510 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:27:04.510 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:27:04.511 DEBUG [main][EditorHandler] 0 editor(s) found 18:27:04.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:04.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:04.519 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:27:04.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:04.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:04.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:04.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:04.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:04.548 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:04.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:27:04.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:04.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:04.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:04.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:04.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:27:04.552 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:04.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:04.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:04.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:27:04.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:27:04.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:27:04.558 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:04.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:04.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:04.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:04.603 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:04.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:04.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:04.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:04.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:04.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:04.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:05.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:05.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:05.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:05.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:05.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:27:05.611 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:05.611 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:05.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:05.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:05.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 18:27:05.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:05.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:05.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:05.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:05.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:05.615 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:05.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:05.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:05.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:05.618 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:27:05.618 INFO [WorkbenchTestable][RequirementsRunner] Started test: generateHashAndEquals no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest) 18:27:05.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 18:27:05.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:27:05.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:27:05.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:27:05.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:05.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:05.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:05.625 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:05.626 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 18:27:05.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"] 18:27:05.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:05.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"] 18:27:05.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:05.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: "New Java Project"] 18:27:05.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:05.629 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:05.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:05.630 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:05.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:05.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"] 18:27:05.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:05.631 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:27:05.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:05.632 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:05.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:05.632 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:05.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:05.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:05.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:05.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:05.655 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:05.656 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:27:05.656 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:05.656 DEBUG [main][MenuItemLookup] Item match:File 18:27:05.658 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:27:05.658 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:27:05.667 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:27:05.667 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:27:05.667 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:05.667 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:27:05.667 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:27:05.667 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:27:05.667 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:27:05.667 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:27:05.667 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:27:05.667 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:27:05.667 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:27:05.667 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:27:05.667 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:05.667 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:27:05.667 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:27:05.667 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:27:05.668 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:05.668 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:27:05.668 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:05.668 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:27:05.668 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:27:05.669 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:27:05.669 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:27:05.669 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:27:05.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:27:05.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:27:05.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:27:05.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:05.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:05.884 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:27:05.884 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:05.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:27:05.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:05.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:05.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:05.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:05.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:05.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:27:05.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:27:05.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:27:05.906 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:27:05.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:05.907 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:27:05.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:05.907 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:27:05.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:27:05.917 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:27:05.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:05.917 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:27:05.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:05.919 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:27:05.920 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:27:05.920 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:27:05.920 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:27:05.934 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:27:05.936 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:27:05.936 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:27:05.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:27:05.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:05.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:05.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:05.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:05.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:05.942 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:27:05.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:05.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:05.943 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:05.943 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:06.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"] 18:27:06.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:06.324 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:06.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:27:06.326 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 18:27:06.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:27:06.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:06.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:06.328 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:27:06.328 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:06.329 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'GenHashProject' 18:27:06.329 DEBUG [WorkbenchTestable][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:") 18:27:06.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:06.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:06.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:06.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:06.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:06.361 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:06.362 INFO [WorkbenchTestable][AbstractText] Text set to: GenHashProject 18:27:06.412 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:27:06.412 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:27:06.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 18:27:06.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:06.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:06.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:06.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:06.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:06.429 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:27:06.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:06.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:06.429 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:06.429 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:06.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:27:06.852 DEBUG [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 18:27:06.852 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:27:06.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:06.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:06.855 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:27:06.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 18:27:06.855 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:06.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:06.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:06.859 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:27:06.859 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:06.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:06.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:06.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:06.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:06.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:06.871 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:27:06.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:06.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:06.871 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:06.871 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:07.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:27:07.187 DEBUG [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 18:27:07.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:27:07.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:27:07.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:27:07.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:27:07.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:27:07.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:27:07.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:27:07.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:27:07.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:27:07.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:27:07.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:27:07.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:27:07.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:27:07.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:27:07.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:27:07.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:27:07.188 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:07.189 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:07.189 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:07.189 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:07.189 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:27:07.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:07.190 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:07.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:07.190 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:07.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:07.191 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:07.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:07.191 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:27:07.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:07.192 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:07.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:07.192 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:07.193 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:07.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:07.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:07.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:07.194 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:07.194 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:27:07.194 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:07.195 DEBUG [main][MenuItemLookup] Item match:File 18:27:07.196 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:27:07.196 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:27:07.204 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:27:07.204 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:27:07.204 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:07.204 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:27:07.204 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:27:07.204 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:27:07.204 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:27:07.204 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:27:07.204 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:27:07.204 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:27:07.204 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:27:07.204 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:27:07.204 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:07.204 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:27:07.204 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:27:07.204 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:27:07.204 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:07.204 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:27:07.204 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:07.204 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:27:07.204 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:27:07.206 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:27:07.207 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:27:07.207 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:27:07.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:27:07.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:27:07.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:27:07.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:07.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:07.623 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:27:07.623 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:07.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:27:07.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:07.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:07.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:07.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:07.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:07.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:27:07.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:27:07.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:27:07.793 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:27:07.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:07.794 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:27:07.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:07.795 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:27:07.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:27:07.796 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:27:07.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:07.797 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:27:07.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:07.797 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:27:07.799 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:27:07.799 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:27:07.800 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:27:07.811 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:27:07.812 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:27:07.812 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:27:07.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:27:07.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:07.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:07.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:07.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:07.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:07.904 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:27:07.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:07.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:07.904 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:07.905 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:08.600 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:08.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:08.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:08.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:27:08.602 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 18:27:08.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:27:08.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:08.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:08.605 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:27:08.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:08.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 18:27:08.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:08.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:08.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:08.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:08.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:08.840 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:08.842 INFO [WorkbenchTestable][AbstractText] Text set to: GenHash 18:27:08.917 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:27:08.917 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:27:08.917 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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) 18:27:08.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:08.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:08.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:08.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:08.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:08.994 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:27:08.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:08.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:08.995 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:08.995 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:09.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:27:10.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:27:10.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:27:10.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:27:10.388 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 18:27:10.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:27:10.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:27:10.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:27:10.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:27:10.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:27:10.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:27:10.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:27:10.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:27:10.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:27:10.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:27:10.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:27:10.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:27:10.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:27:10.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:27:10.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4b2705f is found... 18:27:10.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4b2705f is found finished successfully 18:27:10.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QGenHash.java\E') 18:27:10.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:10.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:10.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:10.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:10.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:27:10.416 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:10.418 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class GenHash { } TooltipText=null 18:27:10.419 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 3, offser 0 18:27:10.566 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:10.567 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class GenHash { private String text;} TooltipText=null 18:27:10.567 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:27:10.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - GenHashProject/src/GenHash.java - Eclipse Platform 18:27:10.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:10.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:10.570 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - GenHashProject/src/GenHash.java - Eclipse Platform' 18:27:10.620 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - GenHashProject/src/GenHash.java - Eclipse Platform' 18:27:10.620 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:10.620 DEBUG [main][MenuItemLookup] Item match:File 18:27:10.622 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:27:10.622 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:27:10.622 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:27:10.622 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:27:10.622 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:10.622 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:27:10.622 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:27:10.622 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:10.623 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:27:10.623 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:27:10.623 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:27:10.623 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:27:10.624 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:27:10.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:27:10.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:27:10.902 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:10.902 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class GenHash { private String text;} TooltipText=null 18:27:10.938 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 18:27:10.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:11.214 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 18:27:11.214 DEBUG [main][MenuItemLookup] Found menu:'Revert File' 18:27:11.214 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:27:11.214 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:11.214 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 18:27:11.214 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:27:11.214 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 18:27:11.214 DEBUG [main][MenuItemLookup] Found menu:'Show in Breadcrumb Shift+Alt+B' 18:27:11.214 DEBUG [main][MenuItemLookup] Found menu:'Quick Outline Ctrl+O' 18:27:11.214 DEBUG [main][MenuItemLookup] Found menu:'Quick Type Hierarchy Ctrl+T' 18:27:11.214 DEBUG [main][MenuItemLookup] Found menu:'Open With' 18:27:11.214 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:27:11.214 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:11.214 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:27:11.214 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:27:11.214 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:27:11.214 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:27:11.214 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:11.214 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 18:27:11.214 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:27:11.214 DEBUG [main][MenuItemLookup] Item match:Source Shift+Alt+S 18:27:11.218 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Shift+Ctrl+C' 18:27:11.218 DEBUG [main][MenuItemLookup] Found menu:'Remove Block Comment Shift+Ctrl+\' 18:27:11.218 DEBUG [main][MenuItemLookup] Found menu:'Generate Element Comment Shift+Alt+J' 18:27:11.218 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:11.218 DEBUG [main][MenuItemLookup] Found menu:'Correct Indentation Ctrl+I' 18:27:11.218 DEBUG [main][MenuItemLookup] Found menu:'Format Shift+Ctrl+F' 18:27:11.219 DEBUG [main][MenuItemLookup] Found menu:'Format Element' 18:27:11.219 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:11.219 DEBUG [main][MenuItemLookup] Found menu:'Add Import Shift+Ctrl+M' 18:27:11.219 DEBUG [main][MenuItemLookup] Found menu:'Organize Imports Shift+Ctrl+O' 18:27:11.219 DEBUG [main][MenuItemLookup] Found menu:'Sort Members...' 18:27:11.219 DEBUG [main][MenuItemLookup] Found menu:'Clean Up...' 18:27:11.219 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:11.219 DEBUG [main][MenuItemLookup] Found menu:'Override/Implement Methods...' 18:27:11.219 DEBUG [main][MenuItemLookup] Found menu:'Generate Getters and Setters...' 18:27:11.219 DEBUG [main][MenuItemLookup] Found menu:'Generate Delegate Methods...' 18:27:11.219 DEBUG [main][MenuItemLookup] Found menu:'Generate hashCode() and equals()...' 18:27:11.219 DEBUG [main][MenuItemLookup] Item match:Generate hashCode() and equals()... 18:27:11.219 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Generate &hashCode() and equals()..." 18:27:11.219 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Generate hashCode() and equals()... 18:27:11.220 INFO [main][MenuItemHandler] Select menu item: Generate &hashCode() and equals()... 18:27:11.464 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.... 18:27:11.503 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 18:27:11.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Generate hashCode() and equals() 18:27:11.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:11.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:11.505 TRACE [WorkbenchTestable][GenerateHashCodeEqualsDialog] Shell Generate hashCode() and equals() is not null and is not disposed 18:27:11.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:11.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 18:27:11.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:11.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:11.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:11.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:11.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:11.569 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item text and wait with time period 1 18:27:11.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 18:27:11.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:12.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:12.070 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 18:27:12.071 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 18:27:12.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:12.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:12.578 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 18:27:12.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.shell.DefaultShell, index 0 and no matchers specified 18:27:12.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:12.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:12.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:12.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:12.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:12.589 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item text and wait with time period 1 18:27:12.589 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 18:27:12.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:13.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:13.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 18:27:13.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 18:27:13.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:13.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:13.638 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 18:27:13.639 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") 18:27:13.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:13.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:13.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:13.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:13.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:13.652 INFO [WorkbenchTestable][AbstractButton] Click button Select &All 18:27:13.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:13.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:13.653 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:13.653 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:13.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:13.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:13.692 INFO [WorkbenchTestable][AbstractButton] Click button &Generate 18:27:13.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:13.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:13.697 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:13.697 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:14.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:27:14.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:27:14.404 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:14.404 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 18:27:14.414 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 18:27:14.415 DEBUG [WorkbenchTestable][EditorHandler] Closing editor GenHash.java 18:27:15.004 DEBUG [WorkbenchTestable][EditorHandler] Editor GenHash.java is closed 18:27:15.004 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 18:27:15.004 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:27:15.004 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:27:15.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:15.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:15.006 INFO [WorkbenchTestable][RequirementsRunner] Finished test: generateHashAndEquals no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest) 18:27:15.006 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:27:15.006 DEBUG [main][EditorHandler] 0 editor(s) found 18:27:15.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:15.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:15.015 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:27:15.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:15.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:15.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:15.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:15.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:15.020 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:15.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 '\*?\QProject Explorer\E') 18:27:15.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:15.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:15.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:15.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:15.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:27:15.195 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:15.195 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:15.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:15.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:27:15.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:27:15.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:27:15.201 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:15.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:15.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:15.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:15.205 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:15.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:15.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:15.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:15.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:15.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:15.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:15.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:15.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:16.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:16.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:16.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:27:16.317 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:16.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:16.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:16.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:16.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:27:16.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:16.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:16.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:16.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:16.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:16.323 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name GenHashProject 18:27:16.324 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:16.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:16.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:16.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:16.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:16.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:16.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:16.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:16.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:17.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:17.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:17.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:27:17.333 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:17.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:17.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:17.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:17.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:27:17.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:17.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:17.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:17.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:17.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:17.344 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name GenHashProject 18:27:17.345 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:17.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:17.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:17.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:17.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:27:17.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:17.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:17.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:17.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:17.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:17.349 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 18:27:17.349 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 18:27:17.349 DEBUG [main][TreeItemHandler] Set Tree selection 18:27:17.350 DEBUG [main][TreeHandler] Notify Tree about selection event 18:27:17.361 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 18:27:17.377 DEBUG [WorkbenchTestable][TreeItemHandler] GenHashProject 18:27:17.377 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:27:17.377 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:17.497 DEBUG [main][MenuItemLookup] Found menu:'New' 18:27:17.498 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:27:17.498 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:17.498 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:27:17.498 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:17.498 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:27:17.498 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:27:17.498 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:27:17.498 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:27:17.498 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:27:17.498 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:27:17.498 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:27:17.498 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:17.498 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:27:17.498 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:27:17.498 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:17.498 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:27:17.498 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:27:17.499 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:27:17.499 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:27:17.499 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:27:17.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:27:17.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:27:18.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:27:18.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:27:18.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:27:18.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:27:18.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:27:18.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:27:18.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:27:18.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:27:18.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:27:18.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:27:18.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:27:18.001 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:27:18.001 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:18.061 DEBUG [main][MenuItemLookup] Found menu:'New' 18:27:18.061 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:27:18.061 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:18.061 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:27:18.061 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:18.061 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:27:18.061 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:27:18.061 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:27:18.061 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:27:18.061 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:27:18.061 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:27:18.061 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:27:18.062 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:27:18.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 18:27:18.825 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 18:27:18.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:27:18.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:18.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:18.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: 32) 18:27:18.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:18.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:18.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:18.831 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:27:18.831 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:18.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:18.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:18.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:18.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:18.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:18.834 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:27:18.835 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:27:18.835 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:27:18.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:18.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:18.836 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:18.836 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:18.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:27:18.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:18.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:18.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:18.837 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:27:18.837 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:18.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:18.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:18.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:18.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:18.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:18.841 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:27:18.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:18.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:18.841 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:18.841 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:18.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:27:18.865 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:27:19.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:27:19.366 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:27:19.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:27:19.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:27:19.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:27:19.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:27:19.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:27:19.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:27:19.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:27:19.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:27:19.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:27:19.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:27:19.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:27:19.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:27:19.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:27:19.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:27:19.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:27:19.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:27:19.368 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:19.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:19.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:19.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:19.371 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 18:27:19.371 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:27:19.371 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:27:19.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:19.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.866 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: 9.387 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 18:27:19.422 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 18:27:19.423 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:27:19.423 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:27:19.423 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 18:27:19.423 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:27:19.423 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:27:19.424 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:27:19.424 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:27:19.424 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:27:19.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:19.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:19.449 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' view via menu. 18:27:19.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:19.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:19.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:19.456 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:19.456 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:27:19.456 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:19.458 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:27:19.458 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:27:19.458 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:27:19.458 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:27:19.458 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:27:19.458 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:27:19.458 DEBUG [main][MenuItemLookup] Item match:Window 18:27:19.461 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:27:19.461 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:27:19.461 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:27:19.461 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:19.461 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:27:19.461 DEBUG [main][MenuItemLookup] Item match:Show View 18:27:19.488 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:27:19.488 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:27:19.488 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:27:19.488 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:27:19.488 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:27:19.488 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:27:19.488 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:27:19.488 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:27:19.488 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:27:19.488 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:27:19.488 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:27:19.488 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:27:19.488 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:27:19.488 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:27:19.488 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:27:19.488 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:19.488 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:27:19.488 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:27:19.515 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:27:19.515 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:27:19.515 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:27:19.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:27:19.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:27:19.702 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:27:19.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:19.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:19.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 18:27:19.716 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:19.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:19.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:19.717 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:27:19.717 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:19.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:19.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:19.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:19.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:19.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:19.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:27:19.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:27:19.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:27:19.722 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:27:19.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:20.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:20.225 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:27:20.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:27:20.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:27:20.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:20.230 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:27:20.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:20.239 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:27:20.246 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 18:27:20.246 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 18:27:20.247 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 18:27:20.247 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 18:27:20.247 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:20.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:20.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:20.260 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:27:20.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:20.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:20.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:20.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 "Open") 18:27:20.262 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:20.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:20.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:20.262 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:27:20.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:20.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:20.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:20.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:20.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:20.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:20.275 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:27:20.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:20.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:20.276 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:20.276 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:20.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:27:20.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:27:20.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.junit.ui.TestRunnerViewPart' view is open... 18:27:20.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:20.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:20.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.junit.ui.TestRunnerViewPart' view is open finished successfully 18:27:20.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:20.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:20.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:20.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:20.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:20.452 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27: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 '\*?\QJUnit\E') 18:27:20.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:20.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:20.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:20.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:20.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:27:20.463 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:20.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:20.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:20.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:27:20.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:27:20.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:27:20.465 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:20.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:20.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:20.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:27:20.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:27:20.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:27:20.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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...") 18:27:20.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:20.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:20.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:20.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:20.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:27:20.492 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Test Run History... 18:27:20.493 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:27:20.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:20.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test Runs"] is available.... 18:27:20.666 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 18:27:20.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test Runs 18:27:20.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:20.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:20.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove All") 18:27:20.667 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:20.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:20.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:20.669 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Test Runs" as the parent 18:27:20.669 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:20.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:20.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:20.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:20.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:20.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:20.681 INFO [WorkbenchTestable][AbstractButton] Click button Remove &All 18:27:20.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:20.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:20.682 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:20.682 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:20.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:27:20.684 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:20.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:20.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:20.685 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Test Runs" as the parent 18:27:20.685 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:20.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:20.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:20.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:20.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:20.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:20.694 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:27:20.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:20.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:20.695 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:20.695 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:20.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test Runs"] is available.... 18:27:20.783 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 18:27:20.783 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:27:20.783 INFO [WorkbenchTestable][RequirementsRunner] Started test: getViewStatusTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 18:27:20.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 18:27:20.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:27:20.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:27:20.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:27:20.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:20.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:20.791 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:20.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:20.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:20.798 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:20.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:20.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:20.799 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:20.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E') 18:27:20.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:20.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:20.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:20.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:20.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:27:20.847 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:20.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:20.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:20.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:27:20.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:27:20.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:27:20.852 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:20.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:20.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:20.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:27:20.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:27:20.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:27:20.858 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 18:27:20.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:20.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:20.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:20.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:20.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 18:27:20.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 18:27:20.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:27:20.860 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:27:20.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:20.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:20.861 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getViewStatusTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 18:27:20.861 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:27:20.861 INFO [WorkbenchTestable][RequirementsRunner] Started test: getRunsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 18:27:20.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 18:27:20.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:27:20.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:27:20.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:27:20.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:20.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:20.866 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:20.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:20.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:20.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:20.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:20.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:20.871 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:20.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 '\*?\QJUnit\E') 18:27:20.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:20.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:20.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:20.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:20.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:27:20.876 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:20.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:20.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:20.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:27:20.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:27:20.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:27:20.879 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:20.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:20.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:20.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:27:20.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:27:20.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:27:20.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:20.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:20.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:20.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:20.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:20.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:20.886 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:20.888 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 18:27:20.889 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:27:20.889 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:27:20.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:20.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:20.889 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getRunsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 18:27:20.890 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:27:20.890 INFO [WorkbenchTestable][RequirementsRunner] Started test: getErrorsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 18:27:20.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 18:27:20.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:27:20.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:27:20.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:27:20.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:20.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:20.928 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:20.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:20.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:20.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:20.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:20.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:20.936 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:20.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 '\*?\QJUnit\E') 18:27:20.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:20.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:20.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:20.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:20.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:27:20.983 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:20.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:20.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:20.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:27:20.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:27:20.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:27:20.987 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:20.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:20.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:20.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:27:20.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:27:20.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:27:20.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Errors:") 18:27:20.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:20.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:20.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:20.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:20.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:20.999 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:21.003 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 18:27:21.003 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:27:21.003 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:27:21.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:21.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:21.005 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getErrorsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 18:27:21.005 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:27:21.005 INFO [WorkbenchTestable][RequirementsRunner] Started test: getFailuresTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 18:27:21.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 18:27:21.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:27:21.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:27:21.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:27:21.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:21.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:21.047 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:21.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:21.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:21.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:21.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:21.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:21.055 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:21.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 '\*?\QJUnit\E') 18:27:21.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:21.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:21.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:21.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:21.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:27:21.097 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:21.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:21.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:21.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:27:21.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:27:21.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:27:21.100 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:21.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:21.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:21.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:27:21.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:27:21.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:27:21.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Failures:") 18:27:21.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:21.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:21.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:21.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:21.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:21.121 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:21.124 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 18:27:21.124 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:27:21.124 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:27:21.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:21.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:21.126 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getFailuresTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 18:27:21.126 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 18:27:21.126 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:27:21.126 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:27:21.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:21.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.735 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.078 s getRunsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) Time elapsed: 0.028 s getErrorsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) Time elapsed: 0.115 s getFailuresTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) Time elapsed: 0.121 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 18:27:21.168 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 18:27:21.169 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:27:21.169 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:27:21.170 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 18:27:21.170 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:27:21.170 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:27:21.170 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:27:21.171 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:27:21.171 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:27:21.171 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:27:21.171 DEBUG [main][EditorHandler] 0 editor(s) found 18:27:21.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:21.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:21.183 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:27:21.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:21.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:21.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:21.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:21.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:21.209 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:21.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 '\*?\QProject Explorer\E') 18:27:21.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:21.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:21.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:21.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:21.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:27:21.252 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:21.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:21.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:21.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:21.320 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:21.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:21.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:21.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:21.322 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:21.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:21.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:21.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:21.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:21.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:21.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:21.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:21.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:22.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:22.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:22.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:27:22.329 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:22.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:22.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:22.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:22.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 18:27:22.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:22.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:22.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:22.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:22.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:22.336 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:27:22.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:27:22.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:22.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:22.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:22.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:22.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:22.340 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:22.340 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:27:22.340 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:22.341 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:22.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:22.341 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:22.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:22.341 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:22.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:22.342 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:27:22.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:22.342 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:22.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:22.343 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:22.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:22.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:22.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:22.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:22.346 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:22.346 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:27:22.347 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:22.347 DEBUG [main][MenuItemLookup] Item match:File 18:27:22.349 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:27:22.349 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:27:22.359 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:27:22.359 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:27:22.359 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:22.359 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:27:22.359 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:27:22.359 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:27:22.359 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:27:22.359 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:27:22.359 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:27:22.359 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:27:22.359 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:27:22.359 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:27:22.359 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:22.359 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:27:22.359 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:27:22.359 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:27:22.359 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:22.359 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:27:22.359 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:22.359 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:27:22.359 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:27:22.385 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:27:22.385 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:27:22.385 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:27:22.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:27:22.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:27:22.590 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:27:22.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:22.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:22.594 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:27:22.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:22.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:27:22.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:22.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:22.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:22.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:22.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:22.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:27:22.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:27:22.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:27:22.628 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:27:22.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:22.630 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:27:22.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:22.630 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:27:22.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:27:22.631 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:27:22.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:22.631 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:27:22.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:22.632 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:27:22.633 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:27:22.633 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:27:22.634 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:27:22.648 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:27:22.649 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:27:22.649 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:27:22.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:27:22.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:22.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:22.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:22.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:22.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:22.655 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:27:22.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:22.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:22.655 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:22.656 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:23.056 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:23.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:23.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:23.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:27:23.062 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 18:27:23.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:27:23.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:23.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:23.064 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:27:23.064 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:23.064 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'hellotest' 18:27:23.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:27:23.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:23.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:23.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:23.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:23.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:23.099 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:23.101 INFO [WorkbenchTestable][AbstractText] Text set to: hellotest 18:27:23.162 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:27:23.162 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:27:23.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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) 18:27:23.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:23.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:23.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:23.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:23.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:23.183 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:27:23.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:23.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:23.183 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:23.183 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:23.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:27:23.643 DEBUG [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 18:27:23.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:27:23.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:23.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:23.652 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:27: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") 18:27:23.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:23.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:23.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:23.653 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:27:23.653 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:23.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:23.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:23.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:23.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:23.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:23.665 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:27:23.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:23.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:23.666 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:23.666 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:24.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:27:24.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. finished successfully 18:27:24.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:27:24.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:27:24.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:27:24.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 18:27:24.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:27:24.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:27:24.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:27:24.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:27:24.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:27:24.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:27:24.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:27:24.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:27:24.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:27:24.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:27:24.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:27:24.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:27:24.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:27:24.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"] 18:27:24.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:24.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"] 18:27:24.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:24.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 Class"] 18:27:24.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:24.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:24.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:24.014 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:24.014 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:24.014 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:24.014 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:24.015 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:27:24.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:24.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"] 18:27:24.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:24.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"] 18:27:24.017 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:24.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:24.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:24.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:24.018 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:24.018 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:27:24.018 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:24.019 DEBUG [main][MenuItemLookup] Item match:File 18:27:24.020 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:27:24.020 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:27:24.027 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:27:24.028 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:27:24.028 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:24.028 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:27:24.028 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:27:24.028 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:27:24.028 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:27:24.028 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:27:24.028 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:27:24.028 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:27:24.028 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:27:24.028 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:27:24.028 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:24.028 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:27:24.028 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:27:24.028 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:27:24.028 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:24.028 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:27:24.028 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:24.028 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:27:24.028 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:27:24.030 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:27:24.030 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:27:24.030 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:27:24.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:27:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:27:24.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:27:24.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:24.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:24.510 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:27:24.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:24.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:27:24.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:24.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:24.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:24.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:24.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:24.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:27:24.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:27:24.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:27:24.523 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:27:24.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:24.524 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:27:24.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:24.524 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:27:24.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:27:24.525 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:27:24.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:24.525 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:27:24.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:24.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:27:24.526 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:27:24.527 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:27:24.527 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:27:24.593 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:27:24.594 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:27:24.594 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:27:24.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:27:24.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:24.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:24.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:24.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:24.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:24.599 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:27:24.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:24.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:24.599 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:24.599 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:24.905 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:24.906 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:24.906 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:24.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:27:24.914 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 18:27:24.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:27:24.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:24.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:24.917 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:27:24.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:24.919 DEBUG [WorkbenchTestable][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:") 18:27:24.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:24.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:25.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:25.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:25.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:25.245 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:25.247 INFO [WorkbenchTestable][AbstractText] Text set to: HelloTest 18:27:25.307 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:27:25.307 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:27:25.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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) 18:27:25.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:25.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:25.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:25.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:25.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:25.326 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:27:25.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:25.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:25.326 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:25.326 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:25.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:27:26.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:27:26.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:27:26.607 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 18:27:26.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:27:26.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:27:26.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:27:26.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:27:26.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:27:26.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:27:26.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:27:26.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:27:26.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:27:26.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:27:26.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:27:26.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:27:26.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:27:26.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:27:26.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:27:26.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:26.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:26.617 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:27:26.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:26.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:26.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform 18:27:26.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:26.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:26.627 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform' 18:27:26.628 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:27:26.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:26.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:26.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:26.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:26.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:27:26.792 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:26.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:27.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:27.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:27.111 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:27.112 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:27.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:27.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:27.115 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:27.115 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:27.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:27.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:27.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:27.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:27.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:27.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:27.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:28.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:28.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:28.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:27:28.146 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:28.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:28.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:28.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:28.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:27:28.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:28.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:28.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:28.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:28.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:28.157 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 18:27:28.157 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item hellotest 18:27:28.157 DEBUG [main][TreeItemHandler] Selecting tree item: hellotest 18:27:28.158 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item hellotest about selection 18:27:28.163 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: hellotest 18:27:28.163 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:27:28.163 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:28.312 DEBUG [main][MenuItemLookup] Found menu:'New' 18:27:28.312 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:27:28.312 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:28.312 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:27:28.312 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:27:28.312 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:27:28.312 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:28.312 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:27:28.312 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:27:28.312 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:27:28.312 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:27:28.312 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:28.312 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:27:28.312 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:27:28.312 DEBUG [main][MenuItemLookup] Item match:Build Path 18:27:28.319 DEBUG [main][MenuItemLookup] Found menu:'Link Source...' 18:27:28.319 DEBUG [main][MenuItemLookup] Found menu:'New Source Folder...' 18:27:28.319 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:28.319 DEBUG [main][MenuItemLookup] Found menu:'Use as Source Folder' 18:27:28.319 DEBUG [main][MenuItemLookup] Found menu:'Add External Archives...' 18:27:28.319 DEBUG [main][MenuItemLookup] Found menu:'Add Libraries...' 18:27:28.319 DEBUG [main][MenuItemLookup] Item match:Add Libraries... 18:27:28.320 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Add &Libraries..." 18:27:28.320 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add Libraries... 18:27:28.320 INFO [main][MenuItemHandler] Select menu item: Add &Libraries... 18:27:28.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Library"] is available.... 18:27:28.621 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 18:27:28.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add Library 18:27:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:28.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:28.624 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 18:27:28.624 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:28.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:28.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:28.635 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 18:27:28.635 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:28.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:28.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:28.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:28.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:28.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 18:27:28.641 TRACE [main][WidgetHandler] Notify List with event 13 18:27:28.642 TRACE [main][WidgetHandler] Wait for synchronization 18:27:28.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 18:27:28.643 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:28.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:28.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:28.695 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 18:27:28.695 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:28.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:28.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:28.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:28.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:28.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:28.701 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:27:28.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:28.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:28.701 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:28.701 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:28.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and no matchers specified 18:27:28.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:28.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:28.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:28.995 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 18:27:28.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:28.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:28.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:28.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:28.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:28.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:27:28.999 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JUnit 5 to selection: JUnit 4 18:27:29.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 18:27:29.027 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:29.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:29.028 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 18:27:29.028 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:29.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:29.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:29.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:29.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:29.091 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:27:29.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:29.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:29.092 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:29.092 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:30.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Library"] is available.... 18:27:30.142 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 18:27:30.146 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:30.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:30.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:30.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:30.190 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:30.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:30.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:30.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:30.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:30.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:30.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:30.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:30.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:31.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:31.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:31.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:27:31.219 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:31.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:31.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:31.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:31.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 18:27:31.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:31.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:31.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:31.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:31.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:31.226 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 18:27:31.227 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:27:31.229 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item hellotest 18:27:31.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 18:27:31.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:31.230 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item hellotest is already expanded. No action performed 18:27:31.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:31.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 18:27:31.231 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item hellotest of tree item src 18:27:31.231 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:27:31.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:31.286 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:27:31.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:31.287 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:27:31.288 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item HelloTest.java of tree item hellotest 18:27:31.289 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 18:27:31.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:31.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:31.790 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 18:27:31.793 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HelloTest.java 18:27:31.793 DEBUG [main][TreeItemHandler] Selecting tree item: HelloTest.java 18:27:31.794 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HelloTest.java about selection 18:27:31.814 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HelloTest.java 18:27:31.814 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item HelloTest.java 18:27:31.815 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HelloTest.java 18:27:31.815 DEBUG [main][TreeItemHandler] Selecting tree item: HelloTest.java 18:27:31.815 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HelloTest.java about selection 18:27:31.819 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HelloTest.java 18:27:31.819 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:27:31.819 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:27:31.935 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:27:31.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:27:31.935 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 18:27:31.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:27:31.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:27:31.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:27:31.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:27:31.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:27:31.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:27:31.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:27:31.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:27:31.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:27:31.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:27:31.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:27:31.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:27:31.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:27:31.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@794285b2 is found... 18:27:31.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@794285b2 is found finished successfully 18:27:31.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QHelloTest.java\E') 18:27:31.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:31.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:31.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:31.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:31.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:27:31.996 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:31.997 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package hellotest; public class HelloTest { } TooltipText=null 18:27:31.998 INFO [WorkbenchTestable][TextEditor] Set text to editor 18:27:32.031 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:32.031 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 18:27:32.175 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:27:32.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform 18:27:32.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:32.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:32.182 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform' 18:27:32.182 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform' 18:27:32.183 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:32.183 DEBUG [main][MenuItemLookup] Item match:File 18:27:32.188 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:27:32.188 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:27:32.188 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:27:32.188 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:27:32.188 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:32.188 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:27:32.188 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:27:32.188 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:32.188 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:27:32.188 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:27:32.189 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:27:32.189 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:27:32.231 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:27:32.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:27:32.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:27:32.412 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:32.413 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 18:27:32.415 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:32.416 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 18:27:32.416 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 18:27:32.417 DEBUG [WorkbenchTestable][EditorHandler] Closing editor HelloTest.java 18:27:32.799 DEBUG [WorkbenchTestable][EditorHandler] Editor HelloTest.java is closed 18:27:32.800 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:27:32.800 INFO [WorkbenchTestable][RequirementsRunner] Started test: junitRunTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest) 18:27:32.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 18:27:32.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 18:27:32.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:27:32.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:27:32.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:27:32.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:32.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:32.818 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:27:32.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:32.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:32.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:32.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:32.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:32.827 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:32.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 '\*?\QPackage Explorer\E') 18:27:32.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:32.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:32.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:32.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:32.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:27:32.830 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:32.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:32.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:32.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:27:32.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:27:32.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:27:32.835 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:32.836 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:32.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:32.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:32.838 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:32.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:32.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:32.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:32.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:32.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:32.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:33.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:33.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:33.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:33.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:33.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:27:33.894 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:33.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:33.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:33.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:33.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 18:27:33.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:33.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:33.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:33.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:33.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:33.900 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 18:27:33.901 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:27:33.902 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item hellotest 18:27:33.902 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 18:27:33.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:33.903 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item hellotest is already expanded. No action performed 18:27:33.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:33.903 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 18:27:33.904 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item hellotest of tree item src 18:27:33.904 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:27:33.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:33.905 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:27:33.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:33.906 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:27:33.906 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item HelloTest.java of tree item hellotest 18:27:33.907 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 18:27:33.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:33.908 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item hellotest is already expanded. No action performed 18:27:33.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:33.908 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 18:27:33.911 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HelloTest.java 18:27:33.911 DEBUG [main][TreeItemHandler] Selecting tree item: HelloTest.java 18:27:33.912 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HelloTest.java about selection 18:27:33.927 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HelloTest.java 18:27:33.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:27:33.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'New' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'Open With' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'References' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:34.006 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:27:34.006 DEBUG [main][MenuItemLookup] Item match:Run As 18:27:34.093 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 18:27:34.093 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+X T' 18:27:34.093 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+X T 18:27:34.094 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+X T" 18:27:34.094 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+X T 18:27:34.094 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+X T 18:27:34.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting while JUnit test has not finished yet... 18:27:34.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:34.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:34.203 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:34.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:34.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:34.304 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:34.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:34.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:34.305 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:34.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 '\*?\QJUnit\E') 18:27:34.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:34.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:34.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:34.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:34.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:27:34.388 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:34.388 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:34.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:34.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:34.498 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:34.498 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:34.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:34.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:34.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:34.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:34.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:34.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:34.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:34.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:34.513 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:34.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while JUnit test has not finished yet finished successfully 18:27:34.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until JUnit test has not finished yet... 18:27:34.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:34.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:34.525 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:34.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:34.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:34.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:34.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:34.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:34.564 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:34.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 '\*?\QJUnit\E') 18:27:34.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:34.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:34.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:34.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:34.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:27:34.594 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:34.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:34.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:34.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:27:34.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:27:34.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:27:34.596 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:34.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:34.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:34.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:27:34.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:27:34.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:27:34.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:34.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:34.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:34.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:34.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:34.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:34.605 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:35.108 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:35.109 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:35.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:35.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:35.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=0/0 TooltipText=0/0 18:27:35.112 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:35.112 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:35.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:35.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=0/0 TooltipText=0/0 18:27:35.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:35.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:35.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:35.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:35.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:35.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:35.121 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:35.622 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:35.625 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:35.625 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:35.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:35.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=0/0 TooltipText=0/0 18:27:35.629 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:35.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:35.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:35.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=0/0 TooltipText=0/0 18:27:35.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:35.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:35.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:35.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:35.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:35.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:35.692 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:36.195 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:36.196 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:36.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:36.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:36.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 18:27:36.200 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:36.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:36.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:36.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 18:27:36.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:36.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:36.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:36.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:36.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:36.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:36.210 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:36.711 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:36.712 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:36.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:36.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:36.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 18:27:36.717 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:36.717 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:36.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:36.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 18:27:36.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:36.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:36.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:36.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:36.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:36.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:36.769 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:37.270 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:37.271 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:37.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:37.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:37.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 18:27:37.275 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:37.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:37.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:37.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 18:27:37.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:37.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:37.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:37.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:37.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:37.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:37.283 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:37.784 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:37.784 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:37.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:37.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:37.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 18:27:37.790 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:37.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:37.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:37.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 18:27:37.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:37.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:37.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:37.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:37.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:37.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:37.801 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:38.302 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:38.303 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:38.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:38.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:38.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 18:27:38.310 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:38.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:38.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:38.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 18:27:38.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:38.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:38.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:38.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:38.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:38.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:38.316 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:38.817 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:38.817 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:38.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:38.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:38.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 18:27:38.821 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:38.821 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:38.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:38.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 18:27:38.824 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:38.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:38.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:38.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:38.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:38.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:38.830 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:39.330 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:39.331 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:39.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:39.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:39.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 18:27:39.334 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:39.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:39.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:39.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 18:27:39.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:39.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:39.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:39.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:39.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:39.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:39.347 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:39.847 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:39.848 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:39.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:39.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:39.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 18:27:39.854 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:39.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:39.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:39.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 18:27:39.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:39.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:39.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:39.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:39.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:39.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:39.869 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:40.370 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:40.371 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:40.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:40.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:40.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 18:27:40.374 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:40.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:40.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:40.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 18:27:40.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:40.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:40.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:40.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:40.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:40.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:40.388 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:40.889 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:40.889 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:40.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:40.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:40.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 18:27:40.891 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:40.891 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:40.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:40.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 18:27:40.893 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:40.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:40.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:40.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:40.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:40.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:40.899 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:41.400 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:41.400 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:41.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:41.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:41.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 18:27:41.411 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:41.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:41.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:41.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 18:27:41.415 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:41.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:41.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:41.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:41.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:41.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:41.420 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:41.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 18:27:41.921 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:41.922 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:41.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:41.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:41.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 18:27:41.926 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:41.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:41.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:41.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 18:27:41.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:41.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:41.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:41.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:41.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:41.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:41.934 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:41.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 18:27:42.435 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:42.435 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:42.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:42.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:42.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 18:27:42.438 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:42.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:42.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:42.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 18:27:42.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:42.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:42.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:42.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:42.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:42.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:42.444 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:42.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 18:27:42.945 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:42.945 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:42.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:42.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:42.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 18:27:42.949 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:42.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:42.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:42.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 18:27:42.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:42.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:42.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:42.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:42.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:42.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:42.958 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:42.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 18:27:43.459 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:43.460 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:43.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:43.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:43.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 18:27:43.462 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:43.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:43.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:43.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 18:27:43.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:43.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:43.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:43.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:43.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:43.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:43.469 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:43.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 18:27:43.970 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:43.971 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:43.971 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:43.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:43.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 18:27:43.975 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:43.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:43.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:43.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 18:27:43.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:43.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:43.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:43.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:43.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:43.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:43.985 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:43.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 18:27:44.486 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:44.487 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:44.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:44.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:44.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 18:27:44.491 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:44.491 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:44.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:44.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 18:27:44.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:44.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:44.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:44.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:44.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:44.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:44.500 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:44.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 18:27:45.001 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:45.002 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:45.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:45.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:45.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 18:27:45.009 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:45.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:45.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:45.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 18:27:45.012 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:45.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:45.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:45.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:45.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:45.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:45.023 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:45.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 18:27:45.523 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:45.524 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:45.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:45.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:45.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 18:27:45.528 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:45.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:45.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:45.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 18:27:45.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:45.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:45.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:45.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:45.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:45.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:45.537 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:45.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 18:27:46.038 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:46.039 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:46.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:46.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:46.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 18:27:46.043 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:46.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:46.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:46.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 18:27:46.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:46.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:46.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:46.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:46.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:46.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:46.051 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:46.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is not listed in considered jobs, ignore it 18:27:46.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is not listed in considered jobs, ignore it 18:27:46.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is not listed in considered jobs, ignore it 18:27:46.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is not listed in considered jobs, ignore it 18:27:46.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 18:27:46.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is not listed in considered jobs, ignore it 18:27:46.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is not listed in considered jobs, ignore it 18:27:46.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 18:27:46.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is not listed in considered jobs, ignore it 18:27:46.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is not listed in considered jobs, ignore it 18:27:46.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until JUnit test has not finished yet finished successfully 18:27:46.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:46.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:46.062 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 18:27:46.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:46.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:46.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:46.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:46.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:46.071 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:46.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 '\*?\QJUnit\E') 18:27:46.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:46.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:46.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:46.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:46.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:27:46.079 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:46.079 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:46.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:46.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:27:46.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:27:46.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:27:46.119 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:46.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:46.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:46.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:27:46.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:27:46.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:27:46.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs:") 18:27:46.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:46.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:46.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:46.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:46.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:46.132 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:46.137 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:46.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:46.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:46.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 18:27:46.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Errors:") 18:27:46.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:46.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:46.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:46.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:46.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:46.147 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:46.148 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 18:27:46.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 18:27:46.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:46.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1 TooltipText=null 18:27:46.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Failures:") 18:27:46.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:46.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:46.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:46.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:46.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:46.205 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:46.207 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 18:27:46.207 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:27:46.207 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:27:46.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:46.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:46.209 INFO [WorkbenchTestable][RequirementsRunner] Finished test: junitRunTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest) 18:27:46.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:46.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:46.219 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:27:46.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:46.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:46.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:46.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:46.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:46.226 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:46.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 '\*?\QPackage Explorer\E') 18:27:46.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:46.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:46.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:46.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:46.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:27:46.268 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:46.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:46.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:46.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:46.346 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:46.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:46.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:46.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:46.351 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:46.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:46.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:46.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:46.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:46.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:46.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:46.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:46.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:47.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:47.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:47.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:27:47.363 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:47.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:47.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:47.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:47.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 18:27:47.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:47.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:47.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:47.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:47.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:47.368 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 18:27:47.370 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item hellotest 18:27:47.370 DEBUG [main][TreeItemHandler] Selecting tree item: hellotest 18:27:47.371 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item hellotest about selection 18:27:47.380 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: hellotest 18:27:47.381 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:27:47.381 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:47.478 DEBUG [main][MenuItemLookup] Found menu:'New' 18:27:47.478 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:27:47.478 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:47.478 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:27:47.478 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:27:47.478 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:27:47.478 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:47.478 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:27:47.478 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:27:47.478 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:27:47.479 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:27:47.479 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:47.479 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:27:47.479 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:27:47.479 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:27:47.479 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:27:47.479 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:47.479 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:27:47.479 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:27:47.479 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:47.479 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:27:47.479 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:27:47.479 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:27:47.479 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:27:47.480 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:27:47.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:27:47.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:27:47.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:27:47.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:27:47.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:27:47.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:27:47.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:27:47.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:27:47.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:27:47.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:27:47.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:27:47.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:27:47.537 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'hellotest' via Explorer 18:27:47.538 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item hellotest 18:27:47.538 DEBUG [main][TreeItemHandler] Selecting tree item: hellotest 18:27:47.539 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item hellotest about selection 18:27:47.546 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: hellotest 18:27:47.546 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:27:47.546 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:47.612 DEBUG [main][MenuItemLookup] Found menu:'New' 18:27:47.612 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:27:47.613 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:47.613 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:27:47.613 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:27:47.613 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:27:47.613 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:47.613 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:27:47.613 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:27:47.613 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:27:47.613 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:27:47.613 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:27:47.613 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:27:47.613 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:27:47.613 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:27:47.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 'Delete.*'] is available.... 18:27:47.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 18:27:47.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:27:47.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:47.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:47.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:47.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:47.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: 32) 18:27:47.897 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:47.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:47.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:47.898 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:27:47.898 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:47.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:47.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:47.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:47.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:47.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:47.906 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:27:47.907 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:27:47.907 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:27:47.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:47.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:47.908 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:47.908 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:47.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", Widget matcher matching widgets with style: 8) 18:27:47.909 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:47.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:47.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:47.910 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:27:47.910 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:47.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:47.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:47.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:47.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:47.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:47.914 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:27:47.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:47.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:47.914 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:47.914 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:47.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:27:47.947 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:27:48.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:27:48.487 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:27:48.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:27:48.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:27:48.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:27:48.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:27:48.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:27:48.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:27:48.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:27:48.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:27:48.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:27:48.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:27:48.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:27:48.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:27:48.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:27:48.488 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 18:27:48.488 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:27:48.488 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:27:48.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:48.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:48.492 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.326 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest junitRunTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest) Time elapsed: 13.409 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 18:27:48.503 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 18:27:48.504 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:27:48.505 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:27:48.505 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 18:27:48.505 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:27:48.505 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:27:48.506 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:27:48.506 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:27:48.506 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:27:48.506 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 18:27:48.507 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 18:27:48.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:27:48.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:48.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:48.508 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:27:48.509 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:48.510 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:27:48.510 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:27:48.510 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:27:48.510 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:27:48.510 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:27:48.511 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:27:48.511 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:27:48.511 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:27:48.511 DEBUG [main][MenuItemLookup] Item match:Window 18:27:48.512 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:27:48.512 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:27:48.512 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:27:48.512 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:48.512 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:27:48.512 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:27:48.512 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:48.512 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:27:48.512 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:48.512 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:27:48.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:48.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:48.514 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:27:48.514 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:48.514 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:27:48.514 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:27:48.514 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:27:48.514 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:27:48.514 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:27:48.514 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:27:48.514 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:27:48.514 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:27:48.515 DEBUG [main][MenuItemLookup] Item match:Window 18:27:48.515 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:27:48.515 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:27:48.515 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:27:48.515 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:48.515 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:27:48.515 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:27:48.515 DEBUG [main][MenuItemLookup] Item match:Perspective 18:27:48.516 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:27:48.516 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:48.516 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:27:48.516 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:27:48.516 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:27:48.516 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:27:48.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:27:48.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:48.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:48.517 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:27:48.518 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:48.518 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:27:48.518 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:27:48.518 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:27:48.518 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:27:48.518 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:27:48.518 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:27:48.518 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:27:48.518 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:27:48.518 DEBUG [main][MenuItemLookup] Item match:Window 18:27:48.519 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:27:48.519 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:27:48.519 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:27:48.519 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:48.519 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:27:48.519 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:27:48.519 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:48.519 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:27:48.519 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:48.519 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:27:48.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:48.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:48.520 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:27:48.521 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:48.521 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:27:48.521 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:27:48.521 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:27:48.521 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:27:48.521 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:27:48.521 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:27:48.521 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:27:48.521 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:27:48.521 DEBUG [main][MenuItemLookup] Item match:Window 18:27:48.522 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:27:48.522 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:27:48.522 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:27:48.522 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:48.522 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:27:48.522 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:27:48.522 DEBUG [main][MenuItemLookup] Item match:Perspective 18:27:48.522 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:27:48.523 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:48.523 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:27:48.523 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:27:48.523 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:27:48.523 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:27:48.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:48.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:48.524 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:27:48.524 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:48.524 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:27:48.524 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:27:48.524 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:27:48.524 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:27:48.525 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:27:48.525 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:27:48.525 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:27:48.525 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:27:48.525 DEBUG [main][MenuItemLookup] Item match:Window 18:27:48.525 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:27:48.525 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:27:48.525 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:27:48.525 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:48.525 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:27:48.525 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:27:48.525 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:48.525 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:27:48.525 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:48.525 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:27:48.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:48.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:48.526 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:27:48.526 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:48.526 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:27:48.526 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:27:48.526 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:27:48.526 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:27:48.526 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:27:48.526 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:27:48.526 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:27:48.526 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:27:48.526 DEBUG [main][MenuItemLookup] Item match:Window 18:27:48.527 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:27:48.527 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:27:48.527 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:27:48.527 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:48.527 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:27:48.527 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:27:48.527 DEBUG [main][MenuItemLookup] Item match:Perspective 18:27:48.528 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:27:48.528 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:48.528 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:27:48.528 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:27:48.528 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:27:48.528 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:27:48.528 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 18:27:48.528 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 18:27:48.529 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 18:27:48.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 18:27:48.660 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 18:27:48.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 18:27:48.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:48.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:48.661 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:48.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:48.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:48.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:27:48.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:48.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:48.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:48.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 18:27:48.663 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:48.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:48.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:48.664 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:27:48.664 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:48.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:48.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:48.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:48.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:48.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:48.692 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 18:27:48.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:48.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:48.692 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:48.692 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:49.045 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:49.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:49.046 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:49.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:49.050 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:27:49.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:49.050 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:49.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:49.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"] 18:27:49.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:49.052 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:49.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:49.059 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:27:49.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:49.060 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:49.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:49.060 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:49.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:49.061 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:49.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:49.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:49.062 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:49.062 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:27:49.063 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:49.063 DEBUG [main][MenuItemLookup] Item match:File 18:27:49.064 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:27:49.064 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:27:49.072 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:27:49.072 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:27:49.072 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:49.072 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:27:49.072 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:27:49.072 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:27:49.072 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:27:49.072 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:27:49.072 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:27:49.072 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:27:49.072 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:27:49.072 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:27:49.072 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:49.072 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:27:49.072 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:27:49.072 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:27:49.072 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:49.072 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:27:49.072 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:49.072 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:27:49.072 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:27:49.093 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:27:49.094 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:27:49.094 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:27:49.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:27:49.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:27:49.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:27:49.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:49.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:49.317 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:27:49.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:49.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:27:49.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:49.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:49.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:49.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:49.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:49.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:27:49.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:27:49.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:27:49.350 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:27:49.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:49.351 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:27:49.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:49.351 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:27:49.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:27:49.352 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:27:49.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:49.352 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:27:49.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:49.361 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:27:49.362 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:27:49.362 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:27:49.362 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:27:49.367 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:27:49.367 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:27:49.367 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:27:49.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) 18:27:49.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:49.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:49.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:49.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:49.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:49.381 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:27:49.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:49.382 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:49.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:49.764 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:49.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:49.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:49.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.... 18:27:49.771 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 18:27:49.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:27:49.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:49.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:49.773 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:27:49.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:49.774 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject0' 18:27:49.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:27:49.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:49.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:49.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:49.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:49.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:49.810 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:49.811 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject0 18:27:49.857 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:27:49.857 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:27:49.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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) 18:27:49.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:49.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:49.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:49.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:49.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:49.896 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:27:49.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:49.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:49.896 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:49.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:50.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:27:50.336 DEBUG [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 18:27:50.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:27:50.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:50.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:50.347 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:27:50.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 "Don't Create") 18:27:50.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:50.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:50.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:50.348 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:27:50.348 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:50.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:50.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:50.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:50.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:50.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:50.363 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:27:50.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:50.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:50.363 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:50.363 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:50.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:27:50.763 DEBUG [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 18:27:50.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:27:50.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:27:50.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:27:50.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:27:50.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:27:50.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:27:50.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:27:50.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:27:50.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:27:50.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:27:50.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:27:50.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:27:50.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:27:50.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:27:50.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:27:50.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:27:50.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:27:50.764 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:50.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:50.771 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:50.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:50.772 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:27:50.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:50.792 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:50.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:50.793 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:50.793 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:50.793 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:50.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:50.794 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:27:50.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:50.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"] 18:27:50.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:50.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"] 18:27:50.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:50.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:50.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:50.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:50.796 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:50.796 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:27:50.797 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:50.797 DEBUG [main][MenuItemLookup] Item match:File 18:27:50.799 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:27:50.799 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:27:50.807 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:27:50.807 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:27:50.807 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:50.807 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:27:50.807 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:27:50.807 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:27:50.807 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:27:50.807 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:27:50.807 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:27:50.807 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:27:50.807 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:27:50.807 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:27:50.807 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:50.808 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:27:50.808 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:27:50.808 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:27:50.808 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:50.808 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:27:50.808 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:50.808 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:27:50.808 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:27:50.809 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:27:50.809 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:27:50.809 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:27:51.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:27:51.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:27:51.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:27:51.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:51.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:51.130 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:27:51.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:51.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:27:51.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:51.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:51.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:51.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:51.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:51.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:27:51.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:27:51.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:27:51.203 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:27:51.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:51.217 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:27:51.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:51.218 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:27:51.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:27:51.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:27:51.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:51.231 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:27:51.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:51.231 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:27:51.299 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:27:51.299 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:27:51.300 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:27:51.300 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:27:51.301 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:27:51.301 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:27:51.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:27:51.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:51.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:51.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:51.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:51.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:51.315 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:27:51.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:51.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:51.335 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:51.335 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:52.135 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:52.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:52.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:52.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:27:52.138 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 18:27:52.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:27:52.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:52.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:52.140 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:27:52.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:52.141 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject1' 18:27:52.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:") 18:27:52.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:52.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:52.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:52.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:52.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:52.207 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:52.209 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject1 18:27:52.270 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:27:52.270 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:27:52.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 18:27:52.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:52.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:52.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:52.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:52.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:52.307 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:27:52.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:52.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:52.308 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:52.308 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:52.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:27:52.900 DEBUG [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 18:27:52.900 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:27:52.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:52.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:52.902 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:27:52.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:27:52.902 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:52.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:52.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:52.903 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:27:52.903 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:52.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:52.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:52.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:52.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:52.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:52.906 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:27:52.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:52.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:52.906 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:52.906 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:53.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:27:53.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 18:27:53.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:27:53.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:27:53.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:27:53.413 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 18:27:53.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:27:53.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:27:53.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:27:53.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:27:53.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:27:53.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:27:53.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:27:53.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:27:53.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:27:53.414 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:53.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:53.421 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:53.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:53.422 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:27:53.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:53.422 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:53.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:53.423 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:53.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:53.423 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:53.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:53.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"] 18:27:53.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:53.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"] 18:27:53.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:53.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"] 18:27:53.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:53.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:53.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:53.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:53.426 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:53.427 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:27:53.427 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:53.427 DEBUG [main][MenuItemLookup] Item match:File 18:27:53.429 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:27:53.429 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:27:53.490 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:27:53.490 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:27:53.490 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:53.490 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:27:53.490 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:27:53.490 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:27:53.490 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:27:53.490 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:27:53.490 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:27:53.490 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:27:53.490 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:27:53.490 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:27:53.490 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:53.490 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:27:53.490 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:27:53.490 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:27:53.490 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:53.490 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:27:53.490 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:53.490 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:27:53.490 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:27:53.492 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:27:53.492 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:27:53.492 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:27:53.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:27:53.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:27:53.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:27:53.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:53.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:53.938 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:27:53.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:54.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 18:27:54.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:54.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:54.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:54.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:54.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:54.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:27:54.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:27:54.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:27:54.011 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:27:54.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:54.012 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:27:54.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:54.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:27:54.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:27:54.012 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:27:54.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:54.013 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:27:54.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:54.027 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:27:54.039 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:27:54.039 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:27:54.040 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:27:54.041 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:27:54.041 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:27:54.041 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:27:54.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:27:54.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:54.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:54.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:54.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:54.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:54.118 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:27:54.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:54.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:54.119 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:54.119 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:54.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: "New"] 18:27:54.727 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:54.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:54.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:27:54.732 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 18:27:54.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:27:54.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:54.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:54.735 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:27:54.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:54.735 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject2' 18:27:54.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.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:27:54.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:54.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:54.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:54.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:54.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:27:54.800 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:27:54.802 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject2 18:27:54.849 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:27:54.849 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:27:54.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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) 18:27:54.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:54.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:54.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:54.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:54.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:54.858 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:27:54.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:54.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:54.858 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:54.858 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:55.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:27:55.708 DEBUG [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 18:27:55.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:27:55.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:55.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:55.711 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:27:55.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:27:55.711 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:27:55.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:27:55.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:27:55.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:27:55.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:27:55.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:55.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:55.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:55.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:55.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:55.731 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:27:55.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:55.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:55.732 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:55.732 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:27:56.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:27:56.427 DEBUG [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 18:27:56.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:27:56.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:27:56.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:27:56.428 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 18:27:56.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:27:56.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:27:56.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:27:56.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:27:56.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:27:56.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:27:56.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:27:56.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:27:56.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:27:56.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:27:56.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:56.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:56.431 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:27:56.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:56.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:56.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:56.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:56.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:56.441 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:56.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:27:56.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:56.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:56.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:56.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:56.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:27:56.487 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:56.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:56.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:56.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:27:56.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:27:56.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:27:56.492 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:56.492 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:56.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:56.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:56.495 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:56.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:56.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:56.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:56.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:56.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:56.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:56.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:56.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:57.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:57.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:57.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:27:57.550 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:57.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:57.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:57.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:57.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 18:27:57.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:57.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:57.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:57.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:57.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:57.555 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 18:27:57.555 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 18:27:57.556 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 18:27:57.556 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:57.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:57.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:57.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:57.559 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:57.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:57.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:57.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:57.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:57.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:57.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:58.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:58.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:58.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:58.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:58.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:27:58.566 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:58.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:58.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:58.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:58.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:27:58.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:58.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:58.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:58.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:58.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:58.574 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 18:27:58.574 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 18:27:58.574 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 18:27:58.575 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:58.575 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:58.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:58.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:58.577 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:58.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:58.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:58.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:58.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:58.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:58.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:59.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:59.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:59.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:59.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:27:59.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:27:59.586 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:27:59.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:27:59.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:27:59.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:27:59.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 18:27:59.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:59.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:59.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:59.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:59.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:59.591 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 18:27:59.592 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 18:27:59.592 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 18:27:59.594 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:27:59.594 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 18:27:59.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 18:27:59.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:27:59.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:27:59.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:27:59.595 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:59.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:59.595 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:59.596 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:59.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: "New Java Project"] 18:27:59.596 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:59.597 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:59.597 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:59.597 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:59.598 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:59.598 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:59.599 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:59.599 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:27:59.599 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:59.600 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:59.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:59.600 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:27:59.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:59.601 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:27:59.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:59.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:59.603 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:27:59.603 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:27:59.604 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:59.604 DEBUG [main][MenuItemLookup] Item match:File 18:27:59.607 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:27:59.607 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:27:59.614 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:27:59.614 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:27:59.614 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:59.614 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:27:59.614 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:27:59.614 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:27:59.615 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:27:59.615 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:27:59.615 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:27:59.615 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:27:59.615 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:27:59.615 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:27:59.615 DEBUG [main][MenuItemLookup] Found menu:'File' 18:27:59.615 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:27:59.615 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:27:59.615 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:27:59.615 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:59.615 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:27:59.615 DEBUG [main][MenuItemLookup] Found menu:'' 18:27:59.615 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:27:59.615 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:27:59.616 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:27:59.616 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:27:59.617 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:27:59.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:27:59.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:27:59.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:27:59.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:27:59.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:27:59.827 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:27:59.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:27:59.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:27:59.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:59.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:59.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:59.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:59.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:27:59.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:27:59.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:27:59.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:27:59.834 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:27:59.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:59.835 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:27:59.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:59.835 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:27:59.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:27:59.835 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:27:59.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:27:59.836 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:27:59.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:27:59.836 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:27:59.836 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:27:59.836 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:27:59.837 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:27:59.837 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:27:59.837 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:27:59.837 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:27:59.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:27:59.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:27:59.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:27:59.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:27:59.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:27:59.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:27:59.865 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:27:59.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:27:59.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:27:59.866 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:27:59.866 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:00.272 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:00.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:00.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:00.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:28:00.273 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 18:28:00.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:28:00.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:00.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:00.275 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:28:00.275 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:00.275 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject3' 18:28:00.275 DEBUG [WorkbenchTestable][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:") 18:28:00.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:00.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:00.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:00.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:00.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:28:00.283 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:28:00.284 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject3 18:28:00.330 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:28:00.330 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:28:00.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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) 18:28:00.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:00.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:00.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:00.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:00.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:00.353 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:28:00.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:00.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:00.354 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:00.354 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:01.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:28:01.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 18:28:01.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:28:01.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:01.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:01.205 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:28: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") 18:28:01.205 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:01.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:01.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:01.211 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:28:01.211 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:01.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:01.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:01.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:01.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:01.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:01.217 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:28:01.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:01.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:01.218 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:01.218 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:01.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:28:01.588 DEBUG [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 18:28:01.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:28:01.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:28:01.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:01.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:28:01.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:28:01.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:01.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:01.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:01.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:01.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:01.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:01.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:01.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:01.603 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:01.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:01.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:01.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:28:01.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:28:01.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:28:01.610 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:01.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:01.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:01.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:01.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:01.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:01.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:02.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:02.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:02.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:02.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:02.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:28:02.650 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:02.650 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:02.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:02.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:02.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:28:02.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:02.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:02.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:02.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:02.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:02.654 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 18:28:02.655 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 18:28:02.655 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 18:28:02.655 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject3 18:28:02.656 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject3 18:28:02.656 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject3 18:28:02.657 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject3 about selection 18:28:02.667 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject3 18:28:02.667 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:28:02.667 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:02.741 DEBUG [main][MenuItemLookup] Found menu:'New' 18:28:02.741 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:28:02.741 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:02.741 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:28:02.741 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:28:02.741 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:28:02.741 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:02.741 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:28:02.741 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:28:02.741 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:28:02.741 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:28:02.741 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:02.741 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:28:02.741 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:28:02.741 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:28:02.741 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:28:02.741 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:02.741 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:28:02.741 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:28:02.741 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:02.741 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:28:02.741 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:28:02.742 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:28:02.742 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:28:02.742 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:28:02.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:02.744 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:28:03.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:03.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:03.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:03.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:03.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:03.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:03.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:03.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:03.244 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject3' via Explorer 18:28:03.245 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject3 18:28:03.245 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject3 18:28:03.246 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject3 about selection 18:28:03.250 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject3 18:28:03.250 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:28:03.250 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:03.322 DEBUG [main][MenuItemLookup] Found menu:'New' 18:28:03.322 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:28:03.322 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:03.322 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:28:03.322 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:28:03.322 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:28:03.322 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:03.322 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:28:03.322 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:28:03.323 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:28:03.323 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:28:03.323 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:28:03.323 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:28:03.323 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:28:03.327 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:28:03.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:28:03.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. finished successfully 18:28:03.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:28:03.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:03.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:03.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:03.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:03.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:28:03.582 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:03.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:03.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:03.583 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:28:03.583 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:03.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:03.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:03.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:03.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:03.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:03.585 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:28:03.591 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:28:03.591 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:28:03.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:03.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:03.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:03.592 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:03.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:28:03.592 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:03.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:03.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:03.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:28:03.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:03.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:03.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:03.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:03.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:03.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:03.598 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:28:03.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:03.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:03.598 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:03.599 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:03.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:28:03.623 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:28:04.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:28:04.124 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:28:04.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:04.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 18:28:04.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:28:04.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:28:04.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:28:04.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:04.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:04.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:04.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:04.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:04.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:04.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:04.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:04.126 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:04.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:04.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:04.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:04.130 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:04.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:04.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:04.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:04.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:04.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:04.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:04.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:04.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:05.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:05.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:05.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:28:05.140 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:05.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:05.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:05.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:05.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 18:28:05.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:05.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:05.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:05.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:05.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:05.147 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 18:28:05.148 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 18:28:05.148 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 18:28:05.149 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 18:28:05.149 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:28:05.149 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:28:05.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:05.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:05.151 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 18:28:05.151 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:28:05.151 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 18:28:05.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 18:28:05.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:28:05.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:28:05.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:28:05.152 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 18:28:05.152 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 18:28:05.153 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 18:28:05.168 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 18:28:05.169 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 18:28:05.170 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:28:05.170 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:28:05.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:05.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:05.171 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 18:28:05.171 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:28:05.171 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjectItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 18:28:05.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 18:28:05.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:28:05.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:28:05.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:28:05.172 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:28:05.177 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectTestProject1 18:28:05.178 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectTestProject1 18:28:05.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:05.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:05.679 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectTestProject1 18:28:05.695 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:28:05.695 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:28:05.696 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:28:05.714 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:28:05.715 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:28:05.716 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectTestProject1 18:28:05.716 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectTestProject1 18:28:05.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:05.716 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectTestProject1 is already expanded. No action performed 18:28:05.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:05.717 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectTestProject1 18:28:05.717 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 18:28:05.717 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 18:28:05.718 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 18:28:05.723 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 18:28:05.723 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 18:28:05.723 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:28:05.724 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:28:05.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:05.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:05.725 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjectItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 18:28:05.725 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:05.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:05.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:05.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:05.728 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 18:28:05.728 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 18:28:05.728 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:05.729 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:28:05.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:05.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:05.901 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 18:28:05.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:28:05.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:05.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:05.931 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:28:05.931 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:28:05.932 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:05.933 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:28:05.933 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:28:05.933 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:28:05.933 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:28:05.933 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:28:05.934 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:28:05.934 DEBUG [main][MenuItemLookup] Item match:Window 18:28:05.935 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:28:05.935 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:28:05.935 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:28:05.935 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:05.935 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:28:05.935 DEBUG [main][MenuItemLookup] Item match:Show View 18:28:05.952 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:28:05.952 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:28:05.952 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:28:05.952 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:28:05.952 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:28:05.952 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:28:05.952 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:28:05.952 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:28:05.952 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:28:05.952 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:28:05.952 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:28:05.952 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:28:05.953 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:28:05.953 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:28:05.953 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:28:05.953 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:05.953 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:28:05.953 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:28:05.953 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:28:05.953 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:28:05.954 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:28:06.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:28:06.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:28:06.144 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:28:06.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:06.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:06.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:28:06.146 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:06.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:06.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:06.147 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:28:06.147 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:06.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:06.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:06.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:06.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:06.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:06.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:28:06.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:28:06.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:28:06.157 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:06.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:06.157 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:06.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:06.157 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:06.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:28:06.158 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:06.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:06.159 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:06.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:06.159 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:06.160 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 18:28:06.161 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 18:28:06.161 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 18:28:06.162 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 18:28:06.162 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:06.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:06.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:06.162 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:28:06.162 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:06.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:06.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:06.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:28:06.164 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:06.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:06.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:06.165 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:28:06.165 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:06.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:06.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:06.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:06.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:06.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:06.179 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:28:06.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:06.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:06.180 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:06.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:06.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:28:06.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:28:06.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 18:28:06.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:06.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:06.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 18:28:06.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:06.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:06.416 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:28:06.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:06.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:06.417 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:28:06.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:28:06.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:06.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:06.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:06.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:06.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:28:06.423 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:06.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:06.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:06.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:28:06.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:28:06.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:28:06.453 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:06.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:06.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:06.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:06.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:06.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:06.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:06.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:06.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:07.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:07.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:07.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:28:07.460 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:07.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:07.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:07.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:07.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:28:07.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:07.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:07.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:07.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:07.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:07.467 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 18:28:07.467 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 18:28:07.468 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 18:28:07.469 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject0 18:28:07.469 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject0 18:28:07.469 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject0 about selection 18:28:07.482 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject0 18:28:07.483 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:28:07.483 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:07.551 DEBUG [main][MenuItemLookup] Found menu:'New' 18:28:07.552 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:28:07.552 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:07.552 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:28:07.552 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:28:07.552 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:28:07.552 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:07.552 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:28:07.552 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:28:07.552 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:28:07.552 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:28:07.552 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:07.552 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:28:07.552 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:28:07.552 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:28:07.552 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:28:07.552 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:07.552 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:28:07.552 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:28:07.552 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:07.552 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:28:07.552 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:28:07.552 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:28:07.553 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:28:07.553 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:28:07.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:07.557 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:28:08.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:08.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:08.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:08.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:08.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:08.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:08.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:08.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:08.057 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject0' via Explorer 18:28:08.058 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject0 18:28:08.058 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject0 18:28:08.058 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject0 about selection 18:28:08.062 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject0 18:28:08.062 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:28:08.062 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:08.125 DEBUG [main][MenuItemLookup] Found menu:'New' 18:28:08.125 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:28:08.125 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:08.125 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:28:08.125 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:28:08.125 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:28:08.125 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:08.125 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:28:08.125 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:28:08.125 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:28:08.125 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:28:08.126 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:28:08.126 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:28:08.126 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:28:08.126 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:28:08.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:28:08.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:28:08.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:28:08.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:08.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:08.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:08.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:08.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:28:08.860 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:08.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:08.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:08.861 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:28:08.861 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:08.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:08.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:08.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:08.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:08.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:08.863 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:28:08.864 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:28:08.865 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:28:08.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:08.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:08.865 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:08.865 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:08.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:28:08.865 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:08.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:08.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:08.866 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:28:08.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:08.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:08.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:08.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:08.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:08.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:08.869 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:28:08.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:08.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:08.870 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:08.870 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:08.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:28:08.891 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:28:09.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:28:09.392 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:28:09.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:09.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:28:09.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:28:09.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:28:09.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:09.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:09.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:28:09.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:09.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:09.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:09.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:09.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:09.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:09.396 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 18:28:09.396 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 18:28:09.396 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 18:28:09.403 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 18:28:09.404 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:28:09.404 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:09.477 DEBUG [main][MenuItemLookup] Found menu:'New' 18:28:09.477 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:28:09.477 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:09.477 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:28:09.477 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:28:09.477 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:28:09.477 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:09.477 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:28:09.477 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:28:09.477 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:28:09.477 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:28:09.477 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:09.477 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:28:09.477 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:28:09.477 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:28:09.477 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:28:09.477 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:09.477 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:28:09.478 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:28:09.478 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:09.478 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:28:09.478 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:28:09.478 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:28:09.478 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:28:09.479 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:28:09.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:09.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:28:09.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:28:09.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:09.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:09.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:28:09.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:09.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:09.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:09.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:09.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:09.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:09.982 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject1' via Explorer 18:28:09.982 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 18:28:09.983 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 18:28:09.983 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 18:28:09.991 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 18:28:09.991 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:28:09.991 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:10.058 DEBUG [main][MenuItemLookup] Found menu:'New' 18:28:10.059 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:28:10.059 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:10.059 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:28:10.059 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:28:10.059 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:28:10.059 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:10.059 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:28:10.059 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:28:10.059 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:28:10.059 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:28:10.059 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:28:10.059 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:28:10.060 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:28:10.060 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:28:10.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:28:10.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 'Delete.*'] is available. finished successfully 18:28:10.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:28:10.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:10.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:10.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:10.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:10.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:28:10.810 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:10.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:10.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:10.811 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:28:10.811 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:10.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:10.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:10.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:10.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:10.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:10.818 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:28:10.819 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:28:10.819 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:28:10.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:10.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:10.824 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:10.824 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:10.824 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:28:10.824 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:10.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:10.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:10.825 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:28:10.825 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:10.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:10.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:10.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:10.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:10.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:10.829 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:28:10.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:10.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:10.829 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:10.829 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:10.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:28:10.849 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:28:11.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:28:11.354 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:28:11.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:11.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:28:11.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:28:11.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:28:11.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:11.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:11.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:28:11.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:11.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:11.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:11.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:11.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:11.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:11.356 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject2 18:28:11.356 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject2 18:28:11.357 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject2 about selection 18:28:11.364 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject2 18:28:11.365 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:28:11.365 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:11.434 DEBUG [main][MenuItemLookup] Found menu:'New' 18:28:11.434 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:28:11.434 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:11.434 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:28:11.434 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:28:11.434 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:28:11.434 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:11.434 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:28:11.434 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:28:11.434 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:28:11.434 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:28:11.434 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:11.434 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:28:11.434 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:28:11.434 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:28:11.434 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:28:11.434 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:11.434 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:28:11.435 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:28:11.435 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:11.435 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:28:11.435 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:28:11.435 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:28:11.435 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:28:11.435 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:28:11.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:11.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:28:11.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:28:11.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:11.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:11.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:28:11.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:11.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:11.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:11.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:11.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:11.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:11.937 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject2' via Explorer 18:28:11.937 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject2 18:28:11.937 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject2 18:28:11.938 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject2 about selection 18:28:11.941 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject2 18:28:11.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:28:11.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:12.020 DEBUG [main][MenuItemLookup] Found menu:'New' 18:28:12.021 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:28:12.021 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:12.021 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:28:12.021 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:28:12.021 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:28:12.021 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:12.021 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:28:12.021 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:28:12.021 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:28:12.021 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:28:12.021 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:28:12.021 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:28:12.021 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:28:12.021 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:28:12.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:28:12.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:28:12.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:28:12.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:12.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:12.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:12.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:12.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:28:12.279 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:12.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:12.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:12.281 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:28:12.281 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:12.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:12.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:12.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:12.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:12.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:12.289 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:28:12.290 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:28:12.290 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:28:12.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:12.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:12.291 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:12.291 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:12.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:28:12.291 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:12.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:12.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:12.292 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:28:12.292 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:12.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:12.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:12.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:12.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:12.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:12.311 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:28:12.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:12.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:12.312 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:12.312 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:12.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:28:12.332 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:28:12.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:28:12.833 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:28:12.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:12.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:28:12.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:28:12.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:28:12.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:12.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:12.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:28:12.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:12.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:12.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:12.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:12.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:12.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:12.833 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 18:28:12.833 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:28:12.833 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:28:12.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:12.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.333 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: 5.557 s select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) Time elapsed: 0.02 s selectProjectItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) Time elapsed: 0.554 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 18:28:12.845 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 18:28:12.846 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:28:12.847 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:28:12.847 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 18:28:12.847 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:28:12.847 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:28:12.848 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:28:12.848 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:28:12.848 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:28:12.848 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 18:28:12.848 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 18:28:12.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:28:12.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:12.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:12.849 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:28:12.849 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:12.851 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:28:12.851 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:28:12.851 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:28:12.851 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:28:12.851 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:28:12.851 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:28:12.851 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:28:12.851 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:28:12.851 DEBUG [main][MenuItemLookup] Item match:Window 18:28:12.852 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:28:12.852 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:28:12.852 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:28:12.852 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:12.852 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:28:12.852 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:28:12.852 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:12.852 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:28:12.852 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:12.852 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:28:12.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:12.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:12.853 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:28:12.854 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:12.854 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:28:12.854 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:28:12.854 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:28:12.854 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:28:12.854 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:28:12.854 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:28:12.854 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:28:12.854 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:28:12.854 DEBUG [main][MenuItemLookup] Item match:Window 18:28:12.854 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:28:12.854 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:28:12.854 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:28:12.854 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:12.854 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:28:12.854 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:28:12.854 DEBUG [main][MenuItemLookup] Item match:Perspective 18:28:12.855 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:28:12.855 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:12.855 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:28:12.855 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:28:12.855 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:28:12.855 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:28:12.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:28:12.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:12.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:12.856 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:28:12.856 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:12.856 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:28:12.856 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:28:12.856 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:28:12.856 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:28:12.856 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:28:12.856 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:28:12.856 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:28:12.856 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:28:12.856 DEBUG [main][MenuItemLookup] Item match:Window 18:28:12.857 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:28:12.857 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:28:12.857 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:28:12.857 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:12.857 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:28:12.857 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:28:12.857 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:12.857 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:28:12.857 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:12.857 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:28:12.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:12.858 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:28:12.859 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:12.859 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:28:12.859 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:28:12.859 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:28:12.859 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:28:12.859 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:28:12.859 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:28:12.859 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:28:12.859 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:28:12.859 DEBUG [main][MenuItemLookup] Item match:Window 18:28:12.860 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:28:12.860 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:28:12.860 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:28:12.860 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:12.860 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:28:12.860 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:28:12.860 DEBUG [main][MenuItemLookup] Item match:Perspective 18:28:12.860 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:28:12.860 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:12.860 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:28:12.860 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:28:12.861 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:28:12.861 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:28:12.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:12.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:12.862 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:28:12.862 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:12.862 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:28:12.862 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:28:12.862 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:28:12.862 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:28:12.862 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:28:12.862 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:28:12.862 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:28:12.862 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:28:12.862 DEBUG [main][MenuItemLookup] Item match:Window 18:28:12.863 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:28:12.863 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:28:12.863 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:28:12.863 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:12.863 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:28:12.863 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:28:12.863 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:12.863 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:28:12.863 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:12.863 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:28:12.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:12.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:12.864 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:28:12.864 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:12.864 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:28:12.864 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:28:12.864 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:28:12.864 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:28:12.864 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:28:12.864 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:28:12.864 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:28:12.864 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:28:12.864 DEBUG [main][MenuItemLookup] Item match:Window 18:28:12.864 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:28:12.864 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:28:12.864 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:28:12.865 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:12.865 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:28:12.865 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:28:12.865 DEBUG [main][MenuItemLookup] Item match:Perspective 18:28:12.865 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:28:12.865 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:12.865 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:28:12.865 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:28:12.865 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:28:12.865 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:28:12.866 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 18:28:12.866 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 18:28:12.866 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 18:28:12.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 18:28:12.934 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 18:28:12.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 18:28:12.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:12.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:12.935 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:12.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:12.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:12.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:28:12.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:12.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:12.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:12.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 "Reset Perspective") 18:28:12.936 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:12.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:12.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:12.937 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:28:12.937 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:12.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:12.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:12.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:12.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:12.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:12.939 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 18:28:12.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:12.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:12.939 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:12.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:13.214 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:13.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:13.214 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:13.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:13.215 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:28:13.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:13.215 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:13.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:13.216 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:13.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:13.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"] 18:28:13.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:13.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 Project"] 18:28:13.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:13.222 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:13.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:13.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"] 18:28:13.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:13.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:28:13.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:13.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:13.236 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:28:13.236 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:28:13.257 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:13.257 DEBUG [main][MenuItemLookup] Item match:File 18:28:13.258 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:28:13.258 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:28:13.265 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:28:13.265 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:28:13.265 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:13.265 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:28:13.265 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:28:13.265 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:28:13.265 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:28:13.265 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:28:13.265 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:28:13.265 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:28:13.265 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:28:13.265 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:28:13.265 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:13.265 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:28:13.265 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:28:13.266 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:28:13.266 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:13.266 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:28:13.266 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:13.266 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:28:13.266 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:28:13.267 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:28:13.267 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:28:13.267 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:28:13.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:28:13.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:28:13.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:28:13.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:13.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:13.460 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:28:13.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:13.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:28:13.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:13.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:13.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:13.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:13.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:13.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:28:13.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:28:13.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:28:13.465 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:13.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:13.465 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:13.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:13.465 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:13.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:28:13.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:13.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:13.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:13.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:13.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:13.468 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:28:13.468 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:28:13.468 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:28:13.468 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:28:13.469 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:28:13.469 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:28:13.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:28:13.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:13.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:13.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:13.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:13.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:13.487 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:28:13.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:13.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:13.487 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:13.487 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:13.880 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:13.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:13.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:13.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:28:13.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 18:28:13.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:28:13.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:13.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:13.886 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:28:13.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:13.886 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectItemTestProject' 18:28:13.886 DEBUG [WorkbenchTestable][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:") 18:28:13.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:13.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:13.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:13.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:13.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:28:13.922 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:28:13.923 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject 18:28:13.971 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:28:13.971 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:28:13.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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) 18:28:13.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:13.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:13.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:13.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:13.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:13.987 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:28:13.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:13.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:13.987 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:13.987 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:14.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:28:14.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 18:28:14.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:28:14.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:14.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:14.445 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:28:14.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 "Don't Create") 18:28:14.445 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:14.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:14.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:14.446 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:28:14.446 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:14.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:14.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:14.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:14.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:14.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:14.450 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:28:14.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:14.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:14.451 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:14.451 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:15.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:28:15.088 DEBUG [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 18:28:15.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:28:15.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:28:15.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:15.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:28:15.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:28:15.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:28:15.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:15.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:15.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:28:15.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:15.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:15.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:15.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:15.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:15.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:15.090 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:15.090 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:15.090 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:15.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:15.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 Class"] 18:28:15.095 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:15.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: "New"] 18:28:15.095 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:15.096 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:15.096 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:15.096 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:15.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:15.097 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:28:15.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:15.098 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:15.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:15.098 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:15.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:15.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:28:15.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:15.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:15.100 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:28:15.100 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:28:15.101 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:15.101 DEBUG [main][MenuItemLookup] Item match:File 18:28:15.103 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:28:15.103 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:28:15.115 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:28:15.115 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:28:15.115 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:15.115 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:28:15.115 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:28:15.115 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:28:15.115 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:28:15.115 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:28:15.115 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:28:15.115 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:28:15.115 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:28:15.115 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:28:15.115 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:15.115 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:28:15.115 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:28:15.115 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:28:15.115 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:15.115 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:28:15.116 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:15.116 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:28:15.116 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:28:15.117 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:28:15.117 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:28:15.117 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:28:15.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:28:15.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:28:15.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:28:15.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:15.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:15.513 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:28:15.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:15.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:28:15.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:15.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:15.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:15.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:15.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:15.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:28:15.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:28:15.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:28:15.519 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:15.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:15.519 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:15.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:15.519 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:15.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:28:15.520 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:15.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:15.520 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:15.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:15.521 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:15.534 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:28:15.534 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:28:15.535 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:28:15.599 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:28:15.599 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:28:15.599 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:28:15.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:28:15.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:15.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:15.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:15.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:15.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:15.619 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:28:15.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:15.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:15.619 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:15.619 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:16.040 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:16.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:16.041 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:16.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:28:16.041 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 18:28:16.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:28:16.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:16.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:16.044 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:28:16.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:16.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 18:28:16.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:16.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:16.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:16.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:16.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:28:16.254 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:28:16.256 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 18:28:16.318 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:28:16.318 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:28:16.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 18:28:16.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:16.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:16.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:16.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:16.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:16.333 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:28:16.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:16.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:16.334 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:16.334 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:16.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:28:17.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:28:17.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:17.391 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 18:28:17.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:28:17.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:17.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:28:17.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:28:17.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:17.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:28:17.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:17.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:17.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:28:17.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:17.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:17.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:17.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:17.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:17.392 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 18:28:17.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:28:17.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:17.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:28:17.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:28:17.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:17.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:28:17.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:17.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:17.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:28:17.440 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:17.440 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:17.440 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:17.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:17.440 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:17.449 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:17.450 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:17.450 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:17.450 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:28:17.450 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:17.451 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:17.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:17.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: "New"] 18:28:17.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:17.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"] 18:28:17.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:17.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"] 18:28:17.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28: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: "New"] 18:28:17.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28: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"] 18:28:17.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:17.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:28:17.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:17.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:17.517 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:28:17.517 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:28:17.518 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:17.518 DEBUG [main][MenuItemLookup] Item match:File 18:28:17.521 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:28:17.521 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:28:17.528 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:28:17.528 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:28:17.528 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:17.528 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:28:17.528 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:28:17.528 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:28:17.528 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:28:17.528 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:28:17.528 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:28:17.528 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:28:17.528 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:28:17.528 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:28:17.528 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:17.529 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:28:17.529 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:28:17.529 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:28:17.529 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:17.529 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:28:17.529 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:17.529 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:28:17.529 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:28:17.530 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:28:17.530 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:28:17.531 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:28:17.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:28:18.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:28:18.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:28:18.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:18.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:18.096 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:28:18.096 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:18.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:28:18.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:18.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:18.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:18.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:18.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:18.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:28:18.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:28:18.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:28:18.119 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:18.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:18.120 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:18.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:18.120 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:18.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:28:18.120 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:18.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:18.130 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:18.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:18.130 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:18.132 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:28:18.133 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:28:18.133 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:28:18.134 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:28:18.134 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:28:18.134 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:28:18.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:28:18.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:18.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:18.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:18.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:18.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:18.195 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:28:18.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:18.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:18.196 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:18.196 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:18.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"] 18:28:18.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:18.694 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:18.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:28:18.696 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 18:28:18.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:28:18.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:18.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:18.727 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:28:18.727 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:18.727 DEBUG [WorkbenchTestable][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:") 18:28:18.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:18.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:18.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:18.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:18.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:28:18.831 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:28:18.833 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 18:28:18.917 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:28:18.917 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:28:18.917 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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) 18:28:18.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:18.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:18.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:18.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:18.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:18.940 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:28:18.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:18.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:18.941 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:18.941 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:19.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:28:19.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:28:19.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:28:19.901 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 18:28:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:28:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:28:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:28:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:28:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:28:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:28:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:19.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:19.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:19.902 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 18:28:19.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:28:19.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:28:19.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:28:19.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:28:19.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:19.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:19.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:28:19.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:19.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:19.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:28:19.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:19.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:19.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:19.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:19.907 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:28:19.908 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectCollapsedPackageExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 18:28:19.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 18:28:19.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:28:19.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:28:19.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:28:19.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:19.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:19.917 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:28:19.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:19.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:19.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 18:28:19.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:19.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:19.921 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 18:28:19.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') 18:28:19.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:19.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:19.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:19.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:19.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:28:20.004 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:20.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:20.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:20.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:20.119 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:20.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:20.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:20.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:20.122 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:20.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:20.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:20.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:20.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:20.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:20.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:20.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:20.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:21.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:21.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:21.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:28:21.202 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:21.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:21.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:21.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:21.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 18:28:21.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:21.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:21.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:21.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:21.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:21.208 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:28:21.211 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:28:21.212 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:28:21.213 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:28:21.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:21.213 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:28:21.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:21.213 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:28:21.214 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:21.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:21.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:21.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:21.217 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:21.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:21.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:21.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:21.220 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:21.220 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:21.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:21.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:21.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:21.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:21.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:21.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:21.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:22.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:22.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:22.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:28:22.232 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:22.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:22.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:22.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:22.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:28:22.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:22.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:22.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:22.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:22.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:22.238 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:28:22.240 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:28:22.241 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:28:22.241 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:28:22.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:22.242 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:28:22.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:22.242 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:28:22.243 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:28:22.243 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:28:22.243 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:28:22.248 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:28:22.248 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:28:22.249 DEBUG [main][EditorHandler] 2 editor(s) found 18:28:22.249 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 18:28:22.418 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 18:28:22.418 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass1.java 18:28:22.608 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass1.java is closed 18:28:22.609 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:22.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:22.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:22.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:22.614 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:28:22.614 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:28:22.614 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:28:22.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:22.615 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:28:22.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:22.615 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:28:22.616 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 18:28:22.616 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:28:22.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:22.617 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:28:22.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:22.617 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:28:22.618 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 18:28:22.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 18:28:22.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:22.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item (default package) is already expanded. No action performed 18:28:22.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:22.619 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 18:28:22.619 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item ProjectItemTestProject 18:28:22.620 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item ProjectItemTestProject 18:28:22.620 DEBUG [main][TreeItemHandler] Setting tree item ProjectItemTestProject collapsed 18:28:22.620 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 18:28:22.622 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: ProjectItemTestProject 18:28:22.622 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 18:28:22.622 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 18:28:22.623 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 18:28:22.626 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 18:28:22.626 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:28:22.626 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:28:22.649 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:28:22.652 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:28:22.653 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:22.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:22.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:22.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:22.656 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 18:28:22.656 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 18:28:22.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:22.657 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:28:22.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 18:28:22.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:28:22.797 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:28:22.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:22.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:22.912 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectCollapsedPackageExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 18:28:22.912 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:28:22.912 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 18:28:22.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 18:28:22.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:28:22.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:28:22.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:28:22.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:23.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:23.001 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 18:28:23.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:28:23.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:23.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:23.003 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:28:23.027 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:28:23.027 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:23.029 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:28:23.029 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:28:23.029 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:28:23.029 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:28:23.029 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:28:23.029 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:28:23.029 DEBUG [main][MenuItemLookup] Item match:Window 18:28:23.030 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:28:23.030 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:28:23.030 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:28:23.030 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:23.030 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:28:23.030 DEBUG [main][MenuItemLookup] Item match:Show View 18:28:23.042 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:28:23.042 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:28:23.042 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:28:23.042 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:28:23.042 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:28:23.042 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:28:23.042 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:28:23.042 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:28:23.042 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:28:23.042 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:28:23.042 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:28:23.042 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:28:23.042 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:28:23.042 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:28:23.042 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:28:23.042 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:23.042 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:28:23.042 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:28:23.043 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:28:23.043 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:28:23.044 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:28:23.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:28:23.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:28:23.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:28:23.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:23.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:23.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:28:23.291 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:23.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:23.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:23.292 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:28:23.292 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:23.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:23.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:23.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:23.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:23.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:23.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:28:23.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:28:23.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:28:23.300 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:23.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:23.301 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:23.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:23.303 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:23.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:28:23.303 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:23.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:23.305 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:23.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:23.306 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:23.307 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 18:28:23.307 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 18:28:23.307 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 18:28:23.309 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 18:28:23.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:23.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:23.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:23.309 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:28:23.309 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:23.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:23.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:23.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:28:23.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:23.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:23.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:23.325 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:28:23.325 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:23.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:23.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:23.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:23.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:23.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:23.337 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:28:23.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:23.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:23.337 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:23.337 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:23.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:28:23.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:28:23.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 18:28:23.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:23.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:23.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 18:28:23.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:23.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:23.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:28:23.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:23.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:23.563 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:28:23.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') 18:28:23.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:23.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:23.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:23.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:23.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:28:23.567 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:23.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:23.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:23.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:28:23.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:28:23.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:28:23.591 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:23.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:23.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:23.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:23.594 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:23.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:23.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:23.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:23.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:23.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:23.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:24.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:24.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:24.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:24.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:24.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:28:24.604 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:24.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:24.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:24.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:24.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 18:28:24.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:24.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:24.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:24.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:24.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:24.612 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:28:24.614 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:28:24.615 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:28:24.615 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:28:24.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:25.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:25.117 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:28:25.120 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:25.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:25.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:25.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:25.125 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:25.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:25.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:25.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:25.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:25.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:25.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:25.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:25.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:26.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:26.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:26.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:28:26.134 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:26.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:26.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:26.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:26.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 18:28:26.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:26.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:26.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:26.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:26.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:26.140 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:28:26.141 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:28:26.142 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:28:26.143 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:28:26.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:26.143 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:28:26.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:26.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:28:26.145 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:28:26.145 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:28:26.146 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:28:26.166 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:28:26.166 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:28:26.166 DEBUG [main][EditorHandler] 0 editor(s) found 18:28:26.167 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:26.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:26.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:26.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:26.171 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:26.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:26.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:26.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:26.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:26.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:26.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:26.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:26.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:27.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:27.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:27.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:28:27.179 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:27.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:27.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:27.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:27.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 18:28:27.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:27.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:27.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:27.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:27.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:27.184 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:28:27.185 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:28:27.186 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:28:27.186 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:28:27.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:27.187 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:28:27.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:27.187 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:28:27.188 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 18:28:27.188 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:28:27.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:27.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:27.690 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:28:27.695 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 18:28:27.695 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 18:28:27.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:28.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:28.197 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 18:28:28.199 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:28:28.199 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:28:28.199 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:28:28.204 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:28:28.204 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 18:28:28.205 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 18:28:28.205 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 18:28:28.205 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 18:28:28.209 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 18:28:28.209 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:28:28.209 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:28:28.561 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:28:28.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:28.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:28:28.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:28:28.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:28:28.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:28:28.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:28.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:28.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:28:28.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:28.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:28.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:28:28.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:28.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:28.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:28.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:28.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClass.java\E') 18:28:28.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:28.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:28.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:28.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:28.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:28:28.594 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:28.596 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class TestClass { } TooltipText=null 18:28:28.596 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:28.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:28.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:28.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:28.659 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 18:28:28.659 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 18:28:28.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:28.661 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:28:28.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 18:28:28.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:28:28.745 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:28:28.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:28.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:28.932 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 18:28:28.932 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:28:28.933 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 18:28:28.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 18:28:28.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:28:28.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:28:28.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:28:28.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:28.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:28.956 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 18:28:28.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:28:28.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:28.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:28.997 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:28:28.997 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:28:28.997 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:28.999 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:28:28.999 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:28:28.999 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:28:28.999 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:28:28.999 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:28:28.999 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:28:28.999 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:28:28.999 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:28:28.999 DEBUG [main][MenuItemLookup] Item match:Window 18:28:29.005 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:28:29.005 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:28:29.005 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:28:29.005 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:29.005 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:28:29.005 DEBUG [main][MenuItemLookup] Item match:Show View 18:28:29.017 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:28:29.017 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:28:29.017 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:28:29.017 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:28:29.017 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:28:29.017 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:28:29.017 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:28:29.017 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:28:29.017 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:28:29.017 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:28:29.017 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:28:29.017 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:28:29.017 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:28:29.017 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:28:29.017 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:28:29.017 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:29.017 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:28:29.017 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:28:29.017 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:28:29.017 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:28:29.018 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:28:29.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:28:29.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:28:29.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:28:29.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:29.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:29.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:28:29.198 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:29.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:29.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:29.204 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:28:29.204 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:29.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:29.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:29.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:29.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:29.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:29.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:28:29.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:28:29.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:28:29.210 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:29.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:29.210 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:29.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:29.211 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:29.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:28:29.212 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:29.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:29.213 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:29.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:29.213 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:29.214 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 18:28:29.214 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 18:28:29.215 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 18:28:29.225 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 18:28:29.225 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:29.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:29.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:29.227 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:28:29.227 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:29.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:29.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:29.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:28:29.229 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:29.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:29.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:29.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:28:29.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:29.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:29.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:29.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:29.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:29.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:29.240 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:28:29.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:29.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:29.240 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:29.240 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:29.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:28:29.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:28:29.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 18:28:29.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:29.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:29.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 18:28:29.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:29.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:29.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:28:29.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:29.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:29.445 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:28:29.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') 18:28:29.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:29.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:29.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:29.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:29.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:28:29.449 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:29.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:29.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:29.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 18:28:29.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:28:29.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:28:29.454 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:29.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:29.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:29.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:29.483 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:29.483 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:29.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:29.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:29.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:29.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:29.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:29.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:29.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:30.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:30.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:30.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:28:30.489 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:30.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:30.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:30.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:30.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:28:30.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:30.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:30.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:30.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:30.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:30.498 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:28:30.500 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:28:30.501 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:28:30.501 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:28:30.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:31.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:31.002 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:28:31.013 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:28:31.013 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:28:31.014 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:28:31.019 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:28:31.020 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 18:28:31.020 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 18:28:31.029 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already collapsed. No action performed 18:28:31.030 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 18:28:31.031 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:31.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:31.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:31.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:31.035 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 18:28:31.035 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 18:28:31.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:31.037 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:28:31.120 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 18:28:31.120 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:28:31.120 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:28:31.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:31.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:31.195 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 18:28:31.196 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:28:31.196 INFO [WorkbenchTestable][RequirementsRunner] Started test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 18:28:31.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 18:28:31.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:28:31.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:28:31.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:28:31.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:31.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:31.231 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 18:28:31.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:28:31.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:31.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:31.233 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:28:31.233 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:28:31.233 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:31.234 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:28:31.234 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:28:31.234 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:28:31.234 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:28:31.234 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:28:31.235 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:28:31.235 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:28:31.235 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:28:31.235 DEBUG [main][MenuItemLookup] Item match:Window 18:28:31.235 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:28:31.235 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:28:31.235 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:28:31.235 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:31.235 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:28:31.235 DEBUG [main][MenuItemLookup] Item match:Show View 18:28:31.246 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:28:31.246 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:28:31.246 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:28:31.247 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:28:31.247 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:28:31.247 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:28:31.247 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:28:31.247 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:28:31.247 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:28:31.247 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:28:31.247 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:28:31.247 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:28:31.247 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:28:31.247 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:28:31.247 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:28:31.247 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:31.247 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:28:31.247 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:28:31.272 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:28:31.272 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:28:31.273 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:28:31.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:28:31.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:28:31.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:28:31.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:31.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:31.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:28:31.433 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:31.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:31.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:31.439 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:28:31.439 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:31.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:31.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:31.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:31.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:31.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:31.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:28:31.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:28:31.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:28:31.444 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:31.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:31.445 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:31.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:31.445 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:31.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:28:31.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:31.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:31.446 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:31.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:31.447 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:31.447 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 18:28:31.447 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 18:28:31.448 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 18:28:31.448 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 18:28:31.449 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:31.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:31.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:31.450 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:28:31.450 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:31.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:31.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:31.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:28:31.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:31.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:31.463 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:28:31.463 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:31.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:31.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:31.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:31.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:31.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:31.466 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:28:31.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:31.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:31.466 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:31.466 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:31.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:28:31.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:28:31.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 18:28:31.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:31.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:31.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 18:28:31.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:31.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:31.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:28:31.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:31.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:31.675 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:28:31.675 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:28:31.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:31.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:31.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:31.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:31.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:28:31.678 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:31.679 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:31.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:31.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 18:28:31.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:28:31.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:28:31.684 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:31.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:31.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:31.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:31.713 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:31.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:31.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:31.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:31.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:31.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:31.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:32.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:32.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:32.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:32.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:32.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:28:32.724 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:32.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:32.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:32.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:32.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 18:28:32.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:32.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:32.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:32.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:32.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:32.730 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:28:32.731 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:28:32.732 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:28:32.732 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:28:32.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:33.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:33.234 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:28:33.245 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:28:33.245 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:28:33.245 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:28:33.251 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:28:33.251 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:33.252 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:33.252 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:33.253 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:33.253 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 18:28:33.254 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:33.254 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:33.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:33.255 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:33.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:33.256 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:33.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:33.257 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 18:28:33.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:33.258 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:33.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:33.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"] 18:28:33.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:33.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:28:33.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:33.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:33.302 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:28:33.302 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:28:33.303 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:33.303 DEBUG [main][MenuItemLookup] Item match:File 18:28:33.305 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:28:33.305 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:28:33.317 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:28:33.317 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:28:33.317 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:33.317 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:28:33.317 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:28:33.317 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:28:33.317 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:28:33.317 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:28:33.317 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:28:33.317 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:28:33.317 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:28:33.317 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:28:33.317 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:33.317 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:28:33.317 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:28:33.317 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:28:33.317 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:33.317 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:28:33.317 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:33.317 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:28:33.317 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:28:33.318 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:28:33.318 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:28:33.319 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:28:33.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:28:33.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:28:33.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:28:33.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:33.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:33.528 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:28:33.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:33.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:28:33.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:33.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:33.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:33.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:33.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:33.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:28:33.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:28:33.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:28:33.549 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:28:33.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:33.550 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:28:33.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:33.550 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:28:33.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:28:33.561 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:28:33.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:33.562 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:28:33.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:33.562 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:28:33.563 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 18:28:33.563 DEBUG [main][TreeItemHandler] Selecting tree item: File 18:28:33.563 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 18:28:33.577 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 18:28:33.578 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:28:33.578 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:28:33.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) 18:28:33.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:33.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:33.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:33.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:33.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:33.584 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:28:33.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:33.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:33.585 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:33.585 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:33.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"] 18:28:33.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:33.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:33.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 18:28:33.652 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 18:28:33.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 18:28:33.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:33.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:33.654 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 18:28:33.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:33.657 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 18:28:33.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:33.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:33.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:33.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:33.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:28:33.684 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:28:33.686 INFO [WorkbenchTestable][AbstractText] Text set to: text.txt 18:28:33.688 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:") 18:28:33.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:33.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:33.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:33.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:33.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:28:33.693 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:28:33.695 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject/src/files/ 18:28:33.705 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 18:28:33.705 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 18:28:33.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.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) 18:28:33.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:33.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:33.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:33.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:33.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:33.713 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:28:33.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:33.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:33.713 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:33.713 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:34.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:28:34.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:28:34.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:34.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:28:34.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:28:34.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:28:34.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:28:34.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:34.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:34.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:28:34.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:34.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:34.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:28:34.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:34.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:34.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:34.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:34.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@627d8959 is found... 18:28:34.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@627d8959 is found finished successfully 18:28:34.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtext.txt\E') 18:28:34.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:34.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:34.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:34.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:34.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:28:34.085 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:34.085 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 18:28:34.087 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:34.087 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 18:28:34.088 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 18:28:34.088 DEBUG [WorkbenchTestable][EditorHandler] Closing editor text.txt 18:28:34.268 DEBUG [WorkbenchTestable][EditorHandler] Editor text.txt is closed 18:28:34.269 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:34.270 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:34.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:34.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:34.324 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:34.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:34.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:34.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:34.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:34.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:34.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:34.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:34.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:35.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:35.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:35.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:28:35.332 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:35.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:35.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:35.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28: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 18:28:35.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:35.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:35.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:35.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:35.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:35.338 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:28:35.339 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:28:35.340 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:28:35.340 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:28:35.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:35.341 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:28:35.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:35.342 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:28:35.342 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 18:28:35.342 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:28:35.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:35.343 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:28:35.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:35.343 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:28:35.344 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 18:28:35.344 DEBUG [main][TreeItemHandler] Selecting tree item: files 18:28:35.345 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 18:28:35.355 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 18:28:35.356 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:28:35.356 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:35.412 DEBUG [main][MenuItemLookup] Found menu:'New' 18:28:35.412 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:28:35.412 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:35.413 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:28:35.413 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:28:35.413 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:28:35.413 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:35.413 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:28:35.413 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:28:35.413 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:28:35.413 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:28:35.413 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:35.413 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:28:35.413 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:28:35.413 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:28:35.413 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:28:35.413 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:35.413 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:28:35.413 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:28:35.413 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:35.413 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:28:35.413 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:28:35.413 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:28:35.413 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:28:35.414 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:28:35.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:35.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:28:35.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:35.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:35.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:28:35.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:35.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:35.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:28:35.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:35.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:35.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:35.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:35.916 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'files' via Explorer 18:28:35.916 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 18:28:35.916 DEBUG [main][TreeItemHandler] Selecting tree item: files 18:28:35.917 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 18:28:35.920 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 18:28:35.920 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:28:35.920 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:35.987 DEBUG [main][MenuItemLookup] Found menu:'New' 18:28:35.987 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:28:35.987 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:35.987 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:28:35.987 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:28:35.987 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:28:35.987 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:35.987 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:28:35.987 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:28:35.987 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:28:35.987 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:28:35.987 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:28:35.987 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:28:35.987 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:28:35.988 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:28:36.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:28:36.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 18:28:36.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete 18:28:36.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:36.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:36.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:36.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:36.757 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:28:36.757 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:36.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:36.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:36.758 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete" as the parent 18:28:36.758 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:36.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:36.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:36.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:36.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:36.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:36.762 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:28:36.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:36.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:36.762 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:36.762 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:36.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:28:36.777 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:28:37.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:28:37.279 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:28:37.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:37.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:28:37.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:37.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:37.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:28:37.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:37.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:37.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:28:37.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:37.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:37.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:37.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:37.281 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:37.282 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:37.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:37.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:37.289 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:37.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:37.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:37.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:37.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:37.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:37.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:37.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:37.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:38.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:38.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:38.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:28:38.297 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:38.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:38.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:38.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:38.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:28:38.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:38.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:38.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:38.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:38.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:38.302 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:28:38.303 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:28:38.304 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:28:38.304 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:28:38.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:38.305 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 18:28:38.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:38.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:28:38.306 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:28:38.307 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:28:38.307 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 18:28:38.308 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:28:38.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:38.308 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:28:38.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:38.308 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:28:38.309 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 18:28:38.309 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:28:38.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:38.310 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:28:38.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:38.310 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:28:38.310 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:28:38.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:38.311 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:28:38.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:38.311 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:28:38.312 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 18:28:38.312 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 18:28:38.312 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:28:38.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:38.312 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:28:38.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:38.313 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:28:38.313 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:28:38.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:38.313 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:28:38.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:38.314 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:28:38.314 DEBUG [WorkbenchTestable][AbstractResource] Item "files" was not found. Available items on the current level: 18:28:38.314 DEBUG [WorkbenchTestable][AbstractResource] "(default package)" 18:28:38.315 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:38.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:38.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:38.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:38.318 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 18:28:38.318 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 18:28:38.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:38.320 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:28:38.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 18:28:38.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:28:38.397 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:28:38.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:38.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:38.459 INFO [WorkbenchTestable][RequirementsRunner] Finished test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 18:28:38.459 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:28:38.459 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 18:28:38.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 18:28:38.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:28:38.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:28:38.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:28:38.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:38.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:38.485 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 18:28:38.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:28:38.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:38.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:38.486 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:28:38.486 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:28:38.487 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:38.487 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:28:38.488 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:28:38.488 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:28:38.488 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:28:38.488 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:28:38.488 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:28:38.488 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:28:38.488 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:28:38.488 DEBUG [main][MenuItemLookup] Item match:Window 18:28:38.488 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:28:38.488 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:28:38.488 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:28:38.488 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:38.488 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:28:38.488 DEBUG [main][MenuItemLookup] Item match:Show View 18:28:38.499 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:28:38.499 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:28:38.499 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:28:38.499 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:28:38.499 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:28:38.499 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:28:38.499 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:28:38.499 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:28:38.499 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:28:38.500 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:28:38.500 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:28:38.500 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:28:38.500 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:28:38.500 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:28:38.500 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:28:38.500 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:38.500 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:28:38.500 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:28:38.525 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:28:38.525 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:28:38.526 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:28:38.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:28:38.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:28:38.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:28:38.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:38.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:38.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:28:38.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:38.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:38.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:38.688 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:28:38.688 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:38.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:38.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:38.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:38.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:38.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:38.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:28:38.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:28:38.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:28:38.693 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:38.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:38.693 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:38.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:38.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:38.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:28:38.694 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:38.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:38.694 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:38.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:38.694 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:38.694 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 18:28:38.695 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 18:28:38.695 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 18:28:38.695 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 18:28:38.695 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:38.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:38.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:38.696 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:28:38.696 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:38.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:38.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:38.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 "Open") 18:28:38.698 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:38.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:38.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:38.698 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:28:38.698 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:38.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:38.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:38.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:38.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:38.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:38.712 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:28:38.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:38.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:38.712 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:38.712 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:38.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:28:38.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:28:38.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 18:28:38.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:38.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:38.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 18:28:38.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:38.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:38.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:28:38.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:38.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:38.920 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:28:38.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') 18:28:38.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:38.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:38.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:38.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:38.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:28:38.947 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:38.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:38.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:38.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 18:28:38.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:28:38.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:28:38.952 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:38.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:38.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:38.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:38.954 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:38.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:38.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:38.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:38.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:38.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:38.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:39.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:39.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:39.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:39.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:39.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:28:39.986 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:39.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:39.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:39.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:39.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 18:28:39.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:39.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:39.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:39.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:39.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:39.991 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:28:39.992 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:28:39.992 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 18:28:39.993 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 18:28:39.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:40.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:40.494 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 18:28:40.496 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 18:28:40.496 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 18:28:40.497 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already collapsed. No action performed 18:28:40.497 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 18:28:40.497 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 18:28:40.497 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:28:40.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:40.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:40.998 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:28:41.001 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:41.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:41.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:41.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:41.014 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 18:28:41.014 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 18:28:41.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:41.018 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:28:41.078 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 18:28:41.078 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:28:41.078 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:28:41.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:41.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:41.146 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 18:28:41.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:41.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:41.171 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 18:28:41.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:28:41.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:41.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:41.172 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:28:41.173 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:28:41.173 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:41.174 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:28:41.174 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:28:41.174 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:28:41.175 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:28:41.175 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:28:41.175 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:28:41.175 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:28:41.175 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:28:41.175 DEBUG [main][MenuItemLookup] Item match:Window 18:28:41.175 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:28:41.175 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:28:41.175 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:28:41.175 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:41.176 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:28:41.176 DEBUG [main][MenuItemLookup] Item match:Show View 18:28:41.186 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:28:41.187 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:28:41.187 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:28:41.187 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:28:41.187 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:28:41.187 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:28:41.187 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:28:41.187 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:28:41.187 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:28:41.187 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:28:41.187 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:28:41.187 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:28:41.187 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:28:41.187 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:28:41.187 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:28:41.187 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:41.187 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:28:41.187 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:28:41.215 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:28:41.215 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:28:41.215 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:28:41.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:28:41.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:28:41.371 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:28:41.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:41.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:41.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:28:41.379 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:41.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:41.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:41.380 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:28:41.380 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:41.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:41.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:41.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:41.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:41.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:41.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:28:41.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:28:41.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:28:41.387 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:41.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:41.388 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:41.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:41.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:41.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:28:41.400 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:41.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:41.402 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:41.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:41.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:41.404 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 18:28:41.404 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 18:28:41.404 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 18:28:41.405 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 18:28:41.405 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:41.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:41.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:41.406 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:28:41.406 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:41.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:41.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:41.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 "Open") 18:28:41.413 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:41.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:41.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:41.414 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:28:41.414 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:41.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:41.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:41.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:41.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:41.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:41.417 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:28:41.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:41.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:41.417 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:41.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:41.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:28:41.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:28:41.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 18:28:41.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:41.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:41.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 18:28:41.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:41.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:41.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 18:28:41.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:41.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:41.626 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 18:28:41.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:28:41.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:41.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:41.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:41.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:41.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:28:41.654 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:41.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:41.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:41.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 18:28:41.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:28:41.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:28:41.684 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:41.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:41.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:41.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:41.687 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:41.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:41.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:41.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:41.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:41.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:41.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:42.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:42.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:42.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:42.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:42.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:28:42.694 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:42.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:42.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:42.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:42.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 18:28:42.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:42.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:42.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:42.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:42.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:42.698 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 18:28:42.699 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 18:28:42.699 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 18:28:42.699 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 18:28:42.705 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 18:28:42.705 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:28:42.705 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:42.768 DEBUG [main][MenuItemLookup] Found menu:'New' 18:28:42.768 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:28:42.768 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:42.768 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:28:42.768 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:28:42.768 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:28:42.768 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:42.768 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:28:42.768 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:28:42.768 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:28:42.768 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:28:42.768 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:42.768 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:28:42.768 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:28:42.768 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:28:42.768 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:28:42.768 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:42.768 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:28:42.768 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:28:42.768 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:42.768 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:28:42.768 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:28:42.769 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:28:42.769 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:28:42.769 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:28:42.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:42.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:28:43.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:28:43.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:28:43.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:43.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:43.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:28:43.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:43.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:43.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:28:43.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:43.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:43.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:43.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:43.270 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectItemTestProject' via Explorer 18:28:43.271 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 18:28:43.271 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 18:28:43.271 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 18:28:43.274 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 18:28:43.274 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:28:43.274 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:43.341 DEBUG [main][MenuItemLookup] Found menu:'New' 18:28:43.341 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:28:43.341 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:43.341 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:28:43.341 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:28:43.341 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:28:43.341 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:43.341 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:28:43.341 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:28:43.341 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:28:43.341 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:28:43.341 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:28:43.341 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:28:43.342 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:28:43.342 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:28:43.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:28:43.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:28:43.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:28:43.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:43.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:43.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:43.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:43.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: 32) 18:28:43.590 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:43.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:43.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:43.591 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:28:43.591 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:43.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:43.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:43.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:43.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:43.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:43.599 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:28:43.600 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:28:43.600 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:28:43.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:43.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:43.600 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:43.600 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:43.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:28:43.601 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:43.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:43.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:43.601 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:28:43.601 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:43.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:43.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:43.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:43.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:43.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:43.605 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:28:43.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:43.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:43.605 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:43.605 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:43.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:28:43.627 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:28:44.128 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:28:44.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:28:44.786 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:28:44.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:44.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:28:44.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 18:28:44.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:28:44.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:28:44.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:28:44.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:28:44.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:44.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:44.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:28:44.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:44.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:44.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:44.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:44.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:44.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:28:44.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:44.787 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 18:28:44.787 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:28:44.787 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:28:44.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:44.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.945 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: 3.004 s open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 6.02 s select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 2.262 s asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 7.263 s testExpand no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 2.687 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 18:28:44.802 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 18:28:44.803 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:28:44.804 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:28:44.804 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 18:28:44.804 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:28:44.804 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:28:44.805 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:28:44.805 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:28:44.805 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:28:44.806 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:44.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:44.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: "New"] 18:28:44.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:44.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 Project"] 18:28:44.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:44.809 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:44.809 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:44.809 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:44.810 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:44.810 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:44.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:44.811 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:28:44.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:44.812 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:44.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:44.813 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:44.813 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:44.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:28:44.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:44.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:44.815 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:28:44.816 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:28:44.816 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:44.817 DEBUG [main][MenuItemLookup] Item match:File 18:28:44.820 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:28:44.820 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:28:44.827 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:28:44.827 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:28:44.827 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:44.827 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:28:44.827 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:28:44.827 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:28:44.827 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:28:44.827 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:28:44.827 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:28:44.827 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:28:44.827 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:28:44.828 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:28:44.828 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:44.828 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:28:44.828 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:28:44.828 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:28:44.828 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:44.828 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:28:44.828 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:44.828 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:28:44.828 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:28:44.829 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:28:44.829 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:28:44.851 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:28:45.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:28:45.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:28:45.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:28:45.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:45.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:45.048 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:28:45.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:45.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:28:45.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:45.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:45.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:45.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:45.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:45.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:28:45.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:28:45.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:28:45.071 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:45.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:45.072 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:45.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:45.072 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:45.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:28:45.073 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:45.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:45.074 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:45.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:45.074 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:45.080 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:28:45.080 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:28:45.081 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:28:45.086 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:28:45.086 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:28:45.086 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:28:45.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:28:45.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:45.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:45.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:45.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:45.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:45.104 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:28:45.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:45.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:45.104 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:45.104 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:45.498 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:45.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:45.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:45.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:28:45.500 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 18:28:45.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:28:45.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:45.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:45.508 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:28:45.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:45.509 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'JavaTestProject0' 18:28:45.509 DEBUG [WorkbenchTestable][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:") 18:28:45.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:45.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:45.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:45.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:45.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:28:45.552 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:28:45.554 INFO [WorkbenchTestable][AbstractText] Text set to: JavaTestProject0 18:28:45.601 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:28:45.601 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:28:45.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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) 18:28:45.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:45.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:45.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:45.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:45.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:45.609 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:28:45.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:45.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:45.609 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:45.609 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:46.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:28:46.244 DEBUG [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 18:28:46.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:28:46.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:46.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:46.295 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:28:46.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:28:46.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:46.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:46.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:46.296 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:28:46.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:46.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:46.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:46.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:46.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:46.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:46.301 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:28:46.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:46.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:46.302 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:46.302 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:47.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:28:47.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 18:28:47.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:28:47.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:28:47.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:47.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:28:47.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:47.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:47.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:28:47.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:47.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:47.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:47.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:47.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:47.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:47.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:47.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:47.123 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:28:47.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:47.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:47.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:28:47.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:47.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:47.129 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:28:47.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 '\*?\QPackage Explorer\E') 18:28:47.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:47.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:47.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:47.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:47.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:28:47.135 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:47.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:47.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:47.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:28:47.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:28:47.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:28:47.141 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:28:47.141 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetJavaProject no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest) 18:28:47.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 18:28:47.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:28:47.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:28:47.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:28:47.142 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:47.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:47.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:47.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:47.144 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:47.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:47.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:47.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:47.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:47.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:47.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:47.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:47.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:48.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:48.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:48.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:28:48.209 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:48.209 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:48.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:48.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:48.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 18:28:48.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:48.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:48.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:48.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:48.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:48.215 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name JavaTestProject0 18:28:48.217 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 18:28:48.217 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:28:48.217 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:28:48.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:48.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:48.219 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetJavaProject no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest) 18:28:48.220 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:48.220 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:48.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:48.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:48.223 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 18:28:48.223 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 18:28:48.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:48.229 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:28:48.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:48.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:48.507 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 18:28:48.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:28:48.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:48.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:48.508 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:28:48.508 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:28:48.509 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:48.511 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:28:48.511 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:28:48.511 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:28:48.511 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:28:48.511 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:28:48.511 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:28:48.511 DEBUG [main][MenuItemLookup] Item match:Window 18:28:48.513 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:28:48.513 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:28:48.513 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:28:48.513 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:48.513 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:28:48.513 DEBUG [main][MenuItemLookup] Item match:Show View 18:28:48.525 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:28:48.525 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:28:48.525 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:28:48.525 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:28:48.525 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:28:48.525 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:28:48.525 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:28:48.525 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:28:48.526 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:28:48.526 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:28:48.526 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:28:48.526 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:28:48.526 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:28:48.526 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:28:48.526 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:28:48.526 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:48.526 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:28:48.526 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:28:48.590 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:28:48.590 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:28:48.590 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:28:48.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:28:48.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:28:48.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:28:48.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:48.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:48.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:28:48.841 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:48.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:48.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:48.842 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:28:48.843 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:48.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:48.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:48.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:48.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:48.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:48.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:28:48.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:28:48.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:28:48.857 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:48.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:48.858 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:48.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:48.858 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:48.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:28:48.859 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:48.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:48.859 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:48.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:48.859 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:48.896 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 18:28:48.896 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 18:28:48.897 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 18:28:48.898 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 18:28:48.898 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:48.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:48.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:48.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:28:48.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:48.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:48.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:48.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") 18:28:48.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:48.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:48.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:48.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:28:48.902 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:48.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:48.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:48.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:48.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:48.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:48.904 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:28:48.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:48.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:48.904 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:48.904 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:49.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:28:49.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:28:49.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 18:28:49.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:49.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:49.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 18:28:49.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:49.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:49.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:28:49.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:49.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:49.197 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:28:49.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:28:49.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:49.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:49.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:49.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:49.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:28:49.200 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:49.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:49.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:49.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:28:49.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:28:49.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:28:49.228 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:49.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:49.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:49.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:49.232 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:49.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:49.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:49.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:49.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:49.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:49.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:49.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:49.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:50.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:50.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:50.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:28:50.248 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:50.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:50.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:50.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:50.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 18:28:50.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:50.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:50.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:50.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:50.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:50.254 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name JavaTestProject0 18:28:50.254 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:50.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:50.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:50.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:50.258 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:50.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:50.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:50.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:50.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:50.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:50.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:50.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:50.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:51.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:51.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:28:51.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:28:51.292 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:28:51.292 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:28:51.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:28:51.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:28:51.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 18:28:51.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:51.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:51.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:51.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:51.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:51.296 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name JavaTestProject0 18:28:51.298 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaTestProject0 18:28:51.298 DEBUG [main][TreeItemHandler] Selecting tree item: JavaTestProject0 18:28:51.298 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaTestProject0 about selection 18:28:51.305 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaTestProject0 18:28:51.305 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:28:51.305 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:51.426 DEBUG [main][MenuItemLookup] Found menu:'New' 18:28:51.426 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:28:51.426 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:51.426 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:28:51.426 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:28:51.426 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:28:51.426 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:51.426 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:28:51.426 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:28:51.426 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:28:51.426 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:28:51.426 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:51.426 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:28:51.426 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:28:51.426 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:28:51.426 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:28:51.426 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:51.426 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:28:51.426 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:28:51.426 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:51.426 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:28:51.426 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:28:51.427 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:28:51.427 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:28:51.428 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:28:51.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:51.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:28:51.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:28:51.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:51.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:51.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:28:51.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:51.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:51.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:51.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:51.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:51.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:51.930 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'JavaTestProject0' via Explorer 18:28:51.931 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaTestProject0 18:28:51.931 DEBUG [main][TreeItemHandler] Selecting tree item: JavaTestProject0 18:28:51.937 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaTestProject0 about selection 18:28:51.942 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaTestProject0 18:28:51.943 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:28:51.943 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:52.046 DEBUG [main][MenuItemLookup] Found menu:'New' 18:28:52.046 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:28:52.046 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:52.046 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:28:52.046 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:28:52.046 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:28:52.046 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:52.046 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:28:52.046 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:28:52.046 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:28:52.046 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:28:52.046 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:28:52.047 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:28:52.047 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:28:52.047 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:28:52.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:28:52.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 'Delete.*'] is available. finished successfully 18:28:52.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:28:52.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:52.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:52.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:52.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:52.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) 18:28:52.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:52.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:52.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:52.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:28:52.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:52.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:52.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:52.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:52.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:52.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:52.716 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:28:52.717 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:28:52.718 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:28:52.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:52.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:52.718 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:52.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:52.719 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:28:52.719 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:52.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:52.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:52.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:28:52.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:52.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:52.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:52.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:52.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:52.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:52.732 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:28:52.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:52.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:52.733 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:52.733 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:52.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:28:52.767 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:28:53.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:28:53.269 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:28:53.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:53.269 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 18:28:53.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:28:53.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:28:53.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:53.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:53.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:28:53.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:53.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:53.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:53.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:53.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:53.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:53.269 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 18:28:53.269 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:28:53.269 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:28:53.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:53.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.474 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.078 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 18:28:53.340 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 18:28:53.341 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:28:53.341 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:28:53.341 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 18:28:53.341 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:28:53.341 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:28:53.342 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:28:53.342 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:28:53.342 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:28:53.342 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:53.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:53.343 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:53.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:53.344 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:28:53.344 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:53.344 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:53.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:53.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"] 18:28:53.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:53.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"] 18:28:53.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:53.347 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:28:53.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:53.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:53.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:53.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:53.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:53.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:28:53.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:53.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:53.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:28:53.350 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:28:53.351 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:53.352 DEBUG [main][MenuItemLookup] Item match:File 18:28:53.354 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:28:53.354 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:28:53.361 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:28:53.361 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:28:53.361 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:53.361 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:28:53.361 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:28:53.361 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:28:53.361 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:28:53.361 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:28:53.361 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:28:53.361 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:28:53.361 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:28:53.361 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:28:53.361 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:53.361 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:28:53.361 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:28:53.361 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:28:53.361 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:53.361 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:28:53.361 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:53.361 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:28:53.361 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:28:53.399 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:28:53.399 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:28:53.400 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:28:53.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:28:53.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:28:53.612 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:28:53.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:53.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:53.643 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:28:53.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:53.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:28:53.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:53.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:53.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:53.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:53.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:53.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:28:53.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:28:53.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:28:53.717 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:53.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:53.718 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:53.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:53.718 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:53.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:28:53.719 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:53.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:53.728 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:53.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:53.729 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:53.731 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:28:53.731 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:28:53.732 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:28:53.732 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:28:53.733 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:28:53.733 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:28:53.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.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:28:53.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:53.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:53.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:53.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:53.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:53.748 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:28:53.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:53.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:53.749 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:53.749 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:54.175 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:54.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:54.176 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:54.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:28:54.176 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 18:28:54.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:28:54.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:54.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:54.179 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:28:54.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:54.179 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject0' 18:28:54.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:28:54.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:54.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:54.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:54.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:54.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:28:54.189 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:28:54.190 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject0 18:28:54.273 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:28:54.273 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:28:54.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) 18:28:54.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:54.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:54.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:54.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:54.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:54.282 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:28:54.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:54.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:54.283 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:54.283 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:54.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:28:54.790 DEBUG [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 18:28:54.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:28:54.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:54.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:54.792 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:28: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 "Don't Create") 18:28:54.793 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:54.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:54.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:54.793 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:28:54.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:54.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:54.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:54.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:54.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:54.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:54.802 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:28:54.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:54.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:54.802 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:54.802 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:55.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:28:55.508 DEBUG [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 18:28:55.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:28:55.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:28:55.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:55.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:28:55.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:28:55.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:28:55.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:55.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:55.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:28:55.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:55.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:55.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:55.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:55.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:55.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:55.509 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:55.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:55.509 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:55.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:55.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 Java Project"] 18:28:55.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:55.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"] 18:28:55.511 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:55.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"] 18:28:55.511 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:55.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"] 18:28:55.512 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:55.512 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:28:55.512 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:55.512 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:55.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:55.513 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:55.517 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:55.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:28:55.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:55.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:55.520 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:28:55.520 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:28:55.521 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:55.521 DEBUG [main][MenuItemLookup] Item match:File 18:28:55.522 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:28:55.523 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:28:55.529 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:28:55.529 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:28:55.530 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:55.530 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:28:55.530 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:28:55.530 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:28:55.530 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:28:55.530 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:28:55.530 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:28:55.530 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:28:55.530 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:28:55.530 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:28:55.530 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:55.530 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:28:55.530 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:28:55.530 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:28:55.530 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:55.530 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:28:55.530 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:55.530 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:28:55.530 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:28:55.531 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:28:55.531 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:28:55.531 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:28:55.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:28:55.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:28:55.764 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:28:55.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:55.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:55.767 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:28:55.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:55.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:28:55.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:55.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:55.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:55.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:55.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:55.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:28:55.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:28:55.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:28:55.838 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:55.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:55.838 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:55.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:55.838 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:55.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:28:55.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:55.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:55.839 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:55.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:55.839 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:55.840 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:28:55.840 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:28:55.841 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:28:55.841 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:28:55.841 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:28:55.841 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:28:55.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:28:55.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:55.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:55.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:55.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:55.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:55.856 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:28:55.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:55.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:55.897 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:55.897 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:56.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"] 18:28:56.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:56.737 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:56.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:28:56.742 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 18:28:56.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:28:56.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:56.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:56.814 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:28:56.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:56.815 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject1' 18:28:56.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:") 18:28:56.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:56.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:56.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:56.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:56.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:28:56.830 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:28:56.831 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject1 18:28:56.927 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:28:56.927 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:28:56.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 18:28:56.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:56.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:56.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:56.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:56.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:56.953 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:28:56.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:56.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:56.953 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:56.953 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:57.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:28:57.571 DEBUG [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 18:28:57.572 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:28:57.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:57.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:57.573 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:28:57.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 "Don't Create") 18:28:57.574 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:28:57.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:28:57.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:28:57.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:28:57.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:28:57.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:57.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:57.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:57.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:57.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:57.605 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:28:57.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:57.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:57.606 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:57.606 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:58.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:28:58.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 18:28:58.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:28:58.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:28:58.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:28:58.032 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 18:28:58.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:28:58.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:28:58.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:28:58.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:28:58.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:28:58.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:28:58.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:28:58.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:28:58.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:28:58.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:28:58.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:28:58.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: "New"] 18:28:58.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:58.034 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:58.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:58.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: "New Java Project"] 18:28:58.093 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:58.093 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:58.093 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:58.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"] 18:28:58.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:58.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"] 18:28:58.095 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:58.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: "New Java Project"] 18:28:58.095 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:58.096 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:58.096 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:58.097 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:58.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:58.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:28:58.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:58.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:58.099 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:28:58.099 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:28:58.100 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:58.100 DEBUG [main][MenuItemLookup] Item match:File 18:28:58.102 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:28:58.102 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:28:58.110 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:28:58.110 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:28:58.110 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:58.110 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:28:58.110 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:28:58.110 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:28:58.110 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:28:58.110 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:28:58.110 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:28:58.110 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:28:58.110 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:28:58.110 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:28:58.110 DEBUG [main][MenuItemLookup] Found menu:'File' 18:28:58.110 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:28:58.110 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:28:58.110 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:28:58.110 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:58.110 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:28:58.111 DEBUG [main][MenuItemLookup] Found menu:'' 18:28:58.111 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:28:58.111 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:28:58.112 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:28:58.112 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:28:58.112 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:28:58.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:28:58.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:28:58.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:28:58.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:58.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:58.698 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:28:58.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:58.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 18:28:58.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:58.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:58.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:58.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:58.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:28:58.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:28:58.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:28:58.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:28:58.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:58.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:58.722 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:58.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:58.722 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:58.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:28:58.723 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:28:58.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:28:58.723 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:28:58.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:28:58.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:28:58.725 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:28:58.725 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:28:58.725 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:28:58.725 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:28:58.726 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:28:58.726 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:28:58.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:28:58.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:58.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:58.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:58.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:58.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:58.730 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:28:58.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:58.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:58.730 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:58.731 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:28:59.456 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:28:59.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:59.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:59.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.... 18:28:59.462 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 18:28:59.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:28:59.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:28:59.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:28:59.464 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:28:59.465 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:28:59.512 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject2' 18:28:59.512 DEBUG [WorkbenchTestable][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:") 18:28:59.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:59.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:59.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:59.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:59.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:28:59.529 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:28:59.531 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject2 18:28:59.610 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:28:59.610 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:28:59.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 18:28:59.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:28:59.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:28:59.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:28:59.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:28:59.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:28:59.618 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:28:59.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:28:59.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:28:59.619 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:28:59.619 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:00.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:29:00.332 DEBUG [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 18:29:00.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:29:00.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:00.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:00.335 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:29:00.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 "Don't Create") 18:29:00.335 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:00.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:00.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:00.336 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:29:00.336 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:00.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:00.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:00.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:00.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:00.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:00.340 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:29:00.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:00.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:00.340 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:00.340 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:00.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:29:00.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 18:29:00.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:29:00.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:29:00.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:00.908 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 18:29:00.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:29:00.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:00.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:00.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:00.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:00.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:00.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:00.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:00.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:00.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:00.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:00.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:00.920 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:29:00.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:00.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:00.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:29:00.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:00.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:00.931 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:29:00.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:29:00.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:00.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:00.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:00.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:00.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:29:00.937 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:00.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:00.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:00.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:29:00.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:29:00.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:29:01.042 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:01.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:01.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:01.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:01.047 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:01.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:01.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:01.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:01.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:01.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:01.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:01.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:01.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:02.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:02.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:02.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:29:02.056 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:02.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:02.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:02.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:02.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 18:29:02.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:02.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:02.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:02.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:02.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:02.065 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 18:29:02.065 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 18:29:02.066 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 18:29:02.067 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:02.067 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:02.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:02.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:02.071 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:02.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:02.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:02.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:02.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:02.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:02.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:02.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:02.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:03.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:03.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:03.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:29:03.079 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:03.079 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:03.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:03.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:03.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 18:29:03.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:03.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:03.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:03.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:03.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:03.084 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 18:29:03.085 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 18:29:03.085 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 18:29:03.086 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:03.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:03.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:03.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:03.089 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:03.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:03.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:03.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:03.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:03.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:03.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:03.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:03.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:04.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:04.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:04.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:29:04.097 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:04.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:04.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:04.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:04.101 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:29:04.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:04.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:04.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:04.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:04.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:04.103 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 18:29:04.103 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 18:29:04.104 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 18:29:04.105 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 18:29:04.105 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 18:29:04.105 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 18:29:04.111 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 18:29:04.111 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:29:04.112 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 18:29:04.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 18:29:04.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:29:04.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:29:04.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:29:04.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"] 18:29:04.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:04.113 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:04.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:04.114 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:29:04.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:04.114 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:04.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:04.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"] 18:29:04.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:04.116 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:04.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:04.116 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:29:04.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:04.124 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:04.125 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:04.125 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:04.125 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:04.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:29:04.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:04.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:04.128 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:29:04.128 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:29:04.128 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:04.128 DEBUG [main][MenuItemLookup] Item match:File 18:29:04.130 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:29:04.130 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:29:04.138 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:29:04.138 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:29:04.138 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:04.138 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:29:04.138 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:29:04.138 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:29:04.138 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:29:04.138 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:29:04.138 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:29:04.138 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:29:04.138 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:29:04.138 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:29:04.138 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:04.138 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:29:04.138 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:29:04.138 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:29:04.138 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:04.138 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:29:04.138 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:04.138 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:29:04.138 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:29:04.169 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:29:04.169 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:29:04.169 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:29:04.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:29:04.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:29:04.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:29:04.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:04.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:04.388 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:29:04.388 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:04.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:29:04.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:04.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:04.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:04.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:04.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:04.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:29:04.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:29:04.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:29:04.421 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:29:04.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:04.421 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:29:04.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:04.422 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:29:04.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:29:04.423 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:29:04.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:04.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:29:04.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:04.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:29:04.435 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:29:04.435 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:29:04.436 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:29:04.436 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:29:04.437 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:29:04.437 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:29:04.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:29:04.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:04.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:04.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:04.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:04.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:04.451 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:29:04.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:04.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:04.452 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:04.452 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:04.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"] 18:29:04.829 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:04.829 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:04.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:29:04.830 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 18:29:04.830 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:29:04.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:04.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:04.832 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:29:04.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:04.832 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject3' 18:29:04.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:29:04.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:04.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:04.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:04.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:04.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:29:04.869 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:29:04.870 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject3 18:29:04.949 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:29:04.949 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:29:04.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 18:29:04.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:04.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:04.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:04.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:04.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:04.973 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:29:04.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:04.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:04.973 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:04.973 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:05.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:29:05.577 DEBUG [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 18:29:05.578 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:29:05.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:05.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:05.596 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:29:05.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:29:05.596 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:05.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:05.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:05.597 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:29:05.597 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:05.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:05.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:05.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:05.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:05.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:05.600 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:29:05.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:05.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:05.600 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:05.600 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:05.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:29:05.960 DEBUG [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 18:29:05.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:29:05.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:29:05.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:05.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/PackageExplorerTestProject3)' is a system job, skipped 18:29:05.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:29:05.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:29:05.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:29:05.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:05.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:05.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:05.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:05.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:05.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:05.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:05.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:05.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:05.961 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:05.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:05.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:05.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:29:05.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:29:05.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:29:05.967 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:05.967 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:05.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:05.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:05.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:05.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:05.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:06.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:06.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:06.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:06.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:06.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:29:06.974 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:06.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:06.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:06.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:06.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:29:06.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:06.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:06.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:06.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:06.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:06.979 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 18:29:06.980 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 18:29:06.981 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 18:29:06.981 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject3 18:29:06.982 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject3 18:29:06.982 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject3 18:29:06.983 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject3 about selection 18:29:06.991 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject3 18:29:06.992 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:29:06.992 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:07.057 DEBUG [main][MenuItemLookup] Found menu:'New' 18:29:07.057 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:29:07.057 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:07.057 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:29:07.057 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:29:07.057 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:29:07.057 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:07.057 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:29:07.057 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:29:07.057 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:29:07.057 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:29:07.057 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:07.057 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:29:07.057 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:29:07.057 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:29:07.057 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:29:07.057 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:07.057 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:29:07.057 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:29:07.057 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:07.057 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:29:07.057 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:29:07.057 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:29:07.057 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:29:07.058 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:29:07.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:07.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:29:07.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:07.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:07.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:07.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:07.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:07.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:07.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:07.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:07.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:07.559 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject3' via Explorer 18:29:07.560 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject3 18:29:07.560 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject3 18:29:07.560 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject3 about selection 18:29:07.565 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject3 18:29:07.565 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:29:07.565 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:07.629 DEBUG [main][MenuItemLookup] Found menu:'New' 18:29:07.629 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:29:07.629 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:07.629 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:29:07.629 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:29:07.629 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:29:07.629 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:07.629 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:29:07.630 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:29:07.630 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:29:07.630 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:29:07.630 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:29:07.630 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:29:07.630 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:29:07.631 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:29:07.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:29:08.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:29:08.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:29:08.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:08.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:08.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:08.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:08.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) 18:29:08.370 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:08.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:08.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:08.370 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:29:08.370 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:08.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:08.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:08.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:08.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:08.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:08.372 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:29:08.373 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:29:08.374 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:29:08.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:08.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:08.374 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:08.374 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:08.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:29:08.375 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:08.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:08.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:08.376 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:29:08.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:08.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:08.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:08.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:08.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:08.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:08.387 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:29:08.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:08.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:08.388 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:08.388 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:08.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:29:08.420 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:29:08.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:29:08.921 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:29:08.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:08.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:29:08.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:29:08.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:29:08.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:08.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:08.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:08.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:08.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:08.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:08.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:08.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:08.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:08.923 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:08.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:08.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:08.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:08.926 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:08.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:08.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:08.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:08.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:08.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:08.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:09.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:09.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:09.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:09.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:09.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:29:09.933 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:09.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:09.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:09.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:09.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 18:29:09.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:09.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:09.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:09.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:09.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:09.942 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 18:29:09.943 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 18:29:09.943 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 18:29:09.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 18:29:09.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:29:09.944 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:29:09.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:09.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:09.945 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 18:29:09.946 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:29:09.946 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 18:29:09.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 18:29:09.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:29:09.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:29:09.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:29:09.946 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 18:29:09.947 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 18:29:09.949 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 18:29:09.963 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 18:29:09.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 18:29:09.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:29:09.964 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:29:09.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:09.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:09.966 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 18:29:09.966 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:29:09.966 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 18:29:09.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 18:29:09.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:29:09.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:29:09.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:29:09.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:09.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:09.969 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:29:09.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:09.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:09.972 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:29:09.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:09.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:09.973 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:29:09.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 '\*?\QPackage Explorer\E') 18:29:09.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:09.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:09.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:09.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:09.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:29:09.977 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:09.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:09.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:09.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:29:09.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:29:09.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:29:09.984 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 18:29:09.984 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:29:09.984 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:29:09.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:09.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:09.985 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 18:29:09.985 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:29:09.985 INFO [WorkbenchTestable][RequirementsRunner] Started test: multipleSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 18:29:09.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 18:29:09.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:29:09.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:29:09.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:29:10.014 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:10.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:10.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:10.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:10.017 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:10.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:10.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:10.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:10.018 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:10.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:10.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:10.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:10.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:10.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:10.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:10.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:10.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:11.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:11.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:11.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:29:11.024 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:11.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:11.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:11.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:11.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 18:29:11.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:11.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:11.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:11.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:11.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:11.030 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 18:29:11.031 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 18:29:11.032 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 18:29:11.033 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:11.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:11.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:11.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:11.038 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:11.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:11.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:11.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:11.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:11.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:11.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:11.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:11.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:12.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:12.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:12.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:29:12.050 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:12.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:12.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:12.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:12.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 18:29:12.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:12.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:12.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:12.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:12.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:12.055 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 18:29:12.055 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 18:29:12.056 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 18:29:12.056 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:12.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:12.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:12.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:12.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:29:12.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:12.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:12.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:12.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:12.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:12.061 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 18:29:12.061 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 18:29:12.061 DEBUG [main][TreeItemHandler] Set Tree selection 18:29:12.063 DEBUG [main][TreeHandler] Notify Tree about selection event 18:29:12.068 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 18:29:12.078 DEBUG [WorkbenchTestable][TreeItemHandler] PackageExplorerTestProject0 18:29:12.078 DEBUG [WorkbenchTestable][TreeItemHandler] PackageExplorerTestProject2 18:29:12.079 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 18:29:12.079 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:29:12.079 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:29:12.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:12.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:12.081 INFO [WorkbenchTestable][RequirementsRunner] Finished test: multipleSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 18:29:12.082 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:29:12.082 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitle no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 18:29:12.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 18:29:12.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:29:12.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:29:12.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:29:12.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:12.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:12.085 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:29:12.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:12.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:12.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:29:12.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:12.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:12.090 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:29:12.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:29:12.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:12.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:12.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:12.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:12.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:29:12.094 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:12.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:12.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:12.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:29:12.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:29:12.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:29:12.125 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 18:29:12.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:29:12.126 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:29:12.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:12.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:12.128 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitle no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 18:29:12.129 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:12.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:12.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:12.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:12.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:12.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:12.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:12.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:12.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:13.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:13.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:13.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:29:13.137 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:13.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:13.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:13.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:13.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 18:29:13.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:13.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:13.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:13.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:13.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:13.144 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 18:29:13.145 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 18:29:13.145 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 18:29:13.146 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject0 18:29:13.146 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject0 18:29:13.147 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject0 about selection 18:29:13.152 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject0 18:29:13.153 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:29:13.153 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:13.225 DEBUG [main][MenuItemLookup] Found menu:'New' 18:29:13.225 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:29:13.225 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:13.225 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:29:13.225 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:29:13.225 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:29:13.225 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:13.225 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:29:13.225 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:29:13.225 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:29:13.225 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:29:13.225 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:13.225 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:29:13.225 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:29:13.225 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:29:13.225 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:29:13.225 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:13.225 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:29:13.225 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:29:13.226 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:13.226 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:29:13.226 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:29:13.226 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:29:13.226 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:29:13.226 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:29:13.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:13.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:29:13.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:13.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:13.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:13.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:13.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:13.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:13.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:13.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:13.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:13.728 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject0' via Explorer 18:29:13.728 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject0 18:29:13.728 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject0 18:29:13.738 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject0 about selection 18:29:13.742 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject0 18:29:13.742 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:29:13.742 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:13.801 DEBUG [main][MenuItemLookup] Found menu:'New' 18:29:13.801 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:29:13.801 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:13.801 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:29:13.801 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:29:13.802 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:29:13.802 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:13.802 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:29:13.802 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:29:13.802 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:29:13.802 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:29:13.802 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:29:13.802 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:29:13.802 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:29:13.802 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:29:13.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 'Delete.*'] is available.... 18:29:14.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:29:14.381 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:29:14.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:14.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:14.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:14.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:14.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:29:14.389 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:14.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:14.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:14.390 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:29:14.390 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:14.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:14.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:14.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:14.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:14.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:14.394 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:29:14.395 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:29:14.395 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:29:14.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:14.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:14.396 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:14.396 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:14.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:29:14.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:14.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:14.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:14.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:29:14.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:14.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:14.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:14.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:14.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:14.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:14.409 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:29:14.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:14.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:14.410 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:14.410 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:14.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:29:14.431 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:29:14.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:29:14.932 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:29:14.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:14.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:29:14.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:29:14.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:29:14.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:29:14.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:14.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:14.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:14.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:14.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:14.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:14.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:14.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:14.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:14.933 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 18:29:14.933 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 18:29:14.934 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 18:29:14.945 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 18:29:14.945 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:29:14.945 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:15.013 DEBUG [main][MenuItemLookup] Found menu:'New' 18:29:15.013 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:29:15.014 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:15.014 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:29:15.014 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:29:15.014 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:29:15.014 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:15.014 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:29:15.014 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:29:15.014 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:29:15.014 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:29:15.014 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:15.014 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:29:15.014 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:29:15.014 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:29:15.014 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:29:15.014 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:15.014 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:29:15.014 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:29:15.014 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:15.014 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:29:15.014 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:29:15.014 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:29:15.014 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:29:15.015 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:29:15.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:15.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:29:15.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:29:15.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:15.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:15.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:15.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:15.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:15.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:15.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:15.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:15.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:15.517 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject1' via Explorer 18:29:15.517 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 18:29:15.518 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 18:29:15.518 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 18:29:15.527 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 18:29:15.528 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:29:15.528 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:15.586 DEBUG [main][MenuItemLookup] Found menu:'New' 18:29:15.586 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:29:15.586 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:15.586 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:29:15.586 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:29:15.586 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:29:15.586 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:15.586 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:29:15.586 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:29:15.586 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:29:15.586 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:29:15.586 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:29:15.587 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:29:15.587 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:29:15.587 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:29:15.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:29:15.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:29:15.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:29:15.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:15.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:15.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:15.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:15.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:29:15.816 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:15.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:15.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:15.817 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:29:15.817 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:15.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:15.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:15.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:15.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:15.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:15.824 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:29:15.825 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:29:15.825 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:29:15.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:15.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:15.825 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:15.825 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:15.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 "OK", Widget matcher matching widgets with style: 8) 18:29:15.826 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:15.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:15.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:15.827 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:29:15.827 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:15.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:15.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:15.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:15.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:15.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:15.832 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:29:15.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:15.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:15.833 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:15.833 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:15.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:29:15.867 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:29:16.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:29:16.368 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:29:16.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:16.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 18:29:16.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:29:16.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:29:16.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:29:16.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:16.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:16.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:16.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:16.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:16.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:16.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:16.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:16.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:16.370 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject2 18:29:16.370 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject2 18:29:16.370 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject2 about selection 18:29:16.386 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject2 18:29:16.387 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:29:16.387 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:16.448 DEBUG [main][MenuItemLookup] Found menu:'New' 18:29:16.448 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:29:16.448 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:16.448 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:29:16.448 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:29:16.448 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:29:16.448 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:16.448 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:29:16.448 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:29:16.448 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:29:16.448 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:29:16.448 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:16.448 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:29:16.448 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:29:16.448 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:29:16.448 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:29:16.448 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:16.448 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:29:16.448 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:29:16.448 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:16.448 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:29:16.448 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:29:16.449 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:29:16.449 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:29:16.449 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:29:16.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:16.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:29:16.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:29:16.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:16.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:16.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:16.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:16.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:16.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:16.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:16.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:16.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:16.951 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject2' via Explorer 18:29:16.951 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject2 18:29:16.951 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject2 18:29:16.952 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject2 about selection 18:29:16.956 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject2 18:29:16.956 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:29:16.956 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:17.020 DEBUG [main][MenuItemLookup] Found menu:'New' 18:29:17.020 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:29:17.020 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:17.020 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:29:17.020 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:29:17.020 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:29:17.021 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:17.021 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:29:17.021 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:29:17.021 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:29:17.021 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:29:17.021 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:29:17.021 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:29:17.021 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:29:17.021 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:29:17.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:29:17.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:29:17.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:29:17.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:17.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:17.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:17.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:17.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:29:17.764 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:17.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:17.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:17.765 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:29:17.765 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:17.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:17.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:17.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:17.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:17.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:17.769 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:29:17.769 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:29:17.770 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:29:17.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:17.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:17.771 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:17.771 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:17.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:29:17.771 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:17.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:17.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:17.773 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:29:17.773 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:17.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:17.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:17.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:17.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:17.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:17.785 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:29:17.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:17.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:17.786 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:17.786 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:17.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:29:17.812 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:29:18.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:29:18.314 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:29:18.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:18.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:29:18.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:29:18.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:18.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:18.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:18.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:18.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:18.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:18.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:18.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:18.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:18.317 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 18:29:18.317 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:29:18.317 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:29:18.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:18.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.98 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: 5.833 s select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) Time elapsed: 0.02 s open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) Time elapsed: 0.019 s multipleSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) Time elapsed: 2.096 s getTitle no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) Time elapsed: 0.046 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 18:29:18.341 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 18:29:18.343 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:29:18.343 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:29:18.343 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 18:29:18.343 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:29:18.343 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:29:18.344 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:29:18.344 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:29:18.344 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:29:18.344 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 18:29:18.345 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 18:29:18.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:29:18.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:18.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:18.346 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:29:18.346 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:18.347 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:29:18.347 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:29:18.347 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:29:18.347 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:29:18.347 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:29:18.347 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:29:18.347 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:29:18.348 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:29:18.348 DEBUG [main][MenuItemLookup] Item match:Window 18:29:18.348 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:29:18.348 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:29:18.348 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:29:18.348 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:18.348 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:29:18.348 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:29:18.348 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:18.348 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:29:18.348 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:18.348 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:29:18.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:18.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:18.349 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:29:18.350 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:18.350 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:29:18.350 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:29:18.350 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:29:18.350 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:29:18.350 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:29:18.350 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:29:18.350 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:29:18.350 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:29:18.350 DEBUG [main][MenuItemLookup] Item match:Window 18:29:18.350 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:29:18.350 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:29:18.350 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:29:18.350 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:18.350 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:29:18.350 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:29:18.350 DEBUG [main][MenuItemLookup] Item match:Perspective 18:29:18.351 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:29:18.351 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:18.351 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:29:18.351 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:29:18.351 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:29:18.351 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:29:18.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:29:18.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:18.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:18.352 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:29:18.353 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:18.353 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:29:18.353 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:29:18.353 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:29:18.353 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:29:18.353 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:29:18.353 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:29:18.353 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:29:18.353 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:29:18.353 DEBUG [main][MenuItemLookup] Item match:Window 18:29:18.353 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:29:18.353 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:29:18.353 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:29:18.353 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:18.353 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:29:18.353 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:29:18.353 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:18.353 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:29:18.353 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:18.353 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:29:18.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:18.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:18.354 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:29:18.355 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:18.355 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:29:18.355 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:29:18.355 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:29:18.355 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:29:18.355 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:29:18.355 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:29:18.355 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:29:18.355 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:29:18.355 DEBUG [main][MenuItemLookup] Item match:Window 18:29:18.355 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:29:18.355 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:29:18.355 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:29:18.355 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:18.355 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:29:18.355 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:29:18.355 DEBUG [main][MenuItemLookup] Item match:Perspective 18:29:18.356 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:29:18.356 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:18.356 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:29:18.356 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:29:18.356 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:29:18.356 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:29:18.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:18.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:18.358 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:29:18.358 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:18.359 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:29:18.359 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:29:18.359 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:29:18.359 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:29:18.359 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:29:18.359 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:29:18.359 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:29:18.359 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:29:18.359 DEBUG [main][MenuItemLookup] Item match:Window 18:29:18.359 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:29:18.359 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:29:18.359 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:29:18.359 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:18.359 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:29:18.359 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:29:18.359 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:18.359 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:29:18.359 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:18.359 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:29:18.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:18.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:18.361 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:29:18.361 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:18.361 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:29:18.361 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:29:18.361 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:29:18.362 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:29:18.362 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:29:18.362 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:29:18.362 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:29:18.362 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:29:18.362 DEBUG [main][MenuItemLookup] Item match:Window 18:29:18.362 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:29:18.362 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:29:18.362 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:29:18.362 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:18.362 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:29:18.362 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:29:18.362 DEBUG [main][MenuItemLookup] Item match:Perspective 18:29:18.363 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:29:18.363 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:18.363 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:29:18.363 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:29:18.363 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:29:18.363 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:29:18.363 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 18:29:18.363 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 18:29:18.364 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 18:29:18.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 18:29:18.432 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 18:29:18.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 18:29:18.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:18.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:18.433 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:18.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:18.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:18.434 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:29:18.434 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:18.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:18.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:18.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 18:29:18.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:18.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:18.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:18.437 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:29:18.437 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:18.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:18.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:18.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:18.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:18.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:18.439 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 18:29:18.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:18.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:18.440 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:18.440 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:18.722 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:18.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:18.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"] 18:29:18.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:18.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:29:18.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:18.728 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:18.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:18.729 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:18.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:18.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"] 18:29:18.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:18.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 Project"] 18:29:18.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:18.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"] 18:29:18.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:18.740 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:18.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:18.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:29:18.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:18.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:18.743 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:29:18.743 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:29:18.745 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:18.745 DEBUG [main][MenuItemLookup] Item match:File 18:29:18.747 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:29:18.747 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:29:18.754 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:29:18.754 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:29:18.754 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:18.754 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:29:18.754 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:29:18.754 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:29:18.754 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:29:18.754 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:29:18.754 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:29:18.754 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:29:18.754 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:29:18.754 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:29:18.754 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:18.754 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:29:18.754 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:29:18.754 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:29:18.754 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:18.754 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:29:18.754 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:18.754 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:29:18.754 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:29:18.775 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:29:18.775 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:29:18.776 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:29:18.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:29:18.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:29:18.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:29:18.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:18.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:18.979 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:29:18.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:18.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:29:18.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:18.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:18.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:18.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:18.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:18.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:29:18.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:29:18.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:29:19.010 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:29:19.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:19.011 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:29:19.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:19.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:29:19.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:29:19.013 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:29:19.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:19.013 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:29:19.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:19.014 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:29:19.015 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:29:19.015 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:29:19.015 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:29:19.025 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:29:19.025 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:29:19.025 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:29:19.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:29:19.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:19.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:19.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:19.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:19.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:19.030 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:29:19.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:19.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:19.030 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:19.030 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:19.421 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:19.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:19.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:19.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:29:19.423 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 18:29:19.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:29:19.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:19.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:19.425 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:29:19.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:19.426 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'buildpathspropertypagetest' 18:29:19.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:29:19.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:19.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:19.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:19.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:19.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:29:19.432 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:29:19.433 INFO [WorkbenchTestable][AbstractText] Text set to: buildpathspropertypagetest 18:29:19.478 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:29:19.478 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:29:19.479 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 18:29:19.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:19.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:19.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:19.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:19.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:19.500 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:29:19.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:19.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:19.500 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:19.500 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:20.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:29:20.151 DEBUG [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 18:29:20.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:29:20.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:20.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:20.192 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:29:20.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 "Don't Create") 18:29:20.192 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:20.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:20.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:20.193 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:29:20.193 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:20.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:20.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:20.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:20.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:20.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:20.198 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:29:20.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:20.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:20.199 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:20.199 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:20.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:29:20.694 DEBUG [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 18:29:20.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:29:20.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:29:20.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:20.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:29:20.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:29:20.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:29:20.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:20.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:20.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:20.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:20.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:20.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:20.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:20.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:20.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:20.711 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:29:20.712 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTabs no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 18:29:20.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 18:29:20.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:29:20.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:29:20.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:29:20.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:20.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:20.717 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:29:20.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:20.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:20.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:29:20.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:20.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:20.720 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:29:20.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:29:20.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:20.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:20.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:20.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:20.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:29:20.722 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:20.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:20.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:20.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:29:20.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:29:20.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:29:20.729 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:20.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:20.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:20.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:20.732 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:20.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:20.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:20.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:20.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:20.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:20.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:21.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:21.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:21.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:21.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:21.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:29:21.741 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:21.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:21.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:21.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:21.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 18:29:21.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:21.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:21.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:21.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:21.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:21.746 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 18:29:21.747 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 18:29:21.747 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 18:29:21.748 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 18:29:21.751 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 18:29:21.751 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:29:21.751 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'New' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Team' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Configure' 18:29:21.821 DEBUG [main][MenuItemLookup] Found menu:'Validate' 18:29:21.822 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:21.822 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:29:21.822 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 18:29:21.822 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 18:29:21.822 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 18:29:21.822 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 18:29:22.147 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for buildpathspropertypagetest"] 18:29:22.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:22.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:22.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 18:29:22.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:22.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:22.196 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 18:29:22.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:22.198 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 18:29:22.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:22.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:22.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:22.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:22.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:22.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:29:22.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:29:22.211 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 18:29:22.211 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 18:29:22.211 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 18:29:22.212 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 18:29:22.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:22.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:22.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:22.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:22.611 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") 18:29:22.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:22.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:22.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:22.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:22.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:29:22.617 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 18:29:22.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:22.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:29:22.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:22.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:22.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:22.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:22.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:22.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:22.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:22.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:22.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:22.704 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") 18:29:22.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:22.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:22.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:22.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:22.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:29:22.710 INFO [WorkbenchTestable][AbstractTabItem] Activate &Source 18:29:22.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:22.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:29:22.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:22.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:22.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:22.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:22.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:22.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:22.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:22.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:22.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:22.720 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") 18:29:22.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:22.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:22.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:22.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:22.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:29:22.798 INFO [WorkbenchTestable][AbstractTabItem] Activate &Order and Export 18:29:22.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:22.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:29:22.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:22.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:22.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:22.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:22.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:22.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:22.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:22.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:22.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:22.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 "Projects") 18:29:22.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:22.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:22.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:22.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:22.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:29:22.807 INFO [WorkbenchTestable][AbstractTabItem] Activate &Projects 18:29:22.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:22.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 18:29:22.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:22.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:22.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:22.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:22.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:22.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:22.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:22.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:22.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:22.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 18:29:22.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:22.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:22.830 DEBUG [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) 18:29:22.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:22.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:22.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:22.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:22.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:22.838 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:29:22.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:22.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:22.908 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:22.908 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:23.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:29:23.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:29:23.416 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:29:23.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:23.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:23.417 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 18:29:23.417 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:29:23.417 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:29:23.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:23.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:23.418 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTabs no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 18:29:23.420 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:29:23.420 INFO [WorkbenchTestable][RequirementsRunner] Started test: addRemoveModulePathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 18:29:23.420 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 18:29:23.420 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:29:23.420 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:29:23.420 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:29:23.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:23.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:23.424 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:29:23.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:23.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:23.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:29:23.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:23.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:23.427 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:29:23.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 '\*?\QPackage Explorer\E') 18:29:23.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:23.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:23.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:23.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:23.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:29:23.502 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:23.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:23.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:23.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:29:23.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:29:23.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:29:23.508 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:23.508 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:23.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:23.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:23.510 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:23.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:23.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:23.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:23.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:23.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:23.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:24.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:24.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:24.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:24.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:24.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:29:24.534 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:24.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:24.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:24.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:24.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 18:29:24.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:24.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:24.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:24.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:24.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:24.542 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 18:29:24.543 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 18:29:24.543 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 18:29:24.545 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 18:29:24.549 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 18:29:24.549 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:29:24.549 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'New' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 18:29:24.648 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:24.649 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:29:24.649 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:29:24.649 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 18:29:24.649 DEBUG [main][MenuItemLookup] Found menu:'Team' 18:29:24.649 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 18:29:24.649 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 18:29:24.649 DEBUG [main][MenuItemLookup] Found menu:'Configure' 18:29:24.649 DEBUG [main][MenuItemLookup] Found menu:'Validate' 18:29:24.649 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:24.649 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:29:24.649 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 18:29:24.649 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 18:29:24.649 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 18:29:24.649 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 18:29:25.597 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"] 18:29:25.597 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:25.597 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:25.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 18:29:25.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:25.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:25.602 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 18:29:25.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:25.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 18:29:25.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:25.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:25.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:25.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:25.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:25.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:29:25.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:29:25.692 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 18:29:25.692 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 18:29:25.693 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 18:29:25.694 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 18:29:25.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:25.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:25.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:25.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:25.701 INFO [WorkbenchTestable][BuildPathsPropertyPage] Adding variable on Modulepath: VN=/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar 18:29:25.701 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") 18:29:25.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:25.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:25.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:25.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:25.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:29:25.711 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 18:29:25.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:25.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:29:25.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 18:29:25.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:25.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:25.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:25.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:25.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:25.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:25.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:25.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:25.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:25.799 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") 18:29:25.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:25.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:25.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:25.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:25.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:29:25.815 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 18:29:25.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:25.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:29:25.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:25.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:25.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:25.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:25.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:25.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:25.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:25.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:25.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:25.819 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 18:29:25.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:25.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:29:25.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:29:25.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:25.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 18:29:25.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:29:25.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:29:25.831 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Modulepath 18:29:25.832 DEBUG [main][TreeItemHandler] Selecting tree item: Modulepath 18:29:25.832 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Modulepath about selection 18:29:25.836 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Modulepath 18:29:25.837 DEBUG [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...") 18:29:25.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:25.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:25.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:25.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:25.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:25.914 INFO [WorkbenchTestable][AbstractButton] Click button Add &Variable... 18:29:25.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:25.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:25.915 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:25.915 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:26.101 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.... 18:29:26.102 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 18:29:26.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 18:29:26.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:26.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:26.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...") 18:29:26.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:26.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:26.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:26.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:26.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:26.119 INFO [WorkbenchTestable][AbstractButton] Click button Configur&e Variables... 18:29:26.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:26.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:26.120 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:26.120 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:26.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.*'] 18:29:26.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:26.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:26.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:26.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:26.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 18:29:26.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:26.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:26.448 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences (Filtered) is not null and is not disposed 18:29:26.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:26.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 18:29:26.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:26.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:26.454 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 18:29:26.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:26.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:26.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:26.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:26.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:29:26.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:29:26.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:29:26.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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...") 18:29:26.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:26.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:26.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:26.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:26.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:26.511 INFO [WorkbenchTestable][AbstractButton] Click button &New... 18:29:26.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:26.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:26.511 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:26.511 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:26.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Entry"] is available.... 18:29:26.611 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 18:29:26.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Entry 18:29:26.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:26.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:26.613 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:") 18:29:26.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:26.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:26.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:26.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:26.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:29:26.621 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:29:26.622 INFO [WorkbenchTestable][AbstractText] Text set to: VN 18:29:26.629 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:") 18:29:26.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:26.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:26.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:26.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:26.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:29:26.635 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:29:26.636 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar 18:29:26.637 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) 18:29:26.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:26.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:26.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:26.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:26.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:26.647 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:29:26.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:26.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:26.647 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:26.648 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:26.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:29:26.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:29:26.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 18:29:26.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:26.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:26.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:26.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:26.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:29:26.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:29:26.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:29:26.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:26.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:26.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 18:29:26.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:26.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:26.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:26.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:26.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:26.793 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:29:26.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:26.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:26.793 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:26.793 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:27.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:29:27.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:29:27.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 18:29:27.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:27.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:27.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.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) 18:29:27.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:27.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:27.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:27.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:27.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:27.070 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:29:27.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:27.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:27.071 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:27.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:27.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:29:27.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:29:27.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:27.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:29:27.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:27.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:27.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:27.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:27.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:27.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:27.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:27.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:27.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:27.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.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") 18:29:27.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:27.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:27.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:27.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:27.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:27.420 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 18:29:27.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:27.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:27.420 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:27.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:27.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:27.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:29:27.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Setting build path' has no excuses, wait for it 18:29:27.923 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 18:29:27.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:29:27.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:29:27.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:29:27.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:29:27.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:29:27.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:27.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:27.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:27.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:27.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:27.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:27.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:29:27.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:27.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:27.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:27.924 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") 18:29:27.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:27.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:27.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:27.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:27.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:29:27.936 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 18:29:27.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:27.942 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 18:29:27.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:29:27.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:29:27.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:29:27.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:29:27.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:29:27.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:27.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:27.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:27.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:27.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:27.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:27.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:29:27.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:27.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:27.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:27.946 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 18:29:27.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:27.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:29:27.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:29:27.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:27.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 18:29:28.002 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Modulepath and wait with time period 1 18:29:28.002 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 18:29:28.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:28.003 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 18:29:28.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:28.004 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 18:29:28.004 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 18:29:28.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:28.005 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 18:29:28.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:28.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 18:29:28.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:28.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:28.018 DEBUG [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") 18:29:28.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:28.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:28.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:28.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:28.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:28.092 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:29:28.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:28.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:28.093 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:28.093 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:28.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:29:28.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:29:28.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:29:28.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:28.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:28.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:28.531 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 18:29:28.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:29:28.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:28.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:28.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:28.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:28.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:28.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:28.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:29:28.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:28.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:28.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:28.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:28.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:28.535 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:29:28.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:28.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:28.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:29:28.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:28.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:28.538 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:29:28.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:29:28.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:28.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:28.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:28.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:28.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:29:28.540 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:28.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:28.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:28.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:29:28.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:29:28.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:29:28.597 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 18:29:28.597 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 18:29:28.598 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 18:29:28.601 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 18:29:28.601 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:29:28.601 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'New' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 18:29:28.729 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 18:29:28.730 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:28.730 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:29:28.730 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:29:28.730 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 18:29:28.730 DEBUG [main][MenuItemLookup] Found menu:'Team' 18:29:28.730 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 18:29:28.730 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 18:29:28.730 DEBUG [main][MenuItemLookup] Found menu:'Configure' 18:29:28.730 DEBUG [main][MenuItemLookup] Found menu:'Validate' 18:29:28.730 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:28.730 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:29:28.730 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 18:29:28.730 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 18:29:28.730 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 18:29:28.731 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 18:29:29.298 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"] 18:29:29.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:29.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:29.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 18:29:29.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:29.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:29.303 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 18:29:29.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:29.304 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 18:29:29.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:29.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:29.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:29.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:29.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:29.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:29:29.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:29:29.344 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 18:29:29.344 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 18:29:29.345 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 18:29:29.345 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 18:29:29.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:29.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:29.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:29.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:29.347 INFO [WorkbenchTestable][BuildPathsPropertyPage] Removing variable from Modulepath: VN - /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar 18:29:29.348 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") 18:29:29.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:29.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:29.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:29.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:29.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:29:29.351 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 18:29:29.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:29.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 18:29:29.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:29.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:29.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:29.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:29.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:29.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:29.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:29:29.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:29.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:29.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:29.351 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 18:29:29.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:29.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:29:29.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:29:29.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:29.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 18:29:29.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:29:29.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:29:29.374 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item VN - /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar of tree item Modulepath 18:29:29.374 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 18:29:29.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:29.374 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 18:29:29.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:29.374 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 18:29:29.375 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item VN - /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar 18:29:29.375 DEBUG [main][TreeItemHandler] Selecting tree item: VN - /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar 18:29:29.376 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item VN - /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar about selection 18:29:29.378 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: VN - /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar 18:29:29.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.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") 18:29:29.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:29.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:29.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:29.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:29.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:29.385 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:29:29.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:29.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:29.385 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:29.385 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:29.404 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") 18:29:29.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:29.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:29.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:29.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:29.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:29:29.414 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 18:29:29.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:29.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 18:29:29.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:29.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:29.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:29.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:29.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:29.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:29.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:29:29.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:29.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:29.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:29.415 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 18:29:29.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:29.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:29:29.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:29:29.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:29.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 18:29:29.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:29:29.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:29:29.421 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Modulepath 18:29:29.421 DEBUG [main][TreeItemHandler] Selecting tree item: Modulepath 18:29:29.421 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Modulepath about selection 18:29:29.438 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Modulepath 18:29:29.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.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...") 18:29:29.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:29.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:29.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:29.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:29.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:29.452 INFO [WorkbenchTestable][AbstractButton] Click button Add &Variable... 18:29:29.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:29.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:29.453 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:29.453 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:29.568 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.... 18:29:29.569 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 18:29:29.569 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 18:29:29.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:29.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:29.570 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.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar") 18:29:29.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:29.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:29.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:29.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:29.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 18:29:29.588 TRACE [main][WidgetHandler] Notify Table with event 13 18:29:29.588 TRACE [main][WidgetHandler] Wait for synchronization 18:29:29.602 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...") 18:29:29.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:29.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:29.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:29.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:29.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:29.606 INFO [WorkbenchTestable][AbstractButton] Click button Configur&e Variables... 18:29:29.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:29.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:29.606 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:29.606 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:29.787 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:29:29.788 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:29.788 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:29.788 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:29.788 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:29.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 18:29:29.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:29.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:29.790 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences (Filtered) is not null and is not disposed 18:29:29.790 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:29.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 18:29:29.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:29.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:29.795 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 18:29:29.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:29.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:29.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:29.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:29.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:29:29.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widget which text matches: "VN - /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar") 18:29:29.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:29.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:29.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:29.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:29.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 18:29:29.828 TRACE [main][WidgetHandler] Notify Table with event 13 18:29:29.828 TRACE [main][WidgetHandler] Wait for synchronization 18:29:29.828 DEBUG [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") 18:29:29.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:29.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:29.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:29.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:29.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:29.840 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:29:29.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:29.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:29.841 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:29.841 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:29.898 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:29.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:29.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:29.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences (Filtered)" as the parent 18:29:29.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:29.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:29.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:29.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 18:29:29.904 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:29.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:29.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:29.904 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences (Filtered)" as the parent 18:29:29.904 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:29.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:29.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:29.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:29.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:29.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:29.913 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:29:29.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:29.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:29.913 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:29.914 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:29.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Classpath Variables Changed"] is available.... 18:29:29.979 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 18:29:29.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Classpath Variables Changed 18:29:29.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:29.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:29.993 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) 18:29:29.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:29.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:29.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:29.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:29.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:29.995 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 18:29:29.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:29.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:29.995 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:29.995 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:30.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:29:30.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:29:30.304 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) 18:29:30.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:30.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:30.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:30.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:30.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:30.311 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:29:30.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:30.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:30.311 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:30.311 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:30.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:29:30.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:29:30.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:30.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:29:30.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:29:30.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:29:30.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:29:30.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:29:30.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:29:30.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:29:30.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:29:30.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:30.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:30.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:30.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:30.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:30.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:30.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:29:30.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:30.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:30.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:30.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.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") 18:29:30.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:30.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:30.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:30.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:30.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:30.403 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 18:29:30.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:30.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:30.403 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:30.403 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:30.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:30.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Setting build path' has no excuses, wait for it 18:29:30.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:29:30.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:29:30.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:29:30.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:29:30.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:30.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:30.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:30.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:30.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:30.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:30.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:29:30.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:30.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:30.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:30.905 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") 18:29:30.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:30.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:30.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:30.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:30.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:29:30.917 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 18:29:30.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:30.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:29:30.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:29:30.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:29:30.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:30.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:30.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:30.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:30.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:30.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:30.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:29:30.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:30.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:30.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:30.925 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 18:29:30.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:30.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:29:30.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:29:30.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:30.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 18:29:30.932 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Modulepath and wait with time period 1 18:29:30.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 18:29:30.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:30.933 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 18:29:30.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:30.933 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 18:29:30.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 18:29:30.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:30.934 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 18:29:30.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:30.934 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 18:29:30.934 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Classpath and wait with time period 1 18:29:30.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 18:29:30.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:31.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:31.436 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 18:29:31.436 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 18:29:31.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:31.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:31.938 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 18:29:31.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:31.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:31.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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") 18:29:31.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:31.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:31.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:31.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:31.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:31.961 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:29:31.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:31.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:31.961 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:31.962 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:32.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:29:32.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:29:32.144 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:29:32.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:32.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:32.169 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 18:29:32.169 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:29:32.169 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:29:32.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:32.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:32.170 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 18:29:32.172 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addRemoveModulePathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 18:29:32.172 INFO [WorkbenchTestable][RequirementsRunner] Test method addRemoveVariable is ignored because shouldRun method of RunIf conditional run is not met. 18:29:32.174 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 18:29:32.174 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:29:32.174 INFO [WorkbenchTestable][RequirementsRunner] Started test: addRemoveClassPathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 18:29:32.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 18:29:32.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:29:32.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:29:32.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:29:32.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:32.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:32.178 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:29:32.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:32.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:32.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:29:32.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:32.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:32.180 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:29:32.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 '\*?\QPackage Explorer\E') 18:29:32.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:32.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:32.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:32.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:32.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:29:32.183 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:32.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:32.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:32.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:29:32.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:29:32.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:29:32.188 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:32.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:32.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:32.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:32.190 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:32.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:32.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:32.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:32.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:32.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:32.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:32.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:32.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:33.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:33.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:33.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:29:33.195 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:33.195 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:33.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:33.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:33.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 18:29:33.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:33.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:33.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:33.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:33.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:33.202 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 18:29:33.203 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 18:29:33.203 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 18:29:33.204 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 18:29:33.208 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 18:29:33.208 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:29:33.208 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'New' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Team' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Configure' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Validate' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:33.285 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:29:33.285 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 18:29:33.286 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 18:29:33.286 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 18:29:33.286 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 18:29:33.641 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"] 18:29:33.641 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:33.641 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:33.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 18:29:33.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:33.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:33.671 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 18:29:33.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:33.672 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 18:29:33.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:33.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:33.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:33.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:33.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:33.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:29:33.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:29:33.700 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 18:29:33.700 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 18:29:33.700 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 18:29:33.701 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 18:29:33.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:33.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:33.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:33.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:33.704 INFO [WorkbenchTestable][BuildPathsPropertyPage] Adding variable on Classpath: VN=/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar 18:29:33.704 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") 18:29:33.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:33.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:33.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:33.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:33.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:29:33.708 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 18:29:33.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:33.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 18:29:33.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:33.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:33.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:33.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:33.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:33.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:33.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:29:33.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:33.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:33.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:33.709 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") 18:29:33.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:33.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:33.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:33.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:33.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:29:33.719 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 18:29:33.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:33.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 18:29:33.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:33.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:33.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:33.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:33.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:33.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:33.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:29:33.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:33.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:33.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:33.719 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 18:29:33.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:33.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:29:33.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:29:33.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:33.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 18:29:33.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:29:33.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:29:33.724 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath 18:29:33.724 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath 18:29:33.725 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath about selection 18:29:33.751 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath 18:29: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.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...") 18:29:33.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:33.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:33.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:33.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:33.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:33.759 INFO [WorkbenchTestable][AbstractButton] Click button Add &Variable... 18:29:33.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:33.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:33.759 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:33.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:33.867 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.... 18:29:33.867 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 18:29:33.868 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 18:29:33.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:33.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:33.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 "Configure Variables...") 18:29:33.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:33.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:33.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:33.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:33.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:33.885 INFO [WorkbenchTestable][AbstractButton] Click button Configur&e Variables... 18:29:33.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:33.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:33.885 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:33.885 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:34.057 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:29:34.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:34.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:34.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:34.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:34.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 18:29:34.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:34.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:34.059 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences (Filtered) is not null and is not disposed 18:29:34.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:34.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 18:29:34.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:34.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:34.061 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 18:29:34.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:34.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:34.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:34.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:34.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:29:34.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:29:34.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:29:34.080 DEBUG [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...") 18:29:34.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:34.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:34.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:34.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:34.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:34.086 INFO [WorkbenchTestable][AbstractButton] Click button &New... 18:29:34.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:34.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:34.087 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:34.087 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:34.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Entry"] is available.... 18:29:34.163 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 18:29:34.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Entry 18:29:34.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:34.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:34.165 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:") 18:29:34.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:34.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:34.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:34.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:34.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:29:34.170 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:29:34.171 INFO [WorkbenchTestable][AbstractText] Text set to: VN 18:29:34.172 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:") 18:29:34.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:34.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:34.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:34.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:34.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:29:34.184 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:29:34.185 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar 18:29:34.186 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) 18:29:34.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:34.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:34.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:34.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:34.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:34.190 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:29:34.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:34.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:34.190 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:34.191 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:34.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:29:34.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:29:34.280 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 18:29:34.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:34.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:34.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:34.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:34.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:29:34.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:29:34.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:29:34.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:34.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:34.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 18:29:34.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:34.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:34.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:34.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:34.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:34.311 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:29:34.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:34.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:34.311 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:34.311 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:34.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:29:34.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:29:34.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 18:29:34.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:34.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:34.456 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:29:34.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:34.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:34.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:34.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:34.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:34.463 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:29:34.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:34.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:34.463 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:34.463 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:34.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:29:34.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:29:34.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:34.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:29:34.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:29:34.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:34.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:34.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:34.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:34.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:34.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:34.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:29:34.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:34.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:34.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:34.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.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") 18:29:34.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:34.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:34.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:34.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:34.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:34.560 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 18:29:34.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:34.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:34.560 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:34.560 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:34.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:34.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Setting build path' has no excuses, wait for it 18:29:35.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:29:35.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:29:35.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:29:35.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:29:35.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:35.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:35.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:35.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:35.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:35.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:35.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:29:35.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:35.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:35.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:35.062 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") 18:29:35.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:35.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:35.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:35.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:35.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:29:35.073 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 18:29:35.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:35.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:29:35.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:29:35.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:29:35.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:29:35.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:35.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:35.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:35.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:35.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:35.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:35.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:29:35.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:35.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:35.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:35.081 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 18:29:35.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:35.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:29:35.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:29:35.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:35.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 18:29:35.089 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Classpath and wait with time period 1 18:29:35.089 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 18:29:35.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:35.090 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Classpath is already expanded. No action performed 18:29:35.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:35.090 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 18:29:35.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 18:29:35.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:35.092 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Classpath is already expanded. No action performed 18:29:35.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:35.092 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 18:29:35.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:35.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:35.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 18:29:35.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:35.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:35.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:35.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:35.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:35.141 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:29:35.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:35.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:35.142 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:35.142 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:35.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:29:35.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:29:35.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:29:35.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:35.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:35.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:35.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar)' is a system job, skipped 18:29:35.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:29:35.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:29:35.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:35.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:35.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:35.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:35.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:35.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:35.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:29:35.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:35.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:35.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:35.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:35.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:35.320 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:29:35.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:35.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:35.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:29:35.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:35.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:35.323 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:29:35.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:29:35.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:35.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:35.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:35.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:35.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:29:35.330 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:35.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:35.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:35.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:29:35.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:29:35.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:29:35.358 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 18:29:35.358 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 18:29:35.359 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 18:29:35.362 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 18:29:35.362 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:29:35.362 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'New' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Team' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Configure' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Validate' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:35.445 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:29:35.445 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 18:29:35.446 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 18:29:35.446 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 18:29:35.446 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 18:29:35.866 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"] 18:29:35.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:35.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:35.867 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 18:29:35.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:35.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:35.887 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 18:29:35.887 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:35.895 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 18:29:35.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:35.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:35.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:35.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:35.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:35.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:29:35.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:29:35.900 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 18:29:35.900 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 18:29:35.900 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 18:29:35.900 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 18:29:35.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:35.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:35.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:35.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:35.903 INFO [WorkbenchTestable][BuildPathsPropertyPage] Removing variable from Classpath: VN - /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar 18:29:35.931 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") 18:29:35.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:35.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:35.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:35.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:35.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:29:35.935 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 18:29:35.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:35.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 18:29:35.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:35.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:35.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:35.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:35.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:35.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:35.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:29:35.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:35.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:35.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:35.945 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 18:29:35.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:35.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:29:35.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:29:35.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:35.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 18:29:35.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:29:35.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:29:35.952 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item VN - /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar of tree item Classpath 18:29:35.953 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 18:29:35.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:35.953 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Classpath is already expanded. No action performed 18:29:35.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:35.954 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 18:29:35.983 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item VN - /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar 18:29:35.983 DEBUG [main][TreeItemHandler] Selecting tree item: VN - /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar 18:29:35.984 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item VN - /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar about selection 18:29:36.011 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: VN - /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar 18:29:36.012 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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") 18:29:36.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:36.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:36.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:36.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:36.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:36.047 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:29:36.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:36.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:36.047 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:36.047 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:36.053 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") 18:29:36.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:36.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:36.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:36.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:36.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:29:36.076 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 18:29:36.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:36.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 18:29:36.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:36.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:36.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:36.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:36.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:36.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:36.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:29:36.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:36.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:36.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:36.078 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 18:29:36.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:36.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:29:36.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:29:36.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:36.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 18:29:36.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:29:36.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:29:36.102 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath 18:29:36.102 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath 18:29:36.102 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath about selection 18:29:36.105 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath 18:29:36.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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...") 18:29:36.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:36.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:36.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:36.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:36.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:36.117 INFO [WorkbenchTestable][AbstractButton] Click button Add &Variable... 18:29:36.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:36.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:36.117 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:36.117 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:36.262 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.... 18:29:36.262 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 18:29:36.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 18:29:36.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:36.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:36.264 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.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar") 18:29:36.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:36.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:36.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:36.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:36.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 18:29:36.309 TRACE [main][WidgetHandler] Notify Table with event 13 18:29:36.309 TRACE [main][WidgetHandler] Wait for synchronization 18:29:36.310 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...") 18:29:36.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:36.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:36.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:36.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:36.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:36.313 INFO [WorkbenchTestable][AbstractButton] Click button Configur&e Variables... 18:29:36.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:36.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:36.313 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:36.313 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:36.488 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:29:36.489 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:36.489 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:36.489 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:36.489 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:36.490 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 18:29:36.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:36.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:36.492 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences (Filtered) is not null and is not disposed 18:29:36.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:36.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 18:29:36.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:36.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:36.494 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 18:29:36.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:36.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:36.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:36.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:36.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:29:36.499 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.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar") 18:29:36.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:36.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:36.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:36.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:36.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 18:29:36.501 TRACE [main][WidgetHandler] Notify Table with event 13 18:29:36.501 TRACE [main][WidgetHandler] Wait for synchronization 18:29:36.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.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") 18:29:36.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:36.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:36.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:36.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:36.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:36.518 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:29:36.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:36.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:36.518 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:36.518 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:36.528 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:36.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:36.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:36.529 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences (Filtered)" as the parent 18:29:36.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:36.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:36.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:36.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 "Apply and Close") 18:29:36.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:36.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:36.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:36.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences (Filtered)" as the parent 18:29:36.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:36.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:36.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:36.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:36.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:36.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:36.544 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:29:36.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:36.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:36.545 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:36.545 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:36.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Classpath Variables Changed"] is available.... 18:29:36.610 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 18:29:36.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Classpath Variables Changed 18:29:36.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:36.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:36.612 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) 18:29:36.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:36.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:36.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:36.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:36.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:36.622 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 18:29:36.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:36.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:36.623 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:36.623 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:36.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:29:36.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:29:36.871 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) 18:29:36.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:36.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:36.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:36.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:36.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:36.875 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:29:36.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:36.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:36.877 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:36.877 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:36.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:29:36.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:29:36.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:36.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:29:36.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:29:36.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:29:36.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:29:36.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:29:36.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:29:36.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:29:36.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:29:36.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:36.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:36.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:36.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:36.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:36.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:36.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:29:36.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:36.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:36.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:36.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.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") 18:29:36.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:36.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:36.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:36.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:36.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:36.937 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 18:29:36.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:36.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:36.937 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:36.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:36.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:36.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Setting build path' has no excuses, wait for it 18:29:37.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 18:29:37.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:29:37.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:29:37.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:37.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:29:37.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:37.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:37.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:37.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:37.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:37.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:29:37.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:37.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:37.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:37.439 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") 18:29:37.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:37.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:37.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:37.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:37.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:29:37.443 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 18:29:37.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:37.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 18:29:37.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:29:37.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:29:37.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:29:37.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:37.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:29:37.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:37.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:37.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:37.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:37.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:37.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:29:37.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:37.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:37.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:37.457 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 18:29:37.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:37.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:29:37.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:29:37.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:37.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 18:29:37.463 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Modulepath and wait with time period 1 18:29:37.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 18:29:37.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:37.481 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 18:29:37.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:37.481 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 18:29:37.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 18:29:37.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:37.488 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 18:29:37.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:37.488 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 18:29:37.488 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Classpath and wait with time period 1 18:29:37.489 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 18:29:37.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:37.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:37.990 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 18:29:37.990 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 18:29:37.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:38.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:38.496 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 18:29:38.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:38.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:38.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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") 18:29:38.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:38.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:38.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:38.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:38.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:38.527 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:29:38.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:38.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:38.528 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:38.528 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:38.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:29:38.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:29:38.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:29:38.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:38.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:38.727 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 18:29:38.727 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:29:38.727 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:29:38.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:38.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:38.729 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addRemoveClassPathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 18:29:38.729 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:29:38.729 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLibraries no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 18:29:38.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 18:29:38.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:29:38.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:29:38.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:29:38.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:38.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:38.732 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:29:38.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:38.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:38.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:29:38.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:38.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:38.735 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:29:38.735 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:29:38.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:38.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:38.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:38.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:38.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:29:38.768 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:38.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:38.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:38.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:29:38.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:29:38.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:29:38.773 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:38.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:38.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:38.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:38.775 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:38.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:38.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:38.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:38.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:38.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:38.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:39.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:39.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:39.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:39.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:39.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:29:39.781 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:29:39.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:29:39.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:39.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:39.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:29:39.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:39.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:39.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:39.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:39.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:39.787 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 18:29:39.788 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 18:29:39.788 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 18:29:39.790 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 18:29:39.794 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 18:29:39.794 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:29:39.794 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:39.859 DEBUG [main][MenuItemLookup] Found menu:'New' 18:29:39.859 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:29:39.859 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:39.859 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:29:39.859 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:29:39.859 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:29:39.859 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:39.859 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:29:39.859 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:29:39.859 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:29:39.859 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:29:39.859 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:39.859 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:29:39.859 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:29:39.859 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:29:39.859 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:29:39.859 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:39.859 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:29:39.859 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:29:39.859 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:39.860 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:29:39.860 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 18:29:39.860 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 18:29:39.860 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 18:29:39.860 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:39.860 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:29:39.860 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:29:39.860 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 18:29:39.860 DEBUG [main][MenuItemLookup] Found menu:'Team' 18:29:39.860 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 18:29:39.860 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 18:29:39.860 DEBUG [main][MenuItemLookup] Found menu:'Configure' 18:29:39.860 DEBUG [main][MenuItemLookup] Found menu:'Validate' 18:29:39.860 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:39.860 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:29:39.860 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 18:29:39.860 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 18:29:39.860 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 18:29:39.861 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 18:29:40.308 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"] 18:29:40.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:40.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:40.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 18:29:40.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:40.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:40.326 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 18:29:40.326 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18: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.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 18:29:40.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:40.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:40.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:40.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:40.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:40.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:29:40.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:29:40.331 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 18:29:40.331 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 18:29:40.332 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 18:29:40.332 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 18:29:40.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:40.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:40.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:40.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:40.336 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") 18:29:40.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:40.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:40.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:40.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:40.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:29:40.339 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 18:29:40.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:40.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 18:29:40.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:40.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:40.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:40.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:40.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:40.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:40.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:29:40.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:40.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:40.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:40.341 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 18:29:40.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:40.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:29:40.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:29:40.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:40.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 18:29:40.403 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Modulepath and wait with time period 1 18:29:40.404 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 18:29:40.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:40.405 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 18:29:40.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:40.405 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 18:29:40.405 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 18:29:40.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:40.406 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 18:29:40.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:40.406 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 18:29:40.406 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Classpath and wait with time period 1 18:29:40.406 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 18:29:40.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:40.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:40.907 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 18:29:40.908 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 18:29:40.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:41.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:41.409 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 18:29:41.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 18:29:41.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:41.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:41.432 DEBUG [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) 18:29:41.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:41.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:41.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:41.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:41.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:41.457 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:29:41.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:41.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:41.457 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:41.457 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:41.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:29:41.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:29:41.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:29:41.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:41.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:41.640 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 18:29:41.640 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:29:41.640 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:29:41.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:41.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:41.642 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLibraries no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 18:29:41.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:41.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:41.693 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 18:29:41.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:29:41.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:41.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:41.694 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:29:41.694 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:29:41.695 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:41.696 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:29:41.696 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:29:41.696 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:29:41.696 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:29:41.696 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:29:41.696 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:29:41.696 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:29:41.696 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:29:41.696 DEBUG [main][MenuItemLookup] Item match:Window 18:29:41.697 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:29:41.697 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:29:41.697 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:29:41.697 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:41.697 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:29:41.697 DEBUG [main][MenuItemLookup] Item match:Show View 18:29:41.709 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:29:41.709 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:29:41.709 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:29:41.709 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:29:41.709 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:29:41.709 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:29:41.709 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:29:41.709 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:29:41.709 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:29:41.709 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:29:41.709 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:29:41.709 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:29:41.709 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:29:41.709 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:29:41.709 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:29:41.709 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:41.709 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:29:41.709 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:29:41.709 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:29:41.710 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:29:41.710 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:29:41.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:29:41.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:29:41.869 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:29:41.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:41.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:41.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:29:41.876 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:41.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:41.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:41.877 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:29:41.877 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:41.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:41.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:41.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:41.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:41.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:41.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:29:41.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:29:41.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:29:41.881 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:29:41.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:41.881 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:29:41.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:41.882 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:29:41.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:29:41.882 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:29:41.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:41.883 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:29:41.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:41.883 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:29:41.884 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 18:29:41.884 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 18:29:41.885 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 18:29:41.885 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 18:29:41.885 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:41.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:41.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:41.886 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:29:41.886 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:41.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:41.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:41.900 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:29:41.900 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:41.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:41.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:41.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:29:41.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:41.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:41.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:41.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:41.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:41.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:41.913 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:29:41.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:41.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:41.914 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:41.914 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:42.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:29:42.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:29:42.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 18:29:42.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:42.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:42.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 18:29:42.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:42.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:42.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:29:42.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:42.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:42.032 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:29:42.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:29:42.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:42.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:42.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:42.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:42.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:29:42.035 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:29:42.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:29:42.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:42.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:29:42.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:29:42.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:29:42.040 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:29:42.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:29:42.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:42.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:42.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:42.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:42.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:42.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:42.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:43.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:43.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:29:43.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:29:43.049 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:29:43.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:29:43.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:29:43.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:29:43.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 18:29:43.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:43.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:43.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:43.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:43.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:43.054 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 18:29:43.055 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 18:29:43.056 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 18:29:43.056 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 18:29:43.069 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 18:29:43.078 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:29:43.078 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:43.142 DEBUG [main][MenuItemLookup] Found menu:'New' 18:29:43.142 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:29:43.142 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:43.142 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:29:43.142 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:43.142 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:29:43.142 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:29:43.142 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:29:43.142 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:29:43.142 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:29:43.142 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:29:43.142 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:29:43.142 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:43.142 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:29:43.142 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:29:43.142 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:43.142 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:29:43.143 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:29:43.143 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:29:43.143 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:29:43.143 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:29:43.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:43.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:29:43.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:29:43.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:43.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:43.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:43.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:43.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:43.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:43.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:29:43.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:43.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:43.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:43.645 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'buildpathspropertypagetest' via Explorer 18:29:43.645 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 18:29:43.645 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 18:29:43.646 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 18:29:43.660 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 18:29:43.661 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:29:43.661 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:43.721 DEBUG [main][MenuItemLookup] Found menu:'New' 18:29:43.721 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:29:43.721 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:43.721 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:29:43.721 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:43.721 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:29:43.721 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:29:43.721 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:29:43.721 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:29:43.722 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:29:43.722 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:29:43.722 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:29:43.723 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:29:43.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.... 18:29:43.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:29:43.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:29:43.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:43.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:43.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:43.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:43.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: 32) 18:29:43.944 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:43.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:43.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:43.949 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:29:43.949 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:43.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:43.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:43.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:43.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:43.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:43.958 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:29:43.959 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:29:43.959 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:29:43.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:43.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:43.960 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:43.960 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:43.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: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:29:43.960 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:43.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:43.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:43.961 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:29:43.961 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:43.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:43.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:43.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:43.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:43.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:43.966 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:29:43.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:43.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:43.967 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:43.967 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:43.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:29:43.993 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:29:44.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:29:44.494 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:29:44.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:44.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:29:44.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 18:29:44.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:29:44.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:29:44.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:44.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:44.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:44.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:44.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:44.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:44.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:44.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:44.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:44.494 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 18:29:44.494 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:29:44.494 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:29:44.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:44.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 26.166 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: 2.706 s addRemoveModulePathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) Time elapsed: 8.752 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: 6.555 s getLibraries no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) Time elapsed: 2.913 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 18:29:44.506 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 18:29:44.507 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:29:44.507 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:29:44.508 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 18:29:44.508 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:29:44.508 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:29:44.508 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:29:44.508 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:29:44.509 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:29:44.509 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 18:29:44.509 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 18:29:44.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:29:44.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:44.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:44.510 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:29:44.510 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:44.511 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:29:44.511 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:29:44.511 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:29:44.511 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:29:44.511 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:29:44.511 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:29:44.511 DEBUG [main][MenuItemLookup] Item match:Window 18:29:44.512 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:29:44.512 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:29:44.512 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:29:44.512 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:44.512 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:29:44.512 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:29:44.512 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:44.512 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:29:44.512 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:44.512 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:29:44.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:44.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:44.513 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:29:44.513 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:44.513 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:29:44.513 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:29:44.513 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:29:44.513 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:29:44.513 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:29:44.513 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:29:44.513 DEBUG [main][MenuItemLookup] Item match:Window 18:29:44.514 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:29:44.514 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:29:44.514 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:29:44.514 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:44.514 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:29:44.514 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:29:44.514 DEBUG [main][MenuItemLookup] Item match:Perspective 18:29:44.514 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:29:44.514 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:44.515 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:29:44.515 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:29:44.515 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:29:44.515 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:29:44.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:29:44.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:44.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:44.516 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:29:44.516 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:44.516 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:29:44.516 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:29:44.516 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:29:44.516 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:29:44.516 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:29:44.516 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:29:44.516 DEBUG [main][MenuItemLookup] Item match:Window 18:29:44.516 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:29:44.516 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:29:44.517 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:29:44.517 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:44.517 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:29:44.517 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:29:44.517 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:44.517 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:29:44.517 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:44.517 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:29:44.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:44.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:44.517 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:29:44.518 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:44.518 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:29:44.518 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:29:44.518 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:29:44.518 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:29:44.518 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:29:44.518 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:29:44.518 DEBUG [main][MenuItemLookup] Item match:Window 18:29:44.518 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:29:44.518 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:29:44.518 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:29:44.518 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:44.518 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:29:44.518 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:29:44.518 DEBUG [main][MenuItemLookup] Item match:Perspective 18:29:44.519 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:29:44.519 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:44.519 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:29:44.519 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:29:44.519 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:29:44.519 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:29:44.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:44.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:44.520 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:29:44.520 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:44.520 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:29:44.520 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:29:44.520 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:29:44.520 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:29:44.520 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:29:44.520 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:29:44.520 DEBUG [main][MenuItemLookup] Item match:Window 18:29:44.521 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:29:44.521 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:29:44.521 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:29:44.521 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:44.521 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:29:44.521 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:29:44.521 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:44.521 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:29:44.521 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:44.521 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:29:44.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:44.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:44.522 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:29:44.522 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:44.522 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:29:44.522 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:29:44.522 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:29:44.522 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:29:44.522 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:29:44.522 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:29:44.522 DEBUG [main][MenuItemLookup] Item match:Window 18:29:44.523 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:29:44.523 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:29:44.523 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:29:44.523 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:44.523 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:29:44.523 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:29:44.523 DEBUG [main][MenuItemLookup] Item match:Perspective 18:29:44.523 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:29:44.523 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:44.523 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:29:44.523 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:29:44.523 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:29:44.523 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:29:44.524 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 18:29:44.524 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 18:29:44.524 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 18:29:44.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 18:29:44.591 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 18:29:44.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 18:29:44.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:44.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:44.592 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:44.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:44.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:44.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:29:44.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:44.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:44.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:44.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 18:29:44.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:44.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:44.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:44.594 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:29:44.594 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:44.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:44.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:44.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:44.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:44.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:44.597 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 18:29:44.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:44.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:44.597 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:44.597 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:44.875 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:44.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:44.875 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:44.876 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:44.876 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:29:44.876 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:44.877 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:44.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:44.877 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:44.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:44.878 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:44.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:44.879 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:29:44.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:44.879 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:44.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:44.880 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:44.884 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:44.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:29:44.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:44.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:44.894 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:29:44.894 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:29:44.894 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:44.895 DEBUG [main][MenuItemLookup] Item match:File 18:29:44.896 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:29:44.896 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:29:44.903 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:29:44.903 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:29:44.903 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:44.903 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:29:44.903 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:29:44.903 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:29:44.903 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:29:44.903 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:29:44.903 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:29:44.903 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:29:44.903 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:29:44.903 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:29:44.903 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:44.903 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:29:44.903 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:29:44.903 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:29:44.903 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:44.903 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:29:44.903 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:44.903 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:29:44.903 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:29:44.923 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:29:44.923 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:29:44.923 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:29:45.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:29:45.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:29:45.092 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:29:45.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:45.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:45.107 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:29:45.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:45.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:29:45.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:45.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:45.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:45.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:45.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:45.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:29:45.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:29:45.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:29:45.113 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:29:45.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:45.113 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:29:45.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:45.114 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:29:45.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:29:45.114 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:29:45.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:45.115 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:29:45.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:45.115 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:29:45.116 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:29:45.116 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:29:45.117 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:29:45.117 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:29:45.117 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:29:45.117 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:29:45.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:29:45.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:45.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:45.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:45.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:45.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:45.121 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:29:45.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:45.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:45.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:45.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:45.496 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:45.496 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:45.497 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:45.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:29:45.498 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 18:29:45.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:29:45.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:45.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:45.499 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:29:45.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:45.527 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'testproject' 18:29:45.531 DEBUG [WorkbenchTestable][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:") 18:29:45.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:45.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:45.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:45.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:45.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:29:45.547 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:29:45.549 INFO [WorkbenchTestable][AbstractText] Text set to: testproject 18:29:45.595 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:29:45.595 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:29:45.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 18:29:45.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:45.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:45.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:45.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:45.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:45.610 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:29:45.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:45.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:45.611 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:45.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:45.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:29:46.045 DEBUG [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 18:29:46.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:29:46.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:46.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:46.052 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:29:46.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:29:46.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:46.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:46.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:46.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:29:46.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:46.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:46.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:46.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:46.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:46.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:46.059 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:29:46.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:46.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:46.060 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:46.060 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:46.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:29:46.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 18:29:46.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:29:46.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:29:46.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:46.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:29:46.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:29:46.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:29:46.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:46.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:46.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:46.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:46.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:46.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:46.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:46.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:46.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:46.405 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:29:46.405 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 18:29:46.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 18:29:46.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:29:46.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:29:46.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:29:46.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:46.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:46.412 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:46.412 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:46.412 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 18:29:46.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:46.413 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:46.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:46.414 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:46.414 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:46.415 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:46.415 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:46.416 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 18:29:46.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:46.416 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:46.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:46.417 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:46.417 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:46.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:29:46.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:46.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:46.418 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:29:46.418 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:29:46.419 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:46.419 DEBUG [main][MenuItemLookup] Item match:File 18:29:46.421 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:29:46.421 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:29:46.427 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:29:46.428 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:29:46.428 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:46.428 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:29:46.428 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:29:46.428 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:29:46.428 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:29:46.428 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:29:46.428 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:29:46.428 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:29:46.428 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:29:46.428 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:29:46.428 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:46.428 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:29:46.428 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:29:46.428 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:29:46.428 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:46.428 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:29:46.428 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:46.428 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:29:46.428 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:29:46.430 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:29:46.430 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:29:46.430 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:29:46.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:29:46.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:29:46.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:29:46.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:46.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:46.635 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:29:46.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:46.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:29:46.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:46.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:46.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:46.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:46.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:46.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:29:46.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:29:46.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:29:46.727 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:29:46.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:46.728 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:29:46.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:46.729 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:29:46.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:29:46.729 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:29:46.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:46.730 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:29:46.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:46.730 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:29:46.731 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 18:29:46.732 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 18:29:46.733 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 18:29:46.737 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 18:29:46.738 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:29:46.738 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:29:46.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:29:46.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:46.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:46.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:46.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:46.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:46.806 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:29:46.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:46.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:46.806 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:46.806 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:47.032 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:47.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:47.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:47.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 18:29:47.034 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 18:29:47.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 18:29:47.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:47.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:47.036 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 18:29:47.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:47.038 DEBUG [WorkbenchTestable][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:") 18:29:47.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:47.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:47.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:47.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:47.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:29:47.112 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:29:47.114 INFO [WorkbenchTestable][AbstractText] Text set to: testproject/src 18:29:47.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.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 18:29:47.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:47.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:47.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:47.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:47.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:29:47.203 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:29:47.211 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 18:29:47.213 DEBUG [WorkbenchTestable][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:") 18:29:47.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:47.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:47.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:47.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:47.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:29:47.305 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:29:47.311 INFO [WorkbenchTestable][AbstractText] Text set to: InterfaceName 18:29:47.488 DEBUG [WorkbenchTestable][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:") 18:29:47.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:47.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:47.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:47.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:47.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:29:47.510 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:29:47.512 DEBUG [WorkbenchTestable][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:") 18:29:47.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:47.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:47.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:47.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:47.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:29:47.534 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:29:47.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 18:29:47.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:47.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:47.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:47.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:47.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:29:47.704 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:29:47.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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:") 18:29:47.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:47.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:47.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:47.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:47.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:47.714 INFO [WorkbenchTestable][CheckBox] Select checkbox Enclosing t&ype: 18:29:47.714 INFO [WorkbenchTestable][CheckBox] Check checkbox Enclosing t&ype: 18:29:47.714 INFO [WorkbenchTestable][AbstractButton] Click button Enclosing t&ype: 18:29:47.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:47.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:47.715 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:47.715 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:47.725 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 18:29:47.725 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:47.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:47.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:47.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:29:47.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:47.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:47.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 18:29:47.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 18:29:47.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:47.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 18:29:47.801 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:29:47.804 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 18:29:47.804 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:47.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:47.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:47.804 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:29:47.804 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:47.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:47.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 18:29:47.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 18:29:47.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:47.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 18:29:47.808 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:29:47.808 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test.InterfaceName 18:29:47.825 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 18:29:47.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:47.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:47.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:47.838 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:29:47.838 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:47.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:47.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 18:29:47.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 18:29:47.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:47.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 18:29:47.896 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:29:47.896 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 18:29:47.896 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:47.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:47.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:47.898 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:29:47.898 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:47.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:47.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 18:29:47.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 18:29:47.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:47.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 18:29:47.901 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:29:47.901 INFO [WorkbenchTestable][AbstractText] Text set to: 18:29:47.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 18:29:47.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:47.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:47.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:47.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:47.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:47.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 18:29:47.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:47.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:47.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:47.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:47.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:47.926 DEBUG [WorkbenchTestable][RadioButton] Radio Button &public already checked, no action performed 18:29:47.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 18:29:47.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:47.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:47.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:47.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:47.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:47.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.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") 18:29:47.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:47.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:47.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:47.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:47.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:47.995 DEBUG [WorkbenchTestable][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") 18:29:47.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:47.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:47.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:47.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:47.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:47.999 INFO [WorkbenchTestable][RadioButton] Select radio button pa&ckage 18:29:48.000 INFO [WorkbenchTestable][AbstractButton] Click button pa&ckage 18:29:48.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:48.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:48.000 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:48.000 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:48.001 TRACE [main][WidgetHandler] Notify Button with event 27 18:29:48.001 TRACE [main][WidgetHandler] Wait for synchronization 18:29:48.001 TRACE [main][WidgetHandler] Notify Button with event 13 18:29:48.001 TRACE [main][WidgetHandler] Wait for synchronization 18:29:48.001 TRACE [main][WidgetHandler] Notify Button with event 26 18:29:48.001 TRACE [main][WidgetHandler] Wait for synchronization 18:29:48.001 TRACE [main][WidgetHandler] Notify Button with event 3 18:29:48.001 TRACE [main][WidgetHandler] Wait for synchronization 18:29:48.001 TRACE [main][WidgetHandler] Notify Button with event 4 18:29:48.001 TRACE [main][WidgetHandler] Wait for synchronization 18:29:48.001 TRACE [main][WidgetHandler] Notify Button with event 13 18:29:48.001 TRACE [main][WidgetHandler] Wait for synchronization 18:29:48.002 DEBUG [WorkbenchTestable][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") 18:29:48.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:48.005 DEBUG [WorkbenchTestable][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") 18:29:48.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:48.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 18:29:48.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:48.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 18:29:48.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:48.037 DEBUG [WorkbenchTestable][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") 18:29:48.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:48.049 INFO [WorkbenchTestable][RadioButton] Select radio button pri&vate 18:29:48.049 INFO [WorkbenchTestable][AbstractButton] Click button pri&vate 18:29:48.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:48.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:48.049 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:48.049 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:48.050 TRACE [main][WidgetHandler] Notify Button with event 27 18:29:48.050 TRACE [main][WidgetHandler] Wait for synchronization 18:29:48.050 TRACE [main][WidgetHandler] Notify Button with event 13 18:29:48.050 TRACE [main][WidgetHandler] Wait for synchronization 18:29:48.050 TRACE [main][WidgetHandler] Notify Button with event 26 18:29:48.050 TRACE [main][WidgetHandler] Wait for synchronization 18:29:48.050 TRACE [main][WidgetHandler] Notify Button with event 3 18:29:48.050 TRACE [main][WidgetHandler] Wait for synchronization 18:29:48.050 TRACE [main][WidgetHandler] Notify Button with event 4 18:29:48.050 TRACE [main][WidgetHandler] Wait for synchronization 18:29:48.050 TRACE [main][WidgetHandler] Notify Button with event 13 18:29:48.050 TRACE [main][WidgetHandler] Wait for synchronization 18:29:48.096 DEBUG [WorkbenchTestable][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") 18:29:48.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:48.100 DEBUG [WorkbenchTestable][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") 18:29:48.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:48.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 18:29:48.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:48.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.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") 18:29:48.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:48.121 DEBUG [WorkbenchTestable][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") 18:29:48.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:48.125 DEBUG [WorkbenchTestable][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") 18:29:48.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:48.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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") 18:29:48.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:48.141 INFO [WorkbenchTestable][RadioButton] Select radio button pro&tected 18:29:48.141 INFO [WorkbenchTestable][AbstractButton] Click button pro&tected 18:29:48.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:48.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:48.142 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:48.142 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:48.142 TRACE [main][WidgetHandler] Notify Button with event 27 18:29:48.142 TRACE [main][WidgetHandler] Wait for synchronization 18:29:48.142 TRACE [main][WidgetHandler] Notify Button with event 13 18:29:48.142 TRACE [main][WidgetHandler] Wait for synchronization 18:29:48.142 TRACE [main][WidgetHandler] Notify Button with event 26 18:29:48.142 TRACE [main][WidgetHandler] Wait for synchronization 18:29:48.142 TRACE [main][WidgetHandler] Notify Button with event 3 18:29:48.142 TRACE [main][WidgetHandler] Wait for synchronization 18:29:48.142 TRACE [main][WidgetHandler] Notify Button with event 4 18:29:48.142 TRACE [main][WidgetHandler] Wait for synchronization 18:29:48.143 TRACE [main][WidgetHandler] Notify Button with event 13 18:29:48.143 TRACE [main][WidgetHandler] Wait for synchronization 18:29:48.151 DEBUG [WorkbenchTestable][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") 18:29:48.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:48.154 DEBUG [WorkbenchTestable][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") 18:29:48.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:48.197 DEBUG [WorkbenchTestable][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") 18:29:48.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:48.200 DEBUG [WorkbenchTestable][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") 18:29:48.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:48.209 DEBUG [WorkbenchTestable][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:") 18:29:48.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:48.212 INFO [WorkbenchTestable][CheckBox] Select checkbox Enclosing t&ype: 18:29:48.212 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Enclosing t&ype: 18:29:48.212 INFO [WorkbenchTestable][AbstractButton] Click button Enclosing t&ype: 18:29:48.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:48.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:48.213 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:48.213 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:48.239 DEBUG [WorkbenchTestable][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") 18:29:48.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:48.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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") 18:29:48.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:48.307 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 18:29:48.307 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 18:29:48.307 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 18:29:48.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:48.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:48.307 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:48.308 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:48.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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") 18:29:48.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29: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.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") 18:29:48.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:48.406 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 18:29:48.406 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Generate comments 18:29:48.406 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 18:29:48.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:48.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:48.407 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:48.407 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:48.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 18:29:48.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:48.417 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 18:29:48.417 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Cancel wizard 18:29:48.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 18:29:48.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:48.423 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:29:48.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:48.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:48.423 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:48.423 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:48.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:29:48.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:29:48.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:29:48.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:29:48.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:48.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:48.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:48.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:48.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:48.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:48.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:48.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:48.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:29:48.625 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:29:48.626 DEBUG [main][EditorHandler] 0 editor(s) found 18:29:48.626 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 18:29:48.626 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:29:48.626 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:29:48.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:48.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:48.628 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 18:29:48.628 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:29:48.628 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 18:29:48.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 18:29:48.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:29:48.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:29:48.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:29:48.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: "New"] 18:29:48.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:48.629 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:29:48.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:48.629 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 18:29:48.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29: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: "New"] 18:29:48.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29: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: "New"] 18:29:48.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29: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: "New"] 18:29:48.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29: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 Java Interface"] 18:29:48.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29: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"] 18:29:48.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29: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"] 18:29:48.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:48.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:29:48.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:48.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:48.632 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:29:48.632 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:29:48.632 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:48.634 DEBUG [main][MenuItemLookup] Item match:File 18:29:48.635 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:29:48.635 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:29:48.642 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:29:48.642 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:29:48.642 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:48.642 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:29:48.642 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:29:48.642 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:29:48.642 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:29:48.642 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:29:48.642 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:29:48.642 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:29:48.642 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:29:48.642 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:29:48.642 DEBUG [main][MenuItemLookup] Found menu:'File' 18:29:48.642 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:29:48.642 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:29:48.642 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:29:48.642 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:48.642 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:29:48.642 DEBUG [main][MenuItemLookup] Found menu:'' 18:29:48.642 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:29:48.642 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:29:48.643 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:29:48.643 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:29:48.644 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:29:48.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:29:48.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:29:48.874 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:29:48.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:48.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:48.918 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:29:48.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:48.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 18:29:48.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:48.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:48.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:48.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:48.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:29:48.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:29:48.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:29:48.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:29:48.925 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:29:48.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:48.926 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:29:48.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:49.008 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:29:49.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:29:49.009 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:29:49.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:29:49.013 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:29:49.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:29:49.013 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:29:49.025 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 18:29:49.025 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 18:29:49.026 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 18:29:49.031 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 18:29:49.031 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:29:49.031 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:29:49.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:29:49.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:49.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:49.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:49.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:49.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:49.124 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:29:49.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:49.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:49.124 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:49.124 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:49.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"] 18:29:49.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:49.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:49.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 18:29:49.400 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 18:29:49.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 18:29:49.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:49.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:49.403 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 18:29:49.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:29:49.404 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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...") 18:29:49.404 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:49.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:49.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:49.405 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:29:49.405 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:49.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:49.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:49.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:49.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:49.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:29:49.434 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:29:49.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:29:49.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:29:49.434 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:29:49.434 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:29:49.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 18:29:49.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 18:29:49.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 18:29:49.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:29:49.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:29:49.702 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 18:29:49.702 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:49.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:49.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:49.703 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:29:49.703 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:49.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:49.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:49.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:49.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:49.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:29:49.710 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:29:49.717 INFO [WorkbenchTestable][AbstractText] Text set to: nonexisting.interface.name 18:29:49.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:29:49.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:29:49.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 18:29:49.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:29:49.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:29:49.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:49.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:49.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:49.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:49.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:49.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:49.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:49.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:50.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:29:50.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 18:29:50.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:29:50.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:29:50.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:50.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:50.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:50.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:50.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:50.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:50.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:50.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:50.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:29:50.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 18:29:50.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:29:50.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:29:50.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:50.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:50.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:50.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:50.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:50.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:50.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:50.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:51.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:29:51.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 18:29:51.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:29:51.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:29:51.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:51.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:51.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:51.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:51.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:51.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:51.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:51.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:51.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:29:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 18:29:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:29:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:29:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:52.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:29:52.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 18:29:52.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:29:52.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:29:52.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:52.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:52.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:52.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:52.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:52.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:52.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:52.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:52.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:29:52.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 18:29:52.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:29:52.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:29:52.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:29:52.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:29:52.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:29:52.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:29:52.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:29:52.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:29:52.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:29:52.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:29:52.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 18:29:52.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:29:52.903 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:29:52.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:29:52.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:29:52.904 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:29:52.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:29:52.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:29:52.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:29:52.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:29:52.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:29:52.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:29:52.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:02.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 18:30:02.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:02.918 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:02.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:02.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:02.920 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:02.920 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:02.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:02.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:02.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:02.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:02.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:02.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:03.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 18:30:03.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 "Cancel") 18:30:03.930 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:03.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:03.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:03.931 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:03.931 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:03.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:03.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:03.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:03.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:03.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:03.986 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:30:03.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:03.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:03.987 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:03.987 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:04.076 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 18:30:04.076 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:04.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:04.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:04.077 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:04.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:04.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:04.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:04.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:04.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:04.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:04.083 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:30:04.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:04.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:04.084 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:04.084 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:04.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 18:30:04.179 DEBUG [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 18:30:04.179 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 18:30:04.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:04.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:04.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 18:30:04.181 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:04.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:04.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:04.182 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:04.182 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:04.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:04.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:04.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:04.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:04.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:04.183 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:04.184 INFO [WorkbenchTestable][AbstractText] Text set to: Acl 18:30:04.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:30:04.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:30:04.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:30:04.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:04.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:04.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:04.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:04.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:04.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:04.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:04.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:04.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:04.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:04.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:04.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:04.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:04.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:04.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:04.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:05.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:05.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:05.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:05.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:05.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:05.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:05.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:05.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:05.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:05.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:05.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:05.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:05.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:05.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:05.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:05.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:06.190 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:06.190 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:06.190 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:06.190 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:06.190 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:06.190 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:06.190 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:06.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:06.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:06.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:06.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:06.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:06.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:06.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:06.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:06.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:07.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:07.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:07.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:07.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:07.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:07.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:07.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:07.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:07.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 18:30:07.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:07.192 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:07.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:07.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:07.193 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:07.193 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:07.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:07.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:07.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:07.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:07.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:07.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:07.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:07.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:07.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:07.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:07.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:07.210 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:07.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:07.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:07.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:07.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:07.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:07.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:07.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:07.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:07.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 18:30:07.215 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:07.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:07.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:07.216 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:07.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:07.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:07.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:07.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:07.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:07.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:07.222 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:30:07.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:07.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:07.222 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:07.222 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:07.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:07.314 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:07.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:07.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:07.315 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:07.315 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:07.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:07.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:07.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:07.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:07.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:07.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:08.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 18:30:08.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 18:30:08.322 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:08.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:08.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:08.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:08.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:08.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:08.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:08.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:08.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:08.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:08.340 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:30:08.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:08.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:08.341 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:08.341 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:08.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 18:30:08.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 18:30:08.437 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 18:30:08.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:08.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:08.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 18:30:08.439 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:08.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:08.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:08.440 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:08.440 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:08.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:08.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:08.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:08.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:08.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:08.443 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:08.444 INFO [WorkbenchTestable][AbstractText] Text set to: org.w3c.dom.views.AbstractView 18:30:08.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:30:08.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:30:08.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:30:08.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:08.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:08.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:08.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:08.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:08.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:08.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:08.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:08.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:08.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:08.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:08.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:08.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:08.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:08.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:08.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:09.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:09.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:09.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:09.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:09.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:09.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:09.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:09.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:09.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:09.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:09.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:09.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:09.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:09.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:09.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:09.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:10.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:10.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:10.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:10.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:10.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:10.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:10.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:10.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:10.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:10.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:10.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:10.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:10.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:10.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:10.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:10.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:11.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:11.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:11.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:11.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:11.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:11.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:11.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:11.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:11.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 18:30:11.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:11.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:11.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:11.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:11.451 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:11.451 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:11.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:11.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:11.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:11.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:11.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:11.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:11.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:11.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:11.464 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:11.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:11.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:11.466 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:11.466 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:11.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:11.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:11.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:11.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:11.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:11.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:11.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:11.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 "OK") 18:30:11.470 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:11.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:11.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:11.471 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:11.471 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:11.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:11.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:11.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:11.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:11.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:11.475 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:30:11.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:11.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:11.476 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:11.476 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:11.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:11.590 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:11.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:11.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:11.591 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:11.591 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:11.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:11.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:11.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:11.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:11.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:11.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:11.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:11.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 18:30:11.608 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:11.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:11.609 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:11.609 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:11.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:11.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:11.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:11.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:11.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:11.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:11.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:11.624 TRACE [main][WidgetHandler] Notify Table with event 13 18:30:11.624 TRACE [main][WidgetHandler] Wait for synchronization 18:30:11.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 "Remove") 18:30:11.624 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:11.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:11.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:11.625 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:11.625 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:11.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:11.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:11.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:11.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:11.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:11.640 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:30:11.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:11.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:11.640 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:11.640 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:11.642 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 18:30:11.642 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Cancel wizard 18:30:11.643 DEBUG [WorkbenchTestable][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) 18:30:11.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:11.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:11.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:11.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:11.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:11.653 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:30:11.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:11.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:11.653 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:11.653 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:11.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:30:11.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:30:11.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:30:11.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:11.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:11.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:11.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:11.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:11.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:11.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:11.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:11.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:30:11.803 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:30:11.803 DEBUG [main][EditorHandler] 0 editor(s) found 18:30:11.804 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 18:30:11.804 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:30:11.804 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:30:11.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:11.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:11.807 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 18:30:11.807 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:30:11.808 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 18:30:11.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 18:30:11.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:30:11.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:30:11.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:30:11.809 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:11.810 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:11.810 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:11.810 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:11.810 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 18:30:11.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:11.811 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:11.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:11.812 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:11.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:11.812 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:11.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:11.812 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 18:30:11.813 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:11.813 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:11.813 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:11.813 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:11.814 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:11.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:30:11.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:11.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:11.815 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:30:11.815 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:30:11.816 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:11.816 DEBUG [main][MenuItemLookup] Item match:File 18:30:11.818 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:30:11.818 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:30:11.825 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:30:11.826 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:30:11.826 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:11.826 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:30:11.826 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:30:11.826 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:30:11.826 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:30:11.826 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:30:11.826 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:30:11.826 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:30:11.826 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:30:11.826 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:30:11.826 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:11.826 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:30:11.826 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:30:11.826 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:30:11.826 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:11.826 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:30:11.826 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:11.826 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:30:11.826 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:30:11.827 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:30:11.827 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:30:11.827 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:30:12.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:30:12.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:30:12.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:30:12.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:12.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:12.037 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:30:12.037 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:12.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:30:12.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:12.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:12.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:12.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:12.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:30:12.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:30:12.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:30:12.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:30:12.069 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:30:12.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:30:12.069 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:30:12.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:30:12.069 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:30:12.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:30:12.070 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:30:12.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:30:12.070 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:30:12.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:30:12.070 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:30:12.071 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 18:30:12.072 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 18:30:12.072 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 18:30:12.077 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 18:30:12.077 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:30:12.077 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:30:12.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:30:12.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:12.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:12.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:12.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:12.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:12.082 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:30:12.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:12.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:12.082 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:12.082 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:12.199 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:12.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:12.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:12.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 18:30:12.200 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 18:30:12.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 18:30:12.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:12.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:12.229 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 18:30:12.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:12.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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...") 18:30:12.233 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:12.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:12.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:12.234 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:12.234 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:12.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:12.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:12.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:12.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:12.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:12.274 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:30:12.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:12.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:12.274 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:12.274 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:12.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 18:30:12.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 18:30:12.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 18:30:12.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:12.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:12.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 18:30:12.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:12.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:12.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:12.392 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:12.392 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:12.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:12.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:12.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:12.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:12.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:12.412 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:12.420 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleAction 18:30:12.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:30:12.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:30:12.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:30:12.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:12.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:12.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:12.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:12.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:12.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:12.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:12.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:12.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:12.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:12.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:12.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:12.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:12.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:12.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:12.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:13.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:13.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:13.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:13.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:13.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:13.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:13.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:13.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:13.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:13.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:13.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:13.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:13.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:13.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:13.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:13.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:14.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:14.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:14.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:14.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:14.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:14.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:14.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:14.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:14.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:14.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:14.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:14.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:14.924 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:14.924 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:14.924 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:14.924 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:15.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:15.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:15.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:15.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:15.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:15.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:15.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:15.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:15.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 18:30:15.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:15.424 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:15.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:15.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:15.425 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:15.425 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:15.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:15.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:15.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:15.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:15.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:15.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:15.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:15.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 18:30:15.439 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:15.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:15.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:15.439 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:15.439 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:15.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:15.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:15.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:15.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:15.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:15.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:15.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30: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 "OK") 18:30:15.442 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:15.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:15.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:15.443 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:15.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:15.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:15.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:15.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:15.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:15.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:15.446 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:30:15.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:15.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:15.447 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:15.447 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:15.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 18:30:15.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:15.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:15.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:15.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:15.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:15.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:15.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:15.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:15.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:15.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:15.551 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:30:15.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:15.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:15.555 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:15.555 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:15.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 18:30:15.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 18:30:15.645 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 18:30:15.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:15.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:15.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 18:30:15.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:15.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:15.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:15.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:15.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:15.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:15.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:15.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:15.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:15.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:15.662 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:15.664 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleEditableText 18:30:15.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:30:15.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:30:15.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:30:15.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:15.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:15.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:15.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:15.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:15.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:15.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:15.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:16.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:16.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:16.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:16.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:16.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:16.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:16.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:16.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:16.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:16.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:16.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:16.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:16.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:16.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:16.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:16.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:17.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:17.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:17.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:17.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:17.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:17.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:17.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:17.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:17.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:17.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:17.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:17.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:17.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:17.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:17.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:17.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:18.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:18.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:18.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:18.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:18.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:18.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:18.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:18.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:18.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:18.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:18.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:18.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:18.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:18.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:18.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:18.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:18.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 18:30:18.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:18.669 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:18.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:18.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:18.670 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:18.670 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:18.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:18.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:18.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:18.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:18.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:18.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:18.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:18.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:18.679 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:18.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:18.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:18.680 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:18.680 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:18.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:18.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:18.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:18.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:18.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:18.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:18.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:18.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:30:18.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:18.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:18.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:18.688 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:18.688 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:18.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:18.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:18.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:18.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:18.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:18.692 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:30:18.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:18.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:18.692 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:18.692 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:18.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 "Add...") 18:30:18.780 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:18.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:18.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:18.781 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:18.781 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:18.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:18.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:18.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:18.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:18.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:18.794 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:30:18.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:18.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:18.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:18.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:18.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 18:30:18.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 18:30:18.888 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 18:30:18.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:18.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:18.891 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 18:30:18.891 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:18.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:18.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:18.903 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:18.903 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:18.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:18.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:18.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:18.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:18.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:18.905 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:18.907 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleExtendedTable 18:30:18.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:30:18.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:30:18.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:30:18.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:18.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:18.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:18.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:18.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:18.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:18.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:18.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:19.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:19.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:19.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:19.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:19.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:19.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:19.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:19.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:19.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:19.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:19.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:19.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:19.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:19.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:19.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:19.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:20.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:20.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:20.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:20.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:20.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:20.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:20.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:20.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:20.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:20.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:20.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:20.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:20.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:20.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:20.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:20.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:21.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:21.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:21.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:21.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:21.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:21.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:21.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:21.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:21.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:21.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:21.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:21.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:21.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:21.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:21.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:21.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:21.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 18:30:21.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 18:30:21.911 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:21.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:21.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:21.912 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:21.912 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:21.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:21.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:21.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:21.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:21.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:21.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:21.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:21.922 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:21.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:21.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:21.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:21.923 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:21.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:21.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:21.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:21.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:21.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:21.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:21.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:21.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:30:21.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:21.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:21.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:21.928 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:21.928 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:21.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:21.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:21.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:21.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:21.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:21.931 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:30:21.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:21.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:21.932 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:21.932 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:22.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 18:30:22.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:22.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:22.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:22.020 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:22.020 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:22.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:22.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:22.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:22.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:22.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:22.035 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:30:22.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:22.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:22.035 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:22.035 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:22.138 DEBUG [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.... 18:30:22.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 18:30:22.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 18:30:22.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:22.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:22.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 18:30:22.162 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:22.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:22.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:22.163 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:22.163 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:22.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:22.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:22.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:22.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:22.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:22.165 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:22.166 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleStreamable 18:30:22.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:30:22.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:30:22.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:30:22.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:22.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:22.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:22.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:22.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:22.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:22.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:22.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:22.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:22.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:22.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:22.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:22.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:22.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:22.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:22.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:23.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:23.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:23.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:23.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:23.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:23.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:23.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:23.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:23.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:23.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:23.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:23.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:23.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:23.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:23.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:23.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:24.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:24.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:24.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:24.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:24.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:24.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:24.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:24.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:24.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:24.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:24.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:24.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:24.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:24.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:24.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:24.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:25.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:25.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:25.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:25.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:25.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:25.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:25.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:25.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:25.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 18:30:25.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:25.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:25.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:25.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:25.171 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:25.171 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:25.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:25.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:25.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:25.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:25.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:25.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:25.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:25.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:25.182 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:25.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:25.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:25.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:25.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:25.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:25.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:25.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:25.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:25.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:25.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:25.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:25.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 "OK") 18:30:25.187 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:25.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:25.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:25.188 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:25.188 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:25.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:25.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:25.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:25.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:25.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:25.191 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:30:25.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:25.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:25.192 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:25.192 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:25.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 18:30:25.280 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:25.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:25.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:25.285 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:25.285 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:25.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:25.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:25.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:25.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:25.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:25.300 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:30:25.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:25.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:25.300 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:25.300 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:25.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 18:30:25.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 18:30:25.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 18:30:25.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:25.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:25.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 18:30:25.424 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:25.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:25.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:25.425 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:25.425 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:25.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:25.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:25.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:25.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:25.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:25.427 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:25.428 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleText 18:30:25.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:30:25.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:30:25.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:30:25.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:25.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:25.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:25.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:25.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:25.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:25.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:25.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:25.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:25.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:25.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:25.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:25.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:25.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:25.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:25.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:26.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:26.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:26.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:26.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:26.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:26.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:26.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:26.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:26.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:26.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:26.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:26.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:26.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:26.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:26.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:26.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:27.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:27.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:27.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:27.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:27.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:27.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:27.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:27.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:27.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:27.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:27.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:27.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:27.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:27.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:27.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:27.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:28.432 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:28.432 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:28.432 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:28.432 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:28.432 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:28.432 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:28.432 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:28.432 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:28.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 18:30:28.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:28.432 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:28.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:28.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:28.433 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:28.433 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:28.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:28.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:28.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:28.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:28.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:28.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:28.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:28.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:28.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:28.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:28.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:28.444 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:28.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:28.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:28.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:28.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:28.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:28.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:28.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:28.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:28.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:30:28.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:28.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:28.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:28.453 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:28.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:28.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:28.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:28.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:28.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:28.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:28.459 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:30:28.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:28.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:28.459 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:28.459 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:28.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:28.550 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:28.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:28.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:28.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:28.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:28.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:28.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:28.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:28.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:28.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:28.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:28.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:28.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:28.556 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:28.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:28.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:28.556 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:28.556 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:28.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:28.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:28.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:28.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:28.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:28.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:28.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:28.561 TRACE [main][WidgetHandler] Notify Table with event 13 18:30:28.561 TRACE [main][WidgetHandler] Wait for synchronization 18:30:28.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 18:30:28.561 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:28.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:28.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:28.561 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:28.561 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:28.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:28.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:28.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:28.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:28.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:28.593 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:30:28.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:28.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:28.594 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:28.594 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:28.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 18:30:28.607 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:28.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:28.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:28.608 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:28.608 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:28.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:28.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:28.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:28.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:28.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:28.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:28.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:28.623 TRACE [main][WidgetHandler] Notify Table with event 13 18:30:28.623 TRACE [main][WidgetHandler] Wait for synchronization 18:30:28.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 "Remove") 18:30:28.624 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:28.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:28.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:28.625 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:28.625 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:28.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:28.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:28.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:28.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:28.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:28.637 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:30:28.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:28.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:28.637 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:28.637 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:28.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:28.641 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:28.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:28.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:28.642 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:28.642 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:28.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:28.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:28.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:28.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:28.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:28.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:28.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:28.648 TRACE [main][WidgetHandler] Notify Table with event 13 18:30:28.648 TRACE [main][WidgetHandler] Wait for synchronization 18:30:28.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 "Remove") 18:30:28.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:28.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:28.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:28.655 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:28.655 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:28.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:28.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:28.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:28.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:28.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:28.697 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:30:28.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:28.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:28.697 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:28.697 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:28.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:28.701 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:28.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:28.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:28.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:28.702 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:28.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:28.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:28.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:28.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:28.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:28.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:28.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:28.713 TRACE [main][WidgetHandler] Notify Table with event 13 18:30:28.713 TRACE [main][WidgetHandler] Wait for synchronization 18:30:28.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 "Remove") 18:30:28.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:28.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:28.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:28.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:28.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:28.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:28.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:28.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:28.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:28.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:28.727 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:30:28.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:28.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:28.727 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:28.727 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:28.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:28.730 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:28.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:28.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:28.731 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:28.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:28.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:28.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:28.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:28.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:28.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:28.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:28.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:28.737 TRACE [main][WidgetHandler] Notify Table with event 13 18:30:28.737 TRACE [main][WidgetHandler] Wait for synchronization 18:30:28.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 "Remove") 18:30:28.738 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:28.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:28.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:28.743 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:28.743 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:28.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:28.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:28.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:28.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:28.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:28.748 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:30:28.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:28.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:28.748 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:28.748 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:28.750 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 18:30:28.750 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Cancel wizard 18:30:28.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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) 18:30:28.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:28.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:28.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:28.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:28.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:28.796 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:30:28.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:28.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:28.797 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:28.797 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:28.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:30:28.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:30:28.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:30:28.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:28.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:28.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:28.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:28.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:28.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:28.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:28.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:28.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:30:28.937 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:30:28.937 DEBUG [main][EditorHandler] 0 editor(s) found 18:30:28.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 18:30:28.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:30:28.937 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:30:28.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:28.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:28.943 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 18:30:28.944 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:30:28.944 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreateNewInterface no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 18:30:28.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 18:30:28.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:30:28.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:30:28.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:30:28.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: "New"] 18:30:28.945 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:28.945 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:28.945 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:28.945 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 18:30:28.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:28.946 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:28.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:28.946 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:28.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:28.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: "New"] 18:30:28.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:28.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: "New Java Interface"] 18:30:28.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:28.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: "New"] 18:30:28.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:28.949 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:28.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:28.949 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:30:28.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:28.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:28.950 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:30:28.950 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:30:28.950 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:28.952 DEBUG [main][MenuItemLookup] Item match:File 18:30:28.953 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:30:28.953 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:30:28.960 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:30:28.960 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:30:28.960 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:28.960 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:30:28.960 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:30:28.960 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:30:28.961 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:30:28.961 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:30:28.961 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:30:28.961 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:30:28.961 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:30:28.961 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:30:28.961 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:28.961 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:30:28.961 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:30:28.961 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:30:28.961 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:28.961 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:30:28.961 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:28.961 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:30:28.961 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:30:28.962 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:30:28.963 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:30:28.963 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:30:29.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:30:29.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:30:29.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:30:29.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:29.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:29.157 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:30:29.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:29.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:30:29.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:29.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:29.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:29.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:29.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:30:29.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:30:29.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:30:29.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:30:29.192 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:30:29.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:30:29.193 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:30:29.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:30:29.194 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:30:29.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:30:29.195 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:30:29.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:30:29.196 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:30:29.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:30:29.197 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:30:29.198 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 18:30:29.198 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 18:30:29.198 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 18:30:29.213 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 18:30:29.213 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:30:29.213 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:30:29.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:30:29.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:29.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:29.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:29.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:29.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:29.220 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:30:29.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:29.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:29.220 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:29.221 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:29.341 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:29.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:29.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:29.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 18:30:29.343 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 18:30:29.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 18:30:29.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:29.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:29.345 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 18:30:29.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:29.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 18:30:29.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:29.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:29.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:29.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:29.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:29.405 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:29.407 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 18:30:29.441 DEBUG [WorkbenchTestable][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:") 18:30:29.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:29.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:29.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:29.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:29.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:29.506 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:29.508 INFO [WorkbenchTestable][AbstractText] Text set to: InterfaceName 18:30:29.525 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 18:30:29.525 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Finish wizard 18:30:29.526 DEBUG [WorkbenchTestable][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) 18:30:29.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:29.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:29.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:29.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:29.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:29.547 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:30:29.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:29.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:29.548 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:29.548 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:29.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:30:30.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:30:30.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:30:30.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/testproject)' is a system job, skipped 18:30:30.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:30:30.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:30:30.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:30:30.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:30:30.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:30:30.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:30.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:30.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:30.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:30.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:30.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:30.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:30:30.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:30.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:30.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:30:30.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is InterfaceName.java... 18:30:30.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInterfaceName.java\E') 18:30:30.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:30.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:30.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:30.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:30.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:30:30.312 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:30:30.313 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package org.example.test; public interface InterfaceName { } TooltipText=null 18:30:30.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is InterfaceName.java finished successfully 18:30:30.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@15196c1c is found... 18:30:30.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@15196c1c is found finished successfully 18:30:30.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInterfaceName.java\E') 18:30:30.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:30.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:30.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:30.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:30.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:30:30.320 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:30:30.320 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package org.example.test; public interface InterfaceName { } TooltipText=null 18:30:30.325 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:30:30.325 DEBUG [main][EditorHandler] 1 editor(s) found 18:30:30.326 DEBUG [WorkbenchTestable][EditorHandler] Closing editor InterfaceName.java 18:30:30.473 DEBUG [WorkbenchTestable][EditorHandler] Editor InterfaceName.java is closed 18:30:30.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 18:30:30.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:30:30.474 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:30:30.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:30.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:30.475 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreateNewInterface no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 18:30:30.475 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:30:30.476 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreateNewInterfaceWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 18:30:30.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 18:30:30.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:30:30.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:30:30.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:30:30.476 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:30.476 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:30.477 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:30.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:30.477 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 18:30:30.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:30.478 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:30.478 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:30.478 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:30.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:30.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: "New"] 18:30:30.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:30.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 Java Interface"] 18:30:30.480 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:30.481 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:30.481 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:30.481 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:30.481 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:30.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:30:30.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:30.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:30.483 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:30:30.483 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:30:30.484 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:30.485 DEBUG [main][MenuItemLookup] Item match:File 18:30:30.486 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:30:30.486 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:30:30.493 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:30:30.493 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:30:30.493 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:30.493 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:30:30.493 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:30:30.493 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:30:30.493 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:30:30.493 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:30:30.493 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:30:30.493 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:30:30.493 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:30:30.493 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:30:30.493 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:30.493 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:30:30.493 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:30:30.493 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:30:30.493 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:30.493 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:30:30.493 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:30.493 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:30:30.493 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:30:30.525 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:30:30.525 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:30:30.526 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:30:30.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:30:30.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:30:30.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:30:30.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:30.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:30.726 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:30:30.726 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:30.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:30:30.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:30.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:30.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:30.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:30.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:30:30.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:30:30.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:30:30.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:30:30.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:30:30.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:30:30.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:30:30.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:30:30.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:30:30.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:30:30.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:30:30.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:30:30.757 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:30:30.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:30:30.758 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:30:30.759 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 18:30:30.770 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 18:30:30.771 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 18:30:30.771 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 18:30:30.773 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:30:30.773 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:30:30.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:30:30.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:30.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:30.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:30.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:30.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:30.787 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:30:30.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:30.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:30.789 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:30.789 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:31.032 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:31.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:31.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:31.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 18:30:31.035 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 18:30:31.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 18:30:31.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:31.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:31.042 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 18:30:31.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:31.094 DEBUG [WorkbenchTestable][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:") 18:30:31.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:31.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:31.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:31.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:31.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:31.122 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:31.124 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test2 18:30:31.159 DEBUG [WorkbenchTestable][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:") 18:30:31.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:31.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:31.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:31.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:31.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:31.225 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:31.227 INFO [WorkbenchTestable][AbstractText] Text set to: InterfaceName2 18:30:31.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.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") 18:30:31.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:31.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:31.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:31.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:31.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:31.250 INFO [WorkbenchTestable][RadioButton] Select radio button pa&ckage 18:30:31.250 INFO [WorkbenchTestable][AbstractButton] Click button pa&ckage 18:30:31.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:31.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:31.251 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:31.251 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:31.251 TRACE [main][WidgetHandler] Notify Button with event 27 18:30:31.251 TRACE [main][WidgetHandler] Wait for synchronization 18:30:31.251 TRACE [main][WidgetHandler] Notify Button with event 13 18:30:31.251 TRACE [main][WidgetHandler] Wait for synchronization 18:30:31.251 TRACE [main][WidgetHandler] Notify Button with event 26 18:30:31.251 TRACE [main][WidgetHandler] Wait for synchronization 18:30:31.251 TRACE [main][WidgetHandler] Notify Button with event 3 18:30:31.251 TRACE [main][WidgetHandler] Wait for synchronization 18:30:31.251 TRACE [main][WidgetHandler] Notify Button with event 4 18:30:31.251 TRACE [main][WidgetHandler] Wait for synchronization 18:30:31.251 TRACE [main][WidgetHandler] Notify Button with event 13 18:30:31.251 TRACE [main][WidgetHandler] Wait for synchronization 18:30: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 "Add...") 18:30:31.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:31.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:31.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:31.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 18:30:31.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:31.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:31.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:31.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:31.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:31.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:31.400 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:30:31.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:31.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:31.401 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:31.401 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:31.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.... 18:30:31.542 DEBUG [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 18:30:31.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 18:30:31.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:31.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:31.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 18:30:31.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:31.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:31.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:31.544 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:31.544 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:31.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:31.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:31.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:31.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:31.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:31.545 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:31.546 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleAction 18:30:31.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:30:31.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:30:31.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:30:31.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:31.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:31.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:31.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:31.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:31.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:31.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:30:31.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:31.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:32.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:32.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:32.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:32.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:32.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:32.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:32.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:30:32.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:32.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:32.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:32.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:32.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:32.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:32.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:32.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:32.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:30:32.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:32.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:33.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:33.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:33.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:33.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:33.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:33.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:33.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:30:33.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:33.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:33.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:33.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:33.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:33.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:33.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:33.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:33.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:30:33.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:33.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:34.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:34.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:34.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:34.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:34.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:34.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:34.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:30:34.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:34.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:34.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:34.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:34.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:34.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:34.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:34.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:34.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:30:34.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:34.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:34.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 18:30:34.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:34.550 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:34.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:34.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:34.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:34.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:34.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:34.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:34.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:34.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:34.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:34.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:34.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:34.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:34.562 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:34.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:34.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:34.567 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:34.567 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:34.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:34.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:34.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:34.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:34.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:34.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:34.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:34.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 "OK") 18:30:34.570 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:34.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:34.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:34.571 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 18:30:34.571 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:34.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:34.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:34.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:34.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:34.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:34.574 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:30:34.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:34.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:34.575 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:34.575 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:34.699 DEBUG [WorkbenchTestable][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") 18:30:34.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:34.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:34.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:34.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:34.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:34.722 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 18:30:34.722 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 18:30:34.722 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 18:30:34.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:34.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:34.723 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:34.723 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:34.724 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 18:30:34.724 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Finish wizard 18:30:34.725 DEBUG [WorkbenchTestable][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) 18:30:34.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:34.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:34.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:34.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:34.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:34.754 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:30:34.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:34.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:34.755 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:34.755 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:34.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:30:35.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:30:35.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:30:35.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/testproject)' is a system job, skipped 18:30:35.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:30:35.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:30:35.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:30:35.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:30:35.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:30:35.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:35.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:35.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:35.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:35.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:35.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:35.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:30:35.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:35.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:35.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:30:35.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is InterfaceName2.java... 18:30:35.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 '\*?\QInterfaceName2.java\E') 18:30:35.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:35.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:35.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:35.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:35.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:30:35.552 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:30:35.553 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 18:30:35.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is InterfaceName2.java finished successfully 18:30:35.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@48410e22 is found... 18:30:35.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@48410e22 is found finished successfully 18:30:35.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 '\*?\QInterfaceName2.java\E') 18:30:35.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:35.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:35.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:35.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:35.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:30:35.563 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:30:35.564 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 18:30:35.565 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:30:35.566 DEBUG [main][EditorHandler] 1 editor(s) found 18:30:35.566 DEBUG [WorkbenchTestable][EditorHandler] Closing editor InterfaceName2.java 18:30:35.722 DEBUG [WorkbenchTestable][EditorHandler] Editor InterfaceName2.java is closed 18:30:35.723 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 18:30:35.723 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:30:35.723 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:30:35.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:35.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:35.724 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreateNewInterfaceWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 18:30:35.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:35.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:30:35.784 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 18:30:35.785 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:30:35.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:35.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:35.787 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:30:35.787 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:30:35.788 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:35.789 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:30:35.789 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:30:35.789 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:30:35.789 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:30:35.789 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:30:35.789 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:30:35.789 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:30:35.789 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:30:35.789 DEBUG [main][MenuItemLookup] Item match:Window 18:30:35.790 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:30:35.790 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:30:35.790 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:30:35.790 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:35.790 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:30:35.790 DEBUG [main][MenuItemLookup] Item match:Show View 18:30:35.803 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:30:35.803 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:30:35.803 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:30:35.803 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:30:35.804 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:30:35.804 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:30:35.804 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:30:35.804 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:30:35.804 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:30:35.804 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:30:35.804 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:30:35.804 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:30:35.804 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:30:35.804 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:30:35.804 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:30:35.804 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:35.804 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:30:35.804 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:30:35.839 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:30:35.839 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:30:35.839 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:30:35.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:30:36.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:30:36.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:30:36.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:36.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:36.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:30:36.009 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:36.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:36.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:36.011 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:30:36.011 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:36.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:36.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:36.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:36.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:36.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:30:36.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:30:36.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:30:36.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:30:36.019 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:30:36.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:30:36.019 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:30:36.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:30:36.020 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:30:36.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:30:36.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:30:36.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:30:36.022 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:30:36.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:30:36.023 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:30:36.041 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 18:30:36.041 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 18:30:36.041 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 18:30:36.042 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 18:30:36.043 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:36.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:36.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:36.048 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:30:36.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:36.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:36.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:36.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:30:36.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:36.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:36.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:36.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:30:36.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:36.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:36.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:36.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:36.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:36.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:36.058 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:30:36.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:36.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:36.058 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:36.058 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:36.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:30:36.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:30:36.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 18:30:36.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:36.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:36.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 18:30:36.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:36.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:36.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:30:36.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:36.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:36.231 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:30:36.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:30:36.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:36.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:36.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:36.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:36.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:30:36.265 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:30:36.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:30:36.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:30:36.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:30:36.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:30:36.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:30:36.313 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:30:36.313 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:30:36.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:30:36.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:30:36.317 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:30:36.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:30:36.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:30:36.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:30:36.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:36.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:36.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:30:36.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:36.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:30:37.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:37.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:30:37.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:30:37.327 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:30:37.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:30:37.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:30:37.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:30:37.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 18:30:37.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:37.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:37.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:37.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:37.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:30:37.333 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 18:30:37.334 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:30:37.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:30:37.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:30:37.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:30:37.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:37.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:37.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:30:37.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:37.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:30:38.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:38.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:30:38.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:30:38.347 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:30:38.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:30:38.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:30:38.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:30:38.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 18:30:38.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:38.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:38.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:38.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:38.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:30:38.353 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 18:30:38.360 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:30:38.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:30:38.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:30:38.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:30: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 18:30:38.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:38.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:38.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:38.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:38.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:30:38.364 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 18:30:38.364 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 18:30:38.364 DEBUG [main][TreeItemHandler] Set Tree selection 18:30:38.364 DEBUG [main][TreeHandler] Notify Tree about selection event 18:30:38.381 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 18:30:38.391 DEBUG [WorkbenchTestable][TreeItemHandler] testproject 18:30:38.392 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:30:38.392 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:38.459 DEBUG [main][MenuItemLookup] Found menu:'New' 18:30:38.459 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:30:38.459 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:38.459 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:30:38.459 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:38.459 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:30:38.459 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:30:38.459 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:30:38.459 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:30:38.459 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:30:38.459 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:30:38.459 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:30:38.459 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:38.459 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:30:38.459 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:30:38.459 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:38.459 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:30:38.459 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:30:38.459 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:30:38.459 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:30:38.460 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:30:38.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:30:38.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:30:38.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:30:38.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:38.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:38.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:38.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:38.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:38.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:38.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:30:38.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:38.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:38.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:30:38.962 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:30:38.962 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:39.018 DEBUG [main][MenuItemLookup] Found menu:'New' 18:30:39.018 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:30:39.018 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:39.018 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:30:39.018 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:39.018 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:30:39.018 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:30:39.018 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:30:39.018 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:30:39.018 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:30:39.019 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:30:39.019 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:30:39.019 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:30:39.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 18:30:39.754 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 18:30:39.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:30:39.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:39.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:39.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:30:39.760 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:39.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:39.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:39.760 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:30:39.760 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:39.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:39.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:39.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:39.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:39.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:39.763 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:30:39.763 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:30:39.763 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:30:39.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:39.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:39.764 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:39.764 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:39.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:30:39.764 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:39.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:39.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:39.765 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:30:39.765 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:39.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:39.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:39.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:39.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:39.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:39.769 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:30:39.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:39.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:39.769 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:39.769 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:39.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:30:39.791 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:30:40.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:30:40.293 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:30:40.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:30:40.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:30:40.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:30:40.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:30:40.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:40.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:40.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:40.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:40.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:40.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:40.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:40.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:40.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:30:40.297 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 18:30:40.297 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:30:40.297 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:30:40.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:40.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 55.794 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: 2.223 s testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) Time elapsed: 23.179 s testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) Time elapsed: 17.135 s testCreateNewInterface no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) Time elapsed: 1.531 s testCreateNewInterfaceWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) Time elapsed: 5.248 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 18:30:40.333 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 18:30:40.334 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:30:40.335 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:30:40.335 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 18:30:40.335 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:30:40.335 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:30:40.337 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:30:40.337 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:30:40.337 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:30:40.337 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:30:40.337 DEBUG [main][EditorHandler] 0 editor(s) found 18:30:40.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:40.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:40.342 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:30:40.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:40.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:40.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:30:40.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:40.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:40.348 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:30:40.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:30:40.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:40.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:40.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:40.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:40.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:30:40.375 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:30:40.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:30:40.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:30:40.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:30:40.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:30:40.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:30:40.380 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:30:40.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:30:40.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:30:40.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:30:40.404 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:30:40.405 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:30:40.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:30:40.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:30:40.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:40.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:40.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:30:40.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:40.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:30:41.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:41.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:30:41.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:30:41.415 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:30:41.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:30:41.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:30:41.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:30:41.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:30:41.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:41.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:41.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:41.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:41.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:30:41.424 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:30:41.425 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:30:41.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:30:41.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:30:41.427 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:30:41.427 INFO [WorkbenchTestable][RequirementsRunner] Started test: createEnumClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest) 18:30:41.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 18:30:41.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:30:41.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:30:41.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:30:41.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: "New"] 18:30:41.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:41.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"] 18:30:41.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:41.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"] 18:30:41.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:41.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"] 18:30:41.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:41.431 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:41.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:41.431 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:41.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:41.432 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:30:41.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:41.432 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:41.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:41.433 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:41.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:41.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:30:41.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:41.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:41.435 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:30:41.435 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:30:41.435 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:41.435 DEBUG [main][MenuItemLookup] Item match:File 18:30:41.437 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:30:41.437 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:30:41.444 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:30:41.444 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:30:41.444 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:41.444 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:30:41.444 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:30:41.444 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:30:41.445 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:30:41.445 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:30:41.445 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:30:41.445 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:30:41.445 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:30:41.445 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:30:41.445 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:41.445 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:30:41.445 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:30:41.445 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:30:41.445 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:41.445 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:30:41.445 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:41.445 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:30:41.445 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:30:41.468 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:30:41.468 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:30:41.469 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:30:41.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:30:41.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:30:41.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:30:41.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:41.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:41.666 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:30:41.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:41.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 18:30:41.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:41.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:41.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:41.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:41.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:30:41.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:30:41.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:30:41.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:30:41.674 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:30:41.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:30:41.674 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:30:41.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:30:41.675 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:30:41.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:30:41.675 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:30:41.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:30:41.719 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:30:41.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:30:41.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:30:41.722 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:30:41.722 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:30:41.723 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:30:41.737 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:30:41.737 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:30:41.737 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:30:41.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:30:41.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:41.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:41.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:41.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:41.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:41.743 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:30:41.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:41.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:41.744 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:41.744 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:42.157 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:42.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:42.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:42.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:30:42.163 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 18:30:42.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:30:42.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:42.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:42.166 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:30:42.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:42.167 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'EnumProject' 18:30:42.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:30:42.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:42.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:42.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:42.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:42.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:42.217 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:42.218 INFO [WorkbenchTestable][AbstractText] Text set to: EnumProject 18:30:42.268 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:30:42.268 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:30:42.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 18:30:42.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:42.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:42.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:42.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:42.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:42.285 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:30:42.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:42.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:42.286 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:42.286 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:42.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:30:42.694 DEBUG [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 18:30:42.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:30:42.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:42.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:42.699 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:30:42.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 "Don't Create") 18:30:42.700 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:42.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:42.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:42.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:30:42.701 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:42.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:42.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:42.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:42.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:42.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:42.719 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:30:42.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:42.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:42.720 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:42.720 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:43.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:30:43.066 DEBUG [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 18:30:43.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:30:43.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:30:43.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:30:43.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:30:43.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:43.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:30:43.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:30:43.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:43.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:43.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:43.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:43.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:43.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:43.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:43.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:30:43.090 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:43.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30: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: "New"] 18:30:43.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30: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: "New Enum Type"] 18:30:43.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30: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: "New"] 18:30:43.093 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:43.093 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:43.093 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:43.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"] 18:30:43.095 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:43.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: "New Enum Type"] 18:30:43.095 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:43.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: "New"] 18:30:43.096 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:43.096 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:43.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:43.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:30:43.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:43.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:43.099 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:30:43.099 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:30:43.099 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:43.099 DEBUG [main][MenuItemLookup] Item match:File 18:30:43.101 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:30:43.101 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:30:43.108 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:30:43.108 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:30:43.108 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:43.108 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:30:43.108 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:30:43.108 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:30:43.108 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:30:43.108 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:30:43.108 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:30:43.108 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:30:43.108 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:30:43.108 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:30:43.108 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:43.108 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:30:43.108 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:30:43.108 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:30:43.108 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:43.108 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:30:43.108 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:43.108 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:30:43.108 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:30:43.111 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:30:43.111 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:30:43.111 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:30:43.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:30:43.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:30:43.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:30:43.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:43.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:43.435 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:30:43.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:43.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:30:43.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:43.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:43.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:43.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:43.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:30:43.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:30:43.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:30:43.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:30:43.513 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:30:43.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:30:43.514 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:30:43.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:30:43.514 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:30:43.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:30:43.514 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:30:43.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:30:43.515 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:30:43.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:30:43.515 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:30:43.517 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enum 18:30:43.517 DEBUG [main][TreeItemHandler] Selecting tree item: Enum 18:30:43.527 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enum about selection 18:30:43.533 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enum 18:30:43.533 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:30:43.533 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:30:43.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:30:43.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:43.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:43.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:43.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:43.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:43.605 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:30:43.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:43.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:43.606 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:43.606 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:43.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"] 18:30:43.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:43.900 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:43.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Enum Type"] is available.... 18:30:43.901 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 18:30:43.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Enum Type 18:30:43.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:43.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:43.905 TRACE [WorkbenchTestable][NewEnumCreationWizard] Shell New Enum Type is not null and is not disposed 18:30:43.905 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:44.061 DEBUG [WorkbenchTestable][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:") 18:30:44.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:44.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:44.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:44.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:44.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:44.127 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:44.135 INFO [WorkbenchTestable][AbstractText] Text set to: MyEnum 18:30:44.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.NewEnumWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 18:30:44.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:44.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:44.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:44.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:44.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:44.245 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:44.293 INFO [WorkbenchTestable][AbstractText] Text set to: enumPackage 18:30:44.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 18:30:44.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:44.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:44.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:44.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:44.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:44.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 18:30:44.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:44.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:44.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:44.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:44.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:44.450 TRACE [WorkbenchTestable][NewEnumCreationWizard] Shell New Enum Type is not null and is not disposed 18:30:44.450 INFO [WorkbenchTestable][NewEnumCreationWizard] Finish wizard 18:30:44.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.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) 18:30:44.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:44.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:44.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:44.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:44.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:44.497 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:30:44.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:44.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:44.497 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:44.497 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:44.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:30:45.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:30:45.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:30:45.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:30:45.544 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 18:30:45.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:30:45.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:30:45.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:30:45.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:30:45.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:45.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:45.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:45.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:45.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:45.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:45.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:30:45.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:45.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:45.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:30:45.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@347c6ac1 is found... 18:30:45.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@347c6ac1 is found finished successfully 18:30:45.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMyEnum.java\E') 18:30:45.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:45.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:45.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:45.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:45.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:30:45.640 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:30:45.640 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package enumPackage; public enum MyEnum { } TooltipText=null 18:30:45.641 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:30:45.642 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package enumPackage; public enum MyEnum { } TooltipText=null 18:30:45.643 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 18:30:45.643 DEBUG [WorkbenchTestable][EditorHandler] Closing editor MyEnum.java 18:30:46.003 DEBUG [WorkbenchTestable][EditorHandler] Editor MyEnum.java is closed 18:30:46.003 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 18:30:46.003 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:30:46.003 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:30:46.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:46.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:46.005 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createEnumClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest) 18:30:46.005 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 18:30:46.005 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:30:46.005 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:30:46.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:46.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.675 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: 4.578 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 18:30:46.097 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 18:30:46.098 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:30:46.099 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:30:46.099 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 18:30:46.099 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:30:46.099 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:30:46.100 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:30:46.100 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:30:46.101 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:30:46.101 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 18:30:46.102 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 18:30:46.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:30:46.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:46.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:46.103 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:30:46.103 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:46.107 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:30:46.107 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:30:46.107 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:30:46.107 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:30:46.107 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:30:46.107 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:30:46.107 DEBUG [main][MenuItemLookup] Item match:Window 18:30:46.110 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:30:46.110 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:30:46.110 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:30:46.110 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:46.110 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:30:46.110 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:30:46.110 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:46.110 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:30:46.110 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:46.110 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:30:46.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:46.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:46.112 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:30:46.112 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:46.112 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:30:46.112 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:30:46.112 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:30:46.112 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:30:46.112 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:30:46.112 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:30:46.113 DEBUG [main][MenuItemLookup] Item match:Window 18:30:46.113 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:30:46.113 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:30:46.113 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:30:46.113 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:46.113 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:30:46.114 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:30:46.114 DEBUG [main][MenuItemLookup] Item match:Perspective 18:30:46.115 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:30:46.115 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:46.115 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:30:46.115 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:30:46.115 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:30:46.115 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:30:46.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:30:46.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:46.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:46.116 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:30:46.116 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:46.116 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:30:46.116 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:30:46.116 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:30:46.116 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:30:46.116 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:30:46.116 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:30:46.116 DEBUG [main][MenuItemLookup] Item match:Window 18:30:46.117 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:30:46.117 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:30:46.117 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:30:46.117 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:46.117 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:30:46.117 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:30:46.117 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:46.117 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:30:46.117 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:46.117 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:30:46.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:46.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:46.119 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:30:46.119 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:46.119 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:30:46.119 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:30:46.119 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:30:46.120 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:30:46.120 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:30:46.120 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:30:46.120 DEBUG [main][MenuItemLookup] Item match:Window 18:30:46.120 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:30:46.120 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:30:46.120 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:30:46.120 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:46.120 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:30:46.121 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:30:46.121 DEBUG [main][MenuItemLookup] Item match:Perspective 18:30:46.122 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:30:46.122 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:46.122 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:30:46.122 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:30:46.122 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:30:46.122 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:30:46.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:46.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:46.124 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:30:46.124 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:46.124 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:30:46.124 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:30:46.125 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:30:46.125 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:30:46.125 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:30:46.125 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:30:46.125 DEBUG [main][MenuItemLookup] Item match:Window 18:30:46.186 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:30:46.187 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:30:46.187 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:30:46.187 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:46.187 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:30:46.187 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:30:46.187 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:46.187 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:30:46.187 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:46.187 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:30:46.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:46.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:46.188 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:30:46.188 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:46.188 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:30:46.188 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:30:46.188 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:30:46.188 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:30:46.188 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:30:46.188 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:30:46.188 DEBUG [main][MenuItemLookup] Item match:Window 18:30:46.189 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:30:46.189 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:30:46.189 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:30:46.189 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:46.189 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:30:46.189 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:30:46.189 DEBUG [main][MenuItemLookup] Item match:Perspective 18:30:46.190 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:30:46.190 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:46.190 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:30:46.190 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:30:46.190 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:30:46.191 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:30:46.191 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 18:30:46.191 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 18:30:46.192 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 18:30:46.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 18:30:46.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 18:30:46.329 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 18:30:46.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:46.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:46.331 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:46.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:46.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:46.333 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:30:46.333 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:46.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:46.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:46.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 18:30:46.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:46.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:46.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:46.335 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:30:46.335 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:46.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:46.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:46.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:46.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:46.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:46.342 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 18:30:46.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:46.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:46.342 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:46.342 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:47.104 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:47.104 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:47.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: "New"] 18:30:47.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:47.106 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:30:47.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:47.107 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:47.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:47.107 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:47.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:47.108 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:47.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:47.108 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:30:47.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:47.109 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:47.109 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:47.109 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:47.109 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:47.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:30:47.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:47.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:47.111 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:30:47.111 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:30:47.112 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:47.112 DEBUG [main][MenuItemLookup] Item match:File 18:30:47.114 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:30:47.114 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:30:47.122 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:30:47.122 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:30:47.122 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:47.122 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:30:47.122 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:30:47.122 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:30:47.122 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:30:47.122 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:30:47.122 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:30:47.122 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:30:47.122 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:30:47.122 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:30:47.122 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:47.122 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:30:47.122 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:30:47.122 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:30:47.123 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:47.123 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:30:47.123 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:47.123 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:30:47.123 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:30:47.203 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:30:47.203 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:30:47.203 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:30:47.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:30:47.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:30:47.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:30:47.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:47.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:47.506 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:30:47.506 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:47.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:30:47.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:47.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:47.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:47.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:47.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:30:47.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:30:47.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:30:47.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:30:47.528 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:30:47.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:30:47.528 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:30:47.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:30:47.529 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:30:47.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:30:47.601 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:30:47.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:30:47.602 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:30:47.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:30:47.602 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:30:47.606 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:30:47.606 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:30:47.607 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:30:47.626 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:30:47.626 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:30:47.626 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:30:47.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) 18:30:47.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:47.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:47.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:47.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:47.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:47.635 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:30:47.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:47.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:47.635 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:47.635 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:48.222 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:48.222 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:48.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:48.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:30:48.238 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 18:30:48.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:30:48.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:48.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:48.312 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:30:48.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:48.313 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'testproject' 18:30:48.314 DEBUG [WorkbenchTestable][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:") 18:30:48.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:48.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:48.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:48.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:48.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:48.336 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:48.423 INFO [WorkbenchTestable][AbstractText] Text set to: testproject 18:30:48.514 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:30:48.514 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:30:48.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 18:30:48.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:48.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:48.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:48.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:48.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:48.531 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:30:48.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:48.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:48.532 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:48.532 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:49.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:30:49.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. finished successfully 18:30:49.429 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:30:49.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:49.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:49.431 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:30:49.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:30:49.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:49.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:49.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:49.432 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:30:49.432 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:49.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:49.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:49.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:49.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:49.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:49.436 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:30:49.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:49.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:49.445 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:49.445 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:49.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:30:49.920 DEBUG [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 18:30:49.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:30:49.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:30:49.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:30:49.920 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 18:30:49.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:30:49.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:30:49.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:30:49.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:30:49.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:49.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:49.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:49.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:49.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:49.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:49.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:49.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:49.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:30:49.921 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:30:49.921 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreateNewClassWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 18:30:49.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 18:30:49.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:30:49.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:30:49.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:30:49.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:49.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:49.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:49.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:49.924 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:30:49.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:49.924 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:49.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:49.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"] 18:30:49.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:49.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: "New"] 18:30:49.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:49.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: "New Java Class"] 18:30:49.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:49.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"] 18:30:49.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:49.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"] 18:30:49.937 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:49.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:30:49.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:49.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:49.938 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:30:49.939 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:30:49.940 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:49.940 DEBUG [main][MenuItemLookup] Item match:File 18:30:49.942 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:30:49.942 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:30:49.949 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:30:49.949 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:30:49.949 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:49.949 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:30:49.949 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:30:49.949 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:30:49.949 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:30:49.949 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:30:49.949 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:30:49.949 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:30:49.949 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:30:49.949 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:30:49.949 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:49.949 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:30:49.949 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:30:49.949 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:30:49.950 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:49.950 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:30:49.950 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:49.950 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:30:49.950 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:30:49.952 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:30:49.952 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:30:49.952 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:30:50.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:30:50.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:30:50.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:30:50.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:50.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:50.245 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:30:50.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:50.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:30:50.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:50.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:50.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:50.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:50.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:30:50.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:30:50.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:30:50.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:30:50.266 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:30:50.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:30:50.266 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:30:50.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:30:50.266 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:30:50.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:30:50.297 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:30:50.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:30:50.298 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:30:50.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:30:50.298 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:30:50.301 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:30:50.301 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:30:50.301 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:30:50.317 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:30:50.318 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:30:50.318 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:30:50.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) 18:30:50.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:50.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:50.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:50.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:50.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:50.326 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:30:50.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:50.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:50.327 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:50.327 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:50.548 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:50.548 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:50.548 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:50.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:30:50.549 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 18:30:50.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:30:50.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:50.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:50.552 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:30:50.552 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:50.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 "Package:") 18:30:50.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:50.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:50.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:50.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:50.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:50.629 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:50.631 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test2 18:30:50.699 DEBUG [WorkbenchTestable][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:") 18:30:50.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:50.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:50.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:50.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:50.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:50.753 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:50.760 INFO [WorkbenchTestable][AbstractText] Text set to: ClassName2 18:30:50.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 18:30:50.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:50.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:50.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:50.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:50.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:50.913 INFO [WorkbenchTestable][RadioButton] Select radio button pa&ckage 18:30:50.914 INFO [WorkbenchTestable][AbstractButton] Click button pa&ckage 18:30:50.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:50.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:50.914 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:50.914 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:50.914 TRACE [main][WidgetHandler] Notify Button with event 27 18:30:50.914 TRACE [main][WidgetHandler] Wait for synchronization 18:30:50.915 TRACE [main][WidgetHandler] Notify Button with event 13 18:30:50.915 TRACE [main][WidgetHandler] Wait for synchronization 18:30:50.915 TRACE [main][WidgetHandler] Notify Button with event 26 18:30:50.915 TRACE [main][WidgetHandler] Wait for synchronization 18:30:50.915 TRACE [main][WidgetHandler] Notify Button with event 3 18:30:50.915 TRACE [main][WidgetHandler] Wait for synchronization 18:30:50.915 TRACE [main][WidgetHandler] Notify Button with event 4 18:30:50.915 TRACE [main][WidgetHandler] Wait for synchronization 18:30:50.915 TRACE [main][WidgetHandler] Notify Button with event 13 18:30:50.915 TRACE [main][WidgetHandler] Wait for synchronization 18:30:50.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 18:30:50.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:50.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:50.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:50.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:50.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:50.920 INFO [WorkbenchTestable][CheckBox] Select checkbox abs&tract 18:30:50.920 INFO [WorkbenchTestable][CheckBox] Check checkbox abs&tract 18:30:50.920 INFO [WorkbenchTestable][AbstractButton] Click button abs&tract 18:30:50.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:50.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:50.921 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:50.921 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:50.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Superclass:") 18:30:50.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:50.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:51.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:51.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:51.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:51.035 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:51.037 INFO [WorkbenchTestable][AbstractText] Text set to: java.lang.Exception 18:30:51.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 18:30:51.039 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:51.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:51.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:51.040 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:30:51.040 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:51.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:51.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:51.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:51.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:51.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:51.102 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:30:51.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:51.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:51.103 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:51.103 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:51.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 18:30:51.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 18:30:51.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 18:30:51.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:51.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:51.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 18:30:51.219 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:51.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:51.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:51.220 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:30:51.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:51.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:51.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:51.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:51.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:51.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:51.222 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:51.224 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleAction 18:30:51.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:30:51.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 18:30:51.225 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 18:30:51.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:30:51.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:30:51.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:30:51.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:51.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:51.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:51.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:51.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:51.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:51.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:51.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:51.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 18:30:51.727 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 18:30:51.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:30:51.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:30:51.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:30:51.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:51.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:51.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:51.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:51.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:51.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:51.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:51.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:52.227 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 18:30:52.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:30:52.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:30:52.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:52.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:52.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:52.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:52.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:52.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:52.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:52.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:52.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:52.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:52.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:52.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:52.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:52.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:52.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:52.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:53.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:53.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:53.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:53.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:53.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:53.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:53.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:53.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:53.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:53.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:53.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:53.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:53.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:53.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:53.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:53.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:54.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:54.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:54.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:54.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:54.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:54.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:54.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:54.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:54.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 18:30:54.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:54.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:54.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:54.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:54.232 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:30:54.232 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:54.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:54.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:54.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:54.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:54.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:54.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:54.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:54.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:30:54.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:54.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:54.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:54.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:30:54.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:54.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:54.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:54.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:54.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:54.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:30:54.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:30:54.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:30:54.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") 18:30:54.245 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:54.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:54.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:54.246 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:30:54.246 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:54.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:54.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:54.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:54.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:54.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:54.250 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:30:54.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:54.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:54.251 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:54.251 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:54.347 DEBUG [WorkbenchTestable][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)") 18:30:54.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:54.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:54.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:54.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:54.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:54.361 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 18:30:54.361 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 18:30:54.362 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 18:30:54.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:54.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:54.363 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:54.363 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:54.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 18:30:54.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:54.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:54.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:54.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:54.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:54.371 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 18:30:54.371 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 18:30:54.371 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 18:30:54.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:54.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:54.372 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:54.372 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:54.373 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:30:54.373 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:30:54.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.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) 18:30:54.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:54.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:54.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:54.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:54.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:54.393 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:30:54.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:54.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:54.394 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:54.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:54.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:30:55.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:30:55.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:30:55.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/testproject)' is a system job, skipped 18:30:55.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:30:55.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:30:55.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 18:30:55.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 18:30:55.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:30:55.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:30:55.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:30:55.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:30:55.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:55.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:55.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:55.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:55.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:55.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:55.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:30:55.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:55.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:55.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:30:55.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is ClassName2.java... 18:30:55.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QClassName2.java\E') 18:30:55.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:55.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:55.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:55.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:55.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:30:55.491 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:30:55.491 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 18:30:55.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is ClassName2.java finished successfully 18:30:55.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@453fb336 is found... 18:30:55.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@453fb336 is found finished successfully 18:30:55.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QClassName2.java\E') 18:30:55.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:55.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:55.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:55.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:55.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:30:55.500 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:30:55.500 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 18:30:55.501 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:30:55.502 DEBUG [main][EditorHandler] 1 editor(s) found 18:30:55.502 DEBUG [WorkbenchTestable][EditorHandler] Closing editor ClassName2.java 18:30:55.704 DEBUG [WorkbenchTestable][EditorHandler] Editor ClassName2.java is closed 18:30:55.704 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 18:30:55.704 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:30:55.704 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:30:55.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:55.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:55.718 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreateNewClassWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 18:30:55.718 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:30:55.718 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 18:30:55.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 18:30:55.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:30:55.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:30:55.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:30:55.719 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:55.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:55.719 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:55.720 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:55.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 Class"] 18:30:55.720 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:55.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"] 18:30:55.720 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:55.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"] 18:30:55.721 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:55.721 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:55.721 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:55.721 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:30:55.721 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:55.722 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:55.722 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:55.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:55.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:55.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:30:55.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:55.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:55.735 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:30:55.735 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:30:55.736 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:55.737 DEBUG [main][MenuItemLookup] Item match:File 18:30:55.739 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:30:55.739 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:30:55.746 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:30:55.746 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:30:55.746 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:55.746 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:30:55.746 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:30:55.746 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:30:55.746 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:30:55.746 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:30:55.746 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:30:55.746 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:30:55.746 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:30:55.746 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:30:55.746 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:55.746 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:30:55.746 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:30:55.746 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:30:55.746 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:55.746 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:30:55.746 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:55.746 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:30:55.746 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:30:55.801 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:30:55.801 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:30:55.808 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:30:56.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:30:56.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:30:56.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:30:56.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:56.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:56.030 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:30:56.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:56.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 18:30:56.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:30:56.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:30:56.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:30:56.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:30:56.045 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:30:56.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:30:56.046 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:30:56.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:30:56.046 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:30:56.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:30:56.046 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:30:56.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:30:56.047 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:30:56.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:30:56.047 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:30:56.061 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:30:56.062 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:30:56.062 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:30:56.063 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:30:56.064 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:30:56.064 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:30:56.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:30:56.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:56.132 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:30:56.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:56.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:56.132 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:56.132 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:56.332 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:56.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:56.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:56.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:30:56.334 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 18:30:56.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:30:56.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:56.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:56.336 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:30:56.336 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:56.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.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Source folder:") 18:30:56.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:56.343 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:56.345 INFO [WorkbenchTestable][AbstractText] Text set to: testproject/src 18:30:56.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 18:30:56.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:56.428 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:56.430 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 18:30:56.432 DEBUG [WorkbenchTestable][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:") 18:30:56.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:56.530 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:56.532 INFO [WorkbenchTestable][AbstractText] Text set to: ClassName 18:30:56.553 DEBUG [WorkbenchTestable][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:") 18:30:56.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:56.561 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:56.563 DEBUG [WorkbenchTestable][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:") 18:30:56.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:56.607 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:56.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:") 18:30:56.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:56.664 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:56.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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:") 18:30:56.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:56.700 INFO [WorkbenchTestable][CheckBox] Select checkbox Enclosing t&ype: 18:30:56.700 INFO [WorkbenchTestable][CheckBox] Check checkbox Enclosing t&ype: 18:30:56.701 INFO [WorkbenchTestable][AbstractButton] Click button Enclosing t&ype: 18:30:56.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:56.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:56.707 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:56.707 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:56.712 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 18:30:56.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:56.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:56.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:56.713 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:30:56.713 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:56.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 18:30:56.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 18:30:56.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 18:30:56.716 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:56.746 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 18:30:56.746 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:56.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:56.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:56.747 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:30:56.747 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:56.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 18:30:56.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 18:30:56.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 18:30:56.749 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:56.750 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test.ClassName 18:30:56.758 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 18:30:56.758 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:56.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:56.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:56.801 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:30:56.801 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:56.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 18:30:56.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 18:30:56.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 18:30:56.811 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:56.812 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 18:30:56.812 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:56.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:56.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:56.812 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:30:56.812 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:56.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 18:30:56.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 18:30:56.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 18:30:56.814 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:56.814 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test2.ClassName2 18:30:56.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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") 18:30:56.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:56.847 DEBUG [WorkbenchTestable][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") 18:30:56.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:56.849 DEBUG [WorkbenchTestable][RadioButton] Radio Button &public already checked, no action performed 18:30:56.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 18:30:56.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:56.865 DEBUG [WorkbenchTestable][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") 18:30:56.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:56.899 DEBUG [WorkbenchTestable][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") 18:30:56.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:56.912 INFO [WorkbenchTestable][RadioButton] Select radio button pa&ckage 18:30:56.913 INFO [WorkbenchTestable][AbstractButton] Click button pa&ckage 18:30:56.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:56.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:56.913 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:56.913 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:56.913 TRACE [main][WidgetHandler] Notify Button with event 27 18:30:56.914 TRACE [main][WidgetHandler] Wait for synchronization 18:30:56.914 TRACE [main][WidgetHandler] Notify Button with event 13 18:30:56.914 TRACE [main][WidgetHandler] Wait for synchronization 18:30:56.914 TRACE [main][WidgetHandler] Notify Button with event 26 18:30:56.914 TRACE [main][WidgetHandler] Wait for synchronization 18:30:56.914 TRACE [main][WidgetHandler] Notify Button with event 3 18:30:56.914 TRACE [main][WidgetHandler] Wait for synchronization 18:30:56.914 TRACE [main][WidgetHandler] Notify Button with event 4 18:30:56.914 TRACE [main][WidgetHandler] Wait for synchronization 18:30:56.914 TRACE [main][WidgetHandler] Notify Button with event 13 18:30:56.914 TRACE [main][WidgetHandler] Wait for synchronization 18:30:56.914 DEBUG [WorkbenchTestable][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") 18:30:56.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:56.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 18:30:56.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:56.932 DEBUG [WorkbenchTestable][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") 18:30:56.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:56.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.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") 18:30:56.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:56.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 18:30:56.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:56.951 INFO [WorkbenchTestable][RadioButton] Select radio button pri&vate 18:30:56.951 INFO [WorkbenchTestable][AbstractButton] Click button pri&vate 18:30:56.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:56.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:56.952 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:56.952 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:56.952 TRACE [main][WidgetHandler] Notify Button with event 27 18:30:56.952 TRACE [main][WidgetHandler] Wait for synchronization 18:30:56.952 TRACE [main][WidgetHandler] Notify Button with event 13 18:30:56.952 TRACE [main][WidgetHandler] Wait for synchronization 18:30:56.952 TRACE [main][WidgetHandler] Notify Button with event 26 18:30:56.952 TRACE [main][WidgetHandler] Wait for synchronization 18:30:56.952 TRACE [main][WidgetHandler] Notify Button with event 3 18:30:56.952 TRACE [main][WidgetHandler] Wait for synchronization 18:30:56.952 TRACE [main][WidgetHandler] Notify Button with event 4 18:30:56.952 TRACE [main][WidgetHandler] Wait for synchronization 18:30:56.953 TRACE [main][WidgetHandler] Notify Button with event 13 18:30:56.953 TRACE [main][WidgetHandler] Wait for synchronization 18:30:56.962 DEBUG [WorkbenchTestable][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") 18:30:56.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:56.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 18:30:56.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:56.978 DEBUG [WorkbenchTestable][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") 18:30:56.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:56.982 DEBUG [WorkbenchTestable][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") 18:30:56.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:56.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 18:30:56.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:56.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:56.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:56.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:56.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "private") 18:30:56.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:56.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.002 DEBUG [WorkbenchTestable][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") 18:30:57.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.016 INFO [WorkbenchTestable][RadioButton] Select radio button pro&tected 18:30:57.016 INFO [WorkbenchTestable][AbstractButton] Click button pro&tected 18:30:57.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:57.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:57.017 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:57.017 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:57.028 TRACE [main][WidgetHandler] Notify Button with event 27 18:30:57.028 TRACE [main][WidgetHandler] Wait for synchronization 18:30:57.028 TRACE [main][WidgetHandler] Notify Button with event 13 18:30:57.028 TRACE [main][WidgetHandler] Wait for synchronization 18:30:57.028 TRACE [main][WidgetHandler] Notify Button with event 26 18:30:57.028 TRACE [main][WidgetHandler] Wait for synchronization 18:30:57.028 TRACE [main][WidgetHandler] Notify Button with event 3 18:30:57.028 TRACE [main][WidgetHandler] Wait for synchronization 18:30:57.028 TRACE [main][WidgetHandler] Notify Button with event 4 18:30:57.028 TRACE [main][WidgetHandler] Wait for synchronization 18:30:57.029 TRACE [main][WidgetHandler] Notify Button with event 13 18:30:57.029 TRACE [main][WidgetHandler] Wait for synchronization 18:30:57.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.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") 18:30:57.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.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.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") 18:30:57.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 18:30:57.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.050 DEBUG [WorkbenchTestable][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") 18:30:57.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.060 DEBUG [WorkbenchTestable][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:") 18:30:57.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.065 INFO [WorkbenchTestable][CheckBox] Select checkbox Enclosing t&ype: 18:30:57.065 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Enclosing t&ype: 18:30:57.065 INFO [WorkbenchTestable][AbstractButton] Click button Enclosing t&ype: 18:30:57.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:57.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:57.065 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:57.065 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:57.090 DEBUG [WorkbenchTestable][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") 18:30:57.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.096 INFO [WorkbenchTestable][CheckBox] Select checkbox abs&tract 18:30:57.096 INFO [WorkbenchTestable][CheckBox] Check checkbox abs&tract 18:30:57.096 INFO [WorkbenchTestable][AbstractButton] Click button abs&tract 18:30:57.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:57.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:57.097 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:57.097 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:57.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 18:30:57.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.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.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") 18:30:57.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.116 INFO [WorkbenchTestable][CheckBox] Select checkbox abs&tract 18:30:57.116 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox abs&tract 18:30:57.116 INFO [WorkbenchTestable][AbstractButton] Click button abs&tract 18:30:57.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:57.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:57.117 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:57.117 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:57.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.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") 18:30:57.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.127 DEBUG [WorkbenchTestable][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") 18:30:57.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.133 INFO [WorkbenchTestable][CheckBox] Select checkbox fina&l 18:30:57.133 INFO [WorkbenchTestable][CheckBox] Check checkbox fina&l 18:30:57.133 INFO [WorkbenchTestable][AbstractButton] Click button fina&l 18:30:57.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:57.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:57.134 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:57.134 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:57.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 18:30:57.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.151 DEBUG [WorkbenchTestable][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") 18:30:57.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.161 INFO [WorkbenchTestable][CheckBox] Select checkbox fina&l 18:30:57.162 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox fina&l 18:30:57.162 INFO [WorkbenchTestable][AbstractButton] Click button fina&l 18:30:57.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:57.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:57.162 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:57.162 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:57.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.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") 18:30:57.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.167 DEBUG [WorkbenchTestable][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)") 18:30:57.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.179 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 18:30:57.180 DEBUG [WorkbenchTestable][CheckBox] Checkbox public static &void main(String[] args) not checked, no action performed 18:30:57.180 DEBUG [WorkbenchTestable][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)") 18:30:57.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.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.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)") 18:30:57.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.197 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 18:30:57.198 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 18:30:57.198 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 18:30:57.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:57.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:57.198 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:57.198 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:57.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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)") 18:30:57.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 18:30:57.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 18:30:57.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.247 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 18:30:57.247 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 18:30:57.247 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 18:30:57.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:57.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:57.247 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:57.247 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:57.248 DEBUG [WorkbenchTestable][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") 18:30:57.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.266 DEBUG [WorkbenchTestable][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") 18:30:57.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.276 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 18:30:57.276 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Generate comments 18:30:57.276 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 18:30:57.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:57.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:57.277 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:57.277 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:57.277 DEBUG [WorkbenchTestable][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") 18:30:57.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.284 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:30:57.284 INFO [WorkbenchTestable][NewClassCreationWizard] Cancel wizard 18:30:57.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.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) 18:30:57.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.296 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:30:57.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:57.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:57.297 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:57.297 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:57.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:30:57.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:30:57.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:30:57.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:57.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:57.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:57.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:57.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:57.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:57.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:30:57.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:57.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:57.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:30:57.448 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:30:57.449 DEBUG [main][EditorHandler] 0 editor(s) found 18:30:57.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 18:30:57.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:30:57.449 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:30:57.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:57.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:57.450 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 18:30:57.451 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:30:57.451 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 18:30:57.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 18:30:57.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:30:57.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:30:57.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:30:57.451 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:57.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:57.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: "New"] 18:30:57.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:57.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: "New Java Class"] 18:30:57.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:57.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"] 18:30:57.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:57.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"] 18:30:57.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:57.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"] 18:30:57.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:57.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: "New Java Class"] 18:30:57.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:57.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: "New"] 18:30:57.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:57.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: "New"] 18:30:57.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:57.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:30:57.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:57.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:57.455 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:30:57.455 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:30:57.456 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:57.457 DEBUG [main][MenuItemLookup] Item match:File 18:30:57.458 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:30:57.458 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:30:57.465 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:30:57.465 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:30:57.465 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:57.465 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:30:57.465 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:30:57.465 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:30:57.465 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:30:57.465 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:30:57.465 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:30:57.465 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:30:57.465 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:30:57.465 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:30:57.465 DEBUG [main][MenuItemLookup] Found menu:'File' 18:30:57.465 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:30:57.465 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:30:57.465 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:30:57.465 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:57.465 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:30:57.465 DEBUG [main][MenuItemLookup] Found menu:'' 18:30:57.465 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:30:57.465 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:30:57.467 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:30:57.467 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:30:57.468 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:30:57.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:30:57.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:30:57.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:30:57.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:57.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:57.659 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:30:57.659 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:57.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:30:57.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:30:57.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:30:57.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:30:57.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:30:57.684 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:30:57.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:30:57.685 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:30:57.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:30:57.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:30:57.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:30:57.696 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:30:57.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:30:57.697 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:30:57.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:30:57.697 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:30:57.699 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:30:57.699 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:30:57.700 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:30:57.701 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:30:57.701 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:30:57.701 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:30:57.702 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:30:57.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.718 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:30:57.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:57.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:57.718 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:57.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:57.921 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:30:57.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:57.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:57.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:30:57.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 18:30:57.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:30:57.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:57.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:57.924 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:30:57.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:30:57.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 "Add...") 18:30:57.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:57.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:57.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:57.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:30:57.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:57.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:57.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:57.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:57.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:57.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:30:57.931 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:30:57.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:30:57.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:30:57.931 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:30:57.931 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:30:58.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 18:30:58.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 18:30:58.077 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 18:30:58.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:30:58.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:30:58.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 18:30:58.079 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:30:58.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:30:58.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:30:58.093 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:30:58.093 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:30:58.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:30:58.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:30:58.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:30:58.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:30:58.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:30:58.096 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:30:58.100 INFO [WorkbenchTestable][AbstractText] Text set to: nonexisting.interface.name 18:30:58.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:30:58.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:30:58.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:30:58.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:58.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:58.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:58.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:58.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:58.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:58.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:30:58.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:58.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:58.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:58.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:58.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:58.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:58.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:58.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:58.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:30:58.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:58.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:59.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:59.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:59.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:59.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:59.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:59.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:59.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:30:59.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:59.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:30:59.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:30:59.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:30:59.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:30:59.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:30:59.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:30:59.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:30:59.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:30:59.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:30:59.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:00.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:00.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:31:00.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:00.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:00.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:00.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:00.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:00.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:00.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:00.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:00.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:31:00.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:00.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:00.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:00.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:00.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:00.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:00.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:01.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:01.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:31:01.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:01.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:01.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:01.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:01.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:01.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:01.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:01.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 18:31:01.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:31:01.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:01.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:01.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:01.105 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:01.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:01.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:01.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:01.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:01.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:01.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:01.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:11.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 18:31:11.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:31:11.121 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:11.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:11.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:11.123 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:11.123 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:11.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:11.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:11.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:11.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:11.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:11.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:12.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 18:31:12.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 "Cancel") 18:31:12.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:12.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:12.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:12.133 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:12.133 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:12.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:12.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:12.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:12.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:12.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:12.145 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:31:12.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:12.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:12.145 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:12.145 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:12.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 18:31:12.234 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:12.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:12.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:12.234 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:31:12.234 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:12.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:12.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:12.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:12.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:12.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:12.241 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:31:12.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:12.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:12.241 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:12.241 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:12.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 18:31:12.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 18:31:12.353 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 18:31:12.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:12.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:12.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 18:31:12.371 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:12.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:12.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:12.372 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:12.372 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:12.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:12.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:12.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:12.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:12.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:31:12.373 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:31:12.375 INFO [WorkbenchTestable][AbstractText] Text set to: Acl 18:31:12.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:31:12.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:31:12.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:31:12.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:12.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:12.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:12.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:12.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:12.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:12.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:12.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:12.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:12.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:12.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:12.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:12.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:12.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:12.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:12.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:13.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:13.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:13.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:13.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:13.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:13.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:13.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:13.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:13.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:13.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:13.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:13.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:13.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:13.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:13.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:13.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:14.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:14.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:14.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:14.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:14.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:14.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:14.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:14.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:14.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:14.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:14.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:14.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:14.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:14.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:14.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:14.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:15.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:15.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:15.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:15.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:15.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:15.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:15.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:15.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:15.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 18:31:15.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:31:15.380 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:15.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:15.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:15.381 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:15.381 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:15.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:15.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:15.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:15.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:15.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:15.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:15.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:31:15.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:31:15.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:15.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:15.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:15.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:15.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:15.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:15.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:15.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:15.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:15.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:15.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:15.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:31:15.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 "Cancel") 18:31:15.400 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:15.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:15.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:15.401 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:15.401 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:15.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:15.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:15.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:15.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:15.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:15.404 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:31:15.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:15.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:15.405 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:15.405 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:15.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:31:15.465 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:15.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:15.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:15.465 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:31:15.466 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:15.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:15.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:15.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:15.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:15.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:15.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:16.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 18:31:16.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 18:31:16.483 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:16.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:16.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:16.485 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:31:16.485 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:16.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:16.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:16.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:16.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:16.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:16.496 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:31:16.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:16.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:16.496 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:16.496 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:16.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 18:31:16.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. finished successfully 18:31:16.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 18:31:16.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:16.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:16.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 18:31:16.609 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:16.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:16.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:16.618 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:16.618 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:16.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:16.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:16.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:16.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:16.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:31:16.620 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:31:16.627 INFO [WorkbenchTestable][AbstractText] Text set to: org.w3c.dom.views.AbstractView 18:31:16.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:31:16.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:31:16.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:31:16.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:16.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:16.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:16.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:16.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:16.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:16.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:16.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:17.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:17.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:17.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:17.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:17.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:17.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:17.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:17.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:17.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:17.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:17.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:17.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:17.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:17.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:17.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:17.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:18.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:18.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:18.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:18.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:18.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:18.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:18.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:18.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:18.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:18.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:18.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:18.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:18.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:18.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:18.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:18.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:19.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:19.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:19.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:19.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:19.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:19.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:19.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:19.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:19.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:19.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:19.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:19.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:19.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:19.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:19.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:19.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:19.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 18:31:19.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:31:19.638 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:19.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:19.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:19.639 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:19.639 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:19.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:19.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:19.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:19.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:19.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:19.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:19.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:31:19.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:31:19.650 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:19.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:19.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:19.652 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:19.652 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:19.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:19.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:19.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:19.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:19.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:19.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:19.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:31:19.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") 18:31:19.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:19.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:19.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:19.657 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:19.657 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:19.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:19.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:19.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:19.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:19.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:19.662 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:31:19.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:19.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:19.662 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:19.662 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31: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 18:31:19.755 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:19.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:19.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:19.757 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:31:19.757 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:19.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:19.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:19.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:19.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:19.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:19.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:19.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:31:19.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 18:31:19.772 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:19.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:19.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:19.774 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:31:19.774 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:19.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:19.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:19.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:19.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:19.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:19.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:19.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:31:19.796 TRACE [main][WidgetHandler] Notify Table with event 13 18:31:19.796 TRACE [main][WidgetHandler] Wait for synchronization 18:31:19.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 "Remove") 18:31:19.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:19.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:19.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:19.797 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:31:19.797 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:19.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:19.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:19.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:19.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:19.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:19.813 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:31:19.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:19.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:19.813 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:19.813 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:19.819 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:31:19.819 INFO [WorkbenchTestable][NewClassCreationWizard] Cancel wizard 18:31:19.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 18:31:19.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:19.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:19.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:19.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:19.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:19.827 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:31:19.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:19.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:19.827 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:19.827 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:20.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:31:20.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:31:20.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:31:20.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:20.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:20.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:20.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:20.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:20.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:20.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:20.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:20.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:31:20.002 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:31:20.003 DEBUG [main][EditorHandler] 0 editor(s) found 18:31:20.003 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 18:31:20.003 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:31:20.003 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:31:20.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:20.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:20.005 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 18:31:20.005 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:31:20.006 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 18:31:20.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 18:31:20.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:31:20.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:31:20.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:31:20.006 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:20.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:20.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"] 18:31:20.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:20.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"] 18:31:20.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:20.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"] 18:31:20.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:20.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"] 18:31:20.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:20.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: "New"] 18:31:20.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:20.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: "New Java Class"] 18:31:20.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:20.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"] 18:31:20.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:20.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"] 18:31:20.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:20.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:31:20.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:20.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:20.013 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:31:20.014 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:31:20.014 DEBUG [main][MenuItemLookup] Found menu:'File' 18:31:20.015 DEBUG [main][MenuItemLookup] Item match:File 18:31:20.019 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:31:20.019 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:31:20.026 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:31:20.026 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:31:20.026 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:20.026 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:31:20.026 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:31:20.026 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:31:20.026 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:31:20.026 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:31:20.026 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:31:20.027 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:31:20.027 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:31:20.027 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:31:20.027 DEBUG [main][MenuItemLookup] Found menu:'File' 18:31:20.027 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:31:20.027 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:31:20.027 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:31:20.027 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:20.027 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:31:20.027 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:20.027 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:31:20.027 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:31:20.028 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:31:20.028 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:31:20.028 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:31:20.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:31:20.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:31:20.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:31:20.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:20.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:20.208 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:31:20.208 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:20.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:31:20.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:20.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:20.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:20.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:20.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:31:20.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:31:20.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:31:20.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:31:20.240 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:31:20.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:31:20.241 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:31:20.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:31:20.241 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:31:20.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:31:20.241 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:31:20.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:31:20.242 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:31:20.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:31:20.242 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:31:20.255 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:31:20.255 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:31:20.256 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:31:20.256 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:31:20.257 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:31:20.257 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:31:20.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:31:20.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:20.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:20.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:20.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:20.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:20.271 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:31:20.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:20.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:20.271 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:20.271 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:20.437 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:20.437 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:20.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:20.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:31:20.439 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 18:31:20.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:31:20.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:20.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:20.442 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:31:20.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:20.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 18:31:20.443 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:20.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:20.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:20.445 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:31:20.445 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:20.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:20.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:20.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:20.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:20.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:20.498 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:31:20.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:20.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:20.499 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:20.499 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:20.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 18:31:20.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 18:31:20.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 18:31:20.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:20.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:20.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 18:31:20.659 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:20.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:20.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:20.659 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:20.660 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:20.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:20.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:20.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:20.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:20.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:31:20.662 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:31:20.663 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleAction 18:31:20.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:31:20.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:31:20.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:31:20.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:20.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:20.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:20.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:20.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:20.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:20.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:20.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:21.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:21.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:21.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:21.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:21.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:21.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:21.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:21.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:21.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:21.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:21.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:21.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:21.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:21.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:21.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:21.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:22.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:22.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:22.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:22.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:22.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:22.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:22.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:22.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:22.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:22.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:22.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:22.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:22.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:22.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:22.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:22.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:23.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:23.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:23.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:23.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:23.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:23.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:23.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:23.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:23.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 18:31:23.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:31:23.667 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:23.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:23.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:23.669 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:23.669 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:23.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:23.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:23.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:23.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:23.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:23.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:23.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:31:23.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:31:23.679 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:23.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:23.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:23.680 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:23.680 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:23.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:23.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:23.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:23.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:23.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:23.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:23.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:31:23.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:31:23.684 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:23.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:23.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:23.686 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:23.686 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:23.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:23.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:23.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:23.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:23.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:23.694 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:31:23.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:23.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:23.695 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:23.695 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:23.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 18:31:23.794 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:23.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:23.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:23.795 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:31:23.795 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:23.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:23.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:23.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:23.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:23.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:23.813 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:31:23.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:23.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:23.814 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:23.814 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:23.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 18:31:23.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 18:31:23.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 18:31:23.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:23.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:23.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 18:31:23.919 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:23.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:23.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:23.930 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:23.930 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:23.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:23.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:23.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:23.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:23.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:31:23.932 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:31:23.934 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleEditableText 18:31:23.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:31:23.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:31:23.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:31:23.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:23.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:23.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:23.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:23.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:23.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:23.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:23.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:24.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:24.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:24.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:24.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:24.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:24.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:24.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:24.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:24.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:24.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:24.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:24.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:24.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:24.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:24.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:24.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:25.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:25.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:25.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:25.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:25.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:25.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:25.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:25.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:25.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:25.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:25.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:25.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:25.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:25.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:25.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:25.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:26.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:26.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:26.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:26.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:26.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:26.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:26.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:26.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:26.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:26.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:26.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:26.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:26.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:26.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:26.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:26.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:26.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 18:31:26.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:31:26.938 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:26.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:26.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:26.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:26.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:26.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:26.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:26.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:26.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:26.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:26.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:26.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:31:26.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 18:31:26.949 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:26.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:26.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:26.950 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:26.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:26.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:26.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:26.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:26.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:26.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:26.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:26.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:31:26.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:31:26.954 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:26.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:26.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:26.958 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:26.958 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:26.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:26.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:26.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:26.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:26.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:26.964 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:31:26.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:26.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:26.965 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:26.965 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:27.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...") 18:31:27.055 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:27.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:27.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:27.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:31:27.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:27.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:27.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:27.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:27.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:27.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:27.071 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:31:27.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:27.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:27.071 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:27.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:27.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 18:31:27.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 18:31:27.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 18:31:27.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:27.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:27.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 18:31:27.185 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:27.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:27.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:27.186 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:27.186 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:27.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:27.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:27.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:27.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:27.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:31:27.187 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:31:27.188 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleExtendedTable 18:31:27.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:31:27.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:31:27.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:31:27.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:27.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:27.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:27.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:27.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:27.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:27.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:27.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:27.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:27.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:27.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:27.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:27.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:27.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:27.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:27.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:28.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:28.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:28.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:28.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:28.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:28.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:28.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:28.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:28.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:28.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:28.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:28.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:28.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:28.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:28.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:28.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:29.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:29.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:29.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:29.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:29.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:29.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:29.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:29.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:29.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:29.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:29.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:29.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:29.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:29.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:29.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:29.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:30.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:30.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:30.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:30.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:30.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:30.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:30.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:30.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:30.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 18:31:30.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:31:30.194 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:30.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:30.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:30.198 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:30.198 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:30.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:30.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:30.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:30.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:30.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:30.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:30.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:31:30.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:31:30.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:30.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:30.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:30.210 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:30.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:30.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:30.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:30.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:30.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:30.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:30.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:30.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:31:30.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:31:30.213 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:30.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:30.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:30.214 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:30.214 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:30.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:30.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:30.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:30.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:30.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:30.218 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:31:30.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:30.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:30.219 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:30.219 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:30.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 "Add...") 18:31:30.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:30.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:30.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:30.325 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:31:30.325 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:30.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:30.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:30.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:30.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:30.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:30.339 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:31:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:30.340 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:30.340 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:30.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 18:31:30.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 18:31:30.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 18:31:30.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:30.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:30.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 18:31:30.467 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:30.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:30.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:30.467 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:30.467 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:30.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:30.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:30.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:30.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:30.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:31:30.474 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:31:30.475 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleStreamable 18:31:30.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:31:30.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:31:30.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:31:30.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:30.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:30.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:30.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:30.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:30.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:30.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:30.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:31.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:31.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:31.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:31.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:31.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:31.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:31.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:31.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:31.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:31.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:31.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:31.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:31.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:31.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:31.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:31.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:32.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:32.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:32.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:32.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:32.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:32.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:32.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:32.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:32.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:32.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:32.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:32.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:32.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:32.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:32.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:32.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:33.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:33.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:33.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:33.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:33.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:33.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:33.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:33.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:33.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:33.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:33.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:33.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:33.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:33.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:33.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:33.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:33.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 18:31:33.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:31:33.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:33.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:33.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:33.547 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:33.547 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:33.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:33.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:33.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:33.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:33.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:33.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:33.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:31:33.558 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:31:33.558 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:33.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:33.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:33.560 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:33.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:33.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:33.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:33.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:33.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:33.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:33.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:33.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:31:33.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:31:33.564 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:33.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:33.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:33.565 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:33.565 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:33.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:33.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:33.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:33.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:33.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:33.570 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:31:33.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:33.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:33.571 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:33.571 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:33.657 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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...") 18:31:33.657 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:33.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:33.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:33.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:31:33.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:33.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:33.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:33.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:33.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:33.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:33.678 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:31:33.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:33.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:33.678 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:33.678 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:33.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 18:31:33.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 18:31:33.798 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 18:31:33.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:33.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:33.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 18:31:33.800 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:33.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:33.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:33.802 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:33.802 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:33.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:33.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:33.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:33.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:33.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:31:33.804 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:31:33.805 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleText 18:31:33.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:31:33.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 18:31:33.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 18:31:33.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:33.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:33.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:33.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:33.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:33.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:33.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:33.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:34.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:34.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:34.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:34.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:34.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:34.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:34.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:34.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:34.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:34.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:34.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:34.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:34.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:34.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:34.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:34.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:35.309 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:35.309 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:35.309 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:35.309 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:35.309 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:35.309 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:35.309 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:35.309 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:35.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:35.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:35.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:35.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:35.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:35.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:35.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:35.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:36.310 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:36.310 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:36.310 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:36.310 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:36.310 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:36.310 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:36.310 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:36.310 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:36.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:36.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:36.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:36.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:36.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:36.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:36.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:36.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:36.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 18:31:36.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:31:36.811 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:36.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:36.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:36.812 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:36.812 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:36.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:36.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:36.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:36.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:36.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:36.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:36.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:31:36.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:31:36.821 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:36.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:36.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:36.823 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:36.824 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:36.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:36.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:36.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:36.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:36.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:36.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:36.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:31:36.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 "OK") 18:31:36.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:36.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:36.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:36.830 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 18:31:36.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:36.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:36.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:36.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:36.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:36.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:36.834 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:31:36.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:36.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:36.835 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:36.835 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:36.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:31:36.931 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:36.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:36.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:36.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:31:36.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:36.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:36.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:36.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:36.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:36.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:36.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:36.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:31:36.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:31:36.938 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:36.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:36.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:36.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:31:36.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:36.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:36.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:36.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:36.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:36.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:36.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:36.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:31:36.955 TRACE [main][WidgetHandler] Notify Table with event 13 18:31:36.955 TRACE [main][WidgetHandler] Wait for synchronization 18:31:36.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 "Remove") 18:31:36.955 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:36.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:36.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:36.956 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:31:36.956 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:36.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:36.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:36.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:36.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:36.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:36.977 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:31:36.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:36.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:36.978 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:36.978 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:36.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:31:36.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:36.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:36.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:36.990 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:31:36.990 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:36.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:36.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:36.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:36.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:36.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:36.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:37.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:31:37.004 TRACE [main][WidgetHandler] Notify Table with event 13 18:31:37.004 TRACE [main][WidgetHandler] Wait for synchronization 18:31:37.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 18:31:37.004 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:37.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:37.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:37.006 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:31:37.006 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:37.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:37.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:37.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:37.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:37.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:37.018 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:31:37.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:37.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:37.018 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:37.018 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:37.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:31:37.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:37.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:37.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:37.030 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:31:37.030 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:37.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:37.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:37.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:37.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:37.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:37.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:37.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:31:37.041 TRACE [main][WidgetHandler] Notify Table with event 13 18:31:37.041 TRACE [main][WidgetHandler] Wait for synchronization 18:31:37.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 18:31:37.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:37.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:37.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:37.042 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:31:37.042 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:37.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:37.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:37.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:37.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:37.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:37.051 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:31:37.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:37.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:37.052 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:37.052 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:37.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 18:31:37.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:37.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:37.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:37.068 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:31:37.068 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:37.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:37.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:37.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:37.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:37.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:37.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:37.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:31:37.081 TRACE [main][WidgetHandler] Notify Table with event 13 18:31:37.081 TRACE [main][WidgetHandler] Wait for synchronization 18:31:37.081 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 18:31:37.081 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:37.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:37.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:37.082 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:31:37.082 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:37.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:37.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:37.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:37.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:37.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:37.096 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:31:37.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:37.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:37.096 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:37.096 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:37.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:31:37.099 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:37.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:37.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:37.100 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:31:37.100 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:37.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:37.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:37.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:37.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:31:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:31:37.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:31:37.111 TRACE [main][WidgetHandler] Notify Table with event 13 18:31:37.111 TRACE [main][WidgetHandler] Wait for synchronization 18:31:37.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 "Remove") 18:31:37.111 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:37.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:37.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:37.112 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 18:31:37.112 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:37.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:37.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:37.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:37.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:37.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:37.126 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:31:37.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:37.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:37.127 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:37.127 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:37.129 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:31:37.129 INFO [WorkbenchTestable][NewClassCreationWizard] Cancel wizard 18:31:37.129 DEBUG [WorkbenchTestable][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) 18:31:37.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:37.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:37.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:37.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:37.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:37.141 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:31:37.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:37.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:37.141 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:37.141 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:37.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:31:37.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:31:37.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:31:37.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:37.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:37.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:37.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:37.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:37.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:37.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:37.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:37.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:31:37.316 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:31:37.317 DEBUG [main][EditorHandler] 0 editor(s) found 18:31:37.317 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 18:31:37.317 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:31:37.317 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:31:37.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:37.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:37.319 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 18:31:37.319 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:31:37.319 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreateNewClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 18:31:37.319 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 18:31:37.319 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:31:37.319 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:31:37.319 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:31:37.319 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:37.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:37.320 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:37.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:37.321 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:31:37.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:37.321 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:37.322 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:37.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"] 18:31:37.325 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:37.326 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:37.326 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:37.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: "New Java Class"] 18:31:37.327 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:37.328 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:37.329 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:37.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: "New"] 18:31:37.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:37.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:31:37.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:37.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:37.332 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:31:37.332 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:31:37.333 DEBUG [main][MenuItemLookup] Found menu:'File' 18:31:37.334 DEBUG [main][MenuItemLookup] Item match:File 18:31:37.336 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:31:37.336 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:31:37.343 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:31:37.343 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:31:37.343 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:37.343 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:31:37.343 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:31:37.343 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:31:37.343 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:31:37.344 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:31:37.344 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:31:37.344 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:31:37.344 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:31:37.344 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:31:37.344 DEBUG [main][MenuItemLookup] Found menu:'File' 18:31:37.344 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:31:37.344 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:31:37.344 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:31:37.344 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:37.344 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:31:37.344 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:37.344 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:31:37.344 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:31:37.345 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:31:37.345 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:31:37.346 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:31:37.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:31:37.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:31:37.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:31:37.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:37.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:37.570 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:31:37.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:37.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:31:37.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:37.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:37.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:37.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:37.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:31:37.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:31:37.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:31:37.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:31:37.605 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:31:37.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:31:37.616 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:31:37.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:31:37.616 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:31:37.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:31:37.617 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:31:37.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:31:37.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:31:37.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:31:37.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:31:37.619 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:31:37.619 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:31:37.620 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:31:37.620 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:31:37.620 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:31:37.620 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:31:37.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:31:37.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:37.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:37.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:37.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:37.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:37.635 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:31:37.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:37.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:37.636 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:37.636 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:37.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"] 18:31:37.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:37.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:37.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:31:37.805 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 18:31:37.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:31:37.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:37.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:37.807 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:31:37.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:37.808 DEBUG [WorkbenchTestable][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:") 18:31:37.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:37.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:37.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:37.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:37.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:31:37.883 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:31:37.886 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 18:31:37.947 DEBUG [WorkbenchTestable][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:") 18:31:37.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:37.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:38.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:38.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:38.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:31:38.011 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:31:38.013 INFO [WorkbenchTestable][AbstractText] Text set to: ClassName 18:31:38.020 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:31:38.020 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:31:38.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 18:31:38.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:38.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:38.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:38.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:38.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:38.071 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:31:38.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:38.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:38.077 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:38.077 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:38.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:31:38.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:31:38.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:31:38.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/testproject)' is a system job, skipped 18:31:38.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:31:38.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:31:38.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:31:38.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:31:38.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:38.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:38.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:38.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:38.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:31:38.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:38.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:38.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:38.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:38.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:31:38.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is ClassName.java... 18:31:38.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 '\*?\QClassName.java\E') 18:31:38.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:38.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:38.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:38.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:38.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:31:38.873 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:38.873 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package org.example.test; public class ClassName { } TooltipText=null 18:31:38.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is ClassName.java finished successfully 18:31:38.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@24edbd4 is found... 18:31:38.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@24edbd4 is found finished successfully 18:31:38.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 18:31:38.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:38.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:38.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:38.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:38.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:31:38.879 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:38.879 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package org.example.test; public class ClassName { } TooltipText=null 18:31:38.880 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:31:38.880 DEBUG [main][EditorHandler] 1 editor(s) found 18:31:38.880 DEBUG [WorkbenchTestable][EditorHandler] Closing editor ClassName.java 18:31:39.041 DEBUG [WorkbenchTestable][EditorHandler] Editor ClassName.java is closed 18:31:39.041 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 18:31:39.041 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:31:39.041 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:31:39.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:39.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:39.042 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreateNewClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 18:31:39.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:39.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:31:39.063 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 18:31:39.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:31:39.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:39.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:39.064 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:31:39.065 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:31:39.065 DEBUG [main][MenuItemLookup] Found menu:'File' 18:31:39.066 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:31:39.066 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:31:39.066 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:31:39.066 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:31:39.066 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:31:39.066 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:31:39.066 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:31:39.066 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:31:39.066 DEBUG [main][MenuItemLookup] Item match:Window 18:31:39.067 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:31:39.067 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:31:39.067 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:31:39.067 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:39.067 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:31:39.067 DEBUG [main][MenuItemLookup] Item match:Show View 18:31:39.079 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:31:39.079 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:31:39.079 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:31:39.079 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:31:39.079 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:31:39.079 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:31:39.079 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:31:39.079 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:31:39.079 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:31:39.080 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:31:39.080 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:31:39.080 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:31:39.080 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:31:39.080 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:31:39.080 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:31:39.080 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:39.080 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:31:39.080 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:31:39.121 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:31:39.121 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:31:39.121 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:31:39.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:31:39.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:31:39.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:31:39.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:39.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:39.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 18:31:39.277 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:39.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:39.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:39.279 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:31:39.279 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:39.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:39.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:39.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:39.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:39.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:31:39.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:31:39.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:31:39.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:31:39.291 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:31:39.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:31:39.291 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:31:39.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:31:39.292 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:31:39.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:31:39.293 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:31:39.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:31:39.294 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:31:39.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:31:39.294 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:31:39.295 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 18:31:39.295 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 18:31:39.296 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 18:31:39.296 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 18:31:39.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:39.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:39.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:39.307 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:31:39.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:39.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:39.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31: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 "Open") 18:31:39.311 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:39.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:39.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:39.312 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:31:39.312 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:39.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:39.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:39.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:39.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:39.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:39.321 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:31:39.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:39.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:39.321 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:39.322 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:39.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:31:39.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:31:39.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 18:31:39.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:39.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:39.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 18:31:39.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:39.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:39.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:31:39.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:39.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:39.442 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:31:39.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:31:39.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:39.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:39.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:39.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:39.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:31:39.449 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:39.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:39.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:39.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:31:39.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:31:39.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:31:39.488 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:39.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:39.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:39.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:39.492 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:39.492 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:39.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:39.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:39.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:39.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:39.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:31:39.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:39.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:31:40.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:40.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:31:40.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:31:40.501 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:40.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:40.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:40.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:40.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 18:31:40.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:40.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:40.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:40.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:40.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:31:40.506 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EnumProject 18:31:40.507 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 18:31:40.508 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:40.508 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:40.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:40.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:40.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:40.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:40.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:31:41.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:41.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:31:41.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:41.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:31:41.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:31:41.515 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:41.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:41.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:41.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:41.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:31:41.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:41.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:41.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:41.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:41.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:31:41.522 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EnumProject 18:31:41.523 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 18:31:41.524 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:41.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:41.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:41.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:41.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 18:31:41.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:41.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:41.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:41.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:41.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:31:41.530 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 18:31:41.530 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 18:31:41.531 DEBUG [main][TreeItemHandler] Set Tree selection 18:31:41.531 DEBUG [main][TreeHandler] Notify Tree about selection event 18:31:41.544 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 18:31:41.562 DEBUG [WorkbenchTestable][TreeItemHandler] EnumProject 18:31:41.562 DEBUG [WorkbenchTestable][TreeItemHandler] testproject 18:31:41.562 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:31:41.562 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:41.633 DEBUG [main][MenuItemLookup] Found menu:'New' 18:31:41.633 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:31:41.633 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:41.633 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:31:41.633 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:41.633 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:31:41.633 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:31:41.633 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:31:41.634 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:31:41.634 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:31:41.634 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:31:41.634 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:41.634 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:31:41.634 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:31:41.634 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:41.634 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:31:41.634 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:31:41.634 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:31:41.634 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:31:41.635 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:31:41.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:31:41.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:31:42.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:31:42.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:42.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:42.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:42.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:42.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:31:42.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:42.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:42.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:42.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:42.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:31:42.136 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:31:42.137 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:42.192 DEBUG [main][MenuItemLookup] Found menu:'New' 18:31:42.192 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:31:42.192 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:42.192 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:31:42.192 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:42.193 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:31:42.193 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:31:42.193 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:31:42.193 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:31:42.193 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:31:42.193 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:31:42.193 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:31:42.198 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:31:42.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1178): Gtk-CRITICAL **: 18:31:42.332: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1178): Gtk-CRITICAL **: 18:31:42.338: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1178): Gtk-CRITICAL **: 18:31:42.399: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1178): Gtk-CRITICAL **: 18:31:42.440: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:31:42.947 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 18:31:42.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:31:42.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:42.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:42.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: 32) 18:31:42.952 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:42.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:42.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:42.953 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:31:42.953 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:42.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:42.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:42.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:42.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:42.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:42.955 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:31:42.956 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:31:42.956 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:31:42.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:42.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:42.957 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:42.957 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:42.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:31:42.957 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:42.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:42.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:42.959 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:31:42.959 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:42.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:42.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:42.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:42.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:42.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:42.962 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:31:42.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:42.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:42.963 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:42.963 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:42.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:31:42.983 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:31:43.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:31:43.484 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:31:43.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:31:43.484 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:31:43.484 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:31:43.484 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:31:43.484 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:31:43.484 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:31:43.484 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:31:43.484 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:43.484 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:43.484 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:43.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:43.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:31:43.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:43.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:43.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:43.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:31:43.485 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 18:31:43.485 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:31:43.485 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:31:43.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:43.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 57.391 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest testCreateNewClassWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 5.797 s testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 1.732 s testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 22.554 s testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 17.313 s testCreateNewClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 1.723 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 18:31:43.500 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 18:31:43.501 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:31:43.502 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:31:43.502 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 18:31:43.502 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:31:43.502 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:31:43.503 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:31:43.503 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:31:43.503 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:31:43.503 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:31:43.503 DEBUG [main][EditorHandler] 0 editor(s) found 18:31:43.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:43.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:43.508 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:31:43.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:43.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:43.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:31:43.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:43.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:43.513 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:31:43.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 '\*?\QProject Explorer\E') 18:31:43.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:43.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:43.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:43.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:43.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:31:43.518 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:43.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:43.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:43.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:31:43.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:31:43.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:31:43.523 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:43.523 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:43.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:43.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:43.548 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:43.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:43.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:43.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:43.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:43.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:43.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:31:44.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:44.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:31:44.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:44.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:31:44.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:31:44.555 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:44.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:44.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:44.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:44.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 18:31:44.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:44.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:44.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:44.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:44.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:31:44.563 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:44.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:44.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:44.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:44.568 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:44.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:44.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:44.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:44.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:31:44.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:44.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:44.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:44.571 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:44.572 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:44.572 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:44.572 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:44.573 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:31:44.573 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:44.573 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:44.574 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:44.574 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:44.574 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:44.575 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:31:44.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:44.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:44.577 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:31:44.577 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:31:44.577 DEBUG [main][MenuItemLookup] Found menu:'File' 18:31:44.578 DEBUG [main][MenuItemLookup] Item match:File 18:31:44.579 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:31:44.579 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:31:44.587 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:31:44.587 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:31:44.587 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:44.587 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:31:44.587 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:31:44.587 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:31:44.587 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:31:44.587 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:31:44.587 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:31:44.587 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:31:44.587 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:31:44.587 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:31:44.587 DEBUG [main][MenuItemLookup] Found menu:'File' 18:31:44.587 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:31:44.587 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:31:44.587 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:31:44.587 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:44.587 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:31:44.587 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:44.587 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:31:44.587 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:31:44.588 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:31:44.588 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:31:44.589 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:31:44.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:31:44.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:31:44.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:31:44.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:44.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:44.825 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:31:44.825 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:44.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 18:31:44.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:44.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:44.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:44.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:44.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:31:44.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:31:44.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:31:44.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:31:44.858 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:31:44.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:31:44.858 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:31:44.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:31:44.859 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:31:44.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:31:44.872 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:31:44.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:31:44.902 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:31:44.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:31:44.902 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:31:44.904 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:31:44.904 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:31:44.905 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:31:44.918 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:31:44.918 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:31:44.918 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:31:44.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:31:44.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:44.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:44.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:44.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:44.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:44.927 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:31:44.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:44.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:44.927 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:44.927 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:45.340 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:45.340 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:45.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:45.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:31:45.343 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 18:31:45.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:31:45.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:45.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:45.345 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:31:45.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:45.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.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:") 18:31:45.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:45.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:45.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:45.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:45.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:45.348 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 18:31:45.348 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 18:31:45.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:45.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:45.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:45.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:45.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:31:45.379 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:31:45.379 INFO [WorkbenchTestable][JavaProjectWizard] Cancel wizard 18:31:45.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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) 18:31:45.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:45.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:45.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:45.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:45.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:45.394 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:31:45.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:45.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:45.394 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:45.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:45.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:31:45.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:31:45.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:31:45.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:45.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:45.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:45.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:45.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:31:45.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:45.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:45.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:45.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:31:45.587 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:31:45.588 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJavaProjectWizardCreateInfoModule no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 18:31:45.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 18:31:45.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:31:45.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:31:45.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:31:45.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"] 18:31:45.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:45.632 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:45.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:45.632 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:31:45.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:45.633 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:45.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:45.633 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:45.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:45.634 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:45.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:45.634 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:31:45.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:45.634 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:45.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:45.635 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:45.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:45.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:31:45.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:45.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:45.636 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:31:45.636 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:31:45.636 DEBUG [main][MenuItemLookup] Found menu:'File' 18:31:45.636 DEBUG [main][MenuItemLookup] Item match:File 18:31:45.638 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:31:45.638 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:31:45.645 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:31:45.645 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:31:45.645 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:45.645 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:31:45.645 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:31:45.645 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:31:45.645 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:31:45.645 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:31:45.645 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:31:45.645 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:31:45.645 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:31:45.645 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:31:45.645 DEBUG [main][MenuItemLookup] Found menu:'File' 18:31:45.645 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:31:45.645 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:31:45.645 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:31:45.645 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:45.645 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:31:45.645 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:45.645 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:31:45.645 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:31:45.646 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:31:45.646 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:31:45.647 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:31:45.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:31:45.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:31:45.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:31:45.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:45.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:45.841 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:31:45.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:45.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:31:45.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:45.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:45.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:45.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:45.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:31:45.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:31:45.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:31:45.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:31:45.864 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:31:45.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:31:45.877 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:31:45.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:31:45.877 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:31:45.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:31:45.878 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:31:45.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:31:45.879 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:31:45.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:31:45.880 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:31:45.882 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:31:45.882 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:31:45.892 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:31:45.897 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:31:45.897 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:31:45.897 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:31:45.897 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:31:45.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:45.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:45.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:45.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:45.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:45.916 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:31:45.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:45.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:45.926 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:45.926 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:46.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"] 18:31:46.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:46.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:46.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:31:46.334 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 18:31:46.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:31:46.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:46.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:46.336 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:31:46.336 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:46.364 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'SimpleJavaProject' 18:31:46.364 DEBUG [WorkbenchTestable][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:") 18:31:46.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:46.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:46.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:46.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:46.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:31:46.385 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:31:46.388 INFO [WorkbenchTestable][AbstractText] Text set to: SimpleJavaProject 18:31:46.431 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting active button 'Use an execution environment JRE' 18:31:46.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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:") 18:31:46.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:46.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:46.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:46.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:46.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:46.451 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 18:31:46.451 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Selecting 'JavaSE-9' 18:31:46.452 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 18:31:46.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:46.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:46.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:46.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:46.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:31:46.468 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JavaSE-11 to selection: JavaSE-9 18:31:46.469 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:31:46.469 INFO [WorkbenchTestable][JavaProjectWizard] Go to next wizard page 18:31:46.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:31:46.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:46.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:46.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:46.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:46.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:46.496 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:31:46.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:46.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:46.497 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:46.497 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:46.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 18:31:46.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:31:46.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:31:46.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:31:46.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:31:46.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:46.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:46.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:46.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:46.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:31:46.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:46.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:46.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:47.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/SimpleJavaProject)' is a system job, skipped 18:31:47.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:31:47.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:47.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:47.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:47.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:47.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:31:47.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:47.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:47.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:47.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:47.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:47.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:47.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:47.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:31:47.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:47.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:47.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:48.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:48.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:48.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:48.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:48.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:31:48.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:48.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:48.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:48.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:48.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:48.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:48.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:48.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:31:48.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:48.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:48.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:49.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:49.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:49.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:49.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:49.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:31:49.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:49.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:49.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:49.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:49.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:49.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:49.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:49.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:31:49.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:49.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:49.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:49.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 18:31:49.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:31:49.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:49.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:49.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:49.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:49.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:31:49.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:49.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:49.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:49.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:31:49.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.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") 18:31:49.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:49.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:49.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:49.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:49.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:49.949 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageTwo] Setting 'Create module-info.java file' to true 18:31:49.963 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 18:31:49.963 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file already selected, no action performed 18:31:49.964 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:31:49.964 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:31:49.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) 18:31:49.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:49.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:49.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:49.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:49.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:49.972 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:31:49.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:49.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:49.973 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:49.973 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:50.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:31:50.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 18:31:50.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:31:50.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:50.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:50.230 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Setting module name to 'simplejavaproject' 18:31:50.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Module name:") 18:31:50.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:50.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:50.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:50.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:31:50.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:50.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:50.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:50.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:50.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:50.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:31:50.243 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:31:50.245 INFO [WorkbenchTestable][AbstractText] Text set to: simplejavaproject 18:31:50.251 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Creating module-info.java file 18:31:50.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Create") 18:31:50.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:50.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:50.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:50.264 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:31:50.264 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:50.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:50.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:50.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:50.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:50.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:50.271 INFO [WorkbenchTestable][AbstractButton] Click button &Create 18:31:50.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:50.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:50.272 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:50.272 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:51.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:31:51.096 DEBUG [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 18:31:51.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:31:51.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:31:51.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:31:51.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/SimpleJavaProject)' is a system job, skipped 18:31:51.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:31:51.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:31:51.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:31:51.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:31:51.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:51.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:51.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:51.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:51.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:31:51.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:51.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:51.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:51.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:51.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:31:51.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:51.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:51.110 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:31:51.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:51.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:51.114 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - SimpleJavaProject/src/module-info.java - Eclipse Platform 18:31:51.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:51.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:51.146 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - SimpleJavaProject/src/module-info.java - Eclipse Platform' 18:31:51.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:31:51.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:51.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:51.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:51.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:51.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:31:51.153 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:51.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:51.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:51.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:51.225 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:51.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:51.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:51.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:51.227 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:51.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:51.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:51.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:51.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:51.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:51.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:31:51.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:51.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:31:52.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:52.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:31:52.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:31:52.237 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:52.237 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:52.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:52.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:52.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 18:31:52.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:52.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:52.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:52.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:52.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:31:52.242 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 18:31:52.242 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:52.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:52.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:52.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:52.244 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:52.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:52.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:52.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:52.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:52.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:52.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:31:52.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:52.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:31:53.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:53.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:31:53.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:31:53.250 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:53.251 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:53.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:53.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:53.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 18:31:53.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:53.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:53.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:53.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:53.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:31:53.257 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 18:31:53.258 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 18:31:53.259 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 18:31:53.260 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item SimpleJavaProject 18:31:53.260 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item SimpleJavaProject 18:31:53.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:31:53.261 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item SimpleJavaProject is already expanded. No action performed 18:31:53.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:31:53.262 INFO [WorkbenchTestable][TreeItemHandler] Expanded: SimpleJavaProject 18:31:53.262 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item module-info.java of tree item src 18:31:53.262 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:31:53.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:31:53.263 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 18:31:53.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:31:53.264 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:31:53.264 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item simplejavaproject of tree item module-info.java 18:31:53.264 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item module-info.java 18:31:53.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:31:53.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:31:53.766 INFO [WorkbenchTestable][TreeItemHandler] Expanded: module-info.java 18:31:53.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:53.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:53.782 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:31:53.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:53.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:53.785 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - SimpleJavaProject/src/module-info.java - Eclipse Platform 18:31:53.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:53.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:53.787 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - SimpleJavaProject/src/module-info.java - Eclipse Platform' 18:31:53.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:31:53.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:53.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:53.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:53.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:53.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:31:53.790 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:53.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:53.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:53.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - SimpleJavaProject/src/module-info.java - Eclipse Platform TooltipText=null 18:31:53.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:31:53.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:31:53.794 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:53.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:53.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:53.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:53.795 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:53.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:53.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:53.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:53.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:53.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:53.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:31:54.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:54.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:31:54.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:54.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:31:54.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:31:54.801 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:54.803 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:54.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:54.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:54.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 18:31:54.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:54.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:54.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:54.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:54.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:31:54.808 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 18:31:54.809 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:54.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:54.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:54.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:54.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:54.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:54.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:31:55.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:55.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:31:55.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:55.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:31:55.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:31:55.819 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:55.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:55.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:55.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:55.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:31:55.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:55.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:55.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:55.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:55.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:31:55.828 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 18:31:55.829 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:31:55.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:31:55.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:31:55.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:31:55.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 18:31:55.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:55.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:55.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:55.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:55.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:31:55.839 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 18:31:55.839 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 18:31:55.839 DEBUG [main][TreeItemHandler] Set Tree selection 18:31:55.840 DEBUG [main][TreeHandler] Notify Tree about selection event 18:31:55.849 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 18:31:55.855 DEBUG [WorkbenchTestable][TreeItemHandler] SimpleJavaProject 18:31:55.856 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:31:55.856 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:55.918 DEBUG [main][MenuItemLookup] Found menu:'New' 18:31:55.918 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:31:55.918 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:55.918 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:31:55.918 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:55.918 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:31:55.918 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:31:55.918 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:31:55.918 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:31:55.918 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:31:55.918 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:31:55.918 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:31:55.918 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:55.918 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:31:55.918 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:31:55.918 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:55.918 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:31:55.918 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:31:55.919 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:31:55.919 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:31:55.919 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:31:55.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:31:55.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:31:56.419 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:31:56.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:56.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:56.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:56.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:56.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:31:56.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:56.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:31:56.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:56.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:56.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:31:56.420 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:31:56.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:56.483 DEBUG [main][MenuItemLookup] Found menu:'New' 18:31:56.483 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:31:56.483 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:56.483 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:31:56.483 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:56.483 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:31:56.483 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:31:56.483 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:31:56.483 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:31:56.483 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:31:56.483 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:31:56.483 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:31:56.484 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:31:56.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 18:31:57.231 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 18:31:57.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:31:57.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:57.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:57.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: 32) 18:31:57.237 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:57.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:57.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:57.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:31:57.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:57.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:57.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:57.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:57.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:57.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:57.247 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:31:57.248 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:31:57.249 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:31:57.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:57.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:57.254 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:57.254 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:57.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:31:57.254 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:31:57.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:57.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:57.256 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:31:57.256 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:31:57.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:57.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:57.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:57.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:57.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:57.263 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:31:57.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:57.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:57.264 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:57.264 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:57.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:31:57.285 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:31:57.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:31:57.786 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:31:57.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:31:57.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:31:57.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:31:57.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:31:57.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:31:57.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:31:57.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:31:57.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:31:57.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:31:57.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:31:57.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:31:57.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:31:57.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:31:57.790 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 18:31:57.790 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:31:57.790 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:31:57.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:31:57.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:31:57.793 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJavaProjectWizardCreateInfoModule no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 18:31:57.793 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:31:57.793 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJavaProjectWizardDisabledModuleInfoCheckbox no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 18:31:57.793 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 18:31:57.793 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:31:57.793 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:31:57.793 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:31:57.793 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:57.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:57.794 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:57.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:57.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"] 18:31:57.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:57.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"] 18:31:57.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:57.796 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:57.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:57.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"] 18:31:57.797 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:57.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 Project"] 18:31:57.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:57.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"] 18:31:57.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:57.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"] 18:31:57.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:57.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:31:57.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:57.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:57.801 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:31:57.801 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:31:57.802 DEBUG [main][MenuItemLookup] Found menu:'File' 18:31:57.803 DEBUG [main][MenuItemLookup] Item match:File 18:31:57.805 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:31:57.805 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:31:57.812 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:31:57.812 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:31:57.812 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:57.812 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:31:57.812 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:31:57.812 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:31:57.812 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:31:57.812 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:31:57.812 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:31:57.812 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:31:57.812 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:31:57.812 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:31:57.812 DEBUG [main][MenuItemLookup] Found menu:'File' 18:31:57.812 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:31:57.812 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:31:57.812 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:31:57.812 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:57.812 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:31:57.812 DEBUG [main][MenuItemLookup] Found menu:'' 18:31:57.812 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:31:57.812 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:31:57.836 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:31:57.836 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:31:57.836 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:31:58.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:31:58.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:31:58.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:31:58.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:58.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:58.041 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:31:58.041 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:58.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:31:58.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:58.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:58.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:58.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:58.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:31:58.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:31:58.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:31:58.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:31:58.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:31:58.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:31:58.060 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:31:58.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:31:58.061 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:31:58.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:31:58.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:31:58.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:31:58.075 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:31:58.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:31:58.076 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:31:58.078 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:31:58.078 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:31:58.088 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:31:58.088 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:31:58.089 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:31:58.090 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:31:58.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:31:58.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:58.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:58.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:58.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:58.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:58.105 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:31:58.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:58.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:58.105 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:58.105 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:58.522 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:31:58.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:58.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:58.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:31:58.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 18:31:58.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:31:58.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:31:58.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:31:58.527 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:31:58.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:31:58.527 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'SimpleJavaProject' 18:31:58.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:31:58.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:58.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:58.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:58.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:58.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:31:58.575 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:31:58.576 INFO [WorkbenchTestable][AbstractText] Text set to: SimpleJavaProject 18:31:58.604 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting active button 'Use an execution environment JRE' 18:31:58.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.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:") 18:31:58.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:58.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:58.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:58.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:58.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:58.629 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 18:31:58.629 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Selecting 'JavaSE-1.8' 18:31:58.629 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 18:31:58.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:58.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:58.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:58.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:58.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:31:58.634 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JavaSE-9 to selection: JavaSE-1.8 18:31:58.647 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:31:58.647 INFO [WorkbenchTestable][JavaProjectWizard] Go to next wizard page 18:31:58.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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) 18:31:58.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:58.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:58.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:58.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:58.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:58.661 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:31:58.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:31:58.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:31:58.662 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:31:58.662 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:31:58.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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") 18:31:58.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:31:58.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:31:59.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:31:59.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:31:59.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:31:59.017 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageTwo] Setting 'Create module-info.java file' to true 18:31:59.018 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 18:31:59.019 INFO [WorkbenchTestable][CheckBox] Check checkbox Create &module-info.java file 18:31:59.019 INFO [WorkbenchTestable][AbstractButton] Click button Create &module-info.java file 18:31:59.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:09.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled failed, an exception will be thrown 18:32:09.153 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:32:09.153 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:32:09.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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) 18:32:09.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:09.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:09.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:09.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:09.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:09.186 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:32:09.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:09.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:09.187 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:09.187 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:09.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:32:12.621 DEBUG [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 18:32:12.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:32:12.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:32:12.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:32:12.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:32:12.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:32:12.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:32:12.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:32:12.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:32:12.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:32:12.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:32:12.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:32:12.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:32:12.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:32:12.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:12.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:12.627 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:32:12.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:12.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:12.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:32:12.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:12.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:12.631 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:32:12.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') 18:32:12.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:12.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:12.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:12.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:12.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:12.636 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:12.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:12.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:12.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:32:12.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:32:12.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:32:12.668 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:12.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:12.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:12.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:12.672 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:12.672 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:12.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:12.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:12.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:12.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:12.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:13.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:13.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:13.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:13.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:13.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:32:13.680 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:13.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:13.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:13.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:13.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 18:32:13.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:13.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:13.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:13.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:13.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:32:13.686 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 18:32:13.687 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:13.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:13.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:13.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:13.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:13.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:13.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:14.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:14.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:14.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:14.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:14.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:32:14.694 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:14.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:14.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:14.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:14.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 18:32:14.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:14.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:14.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:14.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:14.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:32:14.699 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 18:32:14.700 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:14.700 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:14.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:14.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:14.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 18:32:14.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:14.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:14.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:14.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:14.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:32:14.704 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 18:32:14.705 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 18:32:14.705 DEBUG [main][TreeItemHandler] Set Tree selection 18:32:14.706 DEBUG [main][TreeHandler] Notify Tree about selection event 18:32:14.716 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 18:32:14.718 DEBUG [WorkbenchTestable][TreeItemHandler] SimpleJavaProject 18:32:14.718 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:32:14.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:14.786 DEBUG [main][MenuItemLookup] Found menu:'New' 18:32:14.786 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:32:14.787 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:14.787 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:32:14.787 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:14.787 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:32:14.787 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:32:14.787 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:32:14.787 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:32:14.787 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:32:14.787 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:32:14.787 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:32:14.787 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:14.787 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:32:14.787 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:32:14.787 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:14.787 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:32:14.787 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:32:14.788 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:32:14.788 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:32:14.789 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:32:14.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:32:14.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:32:15.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:32:15.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:32:15.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:32:15.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:32:15.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:32:15.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:32:15.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:32:15.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:32:15.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:32:15.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:32:15.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:32:15.291 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:32:15.291 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:15.357 DEBUG [main][MenuItemLookup] Found menu:'New' 18:32:15.357 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:32:15.357 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:15.357 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:32:15.357 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:15.357 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:32:15.357 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:32:15.357 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:32:15.357 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:32:15.357 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:32:15.358 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:32:15.358 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:32:15.359 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:32:15.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 18:32:15.937 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 18:32:15.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:32:15.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:15.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:15.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: 32) 18:32:15.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:32:15.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:32:15.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:32:15.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:32:15.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:32:15.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:15.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:15.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:15.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:15.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:15.945 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:32:15.946 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:32:15.946 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:32:15.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:15.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:15.946 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:15.946 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:15.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:32:15.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:32:15.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:32:15.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:32:15.947 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:32:15.947 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:32:15.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:15.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:15.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:15.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:15.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:15.950 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:32:15.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:15.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:15.951 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:15.951 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:15.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:32:15.976 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:32:16.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:32:16.478 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:32:16.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:32:16.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:32:16.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 18:32:16.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 18:32:16.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:32:16.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:32:16.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:32:16.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:32:16.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:32:16.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:32:16.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:32:16.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:32:16.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:32:16.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:32:16.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:32:16.978 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 18:32:16.978 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:32:16.979 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:32:16.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:32:16.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:32:16.981 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJavaProjectWizardDisabledModuleInfoCheckbox no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 18:32:16.981 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:32:16.982 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJavaProjectWizard no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 18:32:16.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 18:32:16.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:32:16.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:32:16.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:32:16.982 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:16.982 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:16.983 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:16.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:16.983 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:32:16.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:16.984 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:16.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:16.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"] 18:32:16.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:16.986 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:16.987 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:16.987 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:32:16.987 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:16.987 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:16.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:16.988 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:16.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:16.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:32:16.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:17.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:17.020 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:32:17.020 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:32:17.021 DEBUG [main][MenuItemLookup] Found menu:'File' 18:32:17.022 DEBUG [main][MenuItemLookup] Item match:File 18:32:17.024 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:32:17.024 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:32:17.060 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:32:17.060 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:32:17.060 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:17.060 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:32:17.060 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:32:17.060 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:32:17.060 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:32:17.060 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:32:17.060 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:32:17.060 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:32:17.060 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:32:17.060 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:32:17.060 DEBUG [main][MenuItemLookup] Found menu:'File' 18:32:17.060 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:32:17.060 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:32:17.060 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:32:17.060 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:17.060 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:32:17.060 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:17.060 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:32:17.060 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:32:17.062 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:32:17.062 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:32:17.062 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:32:17.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:32:17.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:32:17.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:32:17.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:17.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:17.267 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:32:17.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:17.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 18:32:17.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:17.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:17.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:17.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:17.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:32:17.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:32:17.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:32:17.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:32:17.353 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:32:17.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:32:17.354 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:32:17.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:32:17.355 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:32:17.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:32:17.355 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:32:17.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:32:17.356 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:32:17.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:32:17.356 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:32:17.358 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:32:17.358 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:32:17.358 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:32:17.359 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:32:17.359 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:32:17.359 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:32:17.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:32:17.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:17.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:17.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:17.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:17.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:17.423 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:32:17.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:17.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:17.424 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:17.424 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:17.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: "New"] 18:32:17.951 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:17.951 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:17.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:32:17.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 18:32:17.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:32:17.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:17.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:17.956 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:32:17.956 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:17.960 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'SimpleJavaProject' 18:32:17.961 DEBUG [WorkbenchTestable][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:") 18:32:17.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:17.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:18.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:18.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:18.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:32:18.007 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:32:18.010 INFO [WorkbenchTestable][AbstractText] Text set to: SimpleJavaProject 18:32:18.058 DEBUG [WorkbenchTestable][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") 18:32:18.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:18.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:18.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:18.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:18.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:18.063 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting default location to true 18:32:18.075 INFO [WorkbenchTestable][CheckBox] Select checkbox Use &default location 18:32:18.075 DEBUG [WorkbenchTestable][CheckBox] Checkbox Use &default location already selected, no action performed 18:32:18.076 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:32:18.076 INFO [WorkbenchTestable][JavaProjectWizard] Go to next wizard page 18:32:18.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 "Next >", Widget matcher matching widgets with style: 8) 18:32:18.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:18.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:18.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:18.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:18.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:18.090 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:32:18.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:18.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:18.091 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:18.091 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:18.518 DEBUG [WorkbenchTestable][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") 18:32:18.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:18.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:18.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:18.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:18.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:18.534 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageTwo] Setting 'Allow output folders for source folders' to true 18:32:18.534 INFO [WorkbenchTestable][CheckBox] Select checkbox Allow output folders for sour&ce folders 18:32:18.535 INFO [WorkbenchTestable][CheckBox] Check checkbox Allow output folders for sour&ce folders 18:32:18.535 INFO [WorkbenchTestable][AbstractButton] Click button Allow output folders for sour&ce folders 18:32:18.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:18.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:18.535 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:18.535 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:18.537 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:32:18.537 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:32:18.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.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) 18:32:18.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:18.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:18.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:18.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:18.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:18.589 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:32:18.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:18.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:18.590 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:18.590 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:19.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.... 18:32:22.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 18:32:22.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:32:22.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:32:22.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:32:22.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:32:22.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:32:22.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:32:22.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:32:22.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:32:22.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:32:22.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:32:22.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:32:22.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:32:22.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:32:22.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:32:22.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:22.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:22.069 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:32:22.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:22.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:22.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:32:22.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:22.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:22.072 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:32:22.072 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:32:22.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:22.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:22.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:22.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:22.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:22.076 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:22.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:22.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:22.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:32:22.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:32:22.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:32:22.104 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:22.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:22.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:22.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:22.108 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:22.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:22.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:22.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:22.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:22.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:22.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:22.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:22.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:23.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:23.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:23.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:32:23.172 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:23.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:23.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:23.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:23.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:32:23.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:23.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:23.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:23.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:23.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:32:23.190 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 18:32:23.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:23.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:23.197 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:32:23.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:23.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:23.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:32:23.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:23.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:23.203 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:32:23.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:32:23.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:23.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:23.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:23.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:23.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:23.209 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:23.209 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:23.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:23.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:32:23.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:32:23.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:32:23.238 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:23.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:23.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:23.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:23.243 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:23.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:23.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:23.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:23.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:23.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:23.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:23.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:23.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:24.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:24.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:24.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:32:24.293 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:24.294 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:24.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:24.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:24.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:32:24.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:24.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:24.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:24.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:24.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:32:24.300 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 18:32:24.301 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:24.302 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:24.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:24.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:24.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:24.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:24.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:24.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:24.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:25.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:25.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:25.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:32:25.310 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:25.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:25.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:25.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:25.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:32:25.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:25.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:25.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:25.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:25.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:32:25.317 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 18:32:25.318 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:25.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:25.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:25.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:25.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 18:32:25.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:25.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:25.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:25.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:32:25.324 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 18:32:25.324 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 18:32:25.325 DEBUG [main][TreeItemHandler] Set Tree selection 18:32:25.325 DEBUG [main][TreeHandler] Notify Tree about selection event 18:32:25.334 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 18:32:25.340 DEBUG [WorkbenchTestable][TreeItemHandler] SimpleJavaProject 18:32:25.341 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:32:25.341 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:25.410 DEBUG [main][MenuItemLookup] Found menu:'New' 18:32:25.410 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:32:25.410 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:25.410 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:32:25.410 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:25.411 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:32:25.411 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:32:25.411 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:32:25.411 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:32:25.411 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:32:25.411 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:32:25.411 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:32:25.411 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:25.411 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:32:25.411 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:32:25.411 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:25.411 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:32:25.411 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:32:25.411 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:32:25.411 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:32:25.412 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:32:25.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:32:25.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:32:25.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:32:25.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:32:25.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:32:25.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:32:25.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:32:25.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:32:25.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:32:25.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:32:25.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:32:25.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:32:25.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:32:25.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:32:25.914 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:32:25.914 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:25.982 DEBUG [main][MenuItemLookup] Found menu:'New' 18:32:25.982 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:32:25.982 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:25.982 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:32:25.982 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:25.982 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:32:25.982 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:32:25.982 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:32:25.982 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:32:25.982 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:32:25.983 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:32:25.983 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:32:25.984 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:32:26.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 18:32:26.757 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 18:32:26.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:32:26.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:26.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:26.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:32:26.762 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:32:26.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:32:26.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:32:26.763 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:32:26.763 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:32:26.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:26.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:26.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:26.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:26.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:26.766 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:32:26.766 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:32:26.767 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:32:26.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:26.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:26.768 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:26.768 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:26.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:32:26.769 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:32:26.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:32:26.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:32:26.770 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:32:26.770 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:32:26.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:26.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:26.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:26.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:26.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:26.774 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:32:26.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:26.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:26.782 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:26.782 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:26.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:32:26.790 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:32:27.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:32:27.291 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:32:27.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:32:27.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:32:27.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:32:27.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:32:27.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:32:27.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:32:27.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:32:27.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:32:27.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:32:27.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:32:27.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:32:27.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:32:27.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:32:27.292 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 18:32:27.292 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:32:27.292 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:32:27.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:32:27.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:32:27.295 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJavaProjectWizard no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 18:32:27.295 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:32:27.295 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJavaProjectWizardCreateInfoModuleDefaultName no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 18:32:27.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 18:32:27.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:32:27.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:32:27.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:32:27.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"] 18:32:27.297 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:27.297 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:27.297 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:27.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: "New Java Project"] 18:32:27.298 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:27.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"] 18:32:27.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:27.300 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:27.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:27.301 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:27.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:27.302 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:32:27.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:27.302 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:27.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:27.303 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:27.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:27.304 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:32:27.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:27.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:27.306 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:32:27.307 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:32:27.307 DEBUG [main][MenuItemLookup] Found menu:'File' 18:32:27.308 DEBUG [main][MenuItemLookup] Item match:File 18:32:27.310 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:32:27.310 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:32:27.318 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:32:27.318 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:32:27.318 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:27.318 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:32:27.318 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:32:27.318 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:32:27.318 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:32:27.318 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:32:27.318 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:32:27.318 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:32:27.318 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:32:27.318 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:32:27.318 DEBUG [main][MenuItemLookup] Found menu:'File' 18:32:27.318 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:32:27.318 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:32:27.318 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:32:27.319 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:27.319 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:32:27.319 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:27.319 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:32:27.319 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:32:27.342 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:32:27.342 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:32:27.342 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:32:27.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:32:27.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:32:27.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:32:27.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:27.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:27.533 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:32:27.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:27.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:32:27.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:27.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:27.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:27.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:27.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:32:27.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:32:27.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:32:27.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:32:27.564 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:32:27.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:32:27.564 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:32:27.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:32:27.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:32:27.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:32:27.565 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:32:27.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:32:27.566 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:32:27.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:32:27.566 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:32:27.567 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:32:27.567 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:32:27.580 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:32:27.580 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:32:27.581 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:32:27.581 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:32:27.581 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:32:27.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:27.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:27.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:27.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:27.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:27.612 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:32:27.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:27.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:27.612 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:27.612 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:28.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:28.014 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:28.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:28.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:32:28.024 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 18:32:28.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:32:28.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:28.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:28.027 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:32:28.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:28.027 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'SimpleJavaProject' 18:32:28.028 DEBUG [WorkbenchTestable][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:") 18:32:28.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:28.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:28.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:28.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:28.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:32:28.061 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:32:28.063 INFO [WorkbenchTestable][AbstractText] Text set to: SimpleJavaProject 18:32:28.095 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting active button 'Use an execution environment JRE' 18:32:28.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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:") 18:32:28.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:28.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:28.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:28.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:28.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:28.128 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 18:32:28.129 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Selecting 'JavaSE-10' 18:32:28.129 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 18:32:28.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:28.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:28.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:28.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:28.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:32:28.146 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JavaSE-1.8 to selection: JavaSE-10 18:32:28.147 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:32:28.147 INFO [WorkbenchTestable][JavaProjectWizard] Go to next wizard page 18:32:28.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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) 18:32:28.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:28.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:28.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:28.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:28.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:28.173 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:32:28.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:28.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:28.174 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:28.174 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:28.763 DEBUG [WorkbenchTestable][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") 18:32:28.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:28.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:28.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:28.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:28.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:28.801 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageTwo] Setting 'Create module-info.java file' to true 18:32:28.802 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 18:32:28.802 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file already selected, no action performed 18:32:28.803 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:32:28.803 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:32:28.804 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 18:32:28.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:28.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:28.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:28.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:28.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:28.850 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:32:28.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:28.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:28.850 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:28.850 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:29.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:32:29.310 DEBUG [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 18:32:29.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:32:29.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:29.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:29.312 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:32:29.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:32:29.312 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:32:29.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:32:29.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:32:29.313 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:32:29.313 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:32:29.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:29.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:29.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:29.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:29.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:29.319 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:32:29.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:29.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:29.320 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:29.320 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:29.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:32:29.937 DEBUG [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 18:32:29.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:32:29.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:32:29.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:32:29.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:32:29.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:32:29.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:32:29.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:32:29.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:32:29.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:32:29.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:32:29.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:32:29.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:32:29.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:32:29.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:32:29.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:32:29.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:32:29.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:32:29.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:29.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:29.988 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:32:29.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:29.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:29.991 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:32:29.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:29.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:29.992 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:32:29.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:32:29.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:29.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:29.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:29.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:29.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:29.999 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:29.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:30.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:30.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:32:30.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:32:30.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:32:30.033 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:30.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:30.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:30.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:30.036 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:30.180 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:30.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:30.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:30.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:30.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:30.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:30.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:30.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:31.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:31.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:31.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:32:31.218 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:31.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:31.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:31.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:31.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 18:32:31.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:31.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:31.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:31.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:31.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:32:31.224 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 18:32:31.225 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:31.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:31.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:31.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:31.227 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:31.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:31.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:31.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:31.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:31.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:31.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:31.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:31.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:32.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:32.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:32.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:32:32.239 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:32.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:32.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:32.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:32.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 18:32:32.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:32.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:32.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:32.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:32.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:32:32.254 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 18:32:32.255 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 18:32:32.256 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 18:32:32.257 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item SimpleJavaProject 18:32:32.257 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item SimpleJavaProject 18:32:32.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:32:32.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:32:32.822 INFO [WorkbenchTestable][TreeItemHandler] Expanded: SimpleJavaProject 18:32:32.825 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item module-info.java of tree item src 18:32:32.826 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:32:32.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:32:33.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:32:33.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:32:33.329 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 18:32:33.330 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:32:33.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:32:33.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:32:33.838 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:32:33.838 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:32:33.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:32:34.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:32:34.341 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:32:34.344 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 18:32:34.345 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 18:32:34.345 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:32:34.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:32:34.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:32:34.887 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:32:34.888 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 18:32:34.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:32:35.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:32:35.390 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 18:32:35.391 DEBUG [WorkbenchTestable][AbstractResource] Item "module-info.java" was not found. Available items on the current level: 18:32:35.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:35.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:35.398 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:32:35.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:35.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:35.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:32:35.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:35.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:35.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:32:35.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:32:35.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:35.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:35.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:35.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:35.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:35.410 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:35.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:35.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:35.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:32:35.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:32:35.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:32:35.415 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:35.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:35.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:35.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:35.417 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:35.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:35.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:35.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:35.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:35.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:35.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:35.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:35.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:36.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:36.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:36.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:32:36.450 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:36.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:36.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:36.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:36.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:32:36.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:36.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:36.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:36.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:36.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:32:36.455 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 18:32:36.456 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:36.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:36.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:36.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:36.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:36.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:36.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:36.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:36.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:37.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:37.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:37.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:32:37.463 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:37.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:37.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:37.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:37.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:32:37.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:37.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:37.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:37.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:37.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:32:37.476 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 18:32:37.477 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:37.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:37.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:37.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:37.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:32:37.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:37.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:37.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:37.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:37.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:32:37.483 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 18:32:37.483 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 18:32:37.484 DEBUG [main][TreeItemHandler] Set Tree selection 18:32:37.489 DEBUG [main][TreeHandler] Notify Tree about selection event 18:32:37.499 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 18:32:37.501 DEBUG [WorkbenchTestable][TreeItemHandler] SimpleJavaProject 18:32:37.501 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:32:37.501 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:37.626 DEBUG [main][MenuItemLookup] Found menu:'New' 18:32:37.626 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:32:37.626 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:37.626 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:32:37.626 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:37.626 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:32:37.626 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:32:37.626 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:32:37.626 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:32:37.626 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:32:37.626 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:32:37.626 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:32:37.626 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:37.626 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:32:37.626 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:32:37.626 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:37.626 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:32:37.626 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:32:37.626 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:32:37.626 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:32:37.627 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:32:37.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:32:37.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:32:38.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:32:38.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:32:38.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:32:38.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:32:38.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:32:38.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:32:38.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:32:38.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:32:38.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:32:38.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:32:38.128 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:32:38.128 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:38.183 DEBUG [main][MenuItemLookup] Found menu:'New' 18:32:38.183 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:32:38.183 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:38.183 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:32:38.183 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:38.183 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:32:38.183 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:32:38.183 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:32:38.183 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:32:38.183 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:32:38.183 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:32:38.183 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:32:38.184 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:32:38.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 18:32:38.929 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 18:32:38.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:32:38.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:38.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:38.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:32:38.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:32:38.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:32:38.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:32:38.940 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:32:38.940 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:32:38.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:38.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:38.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:38.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:38.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:38.944 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:32:38.944 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:32:38.945 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:32:38.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:38.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:38.946 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:38.946 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:38.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:32:38.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:32:38.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:32:38.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:32:38.948 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:32:38.948 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:32:38.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:38.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:38.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:38.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:38.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:38.959 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:32:38.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:38.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:38.960 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:38.960 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:38.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:32:38.969 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:32:39.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:32:39.471 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:32:39.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:32:39.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:32:39.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:32:39.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:32:39.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:32:39.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:32:39.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:32:39.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:32:39.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:32:39.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:32:39.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:32:39.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:32:39.471 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 18:32:39.471 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:32:39.471 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:32:39.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:32:39.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:32:39.475 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJavaProjectWizardCreateInfoModuleDefaultName no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 18:32:39.475 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:39.476 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:39.476 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:39.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:39.477 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:32:39.478 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:39.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: "New"] 18:32:39.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:39.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"] 18:32:39.480 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:39.481 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:39.482 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:39.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 Java Project"] 18:32:39.483 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:39.485 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:39.486 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:39.487 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:39.487 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:39.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:32:39.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:39.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:39.490 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:32:39.490 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:32:39.490 DEBUG [main][MenuItemLookup] Found menu:'File' 18:32:39.491 DEBUG [main][MenuItemLookup] Item match:File 18:32:39.493 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:32:39.493 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:32:39.499 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:32:39.499 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:32:39.500 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:39.500 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:32:39.500 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:32:39.500 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:32:39.500 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:32:39.500 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:32:39.500 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:32:39.500 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:32:39.500 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:32:39.500 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:32:39.500 DEBUG [main][MenuItemLookup] Found menu:'File' 18:32:39.500 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:32:39.500 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:32:39.500 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:32:39.500 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:39.500 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:32:39.500 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:39.500 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:32:39.500 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:32:39.526 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:32:39.526 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:32:39.527 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:32:39.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:32:39.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:32:39.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:32:39.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:39.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:39.721 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:32:39.721 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:39.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 18:32:39.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:39.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:39.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:39.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:39.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:32:39.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:32:39.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:32:39.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:32:39.743 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:32:39.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:32:39.743 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:32:39.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:32:39.743 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:32:39.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:32:39.744 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:32:39.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:32:39.744 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:32:39.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:32:39.745 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:32:39.746 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:32:39.746 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:32:39.746 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:32:39.747 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:32:39.747 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:32:39.747 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:32:39.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:32:39.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:39.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:39.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:39.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:39.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:39.750 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:32:39.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:39.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:39.750 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:39.750 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:40.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: "New"] 18:32:40.156 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:40.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:40.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:32:40.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 18:32:40.158 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:32:40.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:40.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:40.159 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:32:40.159 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:40.160 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting active button 'Use an execution environment JRE' 18:32:40.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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:") 18:32:40.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:40.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:40.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:40.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:40.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:40.210 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 18:32:40.210 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Selecting 'JavaSE-11' 18:32:40.210 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 18:32:40.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:40.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:40.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:40.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:40.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:32:40.246 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JavaSE-10 to selection: JavaSE-11 18:32:40.247 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:32:40.247 INFO [WorkbenchTestable][JavaProjectWizard] Cancel wizard 18:32:40.247 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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) 18:32:40.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:40.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:40.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:40.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:40.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:40.262 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:32:40.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:40.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:40.262 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:40.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:40.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:32:40.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:32:40.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:32:40.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:32:40.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:32:40.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:32:40.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:32:40.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:32:40.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:32:40.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:32:40.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:32:40.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:32:40.556 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 18:32:40.556 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:32:40.556 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:32:40.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:32:40.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 57.059 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: 12.205 s testJavaProjectWizardDisabledModuleInfoCheckbox no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) Time elapsed: 19.188 s testJavaProjectWizard no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) Time elapsed: 10.313 s testJavaProjectWizardCreateInfoModuleDefaultName no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) Time elapsed: 12.18 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 18:32:40.569 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 18:32:40.570 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:32:40.570 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:32:40.570 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 18:32:40.570 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:32:40.571 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:32:40.571 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:32:40.571 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:32:40.571 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:32:40.571 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:32:40.572 DEBUG [main][EditorHandler] 0 editor(s) found 18:32:40.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:40.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:40.576 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:32:40.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:40.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:40.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:32:40.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:40.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:40.579 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:32:40.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:32:40.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:40.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:40.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:40.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:40.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:40.582 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:40.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:40.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:40.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:32:40.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:32:40.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:32:40.607 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:40.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:40.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:40.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:40.610 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:40.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:40.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:40.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:40.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:40.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:40.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:41.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:41.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:41.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:41.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:41.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:32:41.617 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:41.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:41.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:41.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:41.622 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:32:41.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:41.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:41.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:41.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:41.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:32:41.626 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:32:41.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:32:41.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:41.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:41.630 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:41.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:41.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"] 18:32:41.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:41.632 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:32:41.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:41.633 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:41.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:41.634 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:41.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:41.635 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:41.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:41.635 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 18:32:41.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:41.636 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:41.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:41.637 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:41.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:41.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:32:41.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:41.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:41.640 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:32:41.640 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:32:41.640 DEBUG [main][MenuItemLookup] Found menu:'File' 18:32:41.640 DEBUG [main][MenuItemLookup] Item match:File 18:32:41.642 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:32:41.642 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:32:41.649 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:32:41.649 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:32:41.649 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:41.649 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:32:41.649 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:32:41.649 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:32:41.649 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:32:41.649 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:32:41.649 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:32:41.649 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:32:41.649 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:32:41.649 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:32:41.649 DEBUG [main][MenuItemLookup] Found menu:'File' 18:32:41.649 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:32:41.649 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:32:41.649 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:32:41.649 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:41.649 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:32:41.649 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:41.649 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:32:41.649 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:32:41.650 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:32:41.650 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:32:41.651 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:32:41.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:32:41.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:32:41.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:32:41.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:41.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:41.838 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:32:41.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:41.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 18:32:41.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:41.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:41.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:41.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:41.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:32:41.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:32:41.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:32:41.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:32:41.847 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:32:41.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:32:41.847 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:32:41.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:32:41.848 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:32:41.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:32:41.862 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:32:41.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:32:41.864 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:32:41.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:32:41.864 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:32:41.875 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 18:32:41.875 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 18:32:41.875 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 18:32:41.876 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 18:32:41.876 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:32:41.876 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:32:41.877 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:32:41.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:41.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:41.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:41.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:41.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:41.892 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:32:41.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:41.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:41.892 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:41.892 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:42.268 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:42.269 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:42.269 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:42.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 18:32:42.270 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 18:32:42.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 18:32:42.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:42.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:42.272 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:32:42.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:42.273 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'java_project' 18:32:42.274 DEBUG [WorkbenchTestable][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:") 18:32:42.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:42.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:42.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:42.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:42.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:32:42.280 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:32:42.281 INFO [WorkbenchTestable][AbstractText] Text set to: java_project 18:32:42.328 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 18:32:42.328 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 18:32:42.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button 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) 18:32:42.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:42.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:42.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:42.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:42.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:42.343 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:32:42.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:42.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:42.344 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:42.344 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:42.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:32:42.830 DEBUG [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 18:32:42.830 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 18:32:42.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:42.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:42.832 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 18:32:42.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 18:32:42.832 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:32:42.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:32:42.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:32:42.833 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 18:32:42.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:32:42.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:42.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:42.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:42.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:42.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:42.837 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 18:32:42.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:42.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:42.837 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:42.837 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:43.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 18:32:43.457 DEBUG [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 18:32:43.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:32:43.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:32:43.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:32:43.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:32:43.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:32:43.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:32:43.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:32:43.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:32:43.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:32:43.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:32:43.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:32:43.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:32:43.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:32:43.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:32:43.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"] 18:32:43.458 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:43.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"] 18:32:43.458 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:43.459 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:32:43.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:43.459 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:43.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:43.459 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:43.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:43.460 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:43.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:43.460 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 18:32:43.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:43.461 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:43.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:43.461 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:32:43.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:43.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:32:43.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:43.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:43.462 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:32:43.462 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:32:43.463 DEBUG [main][MenuItemLookup] Found menu:'File' 18:32:43.463 DEBUG [main][MenuItemLookup] Item match:File 18:32:43.464 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:32:43.464 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:32:43.529 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:32:43.529 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:32:43.529 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:43.529 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:32:43.529 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:32:43.530 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:32:43.530 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:32:43.530 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:32:43.530 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:32:43.530 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:32:43.530 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:32:43.530 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:32:43.530 DEBUG [main][MenuItemLookup] Found menu:'File' 18:32:43.530 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:32:43.530 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:32:43.530 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:32:43.530 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:43.530 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:32:43.530 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:43.530 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:32:43.530 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:32:43.533 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:32:43.533 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:32:43.533 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:32:43.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:32:43.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:32:44.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:32:44.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:44.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:44.004 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:32:44.004 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:44.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:32:44.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:44.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:44.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:44.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:44.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:32:44.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:32:44.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:32:44.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:32:44.102 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:32:44.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:32:44.102 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:32:44.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:32:44.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:32:44.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:32:44.113 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:32:44.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:32:44.114 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:32:44.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:32:44.114 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:32:44.117 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 18:32:44.117 DEBUG [main][TreeItemHandler] Selecting tree item: Class 18:32:44.118 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 18:32:44.195 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 18:32:44.195 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:32:44.195 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:32:44.196 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:32:44.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:44.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:44.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:44.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:44.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:44.213 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:32:44.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:44.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:44.214 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:44.214 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:44.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"] 18:32:44.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:44.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:44.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 18:32:44.817 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 18:32:44.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 18:32:44.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:44.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:44.820 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:32:44.820 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:32:44.822 DEBUG [WorkbenchTestable][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:") 18:32:44.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:44.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:45.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:45.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:45.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:32:45.001 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:32:45.003 INFO [WorkbenchTestable][AbstractText] Text set to: Demo 18:32:45.007 DEBUG [WorkbenchTestable][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)") 18:32:45.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:45.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:45.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:45.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:45.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:45.104 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 18:32:45.105 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 18:32:45.112 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 18:32:45.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:45.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:45.113 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:45.113 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:45.114 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 18:32:45.114 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 18:32:45.115 DEBUG [WorkbenchTestable][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) 18:32:45.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:45.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:45.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:45.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:45.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:45.134 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:32:45.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:45.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:45.135 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:45.135 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:45.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:32:47.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:32:47.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:32:47.124 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 18:32:47.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:32:47.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 18:32:47.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:32:47.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:32:47.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Sending problem marker updates...' is a system job, skipped 18:32:47.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:32:47.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:32:47.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 18:32:47.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:32:47.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:32:47.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:32:47.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:32:47.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:32:47.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:32:47.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:32:47.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:32:47.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:32:47.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:32:47.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2a6e8e50 is found... 18:32:47.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2a6e8e50 is found finished successfully 18:32:47.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 18:32:47.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:47.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:47.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:47.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:47.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:47.220 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:47.221 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 18:32:47.221 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 6 18:32:47.222 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 6, offser 0 18:32:47.401 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:47.402 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package java_project; public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World"); } } TooltipText=null 18:32:47.402 INFO [WorkbenchTestable][AbstractEditor] Save editor 18:32:47.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 18:32:47.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:47.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:47.404 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 18:32:47.407 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 18:32:47.407 DEBUG [main][MenuItemLookup] Found menu:'File' 18:32:47.407 DEBUG [main][MenuItemLookup] Item match:File 18:32:47.410 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:32:47.410 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 18:32:47.410 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 18:32:47.410 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 18:32:47.410 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:47.411 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 18:32:47.411 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 18:32:47.411 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:47.411 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 18:32:47.411 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 18:32:47.411 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 18:32:47.411 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 18:32:47.411 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 18:32:47.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 18:32:47.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 18:32:47.815 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:47.816 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 18:32:47.816 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:32:47.817 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemovingBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 18:32:47.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 18:32:47.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:32:47.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:32:47.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:32:47.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:47.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:32:47.922 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' view via menu. 18:32:47.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 18:32:47.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:47.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:47.925 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 18:32:47.925 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 18:32:47.926 DEBUG [main][MenuItemLookup] Found menu:'File' 18:32:47.926 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:32:47.926 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:32:47.926 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:32:47.926 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:32:47.926 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:32:47.926 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:32:47.926 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:32:47.926 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:32:47.926 DEBUG [main][MenuItemLookup] Item match:Window 18:32:47.932 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:32:47.932 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:32:47.932 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:32:47.932 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:47.932 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:32:47.932 DEBUG [main][MenuItemLookup] Item match:Show View 18:32:47.993 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:32:47.993 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:32:47.993 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:32:47.994 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:32:47.994 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:32:47.994 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:32:47.994 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:32:47.994 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:32:47.994 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:32:47.994 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:32:47.994 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:32:47.994 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:32:47.994 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:32:47.994 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:32:47.994 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:32:47.994 DEBUG [main][MenuItemLookup] Found menu:'' 18:32:47.994 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:32:47.994 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:32:48.033 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:32:48.033 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:32:48.034 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:32:48.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:32:48.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:32:48.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:32:48.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:48.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:48.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:32:48.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:32:48.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:32:48.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:32:48.350 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:32:48.350 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:32:48.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:48.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:48.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:48.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:48.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:32:48.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:32:48.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:32:48.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Debug has children... 18:32:48.405 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Debug 18:32:48.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:32:48.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:32:48.910 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Debug 18:32:48.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Debug has children finished successfully 18:32:48.913 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Debug 18:32:48.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:32:48.914 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Debug is already expanded. No action performed 18:32:48.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:32:48.914 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Debug 18:32:48.917 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Breakpoints 18:32:48.917 DEBUG [main][TreeItemHandler] Selecting tree item: Breakpoints 18:32:48.917 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Breakpoints about selection 18:32:48.918 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Breakpoints 18:32:48.918 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:32:48.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:32:48.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:32:48.919 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:32:48.919 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:32:48.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:48.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:48.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") 18:32:48.937 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:32:48.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:32:48.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:32:48.940 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:32:48.940 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:32:48.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:48.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:48.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:48.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:48.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:32:48.947 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:32:48.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:48.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:48.947 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:48.947 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:49.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:32:49.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:32:49.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView' view is open... 18:32:49.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:49.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:49.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView' view is open finished successfully 18:32:49.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:49.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:49.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 18:32:49.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:49.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:49.396 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 18:32:49.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 18:32:49.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:49.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:49.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:49.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:49.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:49.420 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:32:49.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:32:49.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:49.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 18:32:49.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:32:49.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:32:49.431 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 18:32:49.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:49.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:49.600 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:32:49.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:49.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:49.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 18:32:49.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:49.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:49.643 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 18:32:49.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 '\*?\QBreakpoints\E') 18:32:49.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:49.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:49.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:49.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:49.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:49.819 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:32:49.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:32:49.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:49.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 18:32:49.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:32:49.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:32:49.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 Breakpoints") 18:32:49.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:49.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:49.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:49.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:49.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:32:49.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@476b16a7 is found... 18:32:49.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@476b16a7 is found finished successfully 18:32:49.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 18:32:49.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:49.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:49.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:49.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:49.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:49.935 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 18:32:50.215 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:50.215 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 18:32:50.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 18:32:50.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 18:32:50.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 18:32:51.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 18:32:51.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 18:32:51.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 18:32:51.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 18:32:51.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 18:32:52.001 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 18:32:52.001 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:32:52.001 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:32:52.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:32:52.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:32:52.003 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemovingBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 18:32:52.003 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:32:52.003 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingClassBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 18:32:52.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 18:32:52.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:32:52.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:32:52.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:32:52.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:52.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:52.040 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:32:52.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:52.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:52.092 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 18:32:52.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:52.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:52.094 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 18:32:52.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 '\*?\QBreakpoints\E') 18:32:52.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:52.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:52.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:52.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:52.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:52.193 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:32:52.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:32:52.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:52.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:52.403 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 18:32:52.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:52.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:52.495 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:32:52.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:52.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:52.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 18:32:52.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:52.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:52.603 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 18:32:52.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 '\*?\QBreakpoints\E') 18:32:52.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:52.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:52.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:52.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:52.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:52.700 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:32:52.700 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:32:52.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:52.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 18:32:52.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:32:52.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:32:52.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 18:32:52.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:52.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:52.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:52.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:52.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:32:52.715 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 18:32:52.716 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:32:52.716 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:52.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 18:32:52.915 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 18:32:52.915 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 18:32:52.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:52.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:52.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:52.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:52.919 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:32:52.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:52.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:52.920 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:52.920 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:53.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:32:53.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:32:53.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7a057186 is found... 18:32:53.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7a057186 is found finished successfully 18:32:53.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 18:32:53.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:53.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:53.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:53.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:53.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:53.146 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 18:32:53.309 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:53.310 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 18:32:53.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 18:32:53.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 18:32:53.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5114c7d is found... 18:32:53.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5114c7d is found finished successfully 18:32:53.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 18:32:53.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:53.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:53.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:53.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:53.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:53.849 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:53.851 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 18:32:53.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:53.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:53.944 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:32:53.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:54.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:54.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 18:32:54.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:54.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:54.025 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 18:32:54.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 '\*?\QBreakpoints\E') 18:32:54.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:54.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:54.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:54.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:54.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:54.134 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:32:54.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:32:54.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:54.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:54.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:54.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:54.445 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:32:54.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:54.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:54.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 18:32:54.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:54.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:54.514 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 18:32:54.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 '\*?\QBreakpoints\E') 18:32:54.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:54.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:54.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:54.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:54.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:54.599 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:32:54.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:32:54.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:54.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 18:32:54.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:32:54.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:32:54.610 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 18:32:54.646 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:32:54.647 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:32:54.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:32:54.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:54.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:54.650 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 18:32:55.651 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 18:32:55.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:55.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:55.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:55.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:55.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:32:55.653 DEBUG [WorkbenchTestable][AbstractView] found: Demo 18:32:55.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 18:32:55.654 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:32:55.654 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:32:55.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:32:55.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:32:55.655 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingClassBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 18:32:55.655 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:32:55.655 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingLineBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 18:32:55.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 18:32:55.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:32:55.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:32:55.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:32:55.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:55.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:55.705 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:32:55.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:55.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:55.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 18:32:55.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:55.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:55.765 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 18:32:55.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 18:32:55.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:55.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:55.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:55.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:55.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:55.785 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:32:55.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:32:55.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:55.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 18:32:55.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:32:55.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:32:55.795 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 18:32:55.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:55.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:55.855 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:32:55.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:55.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:55.875 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 18:32:55.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:55.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:55.918 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 18:32:55.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 18:32:55.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:55.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:55.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:55.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:55.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:55.950 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:32:55.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:32:55.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:55.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 18:32:55.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:32:55.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:32:55.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:32:55.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:55.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:55.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:55.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:55.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:32:55.998 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 18:32:55.999 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:32:55.999 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:56.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 18:32:56.084 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 18:32:56.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 18:32:56.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:56.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:56.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:56.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:56.090 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:32:56.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:56.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:56.090 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:56.090 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:56.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:32:56.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:32:56.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2de949db is found... 18:32:56.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2de949db is found finished successfully 18:32:56.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 '\*?\QDemo.java\E') 18:32:56.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:56.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:56.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:56.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:56.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:56.225 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 18:32:56.290 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:56.290 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 18:32:56.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 18:32:56.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 18:32:56.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@507cf7e2 is found... 18:32:56.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@507cf7e2 is found finished successfully 18:32:56.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 18:32:56.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:56.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:56.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:56.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:56.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:56.834 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:56.834 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 18:32:56.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:56.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:56.866 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:32:56.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:56.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:56.888 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 18:32:56.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:56.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:56.889 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 18:32:56.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 18:32:56.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:56.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:56.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:56.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:56.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:56.950 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:32:56.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:32:57.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:57.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:57.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:57.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:57.043 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:32:57.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:57.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:57.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 18:32:57.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:57.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:57.111 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 18:32:57.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 18:32:57.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:57.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:57.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:57.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:57.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:57.135 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:32:57.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:32:57.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:57.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 18:32:57.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:32:57.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:32:57.145 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 18:32:57.147 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:32:57.148 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:32:57.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:32:57.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:57.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:57.151 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 18:32:58.151 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 18:32:58.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:58.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:58.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:58.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:58.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:32:58.159 DEBUG [WorkbenchTestable][AbstractView] found: Demo [line: 7] - main(String[]) 18:32:58.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 18:32:58.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:32:58.161 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:32:58.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:32:58.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:32:58.163 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingLineBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 18:32:58.163 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:32:58.163 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingMethodBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 18:32:58.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 18:32:58.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:32:58.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:32:58.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:32:58.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:58.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:58.183 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:32:58.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:58.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:58.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 18:32:58.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:58.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:58.255 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 18:32:58.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 18:32:58.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:58.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:58.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:58.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:58.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:58.277 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:32:58.277 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:32:58.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:58.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 18:32:58.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:32:58.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:32:58.288 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 18:32:58.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:58.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:58.347 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:32:58.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:58.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:58.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 18:32:58.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:58.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:58.374 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 18:32:58.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 '\*?\QBreakpoints\E') 18:32:58.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:58.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:58.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:58.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:58.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:58.434 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:32:58.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:32:58.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:58.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 18:32:58.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:32:58.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:32:58.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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") 18:32:58.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:58.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:58.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:58.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:58.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:32:58.493 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 18:32:58.493 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:32:58.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:58.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 18:32:58.605 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 18:32:58.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 18:32:58.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:58.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:58.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:58.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:58.608 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:32:58.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:32:58.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:32:58.609 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:32:58.609 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:32:58.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:32:58.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:32:58.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a4252a is found... 18:32:58.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a4252a is found finished successfully 18:32:58.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 18:32:58.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:58.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:58.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:58.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:58.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:58.745 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 18:32:58.823 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:58.823 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 18:32:58.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 18:32:59.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 18:32:59.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@e59e3c7 is found... 18:32:59.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@e59e3c7 is found finished successfully 18:32:59.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 18:32:59.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:59.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:59.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:59.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:59.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:59.368 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:59.369 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 18:32:59.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:59.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:59.388 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:32:59.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:59.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:59.407 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 18:32:59.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:59.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:59.409 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 18:32:59.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 '\*?\QBreakpoints\E') 18:32:59.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:59.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:59.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:59.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:59.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:59.480 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:32:59.484 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:32:59.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:59.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:59.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:59.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:59.606 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:32:59.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:59.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:59.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 18:32:59.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:32:59.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:32:59.633 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 18:32:59.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 '\*?\QBreakpoints\E') 18:32:59.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:32:59.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:32:59.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:32:59.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:32:59.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:32:59.694 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:32:59.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:32:59.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:59.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 18:32:59.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:32:59.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:32:59.703 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 18:32:59.744 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 18:32:59.745 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 18:32:59.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 18:32:59.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:32:59.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:32:59.747 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 18:33:00.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 18:33:00.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:00.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:00.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:00.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:00.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:00.755 DEBUG [WorkbenchTestable][AbstractView] found: Demo [entry] - main(String[]) 18:33:00.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 18:33:00.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:00.757 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:00.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:00.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:00.759 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingMethodBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 18:33:00.759 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 18:33:00.759 DEBUG [main][EditorHandler] 1 editor(s) found 18:33:00.760 DEBUG [WorkbenchTestable][EditorHandler] Closing editor Demo.java 18:33:00.902 DEBUG [WorkbenchTestable][EditorHandler] Editor Demo.java is closed 18:33:00.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:00.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:00.906 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:33:00.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:00.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:00.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:00.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:00.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:00.967 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:00.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') 18:33:00.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:00.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:00.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:00.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:00.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:00.974 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:33:00.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:33:01.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:01.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:01.033 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:33:01.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:33:01.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:01.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:01.037 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:33:01.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:33:01.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:01.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:01.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:01.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:01.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:33:01.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:01.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:33:02.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:02.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:33:02.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:33:02.049 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:33:02.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:33:02.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:02.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:02.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 18:33:02.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:02.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:02.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:02.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:02.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:02.056 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name java_project 18:33:02.058 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:33:02.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:33:02.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:02.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:02.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:02.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:02.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:33:02.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:02.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:33:03.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:03.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:33:03.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:33:03.070 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:33:03.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:33:03.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:03.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:03.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:33:03.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:03.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:03.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:03.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:03.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:03.076 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name java_project 18:33:03.077 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:33:03.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:33:03.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:03.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:03.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:33:03.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:03.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:03.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:03.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:03.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:03.081 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 18:33:03.081 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 18:33:03.082 DEBUG [main][TreeItemHandler] Set Tree selection 18:33:03.082 DEBUG [main][TreeHandler] Notify Tree about selection event 18:33:03.093 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 18:33:03.107 DEBUG [WorkbenchTestable][TreeItemHandler] java_project 18:33:03.108 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:03.108 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:03.179 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:03.179 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:03.180 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:03.180 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:33:03.180 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:03.180 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:33:03.180 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:33:03.180 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:33:03.180 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:33:03.180 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:33:03.180 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:33:03.180 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:33:03.180 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:03.180 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:33:03.180 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:33:03.180 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:03.180 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:03.180 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:33:03.180 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:33:03.180 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:33:03.180 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:33:03.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:03.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:33:03.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:33:03.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:03.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:03.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:33:03.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:03.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:03.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:03.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:03.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:33:03.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:03.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:03.682 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:03.682 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:03.740 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:03.740 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:03.740 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:03.740 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:33:03.740 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:03.740 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:33:03.740 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:33:03.740 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:33:03.740 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:33:03.740 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:33:03.740 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:33:03.740 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:33:03.741 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:33:03.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 18:33:04.504 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 18:33:04.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:33:04.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:04.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:04.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: 32) 18:33:04.510 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:04.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:04.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:04.512 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:33:04.512 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:04.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:04.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:04.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:04.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:04.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:04.514 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:33:04.515 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:33:04.515 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:33:04.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:04.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:04.516 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:04.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:04.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:33:04.517 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:04.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:04.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:04.518 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:33:04.518 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:04.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:04.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:04.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:04.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:04.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:04.521 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:33:04.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:04.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:04.522 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:04.522 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:04.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:33:04.543 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:33:05.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:33:05.045 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:33:05.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:05.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:33:05.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:33:05.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:33:05.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:33:05.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:33:05.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:05.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:33:05.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:05.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:05.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:05.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:05.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:05.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:05.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:05.046 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:33:05.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:33:05.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:05.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:05.048 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 18:33:05.048 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:05.048 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:05.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:05.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.482 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: 4.186 s testAddingClassBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) Time elapsed: 3.652 s testAddingLineBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) Time elapsed: 2.508 s testAddingMethodBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) Time elapsed: 2.596 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 18:33:05.063 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 18:33:05.064 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:33:05.065 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:05.065 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 18:33:05.065 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:05.065 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:33:05.066 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:05.066 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:33:05.066 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:05.066 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:05.066 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 18:33:05.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 18:33:05.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:05.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:05.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:05.067 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:05.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:05.067 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:05.068 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:05.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.*'] 18:33:05.068 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:05.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:05.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:05.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:05.070 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:05.071 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:05.071 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:05.072 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:05.072 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:05.072 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:05.072 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:05.072 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:05.072 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:05.072 DEBUG [main][MenuItemLookup] Item match:Window 18:33:05.074 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:05.074 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:05.074 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:05.074 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:05.074 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:05.074 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:05.075 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:05.075 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:05.075 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:05.075 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:05.075 DEBUG [main][MenuItemLookup] Item match:Preferences 18:33:05.138 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:33:05.138 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:33:05.139 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:33:05.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.... 18:33:05.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 'Preferences.*'] is available. finished successfully 18:33:05.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:33:05.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:05.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:05.376 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:33:05.376 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:05.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:33:05.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:05.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:05.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:05.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:05.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:05.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:05.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:05.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 18:33:05.397 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 18:33:05.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:05.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:05.903 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 18:33:05.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 18:33:05.905 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 18:33:05.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:05.905 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 18:33:05.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:05.906 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 18:33:05.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 18:33:05.907 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 18:33:05.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:06.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:06.409 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 18:33:06.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 18:33:06.411 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 18:33:06.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:06.411 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 18:33:06.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:06.412 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 18:33:06.413 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 18:33:06.413 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 18:33:06.414 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 18:33:06.414 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 18:33:06.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:06.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:06.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:06.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:06.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:33:06.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:06.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:06.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:06.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:06.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:06.468 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:33:06.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:06.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:06.468 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:06.468 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:06.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:06.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:06.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:06.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:06.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:06.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:06.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:06.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:06.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:06.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:06.587 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 18:33:06.587 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:06.587 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:06.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:06.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:06.588 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 18:33:06.588 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:06.588 INFO [WorkbenchTestable][RequirementsRunner] Started test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 18:33:06.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 18:33:06.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:06.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:06.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:06.588 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:06.588 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:06.589 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:06.589 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:06.589 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:06.589 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:06.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:06.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:06.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:06.590 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:06.590 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:06.590 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:06.592 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:06.592 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:06.592 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:06.592 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:06.592 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:06.592 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:06.592 DEBUG [main][MenuItemLookup] Item match:Window 18:33:06.592 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:06.592 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:06.593 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:06.593 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:06.593 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:06.593 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:06.593 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:06.593 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:06.593 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:06.593 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:06.593 DEBUG [main][MenuItemLookup] Item match:Preferences 18:33:06.593 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:33:06.593 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:33:06.593 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:33:06.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.... 18:33:06.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 18:33:06.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:33:06.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:06.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:06.760 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:33:06.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:06.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:33:06.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:06.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:06.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:06.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:06.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:06.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:06.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:06.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 18:33:06.766 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 18:33:06.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:06.766 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 18:33:06.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:06.766 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 18:33:06.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 18:33:06.767 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 18:33:06.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:06.768 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 18:33:06.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:06.768 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 18:33:06.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 18:33:06.781 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 18:33:06.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:06.781 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 18:33:06.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:06.781 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 18:33:06.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 18:33:06.782 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 18:33:06.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:06.782 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 18:33:06.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:06.783 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 18:33:06.783 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 18:33:06.783 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 18:33:06.783 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 18:33:06.784 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 18:33:06.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:06.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:06.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:06.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:06.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 18:33:06.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:06.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:06.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:06.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:06.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:06.795 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 18:33:06.795 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 18:33:06.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:06.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:06.796 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:06.796 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:06.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:06.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:06.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:33:06.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:06.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:06.798 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 18:33:06.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:06.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:06.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:06.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:06.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 18:33:06.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:33:06.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:06.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:06.818 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 18:33:06.818 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 18:33:06.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:06.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:06.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 18:33:06.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:06.914 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:06.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:06.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:06.916 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 18:33:06.916 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:06.916 INFO [WorkbenchTestable][RequirementsRunner] Started test: ok no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 18:33:06.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 18:33:06.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:06.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:06.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:06.917 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:06.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:06.917 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:06.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:06.918 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:06.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:06.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:06.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:06.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:06.920 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:06.920 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:06.920 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:06.921 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:06.921 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:06.921 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:06.921 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:06.921 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:06.921 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:06.921 DEBUG [main][MenuItemLookup] Item match:Window 18:33:06.922 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:06.922 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:06.922 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:06.922 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:06.922 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:06.922 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:06.922 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:06.922 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:06.922 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:06.922 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:06.923 DEBUG [main][MenuItemLookup] Item match:Preferences 18:33:06.923 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:33:06.923 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:33:06.923 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:33:07.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:33:07.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 'Preferences.*'] is available. finished successfully 18:33:07.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:33:07.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:07.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:07.076 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:33:07.076 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:07.077 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:33:07.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:07.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:07.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:07.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:07.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:07.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:07.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:07.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 18:33:07.089 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 18:33:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:07.090 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 18:33:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:07.090 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 18:33:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 18:33:07.090 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 18:33:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:07.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 18:33:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:07.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 18:33:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 18:33:07.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 18:33:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:07.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 18:33:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:07.092 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 18:33:07.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 18:33:07.092 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 18:33:07.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:07.092 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 18:33:07.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:07.092 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 18:33:07.093 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 18:33:07.093 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 18:33:07.093 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 18:33:07.093 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 18:33:07.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:07.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:07.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:07.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:07.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:07.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:07.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 18:33:07.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:07.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:07.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:07.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:07.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:07.122 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:33:07.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:07.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:07.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:07.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:07.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:07.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:07.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:07.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:07.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:07.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:07.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:07.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:07.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:07.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:07.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 18:33:07.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:07.216 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:07.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:07.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:07.217 INFO [WorkbenchTestable][RequirementsRunner] Finished test: ok no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 18:33:07.217 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:07.218 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 18:33:07.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 18:33:07.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:07.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:07.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:07.218 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:07.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:07.219 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:07.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:07.219 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:07.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:07.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:07.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:07.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:07.220 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:07.221 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:07.221 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:07.222 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:07.222 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:07.222 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:07.222 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:07.222 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:07.222 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:07.223 DEBUG [main][MenuItemLookup] Item match:Window 18:33:07.223 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:07.223 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:07.223 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:07.223 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:07.223 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:07.223 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:07.223 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:07.224 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:07.224 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:07.224 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:07.224 DEBUG [main][MenuItemLookup] Item match:Preferences 18:33:07.224 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:33:07.224 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:33:07.224 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:33:07.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.... 18:33:07.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:33:07.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:33:07.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:07.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:07.395 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:33:07.395 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:07.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:07.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:07.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:33:07.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:07.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:07.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 18:33:07.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:07.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:07.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:07.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:07.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:07.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:07.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:07.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 18:33:07.408 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 18:33:07.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:07.408 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 18:33:07.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:07.409 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 18:33:07.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 18:33:07.409 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 18:33:07.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:07.410 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 18:33:07.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:07.410 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 18:33:07.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 18:33:07.410 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 18:33:07.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:07.411 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 18:33:07.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:07.411 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 18:33:07.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 18:33:07.412 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 18:33:07.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:07.424 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 18:33:07.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:07.424 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 18:33:07.425 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 18:33:07.425 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 18:33:07.426 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 18:33:07.426 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 18:33:07.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:07.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:07.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:07.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:07.429 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 18:33:07.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:07.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:07.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:07.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:07.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 18:33:07.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:33:07.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:07.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:07.437 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 18:33:07.437 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 18:33:07.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:07.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:07.479 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 18:33:07.479 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:07.479 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:07.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:07.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:07.981 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 18:33:07.981 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:07.981 INFO [WorkbenchTestable][RequirementsRunner] Started test: apply no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 18:33:07.981 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 18:33:07.981 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:07.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:07.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:07.982 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:07.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:07.984 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:07.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:07.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:07.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:07.986 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:07.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:07.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:07.987 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:07.988 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:07.989 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:07.990 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:07.990 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:07.990 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:07.990 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:07.990 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:07.990 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:07.990 DEBUG [main][MenuItemLookup] Item match:Window 18:33:07.990 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:07.990 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:07.990 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:07.990 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:07.990 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:07.990 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:07.990 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:07.990 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:07.990 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:07.990 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:07.990 DEBUG [main][MenuItemLookup] Item match:Preferences 18:33:07.991 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:33:07.991 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:33:07.991 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:33:08.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:33:08.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:33:08.162 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:33:08.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:08.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:08.165 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:33:08.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:08.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:33:08.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:08.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:08.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:08.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:08.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:08.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:08.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:08.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 18:33:08.195 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 18:33:08.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:08.195 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 18:33:08.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:08.195 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 18:33:08.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 18:33:08.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 18:33:08.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:08.197 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 18:33:08.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:08.197 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 18:33:08.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 18:33:08.198 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 18:33:08.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:08.199 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 18:33:08.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:08.199 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 18:33:08.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 18:33:08.203 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 18:33:08.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:08.203 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 18:33:08.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:08.203 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 18:33:08.204 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 18:33:08.204 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 18:33:08.204 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 18:33:08.205 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 18:33:08.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:08.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:08.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:08.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:08.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 18:33:08.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:08.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:08.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:08.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:08.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:08.212 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 18:33:08.212 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 18:33:08.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:08.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:08.213 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:08.213 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:08.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:08.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:08.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:33:08.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:08.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:08.239 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 18:33:08.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:08.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:08.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:08.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:08.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 18:33:08.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:33:08.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:08.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:08.244 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 18:33:08.245 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 18:33:08.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:08.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:08.366 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 18:33:08.366 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:08.366 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:08.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:08.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:08.368 INFO [WorkbenchTestable][RequirementsRunner] Finished test: apply no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 18:33:08.369 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:08.369 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 18:33:08.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 18:33:08.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:08.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:08.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:08.369 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:08.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:08.370 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:08.370 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:08.370 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:08.370 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:08.371 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:08.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:08.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:08.387 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:08.387 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:08.388 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:08.389 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:08.389 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:08.389 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:08.389 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:08.389 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:08.389 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:08.389 DEBUG [main][MenuItemLookup] Item match:Window 18:33:08.390 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:08.390 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:08.390 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:08.390 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:08.390 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:08.390 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:08.390 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:08.390 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:08.390 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:08.390 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:08.390 DEBUG [main][MenuItemLookup] Item match:Preferences 18:33:08.390 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:33:08.390 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:33:08.391 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:33:08.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.... 18:33:08.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. finished successfully 18:33:08.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:33:08.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:08.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:08.560 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:33:08.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:08.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:08.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:08.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:33:08.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:08.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:08.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:33:08.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:08.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:08.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:08.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:08.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:08.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:08.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:08.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 18:33:08.570 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 18:33:08.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:08.571 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 18:33:08.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:08.572 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 18:33:08.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 18:33:08.572 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 18:33:08.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:08.573 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 18:33:08.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:08.573 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 18:33:08.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 18:33:08.574 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 18:33:08.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:08.575 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 18:33:08.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:08.575 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 18:33:08.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 18:33:08.576 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 18:33:08.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:08.577 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 18:33:08.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:08.577 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 18:33:08.577 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 18:33:08.578 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 18:33:08.578 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 18:33:08.579 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 18:33:08.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:08.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:08.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:08.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:08.581 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 18:33:08.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:08.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:08.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:08.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:08.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 18:33:08.597 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:33:08.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:08.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:08.598 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 18:33:08.598 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 18:33:08.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:08.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:08.729 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 18:33:08.729 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:08.729 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:08.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:08.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:08.730 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 18:33:08.730 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 18:33:08.730 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:08.730 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:08.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:08.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.672 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest cancel no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 1.521 s restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.328 s ok no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.301 s openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.763 s apply no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.387 s openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.361 s Running org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 18:33:08.740 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 18:33:08.741 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:33:08.742 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:08.742 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 18:33:08.742 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:08.742 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:33:08.743 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:08.743 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:33:08.743 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:08.744 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:08.744 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPerspectives no-configuration(org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest) 18:33:08.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 18:33:08.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:08.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:08.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:08.744 INFO [WorkbenchTestable][DebugPerspective] Open perspective: 'Debug' 18:33:08.745 DEBUG [WorkbenchTestable][DebugPerspective] Trying to open perspective: 'Debug' 18:33:08.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:08.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:08.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:08.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:08.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:08.746 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") 18:33:08.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:08.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:08.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:08.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:08.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:33:08.772 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 18:33:08.772 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:33:08.772 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:08.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 18:33:08.885 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 18:33:08.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 18:33:08.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:08.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:08.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:33:08.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:08.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:08.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:08.887 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:08.887 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:08.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:08.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:08.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:08.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:08.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:33:08.889 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Debug') 18:33:08.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:33:08.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:33:08.890 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 18:33:08.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:33:08.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:33:08.897 TRACE [main][WidgetHandler] Notify Table with event 13 18:33:08.898 TRACE [main][WidgetHandler] Wait for synchronization 18:33:08.898 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:08.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:08.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:08.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:08.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:08.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:08.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:08.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") 18:33:08.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:08.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:08.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:08.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:08.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:08.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:08.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:08.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:08.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:08.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:08.904 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:33:08.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:08.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:08.904 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:08.904 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:09.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:09.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:09.146 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 18:33:09.146 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 18:33:09.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:09.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:09.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:09.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:09.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:09.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 18:33:09.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:09.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:09.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:09.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:09.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:33:09.186 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 18:33:09.186 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:33:09.186 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:09.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 18:33:09.300 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 18:33:09.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 18:33:09.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:09.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:09.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:33:09.301 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:09.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:09.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:09.309 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:09.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:09.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:09.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:09.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:09.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:33:09.324 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 18:33:09.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:33:09.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:33:09.340 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 18:33:09.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:33:09.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:33:09.340 TRACE [main][WidgetHandler] Notify Table with event 13 18:33:09.340 TRACE [main][WidgetHandler] Wait for synchronization 18:33:09.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:09.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:09.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:09.341 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:09.341 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:09.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:09.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:09.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:33:09.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:09.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:09.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:09.344 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:09.344 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:09.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:09.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:09.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:09.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:09.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:09.351 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:33:09.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:09.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:09.352 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:09.352 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:09.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:09.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:09.588 INFO [WorkbenchTestable][JavaBrowsingPerspective] Open perspective: 'Java Browsing' 18:33:09.588 DEBUG [WorkbenchTestable][JavaBrowsingPerspective] Trying to open perspective: 'Java Browsing' 18:33:09.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:09.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:09.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:09.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:09.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:09.590 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") 18:33:09.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:09.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:09.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:09.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:09.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:33:09.614 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 18:33:09.614 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:33:09.614 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:09.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 18:33:09.728 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 18:33:09.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 18:33:09.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:09.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:09.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:33:09.738 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:09.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:09.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:09.739 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:09.739 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:09.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:09.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:09.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:09.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:09.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:33:09.741 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java Browsing') 18:33:09.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:33:09.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:33:09.742 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (3) 18:33:09.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:33:09.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:33:09.742 TRACE [main][WidgetHandler] Notify Table with event 13 18:33:09.742 TRACE [main][WidgetHandler] Wait for synchronization 18:33:09.742 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:09.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:09.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:09.743 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:09.743 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:09.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:09.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:09.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:33:09.745 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:09.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:09.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:09.755 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:09.755 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:09.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:09.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:09.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:09.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:09.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:09.758 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:33:09.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:09.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:09.758 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:09.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:10.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:10.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:10.325 INFO [WorkbenchTestable][JavaTypeHierarchyPerspective] Open perspective: 'Java Type Hierarchy' 18:33:10.326 DEBUG [WorkbenchTestable][JavaTypeHierarchyPerspective] Trying to open perspective: 'Java Type Hierarchy' 18:33:10.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:10.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:10.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:10.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:10.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:10.327 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") 18:33:10.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:10.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:10.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:10.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:10.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:33:10.357 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 18:33:10.357 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:33:10.357 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:10.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 18:33:10.491 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 18:33:10.491 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 18:33:10.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:10.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:10.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:33:10.492 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:10.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:10.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:10.493 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:10.493 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:10.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:10.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:10.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:10.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:10.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:33:10.495 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java Type Hierarchy') 18:33:10.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:33:10.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:33:10.496 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (5) 18:33:10.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:33:10.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:33:10.496 TRACE [main][WidgetHandler] Notify Table with event 13 18:33:10.496 TRACE [main][WidgetHandler] Wait for synchronization 18:33:10.496 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:10.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:10.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:10.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:10.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:10.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:10.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:10.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 "Open") 18:33:10.512 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:10.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:10.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:10.513 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:10.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:10.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:10.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:10.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:10.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:10.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:10.520 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:33:10.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:10.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:10.520 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:10.520 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:10.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:10.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:10.977 INFO [WorkbenchTestable][ResourcePerspective] Open perspective: 'Resource' 18:33:10.978 DEBUG [WorkbenchTestable][ResourcePerspective] Trying to open perspective: 'Resource' 18:33:10.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:10.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:10.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:10.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:10.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:10.980 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") 18:33:10.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:10.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:10.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:10.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:10.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:33:10.989 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 18:33:10.989 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:33:10.989 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:11.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 18:33:11.080 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 18:33:11.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 18:33:11.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:11.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:11.081 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:33:11.081 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:11.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:11.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:11.082 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:11.082 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:11.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:11.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:11.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:11.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:11.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:33:11.084 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Resource') 18:33:11.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:33:11.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:33:11.093 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Resource (default)') 18:33:11.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:33:11.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:33:11.095 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (8) 18:33:11.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:33:11.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:33:11.095 TRACE [main][WidgetHandler] Notify Table with event 13 18:33:11.095 TRACE [main][WidgetHandler] Wait for synchronization 18:33:11.096 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:11.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:11.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:11.097 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:11.097 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:11.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:11.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:11.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:33:11.099 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:11.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:11.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:11.100 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:11.100 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:11.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:11.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:11.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:11.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:11.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:11.110 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:33:11.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:11.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:11.111 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:11.111 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:11.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:11.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:11.248 INFO [WorkbenchTestable][TeamSynchronizingPerspective] Open perspective: 'Team Synchronizing' 18:33:11.248 DEBUG [WorkbenchTestable][TeamSynchronizingPerspective] Trying to open perspective: 'Team Synchronizing' 18:33:11.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:11.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:11.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:11.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:11.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:11.260 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") 18:33:11.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:11.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:11.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:11.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:11.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:33:11.286 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 18:33:11.286 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:33:11.286 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:11.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 18:33:11.392 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 18:33:11.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 18:33:11.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:11.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:11.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:33:11.393 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:11.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:11.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:11.394 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:11.394 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:11.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:11.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:11.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:11.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:11.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:33:11.396 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Team Synchronizing') 18:33:11.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:33:11.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:33:11.397 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (9) 18:33:11.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:33:11.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:33:11.397 TRACE [main][WidgetHandler] Notify Table with event 13 18:33:11.397 TRACE [main][WidgetHandler] Wait for synchronization 18:33:11.397 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:11.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:11.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:11.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:11.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:11.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:11.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:11.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 "Open") 18:33:11.400 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:11.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:11.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:11.400 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:11.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:11.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:11.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:11.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:11.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:11.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:11.415 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:33:11.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:11.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:11.415 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:11.415 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:11.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:11.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:11.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 18:33:11.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:11.791 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:11.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:11.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:11.792 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPerspectives no-configuration(org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest) 18:33:11.792 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 18:33:11.792 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:11.792 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:11.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:11.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.053 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: 3.048 s Running org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 18:33:11.829 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 18:33:11.829 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:33:11.830 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:11.830 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 18:33:11.836 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:11.836 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:33:11.837 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:11.837 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:33:11.837 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:11.837 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 18:33:11.845 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 18:33:11.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:11.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:11.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:11.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:11.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:11.848 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") 18:33:11.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:11.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:11.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:11.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:11.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:33:11.873 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 18:33:11.873 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:33:11.873 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:11.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 18:33:11.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 18:33:11.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 18:33:11.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:11.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:11.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 18:33:11.966 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:11.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:11.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:11.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:11.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:11.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:11.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:11.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:11.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:11.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:33:11.982 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 18:33:11.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:33:11.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:33:11.983 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 18:33:11.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:33:11.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:33:11.983 TRACE [main][WidgetHandler] Notify Table with event 13 18:33:11.984 TRACE [main][WidgetHandler] Wait for synchronization 18:33:11.984 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:11.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:11.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:11.985 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:11.985 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:11.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:11.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:11.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:33:11.997 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:11.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:11.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:11.998 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:11.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:11.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:11.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:12.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:12.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:12.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:12.001 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:33:12.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:12.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:12.001 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:12.001 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:12.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:12.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:12.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:33:12.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:12.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:12.209 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:12.210 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:12.210 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:12.210 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:12.210 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:12.210 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:12.210 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:12.210 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:12.210 DEBUG [main][MenuItemLookup] Item match:Window 18:33:12.211 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:12.211 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:12.211 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:12.211 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:12.211 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:12.211 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:12.211 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:12.211 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:12.211 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:12.211 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:12.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:12.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:12.212 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:12.222 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:12.222 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:12.222 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:12.222 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:12.222 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:12.222 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:12.222 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:12.222 DEBUG [main][MenuItemLookup] Item match:Window 18:33:12.223 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:12.223 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:12.223 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:12.223 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:12.223 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:12.223 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:12.223 DEBUG [main][MenuItemLookup] Item match:Perspective 18:33:12.224 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:33:12.224 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:12.224 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:33:12.224 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:33:12.224 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:33:12.224 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:33:12.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:33:12.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:12.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:12.225 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:12.226 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:12.226 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:12.226 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:12.226 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:12.226 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:12.226 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:12.226 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:12.226 DEBUG [main][MenuItemLookup] Item match:Window 18:33:12.226 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:12.226 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:12.226 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:12.226 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:12.226 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:12.226 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:12.226 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:12.226 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:12.226 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:12.226 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:12.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:12.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:12.227 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:12.227 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:12.227 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:12.227 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:12.227 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:12.228 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:12.228 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:12.228 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:12.228 DEBUG [main][MenuItemLookup] Item match:Window 18:33:12.228 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:12.228 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:12.228 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:12.228 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:12.228 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:12.228 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:12.228 DEBUG [main][MenuItemLookup] Item match:Perspective 18:33:12.229 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:33:12.229 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:12.229 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:33:12.229 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:33:12.229 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:33:12.229 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:33:12.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:12.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:12.230 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:12.230 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:12.230 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:12.230 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:12.230 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:12.230 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:12.230 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:12.230 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:12.230 DEBUG [main][MenuItemLookup] Item match:Window 18:33:12.230 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:12.231 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:12.231 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:12.231 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:12.231 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:12.231 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:12.231 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:12.231 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:12.231 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:12.231 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:12.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:12.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:12.232 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:12.232 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:12.232 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:12.232 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:12.232 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:12.232 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:12.232 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:12.232 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:12.232 DEBUG [main][MenuItemLookup] Item match:Window 18:33:12.233 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:12.233 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:12.233 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:12.233 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:12.233 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:12.233 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:12.233 DEBUG [main][MenuItemLookup] Item match:Perspective 18:33:12.233 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:33:12.234 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:12.234 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:33:12.234 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:33:12.234 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:33:12.234 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:33:12.234 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 18:33:12.234 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 18:33:12.234 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 18:33:12.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 18:33:12.315 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 18:33:12.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 18:33:12.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:12.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:12.315 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:12.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:12.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:12.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:33:12.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:12.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:12.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:12.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 "Reset Perspective") 18:33:12.317 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:12.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:12.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:12.317 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:33:12.317 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:12.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:12.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:12.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:12.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:12.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:12.319 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 18:33:12.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:12.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:12.319 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:12.320 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:12.672 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:12.672 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJUnitTab no-configuration(org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest) 18:33:12.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 18:33:12.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:12.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:12.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:12.672 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 18:33:12.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:12.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:12.678 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:12.678 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:12.678 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:12.678 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:33:12.678 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:33:12.678 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:12.678 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:12.678 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:12.678 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:12.678 DEBUG [main][MenuItemLookup] Item match:Run 18:33:12.681 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 18:33:12.681 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 18:33:12.681 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:12.681 DEBUG [main][MenuItemLookup] Found menu:'Run History' 18:33:12.681 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:33:12.681 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 18:33:12.682 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 18:33:12.686 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 18:33:12.686 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 18:33:12.686 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 18:33:12.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 18:33:12.907 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 18:33:12.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 18:33:12.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:12.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:12.910 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest_test_config 18:33:12.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:33:12.910 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:12.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:12.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:12.911 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 18:33:12.911 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:12.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:12.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:12.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:12.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:12.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:12.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:12.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:12.928 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 18:33:12.928 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 18:33:12.929 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 18:33:12.930 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 18:33:12.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 18:33:12.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 18:33:12.973 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:12.973 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:12.977 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 18:33:12.978 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 18:33:12.978 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 18:33:12.978 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 18:33:12.978 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 18:33:12.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:") 18:33:13.007 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:13.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:13.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:13.411 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 18:33:13.411 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:13.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:13.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:13.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:13.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:13.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:33:13.446 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:33:13.447 INFO [WorkbenchTestable][AbstractText] Text set to: class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest_test_config 18:33:13.448 INFO [WorkbenchTestable][LaunchConfiguration] Apply the launch configuration 18:33:13.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 18:33:13.448 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:13.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:13.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:13.449 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 18:33:13.449 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:13.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:13.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:13.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:13.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:13.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:13.522 INFO [WorkbenchTestable][AbstractButton] Click button Appl&y 18:33:13.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:13.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:13.523 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:13.523 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:14.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:14.618 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 18:33:14.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:33:14.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:33:14.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 18:33:14.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 18:33:14.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 18:33:14.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 18:33:14.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:14.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:14.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:14.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:14.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:14.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:14.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:14.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:14.621 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") 18:33:14.621 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:14.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:14.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:14.634 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 18:33:14.634 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:14.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:14.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:14.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:14.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:14.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:14.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Test 18:33:14.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:") 18:33:14.641 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:14.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:14.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:14.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 18:33:14.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:14.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:14.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:14.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:14.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:14.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:33:14.722 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:33:14.724 INFO [WorkbenchTestable][AbstractText] Text set to: abc 18:33:14.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project:") 18:33:14.737 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:14.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:14.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:14.767 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 18:33:14.767 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:14.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:14.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:14.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:14.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:14.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:33:14.832 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:33:14.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:") 18:33:14.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:14.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:14.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:14.833 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 18:33:14.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:14.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:14.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:14.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:14.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:14.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:33:14.893 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:33:14.895 INFO [WorkbenchTestable][AbstractText] Text set to: cde 18:33:14.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test class:") 18:33:14.898 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:14.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:14.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:14.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 18:33:14.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:14.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:14.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:14.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:14.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:14.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:33:14.992 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:33:14.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:") 18:33:14.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:14.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:14.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:14.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 18:33:14.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:14.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:14.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:15.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:15.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:15.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:33:15.052 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:33:15.053 INFO [WorkbenchTestable][AbstractText] Text set to: efg 18:33:15.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 "Test method:") 18:33:15.060 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:15.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:15.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:15.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 18:33:15.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:15.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:15.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:15.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:15.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:15.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:33:15.144 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:33:15.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 18:33:15.151 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 18:33:15.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 18:33:15.151 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 18:33:15.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 18:33:15.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:15.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:15.159 INFO [WorkbenchTestable][AbstractShell] Close shell Run Configurations 18:33:15.159 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Run Configurations' 18:33:15.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:15.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:15.475 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 18:33:15.475 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:15.475 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:15.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:15.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:15.478 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 18:33:15.480 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJUnitTab no-configuration(org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest) 18:33:15.480 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 18:33:15.480 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:15.480 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:15.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:15.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.655 s - in org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest testJUnitTab no-configuration(org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest) Time elapsed: 2.808 s Running org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 18:33:15.493 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 18:33:15.495 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:33:15.495 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:15.495 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 18:33:15.495 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:15.495 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:33:15.496 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:15.496 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:33:15.496 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:15.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.*'] 18:33:15.498 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:15.498 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:15.498 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectDifferentTabsOnPreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 18:33:15.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 18:33:15.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:15.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:15.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:15.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.*'] 18:33:15.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:15.499 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:15.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:15.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:15.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:15.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:15.502 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:15.503 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:15.503 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:15.505 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:15.505 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:33:15.505 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:33:15.505 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:15.505 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:15.505 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:15.505 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:15.505 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:15.505 DEBUG [main][MenuItemLookup] Item match:Window 18:33:15.506 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:15.506 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:15.507 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:15.507 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:15.507 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:15.507 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:15.507 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:15.507 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:15.507 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:15.507 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:15.507 DEBUG [main][MenuItemLookup] Item match:Preferences 18:33:15.507 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:33:15.507 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:33:15.507 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:33:15.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:33:15.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:33:15.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:33:15.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:15.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:15.682 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:33:15.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:15.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:33:15.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:15.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:15.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:15.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:15.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:15.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:15.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:15.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:33:15.696 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:15.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:16.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:16.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:16.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:33:16.204 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:16.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:16.205 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:16.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:16.205 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:16.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 18:33:16.207 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 18:33:16.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:16.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:16.708 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 18:33:16.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 18:33:16.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 18:33:16.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:16.723 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 18:33:16.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:16.723 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 18:33:16.724 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 18:33:16.724 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 18:33:16.725 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 18:33:16.726 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 18:33:16.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:16.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:16.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:33:17.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:17.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:17.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:17.353 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") 18:33:17.353 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:17.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:17.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:17.354 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 18:33:17.354 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:17.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:17.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:17.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:17.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:17.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:33:17.380 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") 18:33:17.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:17.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:17.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:17.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:17.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:33:17.384 INFO [WorkbenchTestable][AbstractTabItem] Activate Contents 18:33:17.410 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") 18:33:17.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:17.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:17.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:17.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:17.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:33:17.423 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 18:33:17.433 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") 18:33:17.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:17.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:17.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:17.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:17.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:33:17.449 INFO [WorkbenchTestable][AbstractTabItem] Activate Password 18:33:17.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:33:17.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:17.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:17.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:17.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:17.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:17.492 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:33:17.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:17.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:17.492 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:17.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:17.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:17.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:17.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:17.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:17.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:17.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 18:33:17.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:17.652 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:17.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:17.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:17.653 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectDifferentTabsOnPreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 18:33:17.653 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:17.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:17.654 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:17.654 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableEncryptionAlgorithmsTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 18:33:17.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 18:33:17.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:17.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:17.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:17.654 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:17.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:17.655 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:17.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:17.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:17.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:17.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:17.656 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:17.656 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:17.657 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:17.659 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:17.659 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:33:17.659 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:33:17.659 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:17.659 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:17.659 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:17.659 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:17.659 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:17.659 DEBUG [main][MenuItemLookup] Item match:Window 18:33:17.660 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:17.660 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:17.660 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:17.660 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:17.660 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:17.660 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:17.660 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:17.660 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:17.660 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:17.660 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:17.660 DEBUG [main][MenuItemLookup] Item match:Preferences 18:33:17.661 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:33:17.661 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:33:17.662 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:33:17.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:33:18.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:33:18.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:33:18.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:18.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:18.630 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:33:18.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:18.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 18:33:18.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:18.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:18.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:18.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:18.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:18.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:18.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:18.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:33:18.637 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:18.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:18.637 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:18.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:18.637 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:18.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:33:18.638 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:18.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:18.638 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:18.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:18.639 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:18.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 18:33:18.640 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 18:33:18.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:18.640 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 18:33:18.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:18.641 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 18:33:18.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 18:33:18.641 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 18:33:18.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:18.642 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 18:33:18.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:18.642 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 18:33:18.642 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 18:33:18.643 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 18:33:18.643 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 18:33:18.643 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 18:33:18.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:18.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:18.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:18.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:18.665 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") 18:33:18.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:18.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:18.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:18.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:18.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:33:18.669 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 18:33:18.693 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 18:33:18.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:18.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:18.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:18.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:18.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:33:18.702 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 18:33:18.702 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:18.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:18.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:18.703 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 18:33:18.703 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:18.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:18.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:18.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:18.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:33:18.707 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:33:18.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:18.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:18.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:18.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:18.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:18.726 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:33:18.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:18.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:18.727 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:18.727 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:18.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:18.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:18.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:18.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:18.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:18.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 18:33:18.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:18.881 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:18.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:18.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:18.883 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableEncryptionAlgorithmsTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 18:33:18.883 INFO [WorkbenchTestable][RequirementsRunner] Test method changeMasterPasswordTest is ignored because @Ignore annotation is presented. 18:33:18.884 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: changeMasterPasswordTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 18:33:18.884 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:18.885 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:18.885 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:18.885 INFO [WorkbenchTestable][RequirementsRunner] Started test: openStoragePreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 18:33:18.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 18:33:18.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:18.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:18.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:18.885 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:18.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:18.886 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:18.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:18.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:18.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:18.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:18.887 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:18.887 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:18.887 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:18.888 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:18.888 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:33:18.888 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:33:18.888 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:18.888 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:18.888 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:18.888 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:18.888 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:18.888 DEBUG [main][MenuItemLookup] Item match:Window 18:33:18.892 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:18.892 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:18.892 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:18.892 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:18.892 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:18.892 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:18.892 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:18.892 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:18.892 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:18.892 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:18.892 DEBUG [main][MenuItemLookup] Item match:Preferences 18:33:18.892 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:33:18.893 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:33:18.893 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:33:19.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.... 18:33:19.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:33:19.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:33:19.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:19.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:19.865 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:33:19.865 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:19.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:33:19.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:19.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:19.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:19.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:19.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:19.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:19.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:19.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:33:19.876 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:19.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:19.877 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:19.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:19.878 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:19.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:33:19.879 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:19.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:19.880 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:19.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:19.880 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:19.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 18:33:19.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 18:33:19.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:19.901 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 18:33:19.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:19.901 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 18:33:19.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 18:33:19.902 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 18:33:19.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:19.902 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 18:33:19.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:19.903 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 18:33:19.903 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 18:33:19.903 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 18:33:19.903 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 18:33:19.904 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 18:33:19.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:19.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:19.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:19.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:19.907 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 18:33:19.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:19.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:19.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:19.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:19.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 18:33:19.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 "Cancel", Widget matcher matching widgets with style: 8) 18:33:19.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:19.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:19.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:19.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:19.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:19.920 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:33:19.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:19.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:19.921 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:19.921 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:20.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:20.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:20.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:20.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:20.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:20.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 18:33:20.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:20.045 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:20.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:20.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:20.046 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openStoragePreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 18:33:20.047 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:20.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:20.047 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:20.047 INFO [WorkbenchTestable][RequirementsRunner] Started test: availableAlgorithmsContainsCurrentAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 18:33:20.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 18:33:20.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:20.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:20.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:20.048 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:20.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:20.048 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:20.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:20.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:20.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:20.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:20.049 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:20.049 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:20.050 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:20.051 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:20.051 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:33:20.051 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:33:20.051 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:20.051 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:20.051 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:20.051 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:20.051 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:20.051 DEBUG [main][MenuItemLookup] Item match:Window 18:33:20.052 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:20.052 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:20.052 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:20.052 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:20.052 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:20.052 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:20.052 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:20.052 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:20.052 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:20.052 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:20.052 DEBUG [main][MenuItemLookup] Item match:Preferences 18:33:20.071 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:33:20.071 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:33:20.072 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:33:20.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:33:21.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 18:33:21.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:33:21.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:21.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:21.059 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:33:21.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:21.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:33:21.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:21.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:21.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:21.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:21.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:21.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:21.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:21.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:33:21.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:21.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:21.065 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:21.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:21.065 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:21.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:33:21.065 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:21.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:21.066 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:21.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:21.066 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:21.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 18:33:21.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 18:33:21.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:21.067 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 18:33:21.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:21.067 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 18:33:21.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 18:33:21.068 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 18:33:21.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:21.068 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 18:33:21.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:21.068 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 18:33:21.068 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 18:33:21.068 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 18:33:21.069 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 18:33:21.070 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 18:33:21.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:21.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:21.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:21.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:21.092 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") 18:33:21.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:21.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:21.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:21.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:21.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:33:21.096 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 18:33:21.121 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 18:33:21.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:21.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:21.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:21.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:21.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:33:21.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") 18:33:21.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:21.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:21.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:21.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:21.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:33:21.135 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 18:33:21.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 18:33:21.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:21.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:21.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:21.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:21.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:33:21.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:33:21.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:21.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:21.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:21.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:21.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:21.161 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:33:21.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:21.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:21.161 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:21.161 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:21.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:21.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:21.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:21.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:21.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:21.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 18:33:21.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:21.289 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:21.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:21.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:21.290 INFO [WorkbenchTestable][RequirementsRunner] Finished test: availableAlgorithmsContainsCurrentAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 18:33:21.291 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:21.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:21.291 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:21.291 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 18:33:21.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 18:33:21.292 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:21.292 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:21.292 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:21.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:21.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:21.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:21.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:21.293 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:21.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:21.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:21.293 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:21.293 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:21.312 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:21.313 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:21.314 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:33:21.314 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:33:21.314 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:21.314 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:21.314 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:21.314 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:21.314 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:21.314 DEBUG [main][MenuItemLookup] Item match:Window 18:33:21.314 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:21.314 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:21.315 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:21.315 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:21.315 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:21.315 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:21.315 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:21.315 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:21.315 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:21.315 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:21.315 DEBUG [main][MenuItemLookup] Item match:Preferences 18:33:21.315 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:33:21.315 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:33:21.316 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:33:21.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 'Preferences.*'] is available.... 18:33:22.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:33:22.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:33:22.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:22.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:22.333 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:33:22.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:22.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:33:22.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:22.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:22.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:22.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:22.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:22.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:22.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:22.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:33:22.343 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:22.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:22.344 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:22.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:22.344 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:22.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:33:22.345 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:22.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:22.346 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:22.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:22.356 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:22.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 18:33:22.368 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 18:33:22.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:22.369 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 18:33:22.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:22.369 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 18:33:22.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 18:33:22.370 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 18:33:22.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:22.371 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 18:33:22.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:22.372 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 18:33:22.372 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 18:33:22.373 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 18:33:22.373 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 18:33:22.386 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 18:33:22.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:22.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:22.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:22.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:22.396 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") 18:33:22.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:22.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:22.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:22.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:22.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:33:22.412 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 18:33:22.439 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 18:33:22.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:22.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:22.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:22.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:22.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:33:22.446 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 18:33:22.446 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:22.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:22.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:22.447 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 18:33:22.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:22.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:22.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:22.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:22.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:22.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:33:22.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:33:22.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:22.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:22.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:22.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:22.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:22.494 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:33:22.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:22.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:22.494 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:22.494 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:22.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:22.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:22.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:22.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:22.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:22.632 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 18:33:22.632 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:22.632 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:22.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:22.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:22.633 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 18:33:22.633 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:22.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:22.633 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:22.633 INFO [WorkbenchTestable][RequirementsRunner] Started test: setEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 18:33:22.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 18:33:22.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:22.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:22.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:22.634 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:22.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:22.634 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:22.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:22.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:22.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:22.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:22.636 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:22.636 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:22.637 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:22.637 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:22.638 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:33:22.638 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:33:22.638 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:22.638 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:22.638 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:22.638 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:22.638 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:22.638 DEBUG [main][MenuItemLookup] Item match:Window 18:33:22.639 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:22.639 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:22.639 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:22.639 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:22.639 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:22.639 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:22.639 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:22.639 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:22.639 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:22.639 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:22.639 DEBUG [main][MenuItemLookup] Item match:Preferences 18:33:22.640 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:33:22.640 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:33:22.640 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:33:22.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.... 18:33:23.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:33:23.645 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:33:23.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:23.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:23.664 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:33:23.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:23.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:33:23.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:23.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:23.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:23.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:23.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:23.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:23.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:23.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:33:23.672 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:23.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:23.673 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:23.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:23.673 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:23.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:33:23.673 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:23.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:23.674 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:23.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:23.674 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:23.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 18:33:23.674 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 18:33:23.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:23.675 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 18:33:23.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:23.675 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 18:33:23.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 18:33:23.675 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 18:33:23.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:23.675 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 18:33:23.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:23.675 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 18:33:23.676 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 18:33:23.676 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 18:33:23.676 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 18:33:23.676 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 18:33:23.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:23.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:23.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:23.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:23.679 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") 18:33:23.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:23.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:23.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:23.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:23.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:33:23.703 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 18:33:23.712 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 18:33:23.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:23.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:23.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:23.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:23.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:33:23.742 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") 18:33:23.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:23.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:23.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:23.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:23.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:33:23.757 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 18:33:23.758 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") 18:33:23.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:23.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:23.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:23.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:23.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:33:23.764 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 18:33:23.765 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 18:33:23.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:23.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:23.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:23.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:23.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:33:23.770 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 18:33:23.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:23.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:23.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:23.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:23.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:33:23.774 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo PBEWithMD5AndDES to selection: PBEWithHmacSHA224AndAES_128 18:33:23.776 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") 18:33:23.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:23.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:23.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:23.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:23.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:33:23.785 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 18:33:23.787 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 18:33:23.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:23.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:23.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:23.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:23.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:33:23.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:33:23.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:23.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:23.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:23.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:23.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:23.803 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:33:23.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:23.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:23.803 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:23.803 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:23.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:23.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:23.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:23.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:23.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:23.931 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 18:33:23.931 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:23.931 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:23.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:23.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:23.932 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 18:33:23.933 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:23.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:23.933 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:23.934 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStorageLocationTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 18:33:23.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 18:33:23.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:23.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:23.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:23.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.*'] 18:33:23.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:23.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.*'] 18:33:23.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:23.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:23.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:23.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:23.935 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:23.935 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:23.936 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:23.937 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:23.937 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:33:23.937 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:33:23.937 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:23.937 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:23.937 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:23.937 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:23.937 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:23.937 DEBUG [main][MenuItemLookup] Item match:Window 18:33:23.938 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:23.938 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:23.938 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:23.938 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:23.938 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:23.938 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:23.938 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:23.938 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:23.938 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:23.938 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:23.938 DEBUG [main][MenuItemLookup] Item match:Preferences 18:33:23.957 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:33:23.957 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:33:23.958 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:33:24.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.... 18:33:24.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 18:33:24.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:33:24.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:24.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:24.944 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:33:24.944 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:24.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:33:24.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:24.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:24.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:24.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:24.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:24.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:24.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:24.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:33:24.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:24.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:24.951 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:24.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:24.951 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:24.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:33:24.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:24.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:24.952 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:24.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:24.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:24.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 18:33:24.953 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 18:33:24.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:24.953 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 18:33:24.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:24.953 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 18:33:24.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 18:33:24.953 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 18:33:24.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:24.954 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 18:33:24.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:24.954 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 18:33:24.954 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 18:33:24.954 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 18:33:24.954 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 18:33:24.955 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 18:33:24.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:24.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:24.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:24.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:24.958 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") 18:33:24.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:24.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:24.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:24.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:24.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:33:24.990 INFO [WorkbenchTestable][AbstractTabItem] Activate Contents 18:33:25.015 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:") 18:33:25.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:25.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:25.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:25.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:25.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:33:25.034 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:33:25.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) 18:33:25.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:25.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:25.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:25.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:25.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:25.056 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:33:25.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:25.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:25.057 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:25.057 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:25.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:25.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:25.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:25.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:25.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:25.310 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 18:33:25.310 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:25.310 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:25.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:25.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:25.312 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStorageLocationTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 18:33:25.313 INFO [WorkbenchTestable][RequirementsRunner] Test method recoverMasterPasswordTest is ignored because @Ignore annotation is presented. 18:33:25.313 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: recoverMasterPasswordTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 18:33:25.313 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:25.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:25.314 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:25.314 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMasterPasswordProvidersTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 18:33:25.315 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 18:33:25.315 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:25.315 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:25.315 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:25.315 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:25.315 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:25.316 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:33:25.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:25.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:25.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:25.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:25.317 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:25.318 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:25.319 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:25.320 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:25.320 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:33:25.320 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:33:25.320 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:25.320 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:25.320 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:25.320 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:25.320 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:25.320 DEBUG [main][MenuItemLookup] Item match:Window 18:33:25.321 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:25.321 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:25.321 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:25.321 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:25.321 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:25.321 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:25.321 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:25.321 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:25.321 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:25.321 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:25.321 DEBUG [main][MenuItemLookup] Item match:Preferences 18:33:25.322 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:33:25.322 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:33:25.322 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:33:25.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:33:26.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:33:26.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:33:26.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:26.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:26.563 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:33:26.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:26.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:33:26.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:26.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:26.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:26.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:26.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:26.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:26.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:26.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:33:26.570 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:26.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:26.571 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:26.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:26.571 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:26.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:33:26.572 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:26.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:26.572 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:26.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:26.573 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:26.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 18:33:26.574 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 18:33:26.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:26.574 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 18:33:26.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:26.575 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 18:33:26.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 18:33:26.575 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 18:33:26.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:26.576 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 18:33:26.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:26.576 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 18:33:26.576 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 18:33:26.577 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 18:33:26.577 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 18:33:26.577 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 18:33:26.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:26.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:26.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:26.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:26.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and no matchers specified 18:33:26.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:26.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:26.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:26.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:26.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:33:26.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:33:26.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:33:26.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:33:26.609 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:26.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:26.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:26.610 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 18:33:26.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:26.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:26.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:26.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:26.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:26.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:33:26.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:33:26.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:33:26.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:33:26.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:26.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:26.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:26.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:26.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:26.639 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:33:26.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:26.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:26.639 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:26.639 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:26.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:26.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:26.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:26.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:26.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:26.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 18:33:26.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:26.761 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:26.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:26.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:26.764 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMasterPasswordProvidersTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 18:33:26.765 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 18:33:26.765 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:26.765 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:26.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:26.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 11.275 s - in org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest selectDifferentTabsOnPreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 2.155 s getAvailableEncryptionAlgorithmsTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 1.229 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: 1.161 s availableAlgorithmsContainsCurrentAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 1.243 s getEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 1.342 s setEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 1.299 s getStorageLocationTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 1.378 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: 1.45 s Running org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 18:33:26.784 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 18:33:26.791 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:33:26.791 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:26.791 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 18:33:26.792 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:26.792 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:33:26.792 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:26.792 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:33:26.792 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:26.794 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:26.794 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystem_notFound no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 18:33:26.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 18:33:26.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:26.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:26.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:26.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:26.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:33:26.814 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' view via menu. 18:33:26.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:26.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:26.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:26.815 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:26.815 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:26.815 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:26.816 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:26.817 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:33:26.817 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:33:26.817 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:26.817 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:26.817 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:26.817 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:26.817 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:26.817 DEBUG [main][MenuItemLookup] Item match:Window 18:33:26.818 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:26.818 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:26.818 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:26.818 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:26.818 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:26.818 DEBUG [main][MenuItemLookup] Item match:Show View 18:33:26.832 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:33:26.832 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:33:26.832 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:33:26.832 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:33:26.832 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:33:26.832 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:33:26.832 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:33:26.832 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:33:26.832 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:33:26.832 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:33:26.832 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:33:26.832 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:33:26.832 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:33:26.832 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:33:26.832 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:33:26.832 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:26.832 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:33:26.832 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:33:26.833 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:33:26.833 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:33:26.833 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:33:27.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:33:27.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:33:27.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:33:27.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:27.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:27.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:33:27.050 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:27.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:27.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:27.051 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:33:27.051 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:27.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:27.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:27.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:27.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:27.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:27.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:27.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:27.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Remote Systems has children... 18:33:27.069 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Remote Systems 18:33:27.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:27.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:27.574 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Remote Systems 18:33:27.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Remote Systems has children finished successfully 18:33:27.576 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Remote Systems 18:33:27.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:27.577 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Remote Systems is already expanded. No action performed 18:33:27.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:27.577 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Remote Systems 18:33:27.578 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Remote Systems 18:33:27.578 DEBUG [main][TreeItemHandler] Selecting tree item: Remote Systems 18:33:27.578 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Remote Systems about selection 18:33:27.579 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Remote Systems 18:33:27.580 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:27.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:27.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:27.580 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:33:27.580 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:27.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:27.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:27.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:33:27.582 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:27.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:27.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:27.582 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:33:27.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:27.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:27.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:27.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:27.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:27.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:27.584 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:33:27.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:27.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:27.585 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:27.585 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:27.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:27.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:27.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.rse.ui.view.SystemViewPart' view is open... 18:33:27.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:27.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:27.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.rse.ui.view.SystemViewPart' view is open finished successfully 18:33:27.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:27.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:27.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:27.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:27.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:27.979 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:27.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 18:33:27.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:27.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:28.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:28.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:28.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:28.018 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:28.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:28.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:28.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:28.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:28.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:28.023 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 18:33:28.024 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:28.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:28.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:28.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:28.051 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:28.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:28.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:28.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:28.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 18:33:28.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:28.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:28.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:28.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:28.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:28.064 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 18:33:28.064 DEBUG [main][TreeItemHandler] Selecting tree item: Local 18:33:28.065 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 18:33:28.072 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 18:33:28.073 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:28.073 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:28.197 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:28.197 DEBUG [main][MenuItemLookup] Item match:New 18:33:28.199 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 18:33:28.199 DEBUG [main][MenuItemLookup] Item match:Connection... 18:33:28.199 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 18:33:28.199 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 18:33:28.199 INFO [main][MenuItemHandler] Select menu item: &Connection... 18:33:28.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 18:33:28.439 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 18:33:28.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:28.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:28.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:28.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"] 18:33:28.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:28.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:28.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"] 18:33:28.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:28.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:28.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: "New Connection"] 18:33:28.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:28.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:28.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:28.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:28.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:28.457 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:28.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:28.465 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 18:33:28.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:28.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:28.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:28.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:28.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:28.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:28.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:28.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:33:28.471 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:28.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:28.502 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:28.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:28.503 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:28.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:33:28.504 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:28.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:28.506 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:28.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:28.506 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:28.508 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 18:33:28.508 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 18:33:28.516 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 18:33:28.540 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 18:33:28.542 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:28.542 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 18:33:28.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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) 18:33:28.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:28.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:28.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:28.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:28.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:28.549 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:33:28.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:28.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:28.549 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:28.549 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:28.635 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 18:33:28.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:28.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:33:28.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:33:28.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:28.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:33:28.649 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 18:33:28.662 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 18:33:28.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:28.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:28.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:28.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:28.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:33:28.695 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:33:28.697 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System A 18:33:28.704 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:28.705 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 18:33:28.705 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) 18:33:28.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:28.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:28.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:28.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:28.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:28.710 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:33:28.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:28.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:28.711 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:28.711 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:28.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:28.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:28.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:28.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:33:28.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:33:28.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-cqjj0' is not running, skipped 18:33:28.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:28.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:28.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:28.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:28.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:28.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:28.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:28.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:28.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A... 18:33:28.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:28.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:28.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:28.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:28.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:28.945 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:28.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 18:33:28.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:28.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:28.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:28.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:28.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:28.999 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:28.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:29.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:29.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:29.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:29.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:29.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 18:33:29.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:29.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:29.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:29.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:29.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:29.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A finished successfully 18:33:29.005 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:29.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:29.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:29.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:29.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:33:29.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:29.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:29.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:29.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:29.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:29.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:29.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:29.008 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:29.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:29.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:29.009 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:29.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:29.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:29.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:29.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:29.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:29.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:33:29.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:29.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:29.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:29.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:29.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:29.041 INFO [WorkbenchTestable][System] Deleting system Local 18:33:29.041 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 18:33:29.041 INFO [WorkbenchTestable][System] Deleting system Test Remote System A 18:33:29.041 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 18:33:29.041 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 18:33:29.042 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 18:33:29.051 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 18:33:29.053 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 18:33:29.053 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 18:33:29.054 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 18:33:29.058 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 18:33:29.086 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:29.086 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'Connect' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:29.167 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:33:29.168 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:29.168 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:29.218 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:29.218 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:29.218 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:29.218 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:29.218 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:29.218 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:29.218 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:29.218 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:29.218 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:29.218 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:29.218 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:29.218 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:29.218 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 18:33:29.218 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 18:33:29.218 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 18:33:29.219 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1178): Gtk-CRITICAL **: 18:33:29.267: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:33:29.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 18:33:29.338 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 18:33:29.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 18:33:29.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:29.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:29.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 18:33:29.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:29.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:29.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:29.342 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 18:33:29.342 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:29.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:29.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:29.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:29.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:29.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:29.356 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 18:33:29.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:29.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:29.357 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:29.357 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:29.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:29.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:29.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A... 18:33:29.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:29.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:29.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:29.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:29.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:29.465 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:29.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 18:33:29.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:29.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:29.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:29.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:29.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:29.508 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:29.508 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:29.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:29.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:29.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:29.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:29.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 18:33:29.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:29.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:29.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:29.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:29.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:29.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A finished successfully 18:33:29.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:29.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:33:29.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-cqjj0' is not running, skipped 18:33:29.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:29.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:29.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:29.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:29.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:29.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:29.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:29.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:29.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 18:33:29.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:29.540 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:29.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:29.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:29.541 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 18:33:29.542 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystem_notFound no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 18:33:29.542 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:29.543 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystems no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 18:33:29.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 18:33:29.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:29.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:29.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:29.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:29.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:29.557 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 18:33:29.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:29.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:29.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:29.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:29.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:29.589 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:29.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 18:33:29.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:29.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:29.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:29.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:29.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:29.631 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:29.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:29.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:29.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:29.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:29.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:29.635 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 18:33:29.636 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:29.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:29.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:29.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:29.641 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:29.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:29.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:29.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:29.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:33:29.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:29.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:29.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:29.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:29.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:29.645 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 18:33:29.645 DEBUG [main][TreeItemHandler] Selecting tree item: Local 18:33:29.695 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 18:33:29.702 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 18:33:29.703 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:29.703 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:29.747 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:29.747 DEBUG [main][MenuItemLookup] Item match:New 18:33:29.748 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 18:33:29.748 DEBUG [main][MenuItemLookup] Item match:Connection... 18:33:29.748 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 18:33:29.748 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 18:33:29.748 INFO [main][MenuItemHandler] Select menu item: &Connection... 18:33:29.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 18:33:29.893 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 18:33:29.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:29.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:29.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:29.896 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:29.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:29.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:29.897 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:29.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:29.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:29.898 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 18:33:29.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:29.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:29.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:29.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:29.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:29.911 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:29.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:29.911 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 18:33:29.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:29.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:29.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:29.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:29.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:29.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:29.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:29.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:33:29.916 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:29.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:29.917 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:29.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:29.927 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:29.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:33:29.928 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:29.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:29.928 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:29.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:29.929 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:29.929 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 18:33:29.929 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 18:33:29.930 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 18:33:29.933 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 18:33:29.933 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:29.933 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 18:33:29.934 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) 18:33:29.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:29.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:29.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:29.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:29.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:29.943 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:33:29.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:29.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:29.943 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:29.943 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:30.011 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 18:33:30.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:30.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:33:30.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:33:30.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:30.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:33:30.015 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 18:33:30.031 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 18:33:30.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:30.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:30.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:30.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:30.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:33:30.034 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:33:30.035 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System A 18:33:30.036 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:30.036 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 18:33:30.036 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) 18:33:30.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:30.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:30.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:30.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:30.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:30.042 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:33:30.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:30.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:30.042 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:30.042 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:30.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:30.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:30.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:30.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:33:30.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:33:30.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-cqjj0' is not running, skipped 18:33:30.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:30.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:30.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:30.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:30.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:30.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:30.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:30.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:30.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A... 18:33:30.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:30.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:30.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:30.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:30.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:30.208 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:30.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 18:33:30.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:30.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:30.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:30.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:30.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:30.254 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:30.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:30.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:30.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:30.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:30.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:30.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:33:30.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:30.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:30.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:30.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:30.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:30.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A finished successfully 18:33:30.260 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 18:33:30.260 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:30.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:30.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:30.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:30.262 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 18:33:30.262 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:30.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:30.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:30.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:30.263 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:30.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:30.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:30.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:30.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 18:33:30.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:30.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:30.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:30.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:30.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:30.266 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 18:33:30.266 DEBUG [main][TreeItemHandler] Selecting tree item: Local 18:33:30.266 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 18:33:30.318 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 18:33:30.320 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:30.320 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:30.368 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:30.368 DEBUG [main][MenuItemLookup] Item match:New 18:33:30.369 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 18:33:30.369 DEBUG [main][MenuItemLookup] Item match:Connection... 18:33:30.369 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 18:33:30.369 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 18:33:30.370 INFO [main][MenuItemHandler] Select menu item: &Connection... 18:33:30.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 18:33:30.510 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 18:33:30.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:30.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:30.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:30.524 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:30.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:30.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:30.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: "New"] 18:33:30.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:30.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:30.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: "New Connection"] 18:33:30.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:30.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:30.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:30.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:30.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:30.533 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:30.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:30.534 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 18:33:30.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:30.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:30.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:30.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:30.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:30.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:30.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:30.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:33:30.538 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:30.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:30.539 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:30.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:30.539 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:30.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:33:30.540 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:30.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:30.540 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:30.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:30.540 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:30.541 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 18:33:30.541 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 18:33:30.542 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 18:33:30.544 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 18:33:30.545 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:30.545 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 18:33:30.545 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) 18:33:30.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:30.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:30.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:30.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:30.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:30.559 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:33:30.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:30.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:30.559 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:30.559 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:30.640 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 18:33:30.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:30.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:33:30.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:33:30.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:30.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:33:30.645 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 18:33:30.662 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 18:33:30.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:30.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:30.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:30.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:30.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:33:30.665 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:33:30.666 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System B 18:33:30.667 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:30.667 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 18:33:30.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 "Finish", Widget matcher matching widgets with style: 8) 18:33:30.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:30.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:30.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:30.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:30.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:30.716 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:33:30.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:30.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:30.716 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:30.717 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:30.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:30.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:30.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:30.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 18:33:30.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:33:30.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:30.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:30.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:30.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:30.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:30.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:30.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:30.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:30.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B... 18:33:30.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:30.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:30.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:30.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:30.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:30.956 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:30.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 '\*?\QRemote Systems\E') 18:33:30.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:30.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:31.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:31.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:31.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:31.024 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:31.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:31.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:31.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:31.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:31.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:31.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:33:31.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:31.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:31.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:31.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:31.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:31.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B finished successfully 18:33:31.058 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:31.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:31.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:31.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:31.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:33:31.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:31.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:31.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:31.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:31.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:31.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:31.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:31.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:31.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:31.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:31.065 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:31.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:31.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:31.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:31.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:31.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:31.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:33:31.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:31.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:31.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:31.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:31.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:31.124 INFO [WorkbenchTestable][System] Deleting system Local 18:33:31.124 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 18:33:31.124 INFO [WorkbenchTestable][System] Deleting system Test Remote System A 18:33:31.124 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 18:33:31.124 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 18:33:31.125 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 18:33:31.130 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 18:33:31.131 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 18:33:31.132 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 18:33:31.132 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 18:33:31.181 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 18:33:31.190 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:31.190 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'Connect' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:31.247 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:33:31.248 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:31.248 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:31.295 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:31.295 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:31.295 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:31.295 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:31.295 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:31.295 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:31.295 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:31.295 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:31.295 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:31.295 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:31.295 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:31.295 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:31.295 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 18:33:31.296 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 18:33:31.296 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 18:33:31.296 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1178): Gtk-CRITICAL **: 18:33:31.331: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:33:31.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 18:33:31.395 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 18:33:31.396 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 18:33:31.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:31.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:31.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 18:33:31.397 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:31.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:31.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:31.399 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 18:33:31.399 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:31.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:31.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:31.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:31.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:31.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:31.410 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 18:33:31.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:31.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:31.410 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:31.410 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:31.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:31.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:31.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A... 18:33:31.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:31.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:31.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:31.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:31.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:31.505 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:31.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 '\*?\QRemote Systems\E') 18:33:31.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:31.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:31.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:31.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:31.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:31.550 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:31.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:31.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:31.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:31.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:31.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:31.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 18:33:31.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:31.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:31.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:31.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:31.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:31.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A finished successfully 18:33:31.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:31.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:33:31.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-cqjj0' is not running, skipped 18:33:31.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:31.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:31.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:31.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:31.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:31.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:31.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:31.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:31.586 INFO [WorkbenchTestable][System] Deleting system Test Remote System B 18:33:31.586 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 18:33:31.587 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 18:33:31.588 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 18:33:31.603 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 18:33:31.605 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 18:33:31.605 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 18:33:31.605 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 18:33:31.619 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 18:33:31.621 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:31.621 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:31.663 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'Connect' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:31.664 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:33:31.665 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:31.665 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:31.702 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:31.703 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:31.703 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:31.703 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:31.703 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:31.703 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:31.703 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:31.703 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:31.703 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:31.703 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:31.703 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:31.703 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:31.703 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 18:33:31.703 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 18:33:31.703 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 18:33:31.704 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1178): Gtk-CRITICAL **: 18:33:31.736: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:33:31.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 18:33:31.801 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 18:33:31.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 18:33:31.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:31.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:31.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 "Delete") 18:33:31.802 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:31.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:31.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:31.803 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 18:33:31.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:31.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:31.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:31.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:31.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:31.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:31.805 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 18:33:31.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:31.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:31.805 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:31.806 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:31.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:31.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:31.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B... 18:33:31.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:31.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:31.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:31.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:31.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:31.907 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:31.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 18:33:31.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:31.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:31.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:31.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:31.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:31.949 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:31.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:31.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:31.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:31.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:31.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:31.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 18:33:31.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:31.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:31.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:31.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:31.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:31.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B finished successfully 18:33:31.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:31.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:33:31.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-cqjj0' is not running, skipped 18:33:31.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:31.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:31.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:31.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:31.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:31.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:31.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:31.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:31.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 18:33:31.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:31.957 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:31.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:31.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:31.958 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystems no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 18:33:31.958 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:31.959 INFO [WorkbenchTestable][RequirementsRunner] Started test: newConnection no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 18:33:31.959 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 18:33:31.959 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:31.959 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:31.959 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:31.959 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 18:33:31.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:31.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:31.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:32.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:32.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:32.000 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:32.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 '\*?\QRemote Systems\E') 18:33:32.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:32.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:32.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:32.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:32.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:32.045 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:32.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:32.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:32.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:32.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:32.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:32.051 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:32.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:32.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:32.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:32.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 18:33:32.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:32.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:32.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:32.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:32.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:32.086 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 18:33:32.086 DEBUG [main][TreeItemHandler] Selecting tree item: Local 18:33:32.087 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 18:33:32.094 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 18:33:32.096 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:32.096 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:32.146 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:32.146 DEBUG [main][MenuItemLookup] Item match:New 18:33:32.147 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 18:33:32.147 DEBUG [main][MenuItemLookup] Item match:Connection... 18:33:32.148 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 18:33:32.148 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 18:33:32.148 INFO [main][MenuItemHandler] Select menu item: &Connection... 18:33:32.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 18:33:32.317 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 18:33:32.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:32.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:32.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:32.328 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:32.328 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:32.328 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:32.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: "New"] 18:33:32.329 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:32.329 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:32.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: "New Connection"] 18:33:32.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:32.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:32.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:32.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:32.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:32.330 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:32.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:32.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:32.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:32.331 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:32.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:32.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:32.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:32.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:32.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:32.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:32.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:32.332 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:32.332 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Cancel wizard 18:33:32.333 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) 18:33:32.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:32.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:32.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:32.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:32.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:32.338 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:33:32.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:32.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:32.338 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:32.338 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:32.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:32.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:32.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:32.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:33:32.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:33:32.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-cqjj0' is not running, skipped 18:33:32.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:32.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:32.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:32.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:32.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:32.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:32.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:32.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:32.443 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:32.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:32.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:32.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:32.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 18:33:32.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:32.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:32.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:32.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:32.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:32.447 INFO [WorkbenchTestable][System] Deleting system Local 18:33:32.447 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 18:33:32.447 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 18:33:32.447 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:32.447 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:32.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:32.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:32.448 INFO [WorkbenchTestable][RequirementsRunner] Finished test: newConnection no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 18:33:32.449 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:32.449 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystems_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 18:33:32.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 18:33:32.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:32.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:32.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:32.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:32.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:32.466 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:32.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:32.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:32.467 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:32.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 '\*?\QRemote Systems\E') 18:33:32.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:32.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:32.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:32.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:32.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:32.514 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:32.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:32.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:32.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:32.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:32.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:32.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 18:33:32.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:32.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:32.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:32.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:32.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:32.520 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:32.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:32.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:32.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:32.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:33:32.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:32.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:32.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:32.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:32.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:32.522 INFO [WorkbenchTestable][System] Deleting system Local 18:33:32.522 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 18:33:32.522 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 18:33:32.522 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:32.522 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:32.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:32.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:32.524 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystems_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 18:33:32.525 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:32.525 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 18:33:32.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 18:33:32.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:32.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:32.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:32.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:32.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:32.564 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 18:33:32.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:32.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:32.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:32.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:32.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:32.583 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:32.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 18:33:32.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:32.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:32.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:32.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:32.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:32.625 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:32.625 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:32.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:32.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:32.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:32.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:32.629 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 18:33:32.629 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:32.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:32.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:32.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:32.632 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:32.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:32.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:32.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:32.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 18:33:32.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:32.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:32.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:32.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:32.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:32.635 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 18:33:32.635 DEBUG [main][TreeItemHandler] Selecting tree item: Local 18:33:32.637 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 18:33:32.666 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 18:33:32.668 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:32.668 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:32.734 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:32.734 DEBUG [main][MenuItemLookup] Item match:New 18:33:32.735 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 18:33:32.735 DEBUG [main][MenuItemLookup] Item match:Connection... 18:33:32.736 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 18:33:32.736 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 18:33:32.736 INFO [main][MenuItemHandler] Select menu item: &Connection... 18:33:32.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 18:33:32.863 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 18:33:32.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:32.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:32.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:32.867 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:32.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:32.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:32.868 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:32.868 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:32.868 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:32.869 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 18:33:32.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:32.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:32.869 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:32.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:32.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:32.870 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:32.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:32.879 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 18:33:32.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:32.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:32.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:32.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:32.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:32.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:32.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:32.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:33:32.883 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:32.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:32.884 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:32.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:32.884 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:32.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:33:32.884 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:32.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:32.885 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:32.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:32.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:32.886 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 18:33:32.886 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 18:33:32.886 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 18:33:32.899 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 18:33:32.900 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:32.900 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 18:33:32.900 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) 18:33:32.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:32.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:32.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:32.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:32.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:32.905 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:33:32.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:32.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:32.906 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:32.906 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:32.966 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 18:33:32.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:32.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:33:32.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:33:32.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:32.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:33:32.976 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 18:33:32.992 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 18:33:32.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:32.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:32.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:32.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:32.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:33:32.995 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:33:32.996 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System A 18:33:32.997 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:32.997 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 18:33:32.997 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) 18:33:32.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:32.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:33.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:33.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:33.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:33.003 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:33:33.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:33.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:33.004 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:33.004 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:33.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:33.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:33.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:33.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:33:33.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:33:33.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-cqjj0' is not running, skipped 18:33:33.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:33.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:33.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:33.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:33.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:33.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:33.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:33.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:33.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A... 18:33:33.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:33.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:33.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:33.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:33.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:33.178 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:33.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 18:33:33.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:33.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:33.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:33.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:33.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:33.222 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:33.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:33.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:33.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:33.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:33.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:33.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 18:33:33.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:33.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:33.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:33.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:33.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:33.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A finished successfully 18:33:33.230 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 18:33:33.231 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:33.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:33.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:33.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:33.234 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 18:33:33.237 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:33.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:33.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:33.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:33.241 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:33.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:33.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:33.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:33.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 18:33:33.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:33.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:33.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:33.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:33.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:33.271 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 18:33:33.271 DEBUG [main][TreeItemHandler] Selecting tree item: Local 18:33:33.272 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 18:33:33.289 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 18:33:33.303 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:33.303 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:33.343 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:33.343 DEBUG [main][MenuItemLookup] Item match:New 18:33:33.344 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 18:33:33.344 DEBUG [main][MenuItemLookup] Item match:Connection... 18:33:33.345 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 18:33:33.345 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 18:33:33.346 INFO [main][MenuItemHandler] Select menu item: &Connection... 18:33:33.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 18:33:33.480 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 18:33:33.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:33.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:33.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:33.496 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:33.497 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:33.497 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:33.497 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:33.497 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:33.497 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:33.498 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 18:33:33.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:33.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:33.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:33.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:33.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:33.503 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:33.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:33.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 18:33:33.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:33.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:33.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:33.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:33.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:33.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:33.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:33.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:33:33.513 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:33.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:33.515 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:33.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:33.515 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:33.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:33:33.516 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:33.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:33.517 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:33.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:33.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:33.519 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 18:33:33.519 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 18:33:33.519 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 18:33:33.532 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 18:33:33.533 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:33.533 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 18:33:33.533 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) 18:33:33.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:33.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:33.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:33.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:33.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:33.543 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:33:33.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:33.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:33.544 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:33.544 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:33.605 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 18:33:33.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:33.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:33:33.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:33:33.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:33.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:33:33.607 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 18:33:33.615 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 18:33:33.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:33.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:33.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:33.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:33.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:33:33.617 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:33:33.618 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System B 18:33:33.629 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:33.629 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 18:33:33.629 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) 18:33:33.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:33.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:33.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:33.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:33.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:33.635 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:33:33.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:33.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:33.635 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:33.635 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:33.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:33.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:33.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:33.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:33:33.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:33:33.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:33:33.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:33.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-cqjj0' is not running, skipped 18:33:33.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:33.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:33.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:33.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:33.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:33.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:33.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:33.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B... 18:33:33.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:33.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:33.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:33.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:33.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:33.796 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:33.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 18:33:33.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:33.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:33.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:33.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:33.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:33.839 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:33.839 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:33.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:33.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:33.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:33.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:33.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 18:33:33.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:33.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:33.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:33.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:33.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:33.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B finished successfully 18:33:33.845 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:33.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:33.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:33.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:33.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:33:33.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:33.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:33.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:33.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:33.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:33.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:33.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:33.852 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:33.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:33.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:33.853 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:33.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:33.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:33.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:33.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:33.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:33.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 18:33:33.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:33.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:33.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:33.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:33.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:33.885 INFO [WorkbenchTestable][System] Deleting system Local 18:33:33.885 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 18:33:33.885 INFO [WorkbenchTestable][System] Deleting system Test Remote System A 18:33:33.886 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 18:33:33.886 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 18:33:33.886 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 18:33:33.900 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 18:33:33.902 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 18:33:33.902 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 18:33:33.902 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 18:33:33.917 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 18:33:33.922 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:33.922 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'Connect' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:33.972 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:33:33.973 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:33.973 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:34.011 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:34.011 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:34.011 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:34.011 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:34.011 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:34.011 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:34.011 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:34.011 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:34.011 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:34.011 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:34.011 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:34.011 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:34.012 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 18:33:34.012 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 18:33:34.012 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 18:33:34.013 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1178): Gtk-CRITICAL **: 18:33:34.046: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:33:34.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 18:33:34.148 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 18:33:34.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 18:33:34.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:34.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:34.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 18:33:34.149 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:34.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:34.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:34.159 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 18:33:34.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:34.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:34.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:34.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:34.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:34.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:34.163 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 18:33:34.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:34.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:34.163 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:34.163 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:34.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:34.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:34.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A... 18:33:34.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:34.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:34.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:34.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:34.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:34.291 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:34.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 '\*?\QRemote Systems\E') 18:33:34.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:34.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:34.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:34.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:34.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:34.351 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:34.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:34.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:34.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:34.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:34.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:34.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:33:34.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:34.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:34.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:34.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:34.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:34.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A finished successfully 18:33:34.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:34.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:33:34.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-cqjj0' is not running, skipped 18:33:34.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:34.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:34.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:34.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:34.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:34.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:34.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:34.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:34.361 INFO [WorkbenchTestable][System] Deleting system Test Remote System B 18:33:34.361 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 18:33:34.362 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 18:33:34.362 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 18:33:34.368 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 18:33:34.386 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 18:33:34.416 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 18:33:34.417 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 18:33:34.437 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 18:33:34.439 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:34.439 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'Connect' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:34.490 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:33:34.491 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:34.491 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:34.531 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:34.532 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:34.532 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:34.532 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:34.532 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:34.532 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:34.532 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:34.532 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:34.532 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:34.532 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:34.532 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:34.532 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:34.532 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 18:33:34.532 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 18:33:34.532 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 18:33:34.533 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1178): Gtk-CRITICAL **: 18:33:34.566: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:33:34.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 18:33:34.643 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 18:33:34.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 18:33:34.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:34.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:34.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 "Delete") 18:33:34.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:34.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:34.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:34.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 18:33:34.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:34.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:34.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:34.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:34.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:34.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:34.658 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 18:33:34.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:34.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:34.658 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:34.658 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:34.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:34.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:34.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B... 18:33:34.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:34.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:34.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:34.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:34.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:34.790 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:34.791 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 18:33:34.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:34.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:34.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:34.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:34.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:34.834 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:34.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:34.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:34.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:34.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:34.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:34.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 18:33:34.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:34.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:34.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:34.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:34.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:34.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B finished successfully 18:33:34.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:34.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:33:34.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-cqjj0' is not running, skipped 18:33:34.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:34.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:34.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:34.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:34.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:34.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:34.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:34.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:34.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 18:33:34.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:34.895 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:34.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:34.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:34.896 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 18:33:34.897 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:34.897 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystem_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 18:33:34.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 18:33:34.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:34.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:34.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:34.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:34.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:34.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:34.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:34.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:34.946 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:34.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 '\*?\QRemote Systems\E') 18:33:34.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:34.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:35.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:35.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:35.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:35.003 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:35.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:35.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:35.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:35.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:35.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:35.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 18:33:35.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:35.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:35.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:35.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:35.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:35.010 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:35.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:35.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:35.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:35.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 18:33:35.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:35.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:35.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:35.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:35.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:35.013 INFO [WorkbenchTestable][System] Deleting system Local 18:33:35.013 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 18:33:35.013 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 18:33:35.013 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:35.013 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:35.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:35.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:35.014 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystem_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 18:33:35.014 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 18:33:35.014 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:35.014 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:35.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:35.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.233 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: 2.748 s getSystems no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 2.415 s newConnection no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.489 s getSystems_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.075 s getSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 2.371 s getSystem_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.117 s Running org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 18:33:35.025 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 18:33:35.026 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:33:35.026 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:35.026 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 18:33:35.026 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:35.026 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:33:35.045 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:35.045 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:33:35.045 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:35.045 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 18:33:35.045 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 18:33:35.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:33:35.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:35.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:35.046 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:35.046 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:35.047 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:35.047 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:35.047 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:35.047 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:35.047 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:35.047 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:35.047 DEBUG [main][MenuItemLookup] Item match:Window 18:33:35.048 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:35.048 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:35.048 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:35.048 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:35.048 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:35.048 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:35.048 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:35.048 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:35.048 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:35.048 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:35.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:35.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:35.049 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:35.050 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:35.050 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:35.050 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:35.050 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:35.050 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:35.050 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:35.050 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:35.050 DEBUG [main][MenuItemLookup] Item match:Window 18:33:35.050 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:35.050 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:35.050 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:35.050 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:35.050 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:35.050 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:35.050 DEBUG [main][MenuItemLookup] Item match:Perspective 18:33:35.051 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:33:35.051 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:35.051 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:33:35.051 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:33:35.051 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:33:35.051 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:33:35.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:33:35.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:35.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:35.052 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:35.052 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:35.052 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:35.052 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:35.052 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:35.052 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:35.052 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:35.052 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:35.052 DEBUG [main][MenuItemLookup] Item match:Window 18:33:35.053 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:35.053 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:35.053 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:35.053 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:35.053 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:35.053 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:35.053 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:35.053 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:35.053 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:35.053 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:35.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:35.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:35.053 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:35.054 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:35.054 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:35.054 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:35.054 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:35.054 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:35.054 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:35.054 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:35.054 DEBUG [main][MenuItemLookup] Item match:Window 18:33:35.054 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:35.054 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:35.054 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:35.054 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:35.054 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:35.054 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:35.054 DEBUG [main][MenuItemLookup] Item match:Perspective 18:33:35.055 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:33:35.055 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:35.055 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:33:35.055 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:33:35.055 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:33:35.055 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:33:35.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:35.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:35.056 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:35.056 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:35.056 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:35.056 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:35.056 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:35.056 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:35.056 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:35.056 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:35.056 DEBUG [main][MenuItemLookup] Item match:Window 18:33:35.057 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:35.057 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:35.057 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:35.057 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:35.057 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:35.057 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:35.057 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:35.057 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:35.057 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:35.057 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:35.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:35.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:35.087 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:35.088 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:35.088 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:35.088 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:35.088 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:35.088 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:35.088 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:35.088 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:35.088 DEBUG [main][MenuItemLookup] Item match:Window 18:33:35.088 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:35.088 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:35.088 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:35.088 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:35.088 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:35.088 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:35.088 DEBUG [main][MenuItemLookup] Item match:Perspective 18:33:35.089 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:33:35.089 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:35.089 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:33:35.089 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:33:35.089 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:33:35.089 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:33:35.089 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 18:33:35.089 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 18:33:35.090 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 18:33:35.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 18:33:35.153 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 18:33:35.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 18:33:35.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:35.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:35.154 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:35.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:35.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:35.155 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:33:35.155 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:35.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:35.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:35.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 18:33:35.156 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:35.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:35.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:35.156 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:33:35.156 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:35.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:35.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:35.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:35.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:35.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:35.158 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 18:33:35.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:35.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:35.158 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:35.158 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:35.518 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:35.518 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 18:33:35.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 18:33:35.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:35.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:35.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:35.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:35.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:33:35.549 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' view via menu. 18:33:35.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:35.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:35.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:35.551 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:35.551 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:35.551 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:35.551 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:35.551 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:33:35.551 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:33:35.551 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:35.551 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:35.552 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:35.552 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:35.552 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:35.552 DEBUG [main][MenuItemLookup] Item match:Window 18:33:35.552 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:35.553 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:35.553 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:35.553 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:35.553 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:35.553 DEBUG [main][MenuItemLookup] Item match:Show View 18:33:35.565 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:33:35.565 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:33:35.565 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:33:35.565 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:33:35.565 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:33:35.565 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:33:35.565 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:33:35.565 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:33:35.565 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:33:35.565 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:33:35.565 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:33:35.565 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:33:35.565 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:33:35.565 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:33:35.565 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:33:35.565 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:35.565 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:33:35.565 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:33:35.602 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:33:35.602 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:33:35.603 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:33:35.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:33:35.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 18:33:35.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:33:35.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:35.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:35.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:33:35.806 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:35.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:35.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:35.807 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:33:35.807 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:35.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:35.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:35.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:35.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:35.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:35.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:35.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:35.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Remote Systems has children... 18:33:35.811 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Remote Systems 18:33:35.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:35.811 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Remote Systems is already expanded. No action performed 18:33:35.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:35.811 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Remote Systems 18:33:35.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Remote Systems has children finished successfully 18:33:35.811 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Remote Systems 18:33:35.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:35.812 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Remote Systems is already expanded. No action performed 18:33:35.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:35.812 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Remote Systems 18:33:35.812 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Remote Systems 18:33:35.812 DEBUG [main][TreeItemHandler] Selecting tree item: Remote Systems 18:33:35.813 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Remote Systems about selection 18:33:35.813 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Remote Systems 18:33:35.813 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:35.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:35.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:35.813 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:33:35.813 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:35.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:35.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:35.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") 18:33:35.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:35.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:35.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:35.825 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:33:35.825 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:35.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:35.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:35.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:35.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:35.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:35.828 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:33:35.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:35.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:35.828 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:35.828 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:35.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:35.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:35.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.rse.ui.view.SystemViewPart' view is open... 18:33:36.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:36.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:36.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.rse.ui.view.SystemViewPart' view is open finished successfully 18:33:36.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:36.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:36.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:36.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:36.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:36.035 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:36.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 '\*?\QRemote Systems\E') 18:33:36.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:36.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:36.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:36.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:36.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:36.077 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:36.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:36.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:36.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:36.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:36.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:36.080 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 18:33:36.081 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:36.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:36.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:36.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:36.083 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:36.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:36.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:36.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:36.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 18:33:36.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:36.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:36.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:36.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:36.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:36.085 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 18:33:36.086 DEBUG [main][TreeItemHandler] Selecting tree item: Local 18:33:36.086 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 18:33:36.116 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 18:33:36.118 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:36.118 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:36.160 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:36.160 DEBUG [main][MenuItemLookup] Item match:New 18:33:36.161 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 18:33:36.161 DEBUG [main][MenuItemLookup] Item match:Connection... 18:33:36.161 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 18:33:36.161 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 18:33:36.161 INFO [main][MenuItemHandler] Select menu item: &Connection... 18:33:36.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 18:33:36.308 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 18:33:36.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:36.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:36.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:36.311 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:36.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:36.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:36.311 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:36.324 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:36.325 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:36.325 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 18:33:36.325 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:36.326 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:36.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:36.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:36.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:36.327 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:36.327 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:36.328 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 18:33:36.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:36.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:36.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:36.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:36.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:36.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:36.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:36.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:33:36.337 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:36.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:36.337 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:36.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:36.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:36.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:33:36.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:36.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:36.338 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:36.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:36.338 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:36.339 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 18:33:36.339 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 18:33:36.340 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 18:33:36.343 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 18:33:36.343 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:36.343 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 18:33:36.344 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) 18:33:36.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:36.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:36.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:36.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:36.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:36.359 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:33:36.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:36.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:36.360 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:36.360 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:36.423 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 18:33:36.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:36.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:33:36.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:33:36.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:36.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:33:36.425 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 18:33:36.441 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 18:33:36.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:36.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:36.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:36.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:36.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:33:36.443 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:33:36.445 INFO [WorkbenchTestable][AbstractText] Text set to: system1 18:33:36.445 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:36.445 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 18:33:36.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 18:33:36.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:36.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:36.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:36.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:36.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:36.451 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:33:36.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:36.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:36.451 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:36.452 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:36.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:36.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:36.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:33:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:33:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-cqjj0' is not running, skipped 18:33:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:36.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:36.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1... 18:33:36.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:36.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:36.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:36.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:36.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:36.616 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:36.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 18:33:36.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:36.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:36.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:36.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:36.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:36.660 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:36.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:36.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:36.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:36.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:36.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:36.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 18:33:36.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:36.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:36.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:36.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:36.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:36.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1 finished successfully 18:33:36.673 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 18:33:36.674 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:36.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:36.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:36.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:36.676 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 18:33:36.676 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:36.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:36.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:36.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:36.678 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:36.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:36.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:36.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:36.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 18:33:36.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:36.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:36.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:36.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:36.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:36.710 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 18:33:36.710 DEBUG [main][TreeItemHandler] Selecting tree item: Local 18:33:36.711 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 18:33:36.738 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 18:33:36.740 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:36.740 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:36.799 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:36.799 DEBUG [main][MenuItemLookup] Item match:New 18:33:36.800 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 18:33:36.800 DEBUG [main][MenuItemLookup] Item match:Connection... 18:33:36.801 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 18:33:36.801 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 18:33:36.801 INFO [main][MenuItemHandler] Select menu item: &Connection... 18:33:36.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 18:33:36.938 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 18:33:36.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:36.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:36.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:36.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: "New"] 18:33:36.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:36.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:36.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"] 18:33:36.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:36.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:36.963 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 18:33:36.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:36.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:36.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:36.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:36.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:36.966 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:36.966 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:36.968 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 18:33:36.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:36.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:36.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:36.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:36.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:36.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:36.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:36.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:33:36.974 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:36.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:36.985 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:36.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:36.985 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:36.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:33:36.986 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:36.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:36.987 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:36.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:36.987 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:36.988 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 18:33:36.988 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 18:33:36.989 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 18:33:36.997 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 18:33:36.997 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:36.998 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 18:33:36.998 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) 18:33:36.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:36.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:37.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:37.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:37.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:37.003 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:33:37.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:37.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:37.004 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:37.004 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:37.067 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 18:33:37.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:37.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:33:37.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:33:37.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:37.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:33:37.071 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 18:33:37.078 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 18:33:37.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:37.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:37.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:37.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:37.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:33:37.080 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:33:37.090 INFO [WorkbenchTestable][AbstractText] Text set to: system2 18:33:37.091 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:37.091 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 18:33:37.091 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) 18:33:37.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:37.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:37.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:37.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:37.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:37.096 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:33:37.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:37.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:37.097 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:37.097 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:37.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:37.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:37.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:37.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:33:37.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:33:37.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-cqjj0' is not running, skipped 18:33:37.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:37.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:37.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:37.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:37.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:37.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:37.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:37.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:37.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2... 18:33:37.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:37.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:37.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:37.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:37.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:37.266 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:37.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 '\*?\QRemote Systems\E') 18:33:37.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:37.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:37.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:37.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:37.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:37.309 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:37.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:37.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:37.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:37.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:37.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:37.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:33:37.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:37.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:37.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:37.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:37.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:37.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2 finished successfully 18:33:37.342 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 18:33:37.342 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:37.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:37.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:37.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:37.344 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:37.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:37.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:37.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:37.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 18:33:37.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:37.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:37.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:37.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:37.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:37.351 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:37.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:37.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:37.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:37.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 18:33:37.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:37.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:37.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:37.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:37.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:37.357 INFO [WorkbenchTestable][System] Deleting system system1 18:33:37.357 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 18:33:37.358 DEBUG [main][TreeItemHandler] Selecting tree item: system1 18:33:37.358 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 18:33:37.373 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 18:33:37.375 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 18:33:37.375 DEBUG [main][TreeItemHandler] Selecting tree item: system1 18:33:37.376 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 18:33:37.390 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 18:33:37.392 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:37.392 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:37.441 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:37.441 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:37.441 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:37.441 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:37.441 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:37.441 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:37.441 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:37.441 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:37.441 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:37.441 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:37.441 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:37.441 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:37.441 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 18:33:37.442 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:33:37.442 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:33:37.442 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:33:37.442 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:37.442 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 18:33:37.442 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 18:33:37.442 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:37.442 DEBUG [main][MenuItemLookup] Found menu:'Connect' 18:33:37.442 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 18:33:37.442 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:37.442 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:33:37.442 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:37.442 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:37.492 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:37.492 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:37.492 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:37.492 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:37.492 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:37.492 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:37.492 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:37.492 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:37.492 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:37.492 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:37.492 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:37.492 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:37.492 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 18:33:37.493 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 18:33:37.493 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 18:33:37.501 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1178): Gtk-CRITICAL **: 18:33:37.534: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:33:37.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 18:33:37.614 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 18:33:37.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 18:33:37.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:37.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:37.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 18:33:37.616 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:37.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:37.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:37.629 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 18:33:37.629 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:37.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:37.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:37.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:37.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:37.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:37.633 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 18:33:37.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:37.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:37.634 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:37.634 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:37.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:37.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:37.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1... 18:33:37.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:37.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:37.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:37.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:37.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:37.741 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:37.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 '\*?\QRemote Systems\E') 18:33:37.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:37.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:37.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:37.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:37.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:37.785 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:37.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:37.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:37.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:37.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:37.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:37.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:33:37.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:37.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:37.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:37.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:37.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:37.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1 finished successfully 18:33:37.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:37.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:33:37.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-cqjj0' is not running, skipped 18:33:37.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:37.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:37.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:37.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:37.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:37.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:37.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:37.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:37.792 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:37.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:37.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:37.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:37.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:33:37.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:37.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:37.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:37.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:37.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:37.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:37.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:37.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:37.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:37.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:37.824 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:37.824 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:37.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:37.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:37.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:37.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:37.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 18:33:37.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:37.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:37.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:37.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:37.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:37.829 INFO [WorkbenchTestable][System] Deleting system Local 18:33:37.829 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 18:33:37.829 INFO [WorkbenchTestable][System] Deleting system system2 18:33:37.856 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 18:33:37.856 DEBUG [main][TreeItemHandler] Selecting tree item: system2 18:33:37.856 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 18:33:37.862 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 18:33:37.868 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 18:33:37.869 DEBUG [main][TreeItemHandler] Selecting tree item: system2 18:33:37.869 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 18:33:37.884 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 18:33:37.885 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:37.885 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:37.926 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:37.926 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:37.926 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:37.927 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:37.927 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:37.927 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:37.927 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:37.927 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:37.927 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:37.927 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:37.927 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:37.927 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:37.927 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 18:33:37.927 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:33:37.927 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:33:37.927 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:33:37.927 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:37.927 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 18:33:37.927 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 18:33:37.927 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:37.927 DEBUG [main][MenuItemLookup] Found menu:'Connect' 18:33:37.927 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 18:33:37.927 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:37.927 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:33:37.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:37.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:37.964 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:37.964 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:37.964 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:37.964 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:37.964 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:37.964 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:37.964 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:37.964 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:37.964 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:37.964 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:37.964 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:37.964 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:37.964 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 18:33:37.965 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 18:33:37.965 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 18:33:37.965 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1178): Gtk-CRITICAL **: 18:33:37.997: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:33:38.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 18:33:38.061 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 18:33:38.061 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 18:33:38.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:38.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:38.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 "Delete") 18:33:38.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:38.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:38.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:38.064 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 18:33:38.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:38.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:38.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:38.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:38.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:38.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:38.076 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 18:33:38.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:38.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:38.076 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:38.076 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:38.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:38.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:38.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2... 18:33:38.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:38.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:38.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:38.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:38.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:38.168 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:38.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 '\*?\QRemote Systems\E') 18:33:38.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:38.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:38.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:38.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:38.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:38.211 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:38.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:38.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:38.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:38.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:38.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:38.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 18:33:38.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:38.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:38.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:38.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:38.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:38.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2 finished successfully 18:33:38.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:38.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:33:38.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-cqjj0' is not running, skipped 18:33:38.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:38.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:38.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:38.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:38.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:38.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:38.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:38.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:38.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 18:33:38.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:38.219 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:38.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:38.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:38.220 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 18:33:38.221 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:38.221 INFO [WorkbenchTestable][RequirementsRunner] Started test: disconnect_disconnected no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 18:33:38.221 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 18:33:38.221 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:38.221 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:38.221 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:38.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:38.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:38.264 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 18:33:38.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:38.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:38.280 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:38.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:38.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:38.281 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:38.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 '\*?\QRemote Systems\E') 18:33:38.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:38.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:38.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:38.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:38.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:38.325 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:38.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:38.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:38.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:38.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:38.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:38.329 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 18:33:38.330 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:38.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:38.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:38.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:38.332 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:38.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:38.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:38.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:38.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 18:33:38.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:38.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:38.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:38.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:38.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:38.336 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 18:33:38.336 DEBUG [main][TreeItemHandler] Selecting tree item: Local 18:33:38.337 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 18:33:38.368 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 18:33:38.370 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:38.370 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:38.409 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:38.409 DEBUG [main][MenuItemLookup] Item match:New 18:33:38.410 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 18:33:38.410 DEBUG [main][MenuItemLookup] Item match:Connection... 18:33:38.410 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 18:33:38.410 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 18:33:38.410 INFO [main][MenuItemHandler] Select menu item: &Connection... 18:33:38.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 18:33:38.545 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 18:33:38.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:38.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:38.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:38.548 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:38.549 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:38.549 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:38.549 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:38.550 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:38.550 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:38.550 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 18:33:38.550 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:38.550 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:38.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:38.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:38.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:38.551 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:38.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:38.551 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 18:33:38.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:38.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:38.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:38.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:38.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:38.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:38.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:38.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:33:38.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:38.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:38.564 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:38.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:38.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:38.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:33:38.564 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:38.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:38.565 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:38.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:38.565 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:38.565 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 18:33:38.565 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 18:33:38.566 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 18:33:38.568 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 18:33:38.580 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:38.581 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 18:33:38.581 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) 18:33:38.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:38.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:38.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:38.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:38.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:38.585 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:33:38.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:38.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:38.585 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:38.585 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:38.652 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 18:33:38.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:38.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:33:38.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:33:38.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:38.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:33:38.663 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 18:33:38.680 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 18:33:38.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:38.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:38.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:38.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:38.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:33:38.682 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:33:38.683 INFO [WorkbenchTestable][AbstractText] Text set to: system1 18:33:38.683 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:38.683 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 18:33:38.684 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) 18:33:38.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:38.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:38.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:38.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:38.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:38.689 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:33:38.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:38.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:38.689 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:38.689 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:38.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:38.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:38.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:38.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:33:38.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:33:38.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:38.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:38.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-cqjj0' is not running, skipped 18:33:38.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:38.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:38.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:38.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:38.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:38.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:38.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1... 18:33:38.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:38.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:38.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:38.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:38.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:38.857 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:38.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 '\*?\QRemote Systems\E') 18:33:38.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:38.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:38.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:38.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:38.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:38.900 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:38.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:38.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:38.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:38.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:38.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:38.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:33:38.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:38.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:38.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:38.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:38.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:38.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1 finished successfully 18:33:38.906 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 18:33:38.906 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:38.907 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:38.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:38.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:38.908 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 18:33:38.909 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:38.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:38.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:38.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:38.911 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:38.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:38.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:38.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:38.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 18:33:38.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:38.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:38.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:38.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:38.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:38.914 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 18:33:38.914 DEBUG [main][TreeItemHandler] Selecting tree item: Local 18:33:38.914 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 18:33:38.961 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 18:33:38.979 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:38.979 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:39.017 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:39.017 DEBUG [main][MenuItemLookup] Item match:New 18:33:39.018 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 18:33:39.018 DEBUG [main][MenuItemLookup] Item match:Connection... 18:33:39.018 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 18:33:39.018 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 18:33:39.018 INFO [main][MenuItemHandler] Select menu item: &Connection... 18:33:39.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 18:33:39.146 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 18:33:39.146 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:39.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:39.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:39.149 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:39.149 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:39.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:39.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"] 18:33:39.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:39.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:39.159 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 18:33:39.159 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:39.159 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:39.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:39.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:39.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:39.160 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:39.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:39.161 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 18:33:39.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:39.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:39.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:39.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:39.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:39.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:39.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:39.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:33:39.165 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:39.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:39.166 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:39.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:39.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:39.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:33:39.166 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:39.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:39.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:39.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:39.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:39.167 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 18:33:39.167 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 18:33:39.168 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 18:33:39.181 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 18:33:39.181 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:39.181 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 18:33:39.182 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) 18:33:39.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:39.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:39.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:39.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:39.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:39.186 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:33:39.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:39.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:39.186 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:39.186 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:39.245 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 18:33:39.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:39.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:33:39.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:33:39.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:39.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:33:39.247 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 18:33:39.263 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 18:33:39.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:39.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:39.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:39.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:39.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:33:39.265 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:33:39.266 INFO [WorkbenchTestable][AbstractText] Text set to: system2 18:33:39.266 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:39.267 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 18:33:39.267 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) 18:33:39.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:39.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:39.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:39.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:39.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:39.273 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:33:39.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:39.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:39.273 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:39.273 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:39.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:39.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:39.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:39.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:33:39.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:33:39.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-cqjj0' is not running, skipped 18:33:39.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:39.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:39.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:39.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:33:39.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:39.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:39.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:39.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:39.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:39.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2... 18:33:39.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:39.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:39.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:39.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:39.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:39.466 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:39.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 '\*?\QRemote Systems\E') 18:33:39.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:39.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:39.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:39.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:39.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:39.480 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:39.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:39.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:39.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:39.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:39.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:39.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 18:33:39.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:39.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:39.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:39.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:39.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:39.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2 finished successfully 18:33:39.513 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 18:33:39.513 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:39.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:39.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:39.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:39.515 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:39.515 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:39.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:39.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:39.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 18:33:39.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:39.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:39.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:39.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:39.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:39.518 INFO [WorkbenchTestable][System] Disconnecting from remote system system1 18:33:39.518 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 18:33:39.518 DEBUG [main][TreeItemHandler] Selecting tree item: system1 18:33:39.518 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 18:33:39.524 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 18:33:39.525 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:39.525 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:39.574 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:39.574 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:39.574 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:39.574 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:39.574 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:39.574 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:39.575 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:39.575 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:39.575 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:39.575 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:39.575 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:39.575 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:39.575 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 18:33:39.575 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:33:39.575 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:33:39.575 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:33:39.575 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:39.575 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 18:33:39.575 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 18:33:39.575 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:39.575 DEBUG [main][MenuItemLookup] Found menu:'Connect' 18:33:39.575 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 18:33:39.575 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:39.575 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:33:39.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:39.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:39.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:39.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:39.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:39.578 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:39.578 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:39.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:39.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:39.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:39.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:39.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 18:33:39.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:39.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:39.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:39.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:39.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:39.628 INFO [WorkbenchTestable][System] Deleting system Local 18:33:39.628 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 18:33:39.628 INFO [WorkbenchTestable][System] Deleting system system1 18:33:39.628 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 18:33:39.628 DEBUG [main][TreeItemHandler] Selecting tree item: system1 18:33:39.628 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 18:33:39.660 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 18:33:39.662 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 18:33:39.662 DEBUG [main][TreeItemHandler] Selecting tree item: system1 18:33:39.666 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 18:33:39.671 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 18:33:39.673 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:39.673 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:39.709 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:39.709 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:39.709 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:39.709 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:39.709 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:39.709 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:39.709 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:39.709 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:39.709 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:39.710 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:39.710 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:39.710 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:39.710 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 18:33:39.710 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:33:39.710 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:33:39.710 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:33:39.710 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:39.710 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 18:33:39.710 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 18:33:39.710 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:39.710 DEBUG [main][MenuItemLookup] Found menu:'Connect' 18:33:39.710 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 18:33:39.710 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:39.710 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:33:39.710 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:39.710 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:39.748 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:39.748 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:39.748 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:39.748 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:39.748 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:39.748 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:39.748 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:39.748 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:39.748 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:39.748 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:39.748 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:39.748 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:39.748 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 18:33:39.749 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 18:33:39.749 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 18:33:39.749 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1178): Gtk-CRITICAL **: 18:33:39.780: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:33:39.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 18:33:39.841 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 18:33:39.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 18:33:39.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:39.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:39.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") 18:33:39.842 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:39.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:39.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:39.843 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 18:33:39.843 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:39.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:39.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:39.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:39.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:39.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:39.846 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 18:33:39.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:39.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:39.855 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:39.855 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:39.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:39.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:39.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1... 18:33:39.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:39.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:39.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:39.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:39.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:39.948 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:39.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 18:33:39.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:39.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:39.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:39.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:39.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:39.991 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:39.991 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:39.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:39.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:39.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:39.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:39.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:33:39.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:39.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:39.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:39.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:39.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:39.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1 finished successfully 18:33:39.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:39.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:33:39.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-cqjj0' is not running, skipped 18:33:39.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:39.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:39.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:39.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:33:39.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:39.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:39.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:39.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:39.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:39.997 INFO [WorkbenchTestable][System] Deleting system system2 18:33:39.997 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 18:33:39.997 DEBUG [main][TreeItemHandler] Selecting tree item: system2 18:33:39.998 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 18:33:40.029 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 18:33:40.031 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 18:33:40.031 DEBUG [main][TreeItemHandler] Selecting tree item: system2 18:33:40.031 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 18:33:40.040 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 18:33:40.042 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:40.042 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'Connect' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:40.080 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:33:40.081 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:40.081 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:40.136 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:40.136 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:40.136 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:40.136 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:40.136 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:40.136 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:40.136 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:40.136 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:40.136 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:40.137 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:40.137 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:40.137 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:40.137 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 18:33:40.137 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 18:33:40.137 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 18:33:40.140 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1178): Gtk-CRITICAL **: 18:33:40.173: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:33:40.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 18:33:40.249 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 18:33:40.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 18:33:40.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:40.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:40.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 "Delete") 18:33:40.250 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:40.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:40.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:40.260 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 18:33:40.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:40.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:40.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:40.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:40.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:40.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:40.264 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 18:33:40.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:40.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:40.264 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:40.264 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:40.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:40.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:40.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2... 18:33:40.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:40.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:40.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:40.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:40.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:40.372 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:40.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 18:33:40.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:40.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:40.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:40.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:40.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:40.422 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:40.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:40.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:40.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:40.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:40.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:40.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 18:33:40.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:40.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:40.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:40.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:40.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:40.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2 finished successfully 18:33:40.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:40.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:33:40.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-cqjj0' is not running, skipped 18:33:40.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:40.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:40.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:40.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:33:40.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:40.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:40.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:40.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:40.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:40.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 18:33:40.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:40.457 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:40.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:40.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:40.458 INFO [WorkbenchTestable][RequirementsRunner] Finished test: disconnect_disconnected no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 18:33:40.459 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:40.459 INFO [WorkbenchTestable][RequirementsRunner] Started test: isConnected_false no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 18:33:40.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 18:33:40.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:40.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:40.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:40.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:40.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:40.481 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 18:33:40.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:40.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:40.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:40.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:40.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:40.507 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:40.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 '\*?\QRemote Systems\E') 18:33:40.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:40.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:40.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:40.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:40.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:40.555 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:40.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:40.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:40.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:40.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:40.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:40.562 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 18:33:40.588 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:40.588 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:40.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:40.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:40.590 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:40.590 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:40.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:40.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:40.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 18:33:40.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:40.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:40.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:40.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:40.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:40.594 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 18:33:40.594 DEBUG [main][TreeItemHandler] Selecting tree item: Local 18:33:40.596 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 18:33:40.602 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 18:33:40.604 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:40.604 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:40.651 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:40.652 DEBUG [main][MenuItemLookup] Item match:New 18:33:40.652 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 18:33:40.652 DEBUG [main][MenuItemLookup] Item match:Connection... 18:33:40.653 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 18:33:40.653 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 18:33:40.653 INFO [main][MenuItemHandler] Select menu item: &Connection... 18:33:40.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 18:33:40.787 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 18:33:40.788 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:40.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:40.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:40.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: "New"] 18:33:40.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:40.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:40.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: "New"] 18:33:40.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:40.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:40.792 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 18:33:40.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:40.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:40.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:40.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:40.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:40.793 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:40.793 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:40.793 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 18:33:40.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:40.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:40.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:40.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:40.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:40.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:40.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:40.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:33:40.806 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:40.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:40.806 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:40.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:40.806 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:40.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:33:40.807 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:40.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:40.807 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:40.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:40.807 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:40.808 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 18:33:40.809 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 18:33:40.809 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 18:33:40.822 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 18:33:40.823 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:40.823 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 18:33:40.823 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) 18:33:40.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:40.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:40.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:40.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:40.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:40.827 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:33:40.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:40.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:40.828 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:40.828 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:40.896 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 18:33:40.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:40.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:33:40.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:33:40.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:40.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:33:40.899 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 18:33:40.917 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 18:33:40.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:40.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:40.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:40.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:40.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:33:40.920 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:33:40.921 INFO [WorkbenchTestable][AbstractText] Text set to: system1 18:33:40.921 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:40.921 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 18:33:40.922 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) 18:33:40.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:40.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:40.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:40.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:40.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:40.928 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:33:40.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:40.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:40.929 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:40.929 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:40.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:41.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:41.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:41.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:33:41.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:33:41.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:41.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-cqjj0' is not running, skipped 18:33:41.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:41.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:41.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:33:41.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:41.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:41.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:41.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:41.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:41.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1... 18:33:41.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:41.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:41.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:41.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:41.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:41.106 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:41.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') 18:33:41.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:41.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:41.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:41.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:41.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:41.150 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:41.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:41.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:41.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:41.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:41.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:41.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 18:33:41.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:41.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:41.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:41.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:41.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:41.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1 finished successfully 18:33:41.156 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 18:33:41.157 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:41.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:41.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:41.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:41.158 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 18:33:41.159 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:41.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:41.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:41.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:41.161 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:41.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:41.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:41.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:41.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 18:33:41.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:41.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:41.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:41.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:41.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:41.164 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 18:33:41.164 DEBUG [main][TreeItemHandler] Selecting tree item: Local 18:33:41.165 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 18:33:41.212 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 18:33:41.215 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:41.215 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:41.273 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:41.273 DEBUG [main][MenuItemLookup] Item match:New 18:33:41.274 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 18:33:41.274 DEBUG [main][MenuItemLookup] Item match:Connection... 18:33:41.283 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 18:33:41.283 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 18:33:41.284 INFO [main][MenuItemHandler] Select menu item: &Connection... 18:33:41.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 18:33:41.415 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 18:33:41.416 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:41.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:41.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:41.419 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:41.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:41.428 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:41.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"] 18:33:41.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:41.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:41.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 Connection"] 18:33:41.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:41.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:41.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 18:33:41.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:41.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:41.434 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:41.434 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:41.434 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 18:33:41.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:41.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:41.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:41.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:41.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:41.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:41.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:41.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:33:41.445 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:41.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:41.446 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:41.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:41.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:41.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:33:41.448 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:33:41.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:41.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:33:41.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:41.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:33:41.450 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 18:33:41.450 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 18:33:41.450 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 18:33:41.464 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 18:33:41.464 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:41.464 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 18:33:41.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:33:41.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:41.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:41.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:41.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:41.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:41.471 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:33:41.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:41.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:41.471 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:41.471 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:41.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 18:33:41.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:41.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:33:41.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:33:41.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:41.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:33:41.542 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 18:33:41.559 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 18:33:41.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:41.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:41.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:41.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:41.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:33:41.562 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:33:41.564 INFO [WorkbenchTestable][AbstractText] Text set to: system2 18:33:41.564 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 18:33:41.564 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 18:33: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.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) 18:33:41.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:41.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:41.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:41.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:41.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:41.571 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:33:41.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:41.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:41.572 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:41.572 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:41.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:41.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:41.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:41.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 18:33:41.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:33:41.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:33:41.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:41.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-cqjj0' is not running, skipped 18:33:41.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:41.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:41.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:33:41.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:41.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:41.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:41.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:41.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:41.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2... 18:33:41.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:41.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:41.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:41.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:41.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:41.750 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:41.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 18:33:41.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:41.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:41.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:41.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:41.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:41.793 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:41.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:41.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:41.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:41.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:41.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:41.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 18:33:41.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:41.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:41.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:41.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:41.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:41.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2 finished successfully 18:33:41.830 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 18:33:41.831 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:41.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:41.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:41.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:41.834 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:41.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:41.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:41.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:41.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:33:41.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:41.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:41.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:41.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:41.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:41.838 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 18:33:41.838 DEBUG [main][TreeItemHandler] Selecting tree item: system1 18:33:41.839 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 18:33:41.846 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 18:33:41.858 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:41.858 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:41.909 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:41.909 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:41.909 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:41.909 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:41.909 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:41.909 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:41.910 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:41.910 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:41.910 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:41.910 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:41.910 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:41.910 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:41.910 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 18:33:41.910 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:33:41.910 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:33:41.910 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:33:41.910 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:41.910 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 18:33:41.910 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 18:33:41.910 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:41.910 DEBUG [main][MenuItemLookup] Found menu:'Connect' 18:33:41.910 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 18:33:41.910 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:41.910 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:33:41.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:41.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:41.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:41.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:41.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:41.958 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:41.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:41.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:41.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:41.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:41.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:42.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 18:33:42.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:42.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:42.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:42.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:42.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:42.025 INFO [WorkbenchTestable][System] Deleting system Local 18:33:42.025 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 18:33:42.025 INFO [WorkbenchTestable][System] Deleting system system1 18:33:42.025 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 18:33:42.025 DEBUG [main][TreeItemHandler] Selecting tree item: system1 18:33:42.026 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 18:33:42.036 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 18:33:42.038 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 18:33:42.038 DEBUG [main][TreeItemHandler] Selecting tree item: system1 18:33:42.038 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 18:33:42.044 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 18:33:42.045 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:42.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:42.087 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:42.087 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:42.088 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:42.088 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:42.088 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:42.088 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:42.088 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:42.088 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:42.088 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:42.088 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:42.088 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:42.088 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:42.088 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 18:33:42.088 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:33:42.088 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:33:42.088 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:33:42.088 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:42.088 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 18:33:42.088 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 18:33:42.088 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:42.088 DEBUG [main][MenuItemLookup] Found menu:'Connect' 18:33:42.088 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 18:33:42.088 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:42.088 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:33:42.089 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:42.089 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:42.126 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:42.127 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:42.127 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:42.127 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:42.127 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:42.127 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:42.127 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:42.127 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:42.127 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:42.127 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:42.127 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:42.127 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:42.127 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 18:33:42.127 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 18:33:42.127 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 18:33:42.128 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1178): Gtk-CRITICAL **: 18:33:42.161: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:33:42.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 18:33:42.225 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 18:33:42.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 18:33:42.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:42.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:42.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 18:33:42.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:42.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:42.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:42.242 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 18:33:42.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:42.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:42.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:42.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:42.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:42.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:42.249 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 18:33:42.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:42.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:42.249 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:42.249 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:42.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:42.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:42.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1... 18:33:42.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:42.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:42.342 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:42.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:42.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:42.343 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:42.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 '\*?\QRemote Systems\E') 18:33:42.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:42.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:42.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:42.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:42.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:42.385 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:42.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:42.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:42.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:42.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:42.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:42.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:33:42.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:42.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:42.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:42.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:42.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:42.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1 finished successfully 18:33:42.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:42.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:33:42.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:42.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-cqjj0' is not running, skipped 18:33:42.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:42.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:42.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:33:42.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:42.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:42.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:42.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:42.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:42.391 INFO [WorkbenchTestable][System] Deleting system system2 18:33:42.391 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 18:33:42.391 DEBUG [main][TreeItemHandler] Selecting tree item: system2 18:33:42.391 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 18:33:42.432 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 18:33:42.433 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 18:33:42.434 DEBUG [main][TreeItemHandler] Selecting tree item: system2 18:33:42.434 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 18:33:42.439 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 18:33:42.440 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:42.441 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'Connect' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:42.495 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 18:33:42.496 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:42.496 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:42.535 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:42.535 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:42.535 DEBUG [main][MenuItemLookup] Found menu:'Go To' 18:33:42.535 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:42.535 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:42.535 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 18:33:42.535 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 18:33:42.535 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:42.535 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:42.535 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:42.535 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:33:42.535 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 18:33:42.535 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 18:33:42.536 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 18:33:42.536 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 18:33:42.536 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1178): Gtk-CRITICAL **: 18:33:42.569: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:33:42.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 18:33:42.641 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 18:33:42.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 18:33:42.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:42.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:42.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 18:33:42.642 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:42.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:42.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:42.643 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 18:33:42.643 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:42.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:42.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:42.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:42.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:42.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:42.654 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 18:33:42.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:42.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:42.656 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:42.656 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:42.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2... 18:33:42.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:42.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:42.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:42.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:42.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:42.791 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:42.791 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 18:33:42.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:42.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:42.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:42.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:42.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:42.835 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 18:33:42.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 18:33:42.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:42.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:42.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:42.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:42.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 18:33:42.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:42.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:42.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:42.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:42.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:42.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2 finished successfully 18:33:42.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:42.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:33:42.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-cqjj0' is not running, skipped 18:33:42.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:42.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:42.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:33:42.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:42.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:42.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:42.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:42.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:42.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:42.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 18:33:42.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:42.844 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:42.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:42.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:42.850 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isConnected_false no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 18:33:42.850 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 18:33:42.850 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:42.850 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:42.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:42.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.827 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: 2.702 s disconnect_disconnected no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) Time elapsed: 2.237 s isConnected_false no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) Time elapsed: 2.39 s Running org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 18:33:42.861 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 18:33:42.862 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:33:42.862 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:42.862 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 18:33:42.862 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:42.862 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:33:42.902 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:42.902 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:33:42.902 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:42.903 INFO [WorkbenchTestable][JavaEEPerspective] Open perspective: 'Java EE' 18:33:42.903 DEBUG [WorkbenchTestable][JavaEEPerspective] Trying to open perspective: 'Java EE' 18:33:42.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:42.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:42.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:42.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:42.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:42.905 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") 18:33:42.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:42.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:42.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:42.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:42.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:33:42.963 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 18:33:42.963 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:33:42.963 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:43.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 18:33:43.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 18:33:43.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 18:33:43.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:43.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:43.076 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:33:43.076 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:43.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:43.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:43.077 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:43.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:43.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:43.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:43.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:43.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:43.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:33:43.088 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java EE') 18:33:43.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:33:43.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:33:43.089 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (4) 18:33:43.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:33:43.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:33:43.090 TRACE [main][WidgetHandler] Notify Table with event 13 18:33:43.091 TRACE [main][WidgetHandler] Wait for synchronization 18:33:43.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:43.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:43.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:43.092 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:43.092 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:43.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:43.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:43.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:33:43.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:43.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:43.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:43.094 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:33:43.095 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:43.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:43.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:43.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:43.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:43.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:43.106 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:33:43.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:43.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:43.107 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:43.107 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:43.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:43.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:43.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:33:43.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:43.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:43.501 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:43.501 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:43.501 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:43.502 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:43.502 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:43.502 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:43.502 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:43.502 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:43.502 DEBUG [main][MenuItemLookup] Item match:Window 18:33:43.502 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:43.503 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:43.503 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:43.503 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:43.503 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:43.503 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:43.503 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:43.503 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:43.503 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:43.503 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 18:33:43.503 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:43.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:43.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:43.504 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:43.508 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:43.508 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:43.508 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:43.508 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:43.508 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:43.509 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:43.509 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:43.509 DEBUG [main][MenuItemLookup] Item match:Window 18:33:43.509 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:43.509 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:43.509 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:43.509 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:43.509 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:43.509 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:43.510 DEBUG [main][MenuItemLookup] Item match:Perspective 18:33:43.510 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:33:43.510 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:43.510 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:33:43.510 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:33:43.510 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:33:43.510 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:33:43.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:33:43.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:43.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:43.511 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:43.512 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:43.512 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:43.512 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:43.512 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:43.512 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:43.512 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:43.512 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:43.512 DEBUG [main][MenuItemLookup] Item match:Window 18:33:43.512 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:43.513 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:43.513 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:43.513 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:43.513 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:43.513 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:43.513 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:43.513 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:43.513 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:43.513 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 18:33:43.513 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:43.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:43.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:43.517 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:43.518 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:43.518 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:43.518 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:43.518 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:43.518 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:43.518 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:43.518 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:43.518 DEBUG [main][MenuItemLookup] Item match:Window 18:33:43.519 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:43.519 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:43.519 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:43.519 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:43.519 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:43.519 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:43.519 DEBUG [main][MenuItemLookup] Item match:Perspective 18:33:43.520 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:33:43.520 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:43.520 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:33:43.520 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:33:43.520 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:33:43.520 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:33:43.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:43.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:43.521 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:43.521 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:43.521 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:43.521 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:43.521 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:43.521 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:43.521 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:43.521 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:43.521 DEBUG [main][MenuItemLookup] Item match:Window 18:33:43.522 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:43.522 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:43.522 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:43.522 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:43.522 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:43.522 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:43.522 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:43.522 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:43.522 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:43.522 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 18:33:43.522 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:43.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:43.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:43.522 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:43.523 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:43.523 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:43.523 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:43.523 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:43.523 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:43.523 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:43.523 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:43.523 DEBUG [main][MenuItemLookup] Item match:Window 18:33:43.523 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:43.523 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:43.523 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:43.523 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:43.523 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:43.524 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:43.524 DEBUG [main][MenuItemLookup] Item match:Perspective 18:33:43.524 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:33:43.524 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:43.524 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:33:43.524 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:33:43.524 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:33:43.524 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:33:43.525 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 18:33:43.525 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 18:33:43.525 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 18:33:43.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 18:33:43.593 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 18:33:43.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 18:33:43.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:43.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:43.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:43.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:43.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:43.595 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:33:43.595 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:43.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:43.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:43.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 18:33:43.598 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:43.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:43.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:43.599 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:33:43.599 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:43.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:43.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:43.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:43.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:43.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:43.602 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 18:33:43.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:43.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:43.603 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:43.603 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:43.863 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:43.863 INFO [WorkbenchTestable][RequirementsRunner] Started test: createEJBProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest) 18:33:43.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 18:33:43.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:43.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:43.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:43.864 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:43.865 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:43.865 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:43.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33: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: "New EJB Project"] 18:33:43.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33: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: "New"] 18:33:43.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:43.868 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:43.868 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:43.868 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:43.868 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:43.868 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New EJB Project"] 18:33:43.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:43.870 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:43.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:43.870 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:43.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:43.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:43.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:43.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:43.882 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:43.882 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:43.886 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:43.886 DEBUG [main][MenuItemLookup] Item match:File 18:33:43.888 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:33:43.888 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:33:43.899 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 18:33:43.899 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 18:33:43.899 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 18:33:43.899 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 18:33:43.899 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 18:33:43.899 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 18:33:43.899 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:33:43.899 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:43.899 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 18:33:43.899 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 18:33:43.899 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 18:33:43.899 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 18:33:43.899 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 18:33:43.899 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:33:43.899 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:43.899 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:43.899 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:33:43.899 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:43.899 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:33:43.899 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:33:43.917 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:33:43.917 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:33:43.917 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:33:44.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:33:44.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:33:44.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:33:44.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:44.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:44.115 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:33:44.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:44.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:33:44.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:44.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:44.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:44.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:44.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:44.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:44.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:44.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem EJB has children... 18:33:44.123 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item EJB 18:33:44.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:44.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:44.625 INFO [WorkbenchTestable][TreeItemHandler] Expanded: EJB 18:33:44.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem EJB has children finished successfully 18:33:44.627 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item EJB 18:33:44.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:44.628 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item EJB is already expanded. No action performed 18:33:44.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:44.628 INFO [WorkbenchTestable][TreeItemHandler] Expanded: EJB 18:33:44.629 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EJB Project 18:33:44.629 DEBUG [main][TreeItemHandler] Selecting tree item: EJB Project 18:33:44.630 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EJB Project about selection 18:33:44.640 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EJB Project 18:33:44.641 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:33:44.641 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:33:44.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:33:44.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:44.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:44.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:44.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:44.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:44.647 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:33:44.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:44.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:44.647 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:44.648 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:44.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"] 18:33:44.990 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:44.991 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:44.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New EJB Project"] is available.... 18:33:44.992 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 18:33:44.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EJB Project 18:33:44.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:44.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:44.995 TRACE [WorkbenchTestable][EjbProjectWizard] Shell New EJB Project is not null and is not disposed 18:33:44.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:45.023 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:") 18:33:45.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:45.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:45.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:45.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:45.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:33:45.031 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:33:45.032 INFO [WorkbenchTestable][AbstractText] Text set to: ejbProject 18:33:45.051 TRACE [WorkbenchTestable][EjbProjectWizard] Shell New EJB Project is not null and is not disposed 18:33:45.051 INFO [WorkbenchTestable][EjbProjectWizard] Finish wizard 18:33:45.052 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) 18:33:45.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:45.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:45.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:45.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:45.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:45.059 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:33:45.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:45.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:45.060 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:45.060 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:45.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:45.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:45.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:45.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:33:45.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Remote System Explorer Operation' has no excuses, wait for it 18:33:46.009 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:33:46.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:33:46.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:33:46.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:33:46.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:46.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:46.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:33:46.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:33:46.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:46.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:46.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:46.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:33:46.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:46.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:46.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:46.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:46.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:33:46.023 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 18:33:46.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:46.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:46.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:46.024 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:46.024 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:46.024 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:46.024 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:46.024 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:46.024 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:46.024 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:46.024 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:46.024 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:46.024 DEBUG [main][MenuItemLookup] Item match:Window 18:33:46.025 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:46.025 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:46.025 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:46.025 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:46.025 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:46.025 DEBUG [main][MenuItemLookup] Item match:Show View 18:33:46.035 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 18:33:46.035 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:33:46.035 DEBUG [main][MenuItemLookup] Found menu:'Data Source Explorer' 18:33:46.035 DEBUG [main][MenuItemLookup] Found menu:'Markers' 18:33:46.035 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:33:46.035 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:33:46.035 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:33:46.035 DEBUG [main][MenuItemLookup] Found menu:'Properties' 18:33:46.035 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:33:46.035 DEBUG [main][MenuItemLookup] Found menu:'Servers' 18:33:46.035 DEBUG [main][MenuItemLookup] Found menu:'Snippets' 18:33:46.035 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:33:46.035 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:46.035 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:33:46.035 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:33:46.035 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:33:46.036 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:33:46.036 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:33:46.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:33:46.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:33:46.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:33:46.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:46.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:46.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 18:33:46.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:46.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:46.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:46.430 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:33:46.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:46.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:46.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:46.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:46.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:46.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:46.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:46.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:46.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:33:46.497 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:33:46.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:46.498 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:33:46.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:46.498 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:33:46.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:33:46.499 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:33:46.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:46.500 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:33:46.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:46.500 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:33:46.502 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 18:33:46.502 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 18:33:46.503 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 18:33:46.513 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 18:33:46.513 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:46.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:46.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:46.596 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:33:46.596 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:46.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:46.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:46.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:33:46.602 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:46.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:46.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:46.738 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:33:46.738 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:46.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:46.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:46.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:46.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:46.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:46.743 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:33:46.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:46.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:46.743 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:46.743 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:47.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:33:47.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:33:47.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 18:33:47.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:47.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:47.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 18:33:47.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:47.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:47.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:47.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:47.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:47.130 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:47.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:33:47.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:47.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:47.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:47.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:47.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:47.203 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:33:47.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:33:47.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:47.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:47.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:47.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:47.209 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:33:47.209 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:33:47.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:47.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:47.212 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:33:47.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:33:47.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:47.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:47.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:47.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:47.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:33:47.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:47.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:33:48.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:48.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:33:48.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:33:48.219 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:33:48.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:33:48.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:48.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:48.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 18:33:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:48.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:48.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:48.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:48.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:48.230 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ejbProject 18:33:48.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:48.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:48.371 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:33:48.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:48.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:48.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:48.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:48.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:48.421 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:48.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:33:48.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:48.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:48.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:48.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:48.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:48.430 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:33:48.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:33:48.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:48.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:48.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:48.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:48.498 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:33:48.499 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:33:48.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:48.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:48.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:48.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:48.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:33:49.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:49.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:33:49.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:49.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:33:49.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:33:49.509 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:33:49.509 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:33:49.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:49.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:49.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:33:49.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:49.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:49.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:49.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:49.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:49.516 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ejbProject 18:33:49.517 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ejbProject 18:33:49.518 DEBUG [main][TreeItemHandler] Selecting tree item: ejbProject 18:33:49.518 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ejbProject about selection 18:33:49.526 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ejbProject 18:33:49.537 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:49.537 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:49.815 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:49.815 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:49.815 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:49.815 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:49.815 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:33:49.815 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:33:49.815 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:49.815 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:33:49.815 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:33:49.815 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:33:49.815 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:33:49.815 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:49.815 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:33:49.815 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:33:49.815 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:33:49.815 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:33:49.815 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:49.815 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:33:49.815 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:33:49.815 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:49.816 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:33:49.816 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:33:49.816 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:33:49.816 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:33:49.817 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:33:49.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:49.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:33:49.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:33:49.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:33:49.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:49.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:49.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:33:49.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:33:49.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:49.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:49.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:49.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:33:49.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:49.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:49.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:49.829 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ejbProject' via Explorer 18:33:49.830 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ejbProject 18:33:49.830 DEBUG [main][TreeItemHandler] Selecting tree item: ejbProject 18:33:49.831 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ejbProject about selection 18:33:49.893 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ejbProject 18:33:49.894 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:33:49.894 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:50.108 DEBUG [main][MenuItemLookup] Found menu:'New' 18:33:50.108 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:33:50.108 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:50.108 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:33:50.108 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:33:50.108 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:33:50.108 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:50.108 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:33:50.108 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:33:50.108 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:33:50.108 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:33:50.108 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:33:50.109 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:33:50.109 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:33:50.110 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:33:50.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:33:51.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 18:33:51.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:33:51.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:51.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:51.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:51.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:51.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:33:51.133 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:51.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:51.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:51.134 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:33:51.134 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:51.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:51.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:51.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:51.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:51.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:51.137 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:33:51.138 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:33:51.138 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:33:51.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:51.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:51.138 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:51.138 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:51.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:33:51.139 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:51.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:51.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:51.140 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:33:51.140 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:51.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:51.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:51.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:51.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:51.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:51.151 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:33:51.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:51.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:51.151 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:51.151 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:51.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:33:51.197 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:33:51.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:33:51.699 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:33:51.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:51.699 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 18:33:51.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:33:51.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:33:51.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:33:51.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:51.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:51.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:33:51.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:33:51.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:51.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:51.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:51.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:51.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:51.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:51.700 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 18:33:51.700 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:51.700 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:51.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:51.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:51.703 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 18:33:51.706 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createEJBProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest) 18:33:51.706 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 18:33:51.706 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:33:51.706 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:33:51.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:51.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.848 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: 7.842 s Running org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 18:33:51.725 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 18:33:51.726 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:33:51.727 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:51.727 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 18:33:51.727 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:51.727 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:33:51.728 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:51.728 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:33:51.728 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:51.729 INFO [WorkbenchTestable][JavaEEPerspective] Open perspective: 'Java EE' 18:33:51.729 DEBUG [WorkbenchTestable][JavaEEPerspective] Perspective 'Java EE' is already opened. 18:33:51.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:33:51.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:51.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:51.730 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:51.730 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:51.733 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:51.733 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:33:51.733 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:33:51.733 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:51.733 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:51.733 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:51.733 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:51.733 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:51.733 DEBUG [main][MenuItemLookup] Item match:Window 18:33:51.734 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:51.734 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:51.734 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:51.734 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:51.734 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:51.734 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:51.734 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:51.734 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:51.734 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:51.734 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 18:33:51.734 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:51.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:51.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:51.736 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:51.736 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:51.736 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:51.736 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:33:51.736 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:33:51.736 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:51.736 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:51.736 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:51.736 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:51.736 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:51.736 DEBUG [main][MenuItemLookup] Item match:Window 18:33:51.737 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:51.737 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:51.737 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:51.737 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:51.737 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:51.737 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:51.737 DEBUG [main][MenuItemLookup] Item match:Perspective 18:33:51.738 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:33:51.738 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:51.738 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:33:51.738 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:33:51.738 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:33:51.738 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:33:51.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:33:51.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:51.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:51.787 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:51.788 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:51.788 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:51.788 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:33:51.788 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:33:51.788 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:51.788 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:51.788 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:51.789 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:51.789 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:51.789 DEBUG [main][MenuItemLookup] Item match:Window 18:33:51.790 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:51.790 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:51.790 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:51.790 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:51.790 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:51.790 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:51.790 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:51.790 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:51.790 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:51.790 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 18:33:51.790 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:51.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:51.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:51.791 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:51.792 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:51.792 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:51.792 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:33:51.792 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:33:51.792 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:51.792 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:51.792 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:51.792 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:51.792 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:51.792 DEBUG [main][MenuItemLookup] Item match:Window 18:33:51.793 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:51.793 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:51.793 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:51.793 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:51.793 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:51.793 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:51.793 DEBUG [main][MenuItemLookup] Item match:Perspective 18:33:51.794 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:33:51.794 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:51.794 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:33:51.794 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:33:51.794 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:33:51.794 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:33:51.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:51.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:51.795 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:51.796 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:51.796 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:51.796 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:33:51.796 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:33:51.796 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:51.796 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:51.796 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:51.796 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:51.796 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:51.796 DEBUG [main][MenuItemLookup] Item match:Window 18:33:51.797 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:51.797 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:51.797 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:51.797 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:51.797 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:51.797 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:51.797 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:51.797 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:33:51.797 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:51.797 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 18:33:51.797 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:33:51.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:51.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:51.799 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:51.800 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:51.800 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:33:51.800 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:33:51.800 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:33:51.800 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:33:51.800 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:33:51.800 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:33:51.800 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:33:51.800 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:33:51.801 DEBUG [main][MenuItemLookup] Item match:Window 18:33:51.801 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:33:51.801 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:33:51.801 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:33:51.801 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:51.801 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:33:51.801 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:33:51.802 DEBUG [main][MenuItemLookup] Item match:Perspective 18:33:51.803 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:33:51.803 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:51.803 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:33:51.803 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:33:51.803 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:33:51.803 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:33:51.803 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 18:33:51.803 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 18:33:51.804 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 18:33:51.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 18:33:51.946 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 18:33:51.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 18:33:51.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:51.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:51.991 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:51.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:51.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:51.992 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:33:51.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:51.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:51.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:51.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 "Reset Perspective") 18:33:51.995 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:33:51.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:33:51.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:33:51.996 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:33:51.996 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:33:51.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:51.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:51.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:51.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:51.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:51.998 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 18:33:51.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:51.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:51.999 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:51.999 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:52.627 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:33:52.627 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProjectWithWebModule no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 18:33:52.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 18:33:52.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:33:52.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:33:52.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:33:52.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: "New"] 18:33:52.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:52.629 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:52.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:52.630 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New EAR Application Project"] 18:33:52.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:52.630 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:52.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:52.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"] 18:33:52.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:52.632 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:52.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:52.632 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New EAR Application Project"] 18:33:52.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:52.633 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:52.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:52.634 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:52.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:52.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:52.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:52.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:52.694 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:52.695 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:33:52.696 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:52.696 DEBUG [main][MenuItemLookup] Item match:File 18:33:52.699 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:33:52.699 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:33:52.708 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 18:33:52.708 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 18:33:52.708 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 18:33:52.708 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 18:33:52.708 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 18:33:52.708 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 18:33:52.708 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:33:52.708 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:52.708 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 18:33:52.708 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 18:33:52.708 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 18:33:52.708 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 18:33:52.708 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 18:33:52.708 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:33:52.708 DEBUG [main][MenuItemLookup] Found menu:'File' 18:33:52.708 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:52.708 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:33:52.708 DEBUG [main][MenuItemLookup] Found menu:'' 18:33:52.708 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:33:52.708 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:33:52.710 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:33:52.710 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:33:52.728 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:33:53.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:33:53.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:33:53.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:33:53.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:53.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:53.212 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:33:53.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:53.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:33:53.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:53.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:53.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:53.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:53.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:53.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:33:53.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:33:53.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 18:33:53.319 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 18:33:53.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:53.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:53.831 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 18:33:53.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 18:33:53.834 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 18:33:53.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:33:53.835 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 18:33:53.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:33:53.835 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 18:33:53.836 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enterprise Application Project 18:33:53.836 DEBUG [main][TreeItemHandler] Selecting tree item: Enterprise Application Project 18:33:53.837 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enterprise Application Project about selection 18:33:53.894 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enterprise Application Project 18:33:53.894 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:33:53.894 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:33:53.900 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:33:53.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:53.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:53.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:53.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:53.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:53.908 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:33:53.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:53.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:53.922 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:53.922 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:54.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"] 18:33:54.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:54.344 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:54.344 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.... 18:33:54.392 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 18:33:54.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EAR Application Project 18:33:54.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:54.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:54.395 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 18:33:54.395 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:54.397 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:") 18:33:54.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:54.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:54.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:54.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:54.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:33:54.420 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:33:54.428 INFO [WorkbenchTestable][AbstractText] Text set to: EARProject 18:33:54.432 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 18:33:54.432 INFO [WorkbenchTestable][EarProjectWizard] Go to next wizard page 18:33:54.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.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) 18:33:54.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:54.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:54.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:54.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:54.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:54.497 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:33:54.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:54.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:54.498 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:54.498 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:54.541 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") 18:33:54.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:54.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:54.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:54.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:54.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:54.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.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...") 18:33:54.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:54.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:54.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:54.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:54.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:54.552 INFO [WorkbenchTestable][AbstractButton] Click button New &Module... 18:33:54.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:54.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:54.553 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:54.553 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:54.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:33:54.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:54.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:54.813 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:54.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create default Java EE modules."] is available. finished successfully 18:33:54.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create default Java EE modules. 18:33:54.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:54.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:54.820 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") 18:33:54.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:54.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:54.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:54.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:54.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:54.852 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &default modules 18:33:54.854 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Create &default modules 18:33:54.854 INFO [WorkbenchTestable][AbstractButton] Click button Create &default modules 18:33:54.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:54.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:54.905 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:54.906 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:54.928 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") 18:33:54.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:54.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:54.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:54.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:54.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:54.932 INFO [WorkbenchTestable][AbstractButton] Click button &Web 18:33:54.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:54.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:54.933 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:54.933 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:54.939 TRACE [main][WidgetHandler] Notify Button with event 27 18:33:54.939 TRACE [main][WidgetHandler] Wait for synchronization 18:33:54.939 TRACE [main][WidgetHandler] Notify Button with event 13 18:33:54.939 TRACE [main][WidgetHandler] Wait for synchronization 18:33:54.939 TRACE [main][WidgetHandler] Notify Button with event 26 18:33:54.939 TRACE [main][WidgetHandler] Wait for synchronization 18:33:54.939 TRACE [main][WidgetHandler] Notify Button with event 3 18:33:54.939 TRACE [main][WidgetHandler] Wait for synchronization 18:33:54.939 TRACE [main][WidgetHandler] Notify Button with event 4 18:33:54.939 TRACE [main][WidgetHandler] Wait for synchronization 18:33:54.939 TRACE [main][WidgetHandler] Notify Button with event 13 18:33:54.939 TRACE [main][WidgetHandler] Wait for synchronization 18:33:54.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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 >") 18:33:54.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:54.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:54.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:54.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:54.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:54.946 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:33:54.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:54.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:54.946 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:54.946 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:55.388 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:55.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:55.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:55.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:55.442 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:33:55.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:55.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:55.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33: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: "New Dynamic Web Project"] 18:33:55.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:55.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:55.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:55.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 18:33:55.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:55.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:55.448 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 18:33:55.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:33:55.449 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:") 18:33:55.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:55.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:55.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:55.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:55.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:33:55.477 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:33:55.479 INFO [WorkbenchTestable][AbstractText] Text set to: CreatedWebProjectModule 18:33:55.496 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 18:33:55.496 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 18:33:55.497 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) 18:33:55.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:55.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:55.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:55.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:55.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:55.510 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:33:55.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:55.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:55.510 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:55.510 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:55.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:56.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:56.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:56.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:33:56.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:33:56.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 18:33:56.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:33:56.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:33:56.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:56.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:56.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:33:56.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:33:56.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:33:56.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:56.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:56.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:56.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:56.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:56.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:56.271 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 18:33:56.271 INFO [WorkbenchTestable][EarProjectWizard] Finish wizard 18:33:56.286 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) 18:33:56.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:56.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:56.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:56.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:56.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:33:56.300 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:33:56.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:33:56.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:33:56.301 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:33:56.301 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:33:56.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:33:57.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:33:57.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:33:57.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'JavaScript indexing in progress' is a system job, skipped 18:33:57.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:33:57.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:33:57.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 18:33:57.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:33:57.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:33:57.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:33:57.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:33:57.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:33:57.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:33:57.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:33:57.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:33:57.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:33:57.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:33:57.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:33:57.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:33:57.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:33:57.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:33:57.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:33:57.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:33:57.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:33:57.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:57.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:57.702 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:33:57.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:57.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:57.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:33:57.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:33:57.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:33:57.708 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:33:57.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:33:57.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:57.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:57.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:57.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:57.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:33:57.713 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:33:57.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:33:57.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:57.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:33:57.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:33:57.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:33:57.720 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:33:57.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:33:57.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:57.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:57.723 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:33:57.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:33:57.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:57.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:57.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:57.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:57.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:33:58.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:58.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:33:58.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:58.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:33:58.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:33:58.920 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:33:58.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:33:58.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:58.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:58.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 18:33:58.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:58.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:58.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:33:58.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:33:58.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:33:58.932 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 18:33:58.933 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 18:33:59.007 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:33:59.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:33:59.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:59.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:59.011 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:33:59.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:33:59.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:33:59.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:33:59.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:33:59.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:59.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:33:59.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:33:59.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:00.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:00.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:00.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:34:00.019 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:00.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:00.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:00.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:00.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 18:34:00.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:00.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:00.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:00.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:00.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:00.026 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 18:34:00.027 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 18:34:00.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:00.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:00.034 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:34:00.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:00.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:00.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:34:00.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:00.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:00.044 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:34:00.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:34:00.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:00.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:00.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:00.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:00.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:34:00.126 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:00.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:00.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:00.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:34:00.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:34:00.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:34:00.131 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:00.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:00.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:00.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:00.134 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:00.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:00.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:00.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:00.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:00.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:00.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:00.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:00.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:01.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:01.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:01.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:34:01.262 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:01.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:01.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:01.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:01.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:34:01.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:01.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:01.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:01.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:01.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:01.270 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 18:34:01.270 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 18:34:01.272 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:01.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:01.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:01.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:01.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:01.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:01.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:01.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:01.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:02.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:02.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:02.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:34:02.290 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:02.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:02.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:02.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:02.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 18:34:02.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:02.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:02.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:02.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:02.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:02.298 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 18:34:02.299 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 18:34:02.300 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:02.300 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:02.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:02.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:02.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 18:34:02.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:02.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:02.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:02.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:02.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:02.307 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 18:34:02.307 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 18:34:02.308 DEBUG [main][TreeItemHandler] Set Tree selection 18:34:02.309 DEBUG [main][TreeHandler] Notify Tree about selection event 18:34:02.326 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 18:34:02.535 DEBUG [WorkbenchTestable][TreeItemHandler] CreatedWebProjectModule 18:34:02.535 DEBUG [WorkbenchTestable][TreeItemHandler] EARProject 18:34:02.536 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:34:02.536 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:02.730 DEBUG [main][MenuItemLookup] Found menu:'New' 18:34:02.730 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:34:02.730 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:02.730 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:34:02.730 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:02.730 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:34:02.730 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:34:02.730 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:34:02.730 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:34:02.730 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:34:02.730 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:34:02.730 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:02.730 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:34:02.730 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:34:02.730 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:02.730 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:34:02.730 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:34:02.731 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:34:02.734 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:34:02.734 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:34:02.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:34:02.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:34:03.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:34:03.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:34:03.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:34:03.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:34:03.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:34:03.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:34:03.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:34:03.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:34:03.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:34:03.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:34:03.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:34:03.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:34:03.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:34:03.238 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:34:03.238 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:03.324 DEBUG [main][MenuItemLookup] Found menu:'New' 18:34:03.325 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:34:03.325 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:03.325 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:34:03.325 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:03.325 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:34:03.325 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:34:03.325 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:34:03.325 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:34:03.325 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:34:03.325 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:34:03.326 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:34:03.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1178): Gtk-CRITICAL **: 18:34:03.526: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1178): Gtk-CRITICAL **: 18:34:03.533: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1178): Gtk-CRITICAL **: 18:34:03.602: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1178): Gtk-CRITICAL **: 18:34:03.648: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:34:04.157 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 18:34:04.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:34:04.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:04.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:04.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:34:04.164 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:34:04.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:04.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:04.165 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:34:04.165 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:34:04.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:04.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:04.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:04.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:04.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:04.167 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:34:04.168 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:34:04.168 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:34:04.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:04.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:04.172 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:04.172 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:04.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 "OK") 18:34:04.173 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:34:04.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:04.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:04.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:34:04.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:34:04.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:04.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:04.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:04.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:04.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:04.198 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:34:04.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:04.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:04.199 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:04.199 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:04.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:34:04.208 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:34:04.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:34:04.709 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:34:04.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:34:04.709 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 18:34:04.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:34:04.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:34:04.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:34:04.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:34:04.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:34:04.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:34:04.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:34:04.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:34:04.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:34:04.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:34:04.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:34:04.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:34:04.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:34:04.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:34:04.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:34:04.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 18:34:04.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:34:04.710 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:34:04.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:04.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:04.713 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProjectWithWebModule no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 18:34:04.713 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:34:04.714 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProjectWithDefaultModules no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 18:34:04.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 18:34:04.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:34:04.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:34:04.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:34:04.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"] 18:34:04.715 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:04.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"] 18:34:04.715 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:04.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 EAR Application Project"] 18:34:04.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:04.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"] 18:34:04.717 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:04.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: "New"] 18:34:04.717 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:04.718 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:04.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:04.718 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New EAR Application Project"] 18:34:04.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:04.719 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:04.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:04.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"] 18:34:04.720 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:04.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:34:04.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:04.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:04.723 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:34:04.723 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:34:04.742 DEBUG [main][MenuItemLookup] Found menu:'File' 18:34:04.743 DEBUG [main][MenuItemLookup] Item match:File 18:34:04.745 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:34:04.745 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:34:04.753 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 18:34:04.753 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 18:34:04.753 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 18:34:04.753 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 18:34:04.753 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 18:34:04.753 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 18:34:04.753 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:34:04.753 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:04.753 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 18:34:04.753 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 18:34:04.753 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 18:34:04.753 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 18:34:04.754 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 18:34:04.754 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:34:04.754 DEBUG [main][MenuItemLookup] Found menu:'File' 18:34:04.754 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:04.754 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:34:04.754 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:04.754 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:34:04.754 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:34:04.755 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:34:04.755 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:34:04.756 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:34:04.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:34:04.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:34:04.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:34:04.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:05.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:05.003 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:34:05.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:05.014 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:34:05.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:05.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:05.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:05.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:05.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:05.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:34:05.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:34:05.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 18:34:05.020 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 18:34:05.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:05.020 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 18:34:05.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:05.034 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 18:34:05.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 18:34:05.048 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 18:34:05.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:05.049 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 18:34:05.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:05.049 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 18:34:05.050 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enterprise Application Project 18:34:05.050 DEBUG [main][TreeItemHandler] Selecting tree item: Enterprise Application Project 18:34:05.051 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enterprise Application Project about selection 18:34:05.052 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enterprise Application Project 18:34:05.052 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:34:05.052 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:34:05.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:34:05.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:05.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:05.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:05.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:05.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:05.148 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:34:05.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:05.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:05.149 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:05.149 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:05.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: "New"] 18:34:05.437 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:05.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:05.451 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.... 18:34:05.452 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 18:34:05.452 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EAR Application Project 18:34:05.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:05.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:05.455 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 18:34:05.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:05.456 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:") 18:34:05.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:05.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:05.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:05.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:05.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:34:05.488 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:34:05.489 INFO [WorkbenchTestable][AbstractText] Text set to: EARProject 18:34:05.507 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 18:34:05.507 INFO [WorkbenchTestable][EarProjectWizard] Go to next wizard page 18:34:05.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:34:05.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:05.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:05.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:05.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:05.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:05.534 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:34:05.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:05.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:05.534 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:05.534 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:05.568 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") 18:34:05.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:05.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:05.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:05.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:05.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:05.576 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...") 18:34:05.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:05.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:05.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:05.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:05.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:05.583 INFO [WorkbenchTestable][AbstractButton] Click button New &Module... 18:34:05.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:05.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:05.583 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:05.583 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:05.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 18:34:05.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:05.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:05.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:05.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 18:34:05.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create default Java EE modules. 18:34:05.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:05.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:05.751 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 18:34:05.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:05.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:34:05.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:34:05.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:05.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 18:34:05.754 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:34:05.758 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 18:34:05.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:05.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 18:34:05.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 18:34:05.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:05.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 3 was found 18:34:05.790 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:34: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.jst.j2ee.wizard.NewJ2EEComponentSelectionPage, index 2 and no matchers specified 18:34:05.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:05.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 18:34:05.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 18:34:05.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:05.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 18:34:05.803 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:34:05.805 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 18:34:05.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:05.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:05.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:05.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:05.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:34:05.807 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:34:05.809 TRACE [WorkbenchTestable][DefaultJ2EEComponentCreationWizard] Shell Create default Java EE modules. is not null and is not disposed 18:34:05.809 INFO [WorkbenchTestable][DefaultJ2EEComponentCreationWizard] Finish wizard 18:34:05.809 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) 18:34:05.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:05.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:05.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:05.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:05.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:05.824 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:34:05.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:05.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:05.825 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:05.825 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:05.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:34:07.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:34:07.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:34:07.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:34:07.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:34:07.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 18:34:08.414 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 18:34:08.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'JavaScript indexing in progress' is a system job, skipped 18:34:08.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' has no excuses, wait for it 18:34:08.916 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 18:34:08.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:34:08.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:34:08.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:34:08.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:34:08.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:34:08.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:34:08.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:34:08.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:34:08.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:34:08.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:34:08.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:34:08.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:34:08.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:34:08.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:34:08.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:34:08.917 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 18:34:08.918 INFO [WorkbenchTestable][EarProjectWizard] Finish wizard 18:34:08.918 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) 18:34:08.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:08.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:08.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:08.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:08.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:08.947 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:34:08.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:08.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:08.948 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:08.948 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:08.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:34:09.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:34:09.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:34:09.621 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 18:34:09.621 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:34:09.621 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:34:09.621 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:34:09.621 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:34:09.621 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:34:09.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:34:09.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:34:09.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:34:09.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:34:09.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:34:09.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:34:09.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:34:09.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:34:09.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:34:09.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:34:09.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:09.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:09.631 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:34:09.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:09.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:09.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:34:09.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:09.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:09.691 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:34:09.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:34:09.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:09.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:09.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:09.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:09.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:34:09.703 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:09.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:09.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:09.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:34:09.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:34:09.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:34:09.840 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:09.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:09.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:09.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:09.843 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:09.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:09.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:09.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:09.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:09.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:09.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:10.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:10.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:10.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:10.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:10.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:34:10.853 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:10.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:10.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:10.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:10.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:34:10.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:10.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:10.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:10.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:10.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:10.860 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 18:34:10.861 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 18:34:10.861 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 18:34:10.862 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 18:34:10.862 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 18:34:10.864 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:10.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:10.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:10.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:10.867 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:10.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:10.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:10.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:10.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:10.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:10.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:11.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:11.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:11.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:11.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:11.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:34:11.876 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:11.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:11.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:11.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:11.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 18:34:11.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:11.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:11.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:11.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:11.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:11.895 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 18:34:11.896 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 18:34:11.896 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 18:34:11.897 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 18:34:11.897 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 18:34:11.898 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:11.899 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:11.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:11.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:11.905 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:11.905 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:11.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:11.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:11.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:11.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:11.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:12.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:12.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:12.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:12.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:12.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:34:12.925 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:12.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:12.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:12.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:12.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 18:34:12.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:12.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:12.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:12.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:12.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:12.931 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 18:34:12.932 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 18:34:12.933 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 18:34:12.933 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 18:34:12.934 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 18:34:12.935 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:12.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:12.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:12.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:12.939 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:12.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:12.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:12.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:12.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:12.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:12.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:13.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:13.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:13.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:13.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:13.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:34:13.950 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:13.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:13.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:13.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:13.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 18:34:13.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:13.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:13.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:13.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:13.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:13.959 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 18:34:13.960 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 18:34:13.960 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 18:34:13.960 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 18:34:13.961 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 18:34:13.962 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:13.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:13.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:13.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:13.966 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:13.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:13.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:13.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:13.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:13.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:13.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:14.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:14.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:14.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:14.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:14.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:34:14.994 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:14.994 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:14.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:14.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:14.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:34:14.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:14.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:14.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:14.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:14.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:15.000 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 18:34:15.001 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 18:34:15.001 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 18:34:15.002 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 18:34:15.002 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 18:34:15.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:15.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:15.010 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:34:15.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:15.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:15.014 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:34:15.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:15.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:15.015 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:34:15.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 '\*?\QProject Explorer\E') 18:34:15.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:15.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:15.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:15.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:15.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:34:15.019 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:15.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:15.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:15.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:34:15.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:34:15.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:34:15.055 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:15.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:15.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:15.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:15.059 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:15.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:15.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:15.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:15.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:15.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:15.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:15.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:15.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:16.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:16.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:16.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:34:16.066 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:16.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:16.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:16.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:16.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:34:16.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:16.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:16.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:16.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:16.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:16.073 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 18:34:16.073 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 18:34:16.074 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 18:34:16.074 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 18:34:16.074 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 18:34:16.075 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:16.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:16.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:16.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:16.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:16.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:16.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:16.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:16.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:17.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:17.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:17.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:34:17.082 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:17.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:17.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:17.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:17.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 18:34:17.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:17.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:17.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:17.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:17.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:17.087 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 18:34:17.088 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 18:34:17.089 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 18:34:17.089 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 18:34:17.090 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 18:34:17.091 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:17.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:17.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:17.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:17.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:34:17.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:17.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:17.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:17.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:17.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:17.096 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 18:34:17.096 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 18:34:17.097 DEBUG [main][TreeItemHandler] Set Tree selection 18:34:17.097 DEBUG [main][TreeHandler] Notify Tree about selection event 18:34:17.109 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 18:34:17.124 DEBUG [WorkbenchTestable][TreeItemHandler] EARProject 18:34:17.125 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectClient 18:34:17.125 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectConnector 18:34:17.125 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectEJB 18:34:17.126 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectWeb 18:34:17.126 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:34:17.126 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:17.194 DEBUG [main][MenuItemLookup] Found menu:'New' 18:34:17.195 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:34:17.195 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:17.195 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:34:17.195 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:17.195 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:34:17.195 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:34:17.195 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:34:17.195 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:34:17.195 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:34:17.195 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:34:17.195 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:17.195 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:34:17.195 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:34:17.195 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:17.195 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:34:17.195 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:34:17.195 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:34:17.195 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:34:17.196 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:34:17.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:34:17.196 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:34:17.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:34:17.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:34:17.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:34:17.697 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:34:17.697 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:34:17.697 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:34:17.697 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:34:17.697 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:34:17.697 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:34:17.697 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:34:17.697 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:34:17.697 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:34:17.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:34:17.697 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:34:17.697 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:17.754 DEBUG [main][MenuItemLookup] Found menu:'New' 18:34:17.754 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:34:17.754 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:17.754 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:34:17.754 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:17.754 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:34:17.754 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:34:17.754 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:34:17.754 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:34:17.754 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:34:17.754 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:34:17.755 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:34:17.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 18:34:18.530 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 18:34:18.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:34:18.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:18.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:18.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:34:18.536 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:34:18.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:18.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:18.538 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:34:18.538 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:34:18.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:18.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:18.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:18.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:18.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:18.540 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:34:18.541 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:34:18.541 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:34:18.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:18.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:18.542 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:18.542 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:18.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:34:18.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:34:18.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:18.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:18.544 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:34:18.544 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:34:18.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:18.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:18.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:18.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:18.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:18.556 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:34:18.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:18.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:18.557 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:18.557 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:18.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:34:18.580 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:34:19.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:34:19.081 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:34:19.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:34:19.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:34:19.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:34:19.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:34:19.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:34:19.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:34:19.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:34:19.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:34:19.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:34:19.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:34:19.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:34:19.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:34:19.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:34:19.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:34:19.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:34:19.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:34:19.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:34:19.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:34:19.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 18:34:19.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:34:19.082 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:34:19.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:19.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:19.085 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProjectWithDefaultModules no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 18:34:19.085 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:34:19.086 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 18:34:19.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 18:34:19.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:34:19.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:34:19.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:34:19.086 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:19.087 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:19.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: "New"] 18:34:19.087 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:19.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: "New EAR Application Project"] 18:34:19.088 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:19.088 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:19.088 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:19.088 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:19.089 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:19.089 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:19.089 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:19.089 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 18:34:19.090 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:19.090 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:19.090 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:19.090 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:19.090 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:19.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:34:19.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:19.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:19.112 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:34:19.112 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:34:19.112 DEBUG [main][MenuItemLookup] Found menu:'File' 18:34:19.114 DEBUG [main][MenuItemLookup] Item match:File 18:34:19.115 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:34:19.115 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:34:19.122 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 18:34:19.122 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 18:34:19.122 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 18:34:19.122 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 18:34:19.122 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 18:34:19.122 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 18:34:19.122 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:34:19.122 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:19.122 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 18:34:19.122 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 18:34:19.122 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 18:34:19.122 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 18:34:19.122 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 18:34:19.122 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:34:19.122 DEBUG [main][MenuItemLookup] Found menu:'File' 18:34:19.122 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:19.122 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:34:19.122 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:19.122 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:34:19.122 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:34:19.123 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:34:19.123 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:34:19.124 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:34:19.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:34:19.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:34:19.318 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:34:19.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:19.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:19.322 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:34:19.322 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:19.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 18:34:19.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:19.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:19.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:19.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:19.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:19.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:34:19.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:34:19.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 18:34:19.354 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 18:34:19.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:19.356 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 18:34:19.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:19.356 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 18:34:19.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 18:34:19.358 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 18:34:19.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:19.359 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 18:34:19.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:19.359 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 18:34:19.373 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enterprise Application Project 18:34:19.373 DEBUG [main][TreeItemHandler] Selecting tree item: Enterprise Application Project 18:34:19.374 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enterprise Application Project about selection 18:34:19.375 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enterprise Application Project 18:34:19.376 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:34:19.376 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:34:19.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:34:19.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:19.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:19.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:19.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:19.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:19.391 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:34:19.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:19.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:19.392 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:19.392 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:19.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"] 18:34:19.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:19.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:19.666 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.... 18:34:19.666 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 18:34:19.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EAR Application Project 18:34:19.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:19.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:19.668 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 18:34:19.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:19.669 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:") 18:34:19.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:19.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:19.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:19.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:19.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:34:19.699 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:34:19.701 INFO [WorkbenchTestable][AbstractText] Text set to: EARProject 18:34:19.718 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 18:34:19.718 INFO [WorkbenchTestable][EarProjectWizard] Go to next wizard page 18:34:19.719 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) 18:34:19.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:19.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:19.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:19.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:19.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:19.734 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:34:19.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:19.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:19.734 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:19.734 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:19.767 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") 18:34:19.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:19.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:19.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:19.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:19.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:19.771 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 18:34:19.771 INFO [WorkbenchTestable][EarProjectWizard] Finish wizard 18:34:19.776 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) 18:34:19.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:19.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:19.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:19.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:19.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:19.781 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:34:19.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:19.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:19.781 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:19.781 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:19.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:34:20.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:34:20.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:34:20.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:34:20.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:34:20.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:34:20.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:34:20.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:34:20.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:34:20.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:34:20.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:34:20.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:34:20.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:34:20.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:34:20.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:34:20.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:34:20.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:34:20.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:34:20.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:20.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:20.308 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:34:20.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:20.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:20.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:34:20.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:20.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:20.311 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:34:20.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:34:20.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:20.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:20.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:20.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:20.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:34:20.320 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:20.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:20.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:20.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:34:20.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:34:20.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:34:20.327 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:20.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:20.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:20.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:20.370 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:20.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:20.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:20.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:20.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:20.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:20.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:20.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:20.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:21.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:21.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:21.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:34:21.383 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:21.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:21.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:21.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:21.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:34:21.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:21.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:21.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:21.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:21.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:21.389 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 18:34:21.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:21.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:21.392 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:34:21.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:21.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:21.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:34:21.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:21.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:21.396 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:34:21.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:34:21.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:21.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:21.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:21.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:21.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:34:21.400 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:21.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:21.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:21.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:34:21.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:34:21.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:34:21.404 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:21.405 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:21.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:21.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:21.427 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:21.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:21.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:21.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:21.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:21.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:21.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:21.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:21.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:22.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:22.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:22.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:34:22.433 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:22.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:22.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:22.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:22.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:34:22.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:22.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:22.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:22.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:22.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:22.439 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 18:34:22.439 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:22.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:22.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:22.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:22.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:22.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:22.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:22.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:22.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:23.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:23.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:23.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:34:23.446 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:23.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:23.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:23.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:23.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 18:34:23.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:23.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:23.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:23.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:23.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:23.456 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 18:34:23.456 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:23.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:23.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:23.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:23.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 18:34:23.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:23.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:23.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:23.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:23.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:23.462 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 18:34:23.462 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 18:34:23.462 DEBUG [main][TreeItemHandler] Set Tree selection 18:34:23.463 DEBUG [main][TreeHandler] Notify Tree about selection event 18:34:23.474 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 18:34:23.480 DEBUG [WorkbenchTestable][TreeItemHandler] EARProject 18:34:23.481 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:34:23.481 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:23.553 DEBUG [main][MenuItemLookup] Found menu:'New' 18:34:23.553 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:34:23.553 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:23.553 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:34:23.553 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:23.553 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:34:23.553 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:34:23.553 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:34:23.553 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:34:23.553 DEBUG [main][MenuItemLookup] Found menu:'Move...' 18:34:23.553 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 18:34:23.553 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:23.553 DEBUG [main][MenuItemLookup] Found menu:'Import' 18:34:23.553 DEBUG [main][MenuItemLookup] Found menu:'Export' 18:34:23.553 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:23.553 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:34:23.553 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:34:23.554 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:34:23.554 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:34:23.554 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:34:23.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:34:23.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:34:24.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:34:24.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:34:24.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:34:24.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:34:24.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:34:24.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:34:24.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:34:24.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:34:24.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:34:24.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:34:24.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:34:24.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:34:24.056 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:34:24.056 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:24.117 DEBUG [main][MenuItemLookup] Found menu:'New' 18:34:24.117 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:34:24.117 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:24.117 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:34:24.117 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:24.117 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:34:24.117 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:34:24.117 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:34:24.117 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:34:24.118 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:34:24.118 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:34:24.119 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:34:24.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 18:34:24.831 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 18:34:24.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:34:24.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:24.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:24.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:34:24.837 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:34:24.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:24.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:24.838 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:34:24.838 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:34:24.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:24.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:24.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:24.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:24.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:24.842 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:34:24.842 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:34:24.843 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:34:24.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:24.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:24.844 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:24.844 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:24.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:34:24.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:34:24.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:24.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:24.846 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:34:24.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:34:24.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:24.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:24.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:24.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:24.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:24.864 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:34:24.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:24.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:24.864 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:24.864 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:24.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:34:24.884 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:34:25.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:34:25.386 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:34:25.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:34:25.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:34:25.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:34:25.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:34:25.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:34:25.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:34:25.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:34:25.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:34:25.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:34:25.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:34:25.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:34:25.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:34:25.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:34:25.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:34:25.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:34:25.386 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 18:34:25.386 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:34:25.386 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:34:25.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:25.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:25.388 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 18:34:25.388 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 18:34:25.388 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:34:25.388 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:34:25.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:25.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.666 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: 12.086 s createProjectWithDefaultModules no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) Time elapsed: 14.371 s createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) Time elapsed: 6.302 s Running org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 18:34:25.400 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 18:34:25.401 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:34:25.402 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:34:25.402 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 18:34:25.402 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:34:25.402 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:34:25.403 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:34:25.403 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:34:25.403 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:34:25.403 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:34:25.403 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest) 18:34:25.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 18:34:25.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:34:25.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:34:25.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:34:25.404 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:25.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:25.404 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:25.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:25.405 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Utility Module"] 18:34:25.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:25.405 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:25.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:25.406 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:25.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:25.406 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:25.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:25.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Utility Module"] 18:34:25.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:25.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:25.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:25.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:25.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:25.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:34:25.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:25.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:25.410 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:34:25.410 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:34:25.410 DEBUG [main][MenuItemLookup] Found menu:'File' 18:34:25.411 DEBUG [main][MenuItemLookup] Item match:File 18:34:25.413 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:34:25.413 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:34:25.419 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 18:34:25.419 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 18:34:25.419 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 18:34:25.419 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 18:34:25.419 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 18:34:25.419 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 18:34:25.419 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:34:25.419 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:25.419 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 18:34:25.419 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 18:34:25.420 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 18:34:25.420 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 18:34:25.420 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 18:34:25.420 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:34:25.420 DEBUG [main][MenuItemLookup] Found menu:'File' 18:34:25.420 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:25.420 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:34:25.420 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:25.420 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:34:25.420 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:34:25.440 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:34:25.440 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:34:25.441 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:34:25.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:34:25.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:34:25.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:34:25.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:25.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:25.634 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:34:25.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:25.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:34:25.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:25.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:25.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:25.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:25.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:25.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:34:25.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:34:25.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 18:34:25.664 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 18:34:25.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:25.664 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 18:34:25.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:25.664 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 18:34:25.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 18:34:25.667 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 18:34:25.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:25.677 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 18:34:25.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:25.677 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 18:34:25.678 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Utility Project 18:34:25.678 DEBUG [main][TreeItemHandler] Selecting tree item: Utility Project 18:34:25.679 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Utility Project about selection 18:34:25.693 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Utility Project 18:34:25.693 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:34:25.693 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:34:25.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) 18:34:25.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:25.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:25.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:25.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:25.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:25.703 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:34:25.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:25.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:25.703 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:25.703 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:25.992 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:25.992 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:25.992 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:25.998 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.... 18:34:25.999 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 18:34:25.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Utility Module 18:34:26.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:26.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:26.001 TRACE [WorkbenchTestable][UtilityProjectWizard] Shell New Java Utility Module is not null and is not disposed 18:34:26.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:26.003 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:") 18:34:26.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:26.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:26.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:26.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:26.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:34:26.049 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:34:26.050 INFO [WorkbenchTestable][AbstractText] Text set to: UtilityProject 18:34:26.054 TRACE [WorkbenchTestable][UtilityProjectWizard] Shell New Java Utility Module is not null and is not disposed 18:34:26.055 INFO [WorkbenchTestable][UtilityProjectWizard] Finish wizard 18:34:26.055 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) 18:34:26.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:26.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:26.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:26.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:26.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:26.112 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:34:26.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:26.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:26.112 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:26.112 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:26.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:34:26.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:34:26.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:34:26.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:34:26.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:34:26.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update package explorer' is a system job, skipped 18:34:26.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Remote System Explorer Operation' has no excuses, wait for it 18:34:27.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/UtilityProject)' is a system job, skipped 18:34:27.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:34:27.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:34:27.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:34:27.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:34:27.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:34:27.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:34:27.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:34:27.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:34:27.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:34:27.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:34:27.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:34:27.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:34:27.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:34:27.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:34:27.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:34:27.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:34:27.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:27.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:27.068 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:34:27.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:27.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:27.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:34:27.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:27.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:27.075 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:34:27.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:34:27.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:27.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:27.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:27.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:27.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:34:27.082 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:27.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:27.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:27.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:34:27.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:34:27.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:34:27.088 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:27.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:27.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:27.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:27.111 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:27.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:27.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:27.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:27.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:27.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:27.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:27.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:27.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:28.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:28.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:28.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:34:28.119 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:28.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:28.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:28.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:28.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 18:34:28.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:28.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:28.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:28.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:28.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:28.128 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name UtilityProject 18:34:28.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:28.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:28.131 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:34:28.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:28.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:28.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:34:28.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:28.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:28.136 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:34:28.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') 18:34:28.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:28.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:28.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:28.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:28.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:34:28.163 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:28.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:28.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:28.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:34:28.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:34:28.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:34:28.169 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:28.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:28.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:28.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:28.194 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:28.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:28.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:28.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:28.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:28.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:28.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:28.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:28.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:29.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:29.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:29.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:34:29.203 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:34:29.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:34:29.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:29.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:29.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:34:29.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:29.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:29.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:29.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:29.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:29.210 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name UtilityProject 18:34:29.211 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UtilityProject 18:34:29.211 DEBUG [main][TreeItemHandler] Selecting tree item: UtilityProject 18:34:29.212 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UtilityProject about selection 18:34:29.229 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UtilityProject 18:34:29.229 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:34:29.229 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:29.298 DEBUG [main][MenuItemLookup] Found menu:'New' 18:34:29.298 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:34:29.298 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:29.298 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:34:29.298 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:29.298 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:34:29.299 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:34:29.299 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:34:29.299 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:34:29.299 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:34:29.299 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:34:29.299 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:34:29.299 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:29.299 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:34:29.299 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:34:29.299 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:29.299 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:34:29.299 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:34:29.299 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:34:29.299 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:34:29.300 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:34:29.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:34:29.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:34:29.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:34:29.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:34:29.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:34:29.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:34:29.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:34:29.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:34:29.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:34:29.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:34:29.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:34:29.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:34:29.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:34:29.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:34:29.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:34:29.804 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'UtilityProject' via Explorer 18:34:29.804 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UtilityProject 18:34:29.804 DEBUG [main][TreeItemHandler] Selecting tree item: UtilityProject 18:34:29.804 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UtilityProject about selection 18:34:29.826 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UtilityProject 18:34:29.828 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:34:29.828 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:29.888 DEBUG [main][MenuItemLookup] Found menu:'New' 18:34:29.888 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:34:29.888 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:29.888 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:34:29.888 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:29.888 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:34:29.888 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:34:29.888 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:34:29.888 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:34:29.888 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:34:29.889 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:34:29.889 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:34:29.889 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:34:29.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 'Delete.*'] is available.... 18:34:30.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:34:30.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:34:30.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:30.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:30.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:30.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:30.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: 32) 18:34:30.590 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:34:30.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:30.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:30.592 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:34:30.592 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:34:30.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:30.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:30.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:30.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:30.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:30.594 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:34:30.595 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:34:30.595 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:34:30.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:30.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:30.596 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:30.596 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:30.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:34:30.597 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:34:30.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:30.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:30.597 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:34:30.597 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:34:30.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:30.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:30.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:30.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:30.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:30.608 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:34:30.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:30.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:30.609 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:30.609 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:30.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:34:30.617 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:34:31.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:34:31.118 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:34:31.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:34:31.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:34:31.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:34:31.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:34:31.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:34:31.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:34:31.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:34:31.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:34:31.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:34:31.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:34:31.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:34:31.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:34:31.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:34:31.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:34:31.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:34:31.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:34:31.124 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 18:34:31.124 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:34:31.124 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:34:31.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:31.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:31.126 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest) 18:34:31.126 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 18:34:31.126 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:34:31.126 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:34:31.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:31.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.727 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: 5.723 s Running org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 18:34:31.136 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 18:34:31.137 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:34:31.137 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:34:31.137 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 18:34:31.137 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:34:31.137 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:34:31.138 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:34:31.138 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:34:31.138 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:34:31.139 INFO [WorkbenchTestable][JavaEEPerspective] Open perspective: 'Java EE' 18:34:31.139 DEBUG [WorkbenchTestable][JavaEEPerspective] Perspective 'Java EE' is already opened. 18:34:31.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:34:31.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:31.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:31.139 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:34:31.140 DEBUG [main][MenuItemLookup] Found menu:'File' 18:34:31.141 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:34:31.141 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:34:31.141 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:34:31.141 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:34:31.141 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:34:31.141 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:34:31.141 DEBUG [main][MenuItemLookup] Item match:Window 18:34:31.142 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:34:31.142 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:34:31.142 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:34:31.142 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:31.142 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:34:31.142 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:34:31.142 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:31.142 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:34:31.142 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:31.142 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 18:34:31.142 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:34:31.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:31.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:31.143 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:34:31.143 DEBUG [main][MenuItemLookup] Found menu:'File' 18:34:31.143 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:34:31.143 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:34:31.143 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:34:31.143 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:34:31.143 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:34:31.143 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:34:31.143 DEBUG [main][MenuItemLookup] Item match:Window 18:34:31.144 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:34:31.144 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:34:31.144 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:34:31.144 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:31.144 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:34:31.144 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:34:31.144 DEBUG [main][MenuItemLookup] Item match:Perspective 18:34:31.145 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:34:31.145 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:31.145 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:34:31.145 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:34:31.145 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:34:31.145 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:34:31.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:34:31.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:31.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:31.146 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:34:31.146 DEBUG [main][MenuItemLookup] Found menu:'File' 18:34:31.147 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:34:31.147 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:34:31.147 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:34:31.147 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:34:31.147 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:34:31.147 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:34:31.147 DEBUG [main][MenuItemLookup] Item match:Window 18:34:31.147 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:34:31.147 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:34:31.147 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:34:31.147 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:31.147 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:34:31.147 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:34:31.147 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:31.147 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:34:31.147 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:31.147 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 18:34:31.147 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:34:31.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:31.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:31.148 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:34:31.148 DEBUG [main][MenuItemLookup] Found menu:'File' 18:34:31.148 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:34:31.148 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:34:31.148 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:34:31.149 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:34:31.149 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:34:31.149 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:34:31.149 DEBUG [main][MenuItemLookup] Item match:Window 18:34:31.149 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:34:31.149 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:34:31.149 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:34:31.149 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:31.149 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:34:31.149 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:34:31.149 DEBUG [main][MenuItemLookup] Item match:Perspective 18:34:31.150 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:34:31.150 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:31.150 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:34:31.150 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:34:31.150 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:34:31.150 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:34:31.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:31.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:31.151 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:34:31.151 DEBUG [main][MenuItemLookup] Found menu:'File' 18:34:31.151 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:34:31.151 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:34:31.151 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:34:31.151 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:34:31.151 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:34:31.151 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:34:31.151 DEBUG [main][MenuItemLookup] Item match:Window 18:34:31.152 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:34:31.152 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:34:31.152 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:34:31.152 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:31.152 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:34:31.152 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:34:31.152 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:31.152 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:34:31.152 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:31.152 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 18:34:31.152 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:34:31.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:31.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:31.153 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:34:31.153 DEBUG [main][MenuItemLookup] Found menu:'File' 18:34:31.153 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:34:31.153 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:34:31.153 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:34:31.153 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:34:31.153 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:34:31.153 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:34:31.153 DEBUG [main][MenuItemLookup] Item match:Window 18:34:31.154 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:34:31.154 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:34:31.154 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:34:31.154 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:31.154 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:34:31.154 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:34:31.154 DEBUG [main][MenuItemLookup] Item match:Perspective 18:34:31.155 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:34:31.155 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:31.155 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:34:31.155 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:34:31.155 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:34:31.155 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:34:31.155 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 18:34:31.155 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 18:34:31.155 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 18:34:31.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 18:34:31.226 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 18:34:31.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 18:34:31.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:31.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:31.227 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:34:31.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:31.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:31.228 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:34:31.228 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:34:31.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:31.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:31.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 18:34:31.229 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:34:31.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:31.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:31.230 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:34:31.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:34:31.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:31.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:31.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:31.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:31.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:31.232 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 18:34:31.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:31.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:31.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:31.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:31.457 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:34:31.457 INFO [WorkbenchTestable][RequirementsRunner] Started test: createWebProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 18:34:31.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 18:34:31.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:34:31.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:34:31.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:34:31.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:31.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:31.476 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 18:34:31.476 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:34:31.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:31.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:31.477 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:34:31.477 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:34:31.477 DEBUG [main][MenuItemLookup] Found menu:'File' 18:34:31.477 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:34:31.477 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:34:31.477 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:34:31.478 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:34:31.478 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:34:31.478 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:34:31.478 DEBUG [main][MenuItemLookup] Item match:Window 18:34:31.478 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:34:31.478 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:34:31.478 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:34:31.478 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:31.478 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:34:31.478 DEBUG [main][MenuItemLookup] Item match:Show View 18:34:31.486 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 18:34:31.486 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:34:31.486 DEBUG [main][MenuItemLookup] Found menu:'Data Source Explorer' 18:34:31.486 DEBUG [main][MenuItemLookup] Found menu:'Markers' 18:34:31.486 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:34:31.486 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:34:31.486 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:34:31.486 DEBUG [main][MenuItemLookup] Found menu:'Properties' 18:34:31.486 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:34:31.486 DEBUG [main][MenuItemLookup] Found menu:'Servers' 18:34:31.486 DEBUG [main][MenuItemLookup] Found menu:'Snippets' 18:34:31.486 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:34:31.486 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:31.486 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:34:31.486 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:34:31.486 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:34:31.486 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:34:31.487 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:34:31.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:34:31.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:34:31.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:34:31.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:31.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:31.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:34:31.663 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:34:31.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:31.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:31.664 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:34:31.664 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:34:31.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:31.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:31.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:31.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:31.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:31.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:34:31.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:34:31.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:34:31.673 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:34:31.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:31.674 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:34:31.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:31.674 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:34:31.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:34:31.675 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:34:31.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:31.675 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:34:31.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:31.676 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:34:31.676 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 18:34:31.676 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 18:34:31.677 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 18:34:31.677 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 18:34:31.677 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:34:31.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:31.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:31.678 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:34:31.678 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:34:31.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:31.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:31.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 "Open") 18:34:31.680 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:34:31.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:31.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:31.681 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:34:31.681 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:34:31.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:31.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:31.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:31.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:31.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:31.694 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:34:31.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:31.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:31.694 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:31.694 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:31.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:34:31.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:34:31.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 18:34:31.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:31.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:31.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 18:34:31.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:31.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:31.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:34:31.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:31.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:31.833 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:34: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 '\*?\QPackage Explorer\E') 18:34:31.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:31.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:31.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:31.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:31.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:34:31.844 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:31.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:31.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:31.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:34:31.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:34:31.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:34:31.850 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:31.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34: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: "New"] 18:34:31.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:31.852 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 18:34:31.852 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:31.852 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:31.853 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:31.853 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:31.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:31.854 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:31.855 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:31.855 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 18:34:31.855 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:31.856 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:31.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:31.857 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:31.857 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:31.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:34:31.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:31.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:31.859 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:34:31.859 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:34:31.860 DEBUG [main][MenuItemLookup] Found menu:'File' 18:34:31.860 DEBUG [main][MenuItemLookup] Item match:File 18:34:31.862 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:34:31.862 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:34:31.868 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 18:34:31.868 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 18:34:31.868 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 18:34:31.868 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 18:34:31.868 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 18:34:31.868 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 18:34:31.868 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:34:31.868 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:31.868 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 18:34:31.868 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 18:34:31.868 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 18:34:31.868 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 18:34:31.868 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 18:34:31.868 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:34:31.868 DEBUG [main][MenuItemLookup] Found menu:'File' 18:34:31.868 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:31.868 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:34:31.869 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:31.869 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:34:31.869 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:34:31.897 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:34:31.897 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:34:31.897 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:34:32.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:34:32.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:34:32.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:34:32.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:32.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:32.082 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:34:32.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:32.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:34:32.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:32.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:32.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:32.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:32.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:32.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:34:32.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:34:32.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 18:34:32.097 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 18:34:32.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:32.098 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 18:34:32.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:32.098 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 18:34:32.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 18:34:32.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 18:34:32.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:32.100 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 18:34:32.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:32.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 18:34:32.101 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 18:34:32.101 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 18:34:32.114 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 18:34:32.128 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 18:34:32.128 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:34:32.128 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:34:32.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:34:32.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:32.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:32.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:32.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:32.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:32.133 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:34:32.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:32.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:32.133 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:32.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:32.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"] 18:34:32.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:32.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:32.460 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.... 18:34:32.460 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 18:34:32.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 18:34:32.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:32.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:32.462 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 18:34:32.463 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:32.463 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:") 18:34:32.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:32.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:32.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:32.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:32.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:34:32.469 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:34:32.471 INFO [WorkbenchTestable][AbstractText] Text set to: web project 18:34:32.489 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 18:34:32.489 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 18:34:32.490 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) 18:34:32.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:32.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:32.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:32.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:32.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:32.503 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:34:32.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:32.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:32.504 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:32.504 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:32.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:34:32.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:34:32.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:34:32.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:34:32.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:34:32.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:34:32.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:34:32.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 18:34:32.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:34:32.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:34:32.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:34:32.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:34:32.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:34:32.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:34:32.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:34:32.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:34:32.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:34:32.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:34:32.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:34:32.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:34:32.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:34:32.979 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:32.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:32.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:32.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:34:32.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:34:32.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:34:33.008 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:33.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:33.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:33.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:33.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:33.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:33.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:33.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:33.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:34.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:34.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:34.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:34:34.041 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:34.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:34.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:34.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:34.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:34:34.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:34.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:34.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:34.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:34.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:34.049 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 18:34:34.050 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:34.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:34.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:34.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:34.054 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:34.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:34.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:34.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:34.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:34.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:34.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:34.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:34.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:35.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:35.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:35.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:34:35.095 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:35.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:35.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:35.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:35.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 18:34:35.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:35.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:35.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:35.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:35.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:35.101 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 18:34:35.102 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 18:34:35.102 DEBUG [main][TreeItemHandler] Selecting tree item: web project 18:34:35.103 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 18:34:35.108 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 18:34:35.108 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:34:35.108 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:35.233 DEBUG [main][MenuItemLookup] Found menu:'New' 18:34:35.233 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:34:35.233 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:35.233 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:34:35.233 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:34:35.233 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:34:35.233 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:35.233 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:34:35.233 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:34:35.233 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:34:35.233 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:34:35.233 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:35.233 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:34:35.233 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:34:35.233 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:34:35.233 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:34:35.233 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:35.233 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:34:35.233 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:34:35.233 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:35.233 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:34:35.233 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:34:35.234 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:34:35.234 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:34:35.238 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:34:35.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:34:35.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:34:35.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:34:35.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 18:34:35.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:34:35.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:34:35.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:34:35.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:34:35.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:34:35.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:34:35.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:34:35.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:34:35.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:34:35.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:34:35.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:34:35.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:34:35.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:34:35.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:34:35.743 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'web project' via Explorer 18:34:35.744 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 18:34:35.748 DEBUG [main][TreeItemHandler] Selecting tree item: web project 18:34:35.748 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 18:34:35.752 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 18:34:35.753 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:34:35.753 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:35.843 DEBUG [main][MenuItemLookup] Found menu:'New' 18:34:35.844 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:34:35.844 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:35.844 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:34:35.844 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:34:35.844 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:34:35.844 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:35.844 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:34:35.844 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:34:35.844 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:34:35.844 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:34:35.844 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:34:35.844 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:34:35.844 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:34:35.844 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:34:35.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:34:36.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 'Delete.*'] is available. finished successfully 18:34:36.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:34:36.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:36.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:36.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:36.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:36.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: 32) 18:34:36.813 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:34:36.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:36.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:36.815 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:34:36.815 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:34:36.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:36.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:36.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:36.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:36.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:36.819 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:34:36.823 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:34:36.824 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:34:36.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:36.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:36.824 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:36.824 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:36.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 "OK", Widget matcher matching widgets with style: 8) 18:34:36.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:34:36.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:36.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:36.826 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:34:36.826 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:34:36.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:36.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:36.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:36.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:36.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:36.830 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:34:36.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:36.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:36.831 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:36.831 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:36.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:34:36.851 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:34:37.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:34:37.353 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:34:37.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:34:37.353 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 18:34:37.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:34:37.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:34:37.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:34:37.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:34:37.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:34:37.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:34:37.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:34:37.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:34:37.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:34:37.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:34:37.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:34:37.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:34:37.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:34:37.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:34:37.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:34:37.353 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 18:34:37.353 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:34:37.353 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:34:37.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:37.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:37.361 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createWebProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 18:34:37.362 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:34:37.362 INFO [WorkbenchTestable][RequirementsRunner] Started test: createWebProject1 no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 18:34:37.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 18:34:37.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:34:37.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:34:37.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:34:37.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:37.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:37.390 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:34:37.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:37.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:37.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:34:37.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:37.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:37.403 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:34:37.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:34:37.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:37.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:37.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:37.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:37.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:34:37.435 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:37.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:37.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:37.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:34:37.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:34:37.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:34:37.440 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:37.440 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:37.441 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:37.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:37.441 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 18:34:37.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:37.441 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:37.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:37.505 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:37.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:37.506 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:37.506 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:37.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 Dynamic Web Project"] 18:34:37.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:37.508 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:37.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:37.509 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:34:37.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:37.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:34:37.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:37.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:37.512 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:34:37.512 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:34:37.512 DEBUG [main][MenuItemLookup] Found menu:'File' 18:34:37.513 DEBUG [main][MenuItemLookup] Item match:File 18:34:37.515 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:34:37.515 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:34:37.522 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 18:34:37.522 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 18:34:37.522 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 18:34:37.522 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 18:34:37.522 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 18:34:37.522 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 18:34:37.522 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:34:37.522 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:37.522 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 18:34:37.522 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 18:34:37.522 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 18:34:37.522 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 18:34:37.522 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 18:34:37.522 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:34:37.522 DEBUG [main][MenuItemLookup] Found menu:'File' 18:34:37.522 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:37.522 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:34:37.522 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:37.522 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:34:37.522 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:34:37.543 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:34:37.543 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:34:37.543 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:34:37.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:34:38.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:34:38.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:34:38.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:38.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:38.003 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:34:38.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:38.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 18:34:38.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:38.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:38.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:38.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:38.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:38.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:34:38.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:34:38.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 18:34:38.036 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 18:34:38.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:38.037 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 18:34:38.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:38.037 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 18:34:38.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 18:34:38.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 18:34:38.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:38.100 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 18:34:38.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:38.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 18:34:38.102 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 18:34:38.102 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 18:34:38.103 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 18:34:38.103 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 18:34:38.104 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:34:38.104 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:34:38.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) 18:34:38.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:38.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:38.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:38.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:38.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:38.118 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:34:38.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:38.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:38.119 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:38.119 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:38.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"] 18:34:38.722 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:38.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:38.723 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.... 18:34:38.725 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 18:34:38.725 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 18:34:38.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:38.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:38.727 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 18:34:38.727 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:38.728 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:") 18:34:38.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:38.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:38.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:38.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:38.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:34:38.761 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:34:38.763 INFO [WorkbenchTestable][AbstractText] Text set to: web project 18:34:38.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:34:38.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:38.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:38.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:38.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:38.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:34:38.815 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:34:38.815 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 18:34:38.816 INFO [WorkbenchTestable][WebProjectWizard] Go to next wizard page 18:34:38.816 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) 18:34:38.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:38.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:38.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:38.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:38.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:38.828 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:34:38.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:38.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:38.829 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:38.829 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34: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.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...") 18:34:38.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:38.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:38.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:38.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:38.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:38.896 INFO [WorkbenchTestable][AbstractButton] Click button &Add Folder... 18:34:38.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:38.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:38.896 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:38.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:39.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Source Folder"] is available.... 18:34:39.011 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 18:34:39.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add Source Folder 18:34:39.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:39.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:39.013 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 18:34:39.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:39.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:39.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:39.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:39.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:34:39.014 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:34:39.015 INFO [WorkbenchTestable][AbstractText] Text set to: source 18:34:39.019 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) 18:34:39.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:39.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:39.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:39.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:39.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:39.022 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:34:39.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:39.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:39.022 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:39.022 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:39.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:34:39.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:34:39.097 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 18:34:39.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:39.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:39.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:39.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:39.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:39.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:34:39.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:34:39.103 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 18:34:39.103 DEBUG [main][TreeItemHandler] Selecting tree item: src 18:34:39.104 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 18:34:39.104 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 18:34:39.104 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") 18:34:39.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:39.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:39.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:39.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:39.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:39.113 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:34:39.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:39.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:39.113 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:39.114 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:39.117 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 18:34:39.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:39.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:39.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:39.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:39.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:39.119 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item source and wait with time period 1 18:34:39.120 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 18:34:39.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:39.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:39.625 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 18:34:39.625 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 18:34:39.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:40.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:40.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 18:34:40.187 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 18:34:40.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:40.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:40.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:40.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:40.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:40.190 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item source and wait with time period 1 18:34:40.190 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 18:34:40.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:40.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:40.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 18:34:40.694 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 18:34:40.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:41.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:41.195 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 18:34:41.196 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 18:34:41.196 INFO [WorkbenchTestable][WebProjectWizard] Go to next wizard page 18:34:41.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.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) 18:34:41.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:41.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:41.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:41.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:41.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:41.206 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:34:41.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:41.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:41.206 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:41.207 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:41.237 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") 18:34:41.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:41.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:41.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:41.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:41.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:41.240 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate web.xml deployment descriptor 18:34:41.241 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate web.xml deployment descriptor 18:34:41.241 INFO [WorkbenchTestable][AbstractButton] Click button &Generate web.xml deployment descriptor 18:34:41.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:41.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:41.241 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:41.241 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:41.242 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 18:34:41.242 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 18:34:41.242 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) 18:34:41.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:41.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:41.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:41.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:41.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:41.246 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:34:41.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:41.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:41.246 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:41.247 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:41.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:34:41.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:34:41.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:34:41.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 18:34:42.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:34:42.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 18:34:42.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:34:42.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 18:34:43.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:34:43.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 18:34:43.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:34:43.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 18:34:44.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:34:44.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 18:34:44.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:34:44.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 18:34:45.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 18:34:45.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 18:34:45.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:34:45.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 18:34:46.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 18:34:46.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 18:34:46.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:34:46.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:34:46.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:34:46.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:34:46.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:34:46.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:34:46.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:34:46.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:34:46.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:34:46.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:34:46.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:34:46.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:34:46.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:34:46.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:34:46.811 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:46.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:46.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:46.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:34:46.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:34:46.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:34:46.819 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:46.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:46.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:46.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:46.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:46.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:46.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:47.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:47.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:47.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:47.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:47.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:34:47.865 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:47.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:47.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:47.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:47.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 18:34:47.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:47.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:47.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:47.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:47.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:47.871 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 18:34:47.872 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:47.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:47.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:47.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:47.875 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:47.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:47.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:47.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:47.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:47.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:47.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:48.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:48.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:48.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:48.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:48.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:34:48.888 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:48.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:48.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:48.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:48.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 18:34:48.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:48.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:48.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:48.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:48.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:48.894 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 18:34:48.895 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:34:48.897 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:34:48.897 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item source of tree item web project 18:34:48.898 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item web project 18:34:48.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:49.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:49.399 INFO [WorkbenchTestable][TreeItemHandler] Expanded: web project 18:34:49.403 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:49.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:49.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:49.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:49.406 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:49.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:49.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:49.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:49.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:49.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:49.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:49.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:49.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:50.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:50.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:50.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:34:50.417 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:50.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:50.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:50.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:50.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 18:34:50.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:50.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:50.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:50.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:50.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:50.423 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 18:34:50.424 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:34:50.425 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:34:50.426 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item web project 18:34:50.426 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item web project 18:34:50.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:50.427 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item web project is already expanded. No action performed 18:34:50.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:50.427 INFO [WorkbenchTestable][TreeItemHandler] Expanded: web project 18:34:50.428 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item web project and wait with time period 1 18:34:50.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item web project 18:34:50.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:50.429 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item web project is already expanded. No action performed 18:34:50.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:50.429 INFO [WorkbenchTestable][TreeItemHandler] Expanded: web project 18:34:50.429 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item web project 18:34:50.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:50.429 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item web project is already expanded. No action performed 18:34:50.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:50.430 INFO [WorkbenchTestable][TreeItemHandler] Expanded: web project 18:34:50.431 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 18:34:50.432 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item web project and wait with time period 1 18:34:50.432 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item web project 18:34:50.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:50.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item web project is already expanded. No action performed 18:34:50.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:50.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: web project 18:34:50.434 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item web project 18:34:50.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:50.434 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item web project is already expanded. No action performed 18:34:50.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:50.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: web project 18:34:50.436 DEBUG [WorkbenchTestable][AbstractResource] Item "src" was not found. Available items on the current level: 18:34:50.436 DEBUG [WorkbenchTestable][AbstractResource] "source" 18:34:50.436 DEBUG [WorkbenchTestable][AbstractResource] "JRE System Library [JavaSE-11]" 18:34:50.436 DEBUG [WorkbenchTestable][AbstractResource] "build" 18:34:50.436 DEBUG [WorkbenchTestable][AbstractResource] "WebContent" 18:34:50.437 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:50.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:50.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:50.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:50.440 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:50.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:50.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:50.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:50.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:50.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:50.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:50.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:50.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:51.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:51.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:51.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:34:51.447 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:51.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:51.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:51.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:51.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 18:34:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:51.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:51.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:51.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:51.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:51.452 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 18:34:51.453 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:34:51.454 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 18:34:51.455 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item WebContent of tree item web project 18:34:51.455 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item web project 18:34:51.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:51.456 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item web project is already expanded. No action performed 18:34:51.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:51.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: web project 18:34:51.456 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item WEB-INF of tree item WebContent 18:34:51.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item WebContent 18:34:51.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:51.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:51.958 INFO [WorkbenchTestable][TreeItemHandler] Expanded: WebContent 18:34:51.959 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item web.xml of tree item WEB-INF 18:34:51.976 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item WEB-INF 18:34:51.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:52.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:52.478 INFO [WorkbenchTestable][TreeItemHandler] Expanded: WEB-INF 18:34:52.481 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:52.481 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:52.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:52.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:52.485 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:52.486 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:52.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:52.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:52.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:52.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:52.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:53.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:53.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:53.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:53.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:34:53.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:34:53.566 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:34:53.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:34:53.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:53.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:53.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 18:34:53.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:53.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:53.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:53.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:53.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:53.571 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 18:34:53.572 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 18:34:53.572 DEBUG [main][TreeItemHandler] Selecting tree item: web project 18:34:53.573 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 18:34:53.583 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 18:34:53.584 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:34:53.585 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:53.665 DEBUG [main][MenuItemLookup] Found menu:'New' 18:34:53.666 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:34:53.666 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:53.666 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:34:53.666 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:34:53.666 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:34:53.666 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:53.666 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:34:53.666 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:34:53.666 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:34:53.666 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:34:53.666 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:53.666 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:34:53.666 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:34:53.666 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:34:53.666 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:34:53.666 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:53.666 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:34:53.666 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:34:53.666 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:53.666 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:34:53.666 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:34:53.667 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:34:53.667 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:34:53.668 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:34:53.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:34:53.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:34:53.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:34:53.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:34:53.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:34:53.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:34:53.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:34:53.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:34:53.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:34:53.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:34:53.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:34:53.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:34:53.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:34:53.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:34:53.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:34:53.712 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'web project' via Explorer 18:34:53.712 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 18:34:53.712 DEBUG [main][TreeItemHandler] Selecting tree item: web project 18:34:53.713 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 18:34:53.718 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 18:34:53.719 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:34:53.719 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:53.795 DEBUG [main][MenuItemLookup] Found menu:'New' 18:34:53.795 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:34:53.795 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:53.795 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:34:53.795 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:34:53.795 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:34:53.795 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:53.795 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:34:53.795 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:34:53.795 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:34:53.795 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:34:53.795 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:34:53.795 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:34:53.795 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:34:53.796 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:34:53.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 18:34:54.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 18:34:54.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:34:54.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:54.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:54.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:54.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:54.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:34:54.546 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:34:54.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:54.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:54.548 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:34:54.548 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:34:54.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:54.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:54.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:54.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:54.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:54.551 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:34:54.552 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:34:54.552 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:34:54.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:54.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:54.553 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:54.553 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:54.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:34:54.554 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:34:54.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:54.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:54.555 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:34:54.555 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:34:54.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:54.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:54.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:54.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:54.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:54.567 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:34:54.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:54.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:54.568 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:54.568 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:54.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:34:54.590 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:34:55.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:34:55.092 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:34:55.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:34:55.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:34:55.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:34:55.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:34:55.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:34:55.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 18:34:55.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:34:55.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:34:55.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:34:55.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:34:55.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:34:55.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:34:55.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:34:55.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:34:55.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:34:55.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 18:34:55.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:34:55.092 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:34:55.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:55.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:55.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 18:34:55.096 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createWebProject1 no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 18:34:55.096 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 18:34:55.096 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:34:55.096 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:34:55.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:55.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.963 s - in org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest createWebProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) Time elapsed: 5.904 s createWebProject1 no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) Time elapsed: 17.734 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 18:34:55.333 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 18:34:55.335 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:34:55.335 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:34:55.335 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 18:34:55.335 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:34:55.335 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:34:55.337 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:34:55.337 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:34:55.337 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:34:55.337 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:34:55.338 INFO [WorkbenchTestable][RequirementsRunner] Started test: genericConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest) 18:34:55.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 18:34:55.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:34:55.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:34:55.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:34:55.338 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:34:55.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:55.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:34:55.340 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:55.340 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:34:55.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:55.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:34:55.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:55.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:55.343 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:34:55.343 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:34:55.345 DEBUG [main][MenuItemLookup] Found menu:'File' 18:34:55.346 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:34:55.346 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:34:55.346 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:34:55.346 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:34:55.346 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:34:55.346 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:34:55.346 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:34:55.346 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:34:55.346 DEBUG [main][MenuItemLookup] Item match:Window 18:34:55.347 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:34:55.347 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:34:55.347 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:34:55.347 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:55.347 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:34:55.347 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:34:55.347 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:55.347 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:34:55.347 DEBUG [main][MenuItemLookup] Found menu:'' 18:34:55.347 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 18:34:55.347 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:34:55.347 DEBUG [main][MenuItemLookup] Item match:Preferences 18:34:55.347 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:34:55.347 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:34:55.348 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:34:55.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:34:56.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:34:56.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:34:56.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:56.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:56.280 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:34:56.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:34:56.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:34:56.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:56.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:56.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:56.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:56.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:56.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:34:56.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:34:56.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 18:34:56.286 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 18:34:56.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:56.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:56.788 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 18:34:56.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 18:34:56.797 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 18:34:56.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:56.798 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 18:34:56.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:56.798 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 18:34:56.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 18:34:56.800 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 18:34:56.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:57.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:57.302 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 18:34:57.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 18:34:57.314 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 18:34:57.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:57.316 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 18:34:57.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:57.317 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 18:34:57.318 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 18:34:57.319 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 18:34:57.323 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 18:34:57.324 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 18:34:57.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:57.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:57.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:57.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:57.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 18:34:57.475 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:34:57.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:57.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:57.476 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 18:34:57.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:34:57.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:57.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:57.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:57.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:57.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:34:57.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:34:58.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 18:34:58.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:58.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:58.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 18:34:58.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:58.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:58.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:58.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:58.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:34:58.516 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:34:58.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:34:58.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:34:58.517 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:34:58.517 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:34:58.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:34:58.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:34:58.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:34:58.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:58.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:58.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:34:58.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:34:58.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:34:58.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:34:58.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:34:58.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:34:58.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:34:58.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:34:58.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:34:58.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:34:58.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:58.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:58.711 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 18:34:58.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:58.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:58.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:34:58.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:34:58.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:34:58.718 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:34: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 '\*?\QData Source Explorer\E') 18:34:58.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:58.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:58.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:58.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:58.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:34:58.728 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 18:34:58.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 18:34:58.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:34:58.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:34:58.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:34:58.951 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:34:58.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:34:58.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:34:58.953 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 18:34:58.953 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:34:58.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:34:58.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:34:58.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:34:58.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:34:58.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:34:58.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:34:58.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:34:58.966 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 10 18:34:58.966 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 18:34:58.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:59.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:59.468 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 18:34:59.469 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 18:34:59.469 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 18:34:59.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:34:59.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:34:59.975 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 18:34:59.975 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 18:34:59.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:00.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:00.478 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 18:35:00.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:35:00.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:35:00.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:35:00.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:35:00.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:35:00.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:35:00.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:35:00.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:35:00.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:35:00.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:35:00.482 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:35:00.483 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:00.483 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:35:00.483 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:00.483 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:35:00.484 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:00.484 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:35:00.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:00.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:00.487 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:35:00.487 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:35:00.488 DEBUG [main][MenuItemLookup] Found menu:'File' 18:35:00.488 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:35:00.488 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:35:00.488 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:35:00.488 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:35:00.488 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:35:00.488 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:35:00.488 DEBUG [main][MenuItemLookup] Item match:Window 18:35:00.489 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:35:00.489 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:35:00.489 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:35:00.489 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:00.489 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:35:00.489 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:35:00.489 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:00.489 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:35:00.489 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:00.489 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 18:35:00.490 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:35:00.490 DEBUG [main][MenuItemLookup] Item match:Preferences 18:35:00.490 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:35:00.490 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:35:00.490 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:35:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:35: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 'Preferences.*'] is available. finished successfully 18:35:00.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:35:00.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:00.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:00.748 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:35:00.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:00.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:35:00.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:00.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:00.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:00.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:00.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:00.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:35:00.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:35:00.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 18:35:00.800 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 18:35:00.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:00.801 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 18:35:00.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:00.801 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 18:35:00.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 18:35:00.801 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 18:35:00.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:00.802 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 18:35:00.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:00.802 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 18:35:00.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 18:35:00.803 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 18:35:00.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:00.831 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 18:35:00.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:00.831 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 18:35:00.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 18:35:00.831 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 18:35:00.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:00.832 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 18:35:00.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:00.832 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 18:35:00.833 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 18:35:00.833 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 18:35:00.833 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 18:35:00.834 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 18:35:00.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:00.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:00.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:00.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:00.893 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...") 18:35:00.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:00.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:00.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:00.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:00.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:00.917 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:35:00.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:00.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:00.917 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:00.917 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:01.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available.... 18:35:01.343 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 18:35:01.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 18:35:01.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:01.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:01.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:01.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:01.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 18:35:01.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:01.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:01.506 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") 18:35:01.506 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:01.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:01.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:01.517 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:01.517 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:01.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:01.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:01.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:01.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:01.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:35:01.519 INFO [WorkbenchTestable][AbstractTabItem] Activate Name/Type 18:35:01.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:35:01.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:01.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:01.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:01.521 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:01.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:01.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:01.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:01.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:01.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:01.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:01.553 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database and wait with time period 1 18:35:01.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 18:35:01.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:01.553 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 18:35:01.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:01.553 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 18:35:01.554 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 18:35:01.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:01.588 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 18:35:01.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:01.588 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 18:35:01.588 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Generic JDBC Driver 18:35:01.589 DEBUG [main][TreeItemHandler] Selecting tree item: Generic JDBC Driver 18:35:01.589 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Generic JDBC Driver about selection 18:35:01.693 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Generic JDBC Driver 18:35:01.693 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:") 18:35:01.693 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:01.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:01.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:01.694 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:01.694 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:01.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:01.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:01.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:01.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:01.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:35:01.699 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:35:01.701 INFO [WorkbenchTestable][AbstractText] Text set to: Test H2 Driver 18:35:01.702 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") 18:35:01.702 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:01.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:01.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:01.703 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:01.703 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:01.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:01.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:01.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:01.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:01.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:35:01.706 INFO [WorkbenchTestable][AbstractTabItem] Activate JAR List 18:35:01.721 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 18:35:01.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:01.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:01.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:01.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:01.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:01.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:01.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:01.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:01.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:01.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 18:35:01.726 INFO [WorkbenchTestable][DriverDialog] No drivers to clean, skipped 18:35:01.727 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 18:35:01.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:01.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:01.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:01.727 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:01.727 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:01.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:01.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:01.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:01.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:01.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 18:35:01.730 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 18:35:01.730 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:01.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:01.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:01.732 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:01.732 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:01.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:01.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:01.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:01.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 18:35:01.734 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 18:35:01.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:01.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:01.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:01.793 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:01.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:01.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:01.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:01.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:01.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:01.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 18:35:01.796 TRACE [main][WidgetHandler] Notify List with event 13 18:35:01.796 TRACE [main][WidgetHandler] Wait for synchronization 18:35:01.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 "Remove JAR/Zip") 18:35:01.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:01.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:01.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:01.797 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:01.797 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:01.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:01.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:01.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:01.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:01.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:01.801 INFO [WorkbenchTestable][AbstractButton] Click button &Remove JAR/Zip 18:35:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:01.801 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:01.801 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:01.831 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") 18:35:01.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:01.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:01.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:01.831 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:01.831 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:01.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:01.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:01.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:01.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:01.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:35:01.834 INFO [WorkbenchTestable][AbstractTabItem] Activate Properties 18:35:01.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 18:35:01.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:01.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:01.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:01.902 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:01.902 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:01.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:01.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:01.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:01.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:01.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:01.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:35:01.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:35:01.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:35:01.914 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:35:01.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:01.915 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:35:01.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:01.915 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:35:01.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:35:01.916 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:35:01.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:01.916 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:35:01.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:01.916 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:35:01.917 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item Driver Class 18:35:01.918 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Class 18:35:01.918 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Class 18:35:01.918 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Class about selection 18:35:01.918 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Class 18:35:01.918 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:35:01.918 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:35:01.938 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:35:01.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 "...") 18:35:01.938 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:01.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:01.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:01.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:01.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:01.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:01.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:01.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:01.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:01.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:01.942 INFO [WorkbenchTestable][AbstractButton] Click button ... 18:35:01.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:01.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:01.943 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:01.943 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:02.052 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.... 18:35:02.053 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 18:35:02.054 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.... 18:35:02.054 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 18:35:02.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Available Classes from Jar List 18:35:02.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:02.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:02.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: 16) 18:35:02.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:02.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:02.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:02.059 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 18:35:02.059 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:02.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:02.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:02.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:02.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:02.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:02.068 INFO [WorkbenchTestable][AbstractButton] Click button Type class name 18:35:02.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:02.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:02.068 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:02.068 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:02.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up 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: "") 18:35:02.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:02.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:02.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:02.069 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 18:35:02.069 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:02.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:02.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:02.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:02.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:02.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:35:02.102 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:35:02.103 INFO [WorkbenchTestable][AbstractText] Text set to: org.h2.Driver 18:35:02.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", Widget matcher matching widgets with style: 8) 18:35:02.104 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:02.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:02.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:02.105 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 18:35:02.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:02.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:02.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:02.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:02.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:02.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:02.118 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:35:02.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:02.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:02.118 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:02.118 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:02.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:35:02.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:02.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:02.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:02.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:02.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:02.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:02.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:02.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:02.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:02.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:02.195 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:35:02.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:02.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:02.195 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:02.195 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:02.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:35:02.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:35:02.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:02.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:02.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 18:35:02.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:02.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:02.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:02.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:02.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:02.345 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:35:02.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:02.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:02.345 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:02.345 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:02.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:35:02.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:35:02.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:35:02.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:02.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:02.473 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:35:02.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:02.474 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:35:02.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:02.475 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection Profile"] 18:35:02.475 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:02.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"] 18:35:02.480 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:02.481 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:35:02.481 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:02.481 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:35:02.482 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:02.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 Connection Profile"] 18:35:02.482 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:02.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"] 18:35:02.483 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:02.483 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:35:02.483 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:02.483 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:35:02.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:02.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:02.483 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:35:02.484 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:35:02.484 DEBUG [main][MenuItemLookup] Found menu:'File' 18:35:02.484 DEBUG [main][MenuItemLookup] Item match:File 18:35:02.486 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:35:02.486 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:35:02.495 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 18:35:02.495 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 18:35:02.495 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 18:35:02.495 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 18:35:02.495 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 18:35:02.495 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 18:35:02.495 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:35:02.495 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:02.495 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 18:35:02.496 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 18:35:02.496 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 18:35:02.496 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 18:35:02.496 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 18:35:02.496 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:35:02.496 DEBUG [main][MenuItemLookup] Found menu:'File' 18:35:02.496 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:02.496 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:35:02.496 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:02.496 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:35:02.496 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:35:02.497 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:35:02.497 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:35:02.497 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:35:02.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:35:02.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:35:02.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:35:02.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:02.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:02.684 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:35:02.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:02.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:35:02.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:02.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:02.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:02.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:02.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:02.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:35:02.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:35:02.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children... 18:35:02.700 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 18:35:02.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:03.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:03.206 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 18:35:03.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children finished successfully 18:35:03.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 18:35:03.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:03.208 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 18:35:03.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:03.209 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 18:35:03.209 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Connection Profile 18:35:03.209 DEBUG [main][TreeItemHandler] Selecting tree item: Connection Profile 18:35:03.210 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Connection Profile about selection 18:35:03.214 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Connection Profile 18:35:03.215 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:35:03.215 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:35:03.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:35:03.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:03.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:03.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:03.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:03.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:03.219 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:35:03.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:03.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:03.219 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:03.219 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:03.300 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:35:03.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:03.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:03.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available.... 18:35:03.301 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 18:35:03.301 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection Profile 18:35:03.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:03.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:03.303 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 18:35:03.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:03.305 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 18:35:03.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:03.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:03.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:03.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:03.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:35:03.308 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Generic JDBC') 18:35:03.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:35:03.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:35:03.359 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 18:35:03.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:35:03.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:35:03.359 TRACE [main][WidgetHandler] Notify Table with event 13 18:35:03.359 TRACE [main][WidgetHandler] Wait for synchronization 18:35:03.370 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:") 18:35:03.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:03.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:03.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:03.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:03.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:35:03.384 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:35:03.385 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 18:35:03.386 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 18:35:03.386 INFO [WorkbenchTestable][NewCPWizard] Go to next wizard page 18:35:03.386 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) 18:35:03.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:03.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:03.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:03.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:03.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:03.391 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:35:03.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:03.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:03.396 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:03.397 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:03.572 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:") 18:35:03.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:03.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:03.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:03.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:03.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:35:03.596 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Test H2 Driver to selection: Test H2 Driver 18:35:03.597 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:") 18:35:03.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:03.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:03.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:03.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:03.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:35:03.605 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:35:03.612 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 18:35: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.datatools.connectivity.db.generic.ui.GenericJDBCDBProfileDetailsWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "URL:") 18:35:03.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:03.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:03.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:03.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:03.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:35:03.631 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:35:03.632 INFO [WorkbenchTestable][AbstractText] Text set to: jdbc:h2:tcp://localhost/sakila 18:35:03.633 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:") 18:35:03.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:03.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:03.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:03.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:03.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:35:03.664 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:35:03.665 INFO [WorkbenchTestable][AbstractText] Text set to: sa 18:35:03.684 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:") 18:35:03.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:03.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:03.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:03.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:03.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:35:03.714 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:35:03.715 INFO [WorkbenchTestable][AbstractText] Text set to: 18:35:03.716 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 18:35:03.716 INFO [WorkbenchTestable][NewCPWizard] Finish wizard 18:35:03.716 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) 18:35:03.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:03.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:03.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:03.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:03.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:03.728 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:35:03.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:03.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:03.729 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:03.729 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:05.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:35:05.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:35:05.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:35:05.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:35:05.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:35:05.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:35:05.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:35:05.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:35:05.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:35:05.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:35:05.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:35:05.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:35:05.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:35:05.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:05.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:05.524 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 18:35:05.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:05.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:05.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:35:05.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:05.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:05.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:35:05.532 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 18:35:05.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:05.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:05.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:05.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:05.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:35:05.539 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 18:35:05.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 18:35:05.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:05.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:35:05.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:35:05.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:35:05.544 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 18:35:05.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 18:35:05.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:05.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:35:05.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:35:05.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:05.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:05.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:05.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:05.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:05.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:35:05.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:35:05.547 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 18:35:05.547 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 18:35:05.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:05.548 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 18:35:05.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:05.548 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 18:35:05.548 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 18:35:05.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:05.548 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 18:35:05.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:05.548 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 18:35:05.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 18:35:05.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:35:05.549 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:35:05.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:05.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:05.550 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 18:35:05.551 INFO [WorkbenchTestable][RequirementsRunner] Finished test: genericConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest) 18:35:05.551 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 18:35:05.551 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:35:05.551 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:35:05.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:05.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.273 s - in org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest genericConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest) Time elapsed: 10.213 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 18:35:05.615 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 18:35:05.616 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:35:05.616 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:35:05.616 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 18:35:05.616 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:35:05.616 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:35:05.617 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:35:05.617 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:35:05.617 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:35:05.618 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:35:05.618 INFO [WorkbenchTestable][RequirementsRunner] Started test: driverDefinitionTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest) 18:35:05.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 18:35:05.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:35:05.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:35:05.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:35: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.*'] 18:35:05.619 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:05.619 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:35:05.619 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:05.619 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:35:05.619 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:05.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:35:05.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:05.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:05.621 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:35:05.621 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:35:05.621 DEBUG [main][MenuItemLookup] Found menu:'File' 18:35:05.622 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:35:05.623 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:35:05.623 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:35:05.623 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:35:05.623 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:35:05.623 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:35:05.623 DEBUG [main][MenuItemLookup] Item match:Window 18:35:05.627 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:35:05.627 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:35:05.627 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:35:05.627 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:05.627 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:35:05.627 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:35:05.627 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:05.627 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:35:05.627 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:05.627 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 18:35:05.627 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:35:05.627 DEBUG [main][MenuItemLookup] Item match:Preferences 18:35:05.653 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:35:05.653 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:35:05.653 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:35:05.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:35:05.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. finished successfully 18:35:05.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:35:05.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:05.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:05.906 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:35:05.906 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:05.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:35:05.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:05.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:05.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:05.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:05.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:05.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:35:05.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:35:05.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 18:35:05.947 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 18:35:05.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:05.947 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 18:35:05.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:05.947 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 18:35:05.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 18:35:05.947 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 18:35:05.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:05.948 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 18:35:05.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:05.948 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 18:35:05.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 18:35:05.948 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 18:35:05.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:05.949 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 18:35:05.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:05.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 18:35:05.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 18:35:05.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 18:35:05.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:05.949 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 18:35:05.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:05.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 18:35:05.950 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 18:35:05.950 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 18:35:05.950 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 18:35:05.950 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 18:35:05.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:05.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:05.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:05.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:05.994 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...") 18:35:05.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:05.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:05.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:05.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:05.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:06.000 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:35:06.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:06.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:06.000 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:06.000 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:06.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available.... 18:35:06.199 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 18:35:06.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 18:35:06.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:06.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:06.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:06.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:06.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 18:35:06.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:06.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:06.202 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") 18:35:06.202 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:06.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:06.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:06.203 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:06.203 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:06.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:06.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:06.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:06.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:06.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:35:06.204 INFO [WorkbenchTestable][AbstractTabItem] Activate Name/Type 18:35:06.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 18:35:06.205 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:06.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:06.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:06.205 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:06.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:06.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:06.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:06.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:06.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:06.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:06.251 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database and wait with time period 1 18:35:06.251 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 18:35:06.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:06.251 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 18:35:06.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:06.251 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 18:35:06.252 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 18:35:06.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:06.252 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 18:35:06.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:06.252 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 18:35:06.253 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HSQLDB JDBC Driver 18:35:06.253 DEBUG [main][TreeItemHandler] Selecting tree item: HSQLDB JDBC Driver 18:35:06.253 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HSQLDB JDBC Driver about selection 18:35:06.311 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HSQLDB JDBC Driver 18:35:06.311 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Driver name:") 18:35:06.311 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:06.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:06.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:06.313 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:06.313 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:06.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:06.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:06.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:06.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:06.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:35:06.318 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:35:06.320 INFO [WorkbenchTestable][AbstractText] Text set to: Test HSLQDB Driver 18:35:06.321 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") 18:35:06.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:06.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:06.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:06.330 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:06.330 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:06.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:06.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:06.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:06.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:06.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:35:06.342 INFO [WorkbenchTestable][AbstractTabItem] Activate JAR List 18:35:06.351 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 18:35:06.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:06.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:06.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:06.352 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:06.352 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:06.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:06.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:06.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:06.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:06.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 18:35:06.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Clear All") 18:35:06.363 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:06.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:06.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:06.363 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:06.363 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:06.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:06.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:06.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:06.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:06.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:06.399 INFO [WorkbenchTestable][AbstractButton] Click button &Clear All 18:35:06.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:06.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:06.399 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:06.399 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:06.429 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 18:35:06.429 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:06.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:06.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:06.430 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:06.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:06.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:06.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:06.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:06.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:06.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 18:35:06.432 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 18:35:06.432 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:06.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:06.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:06.433 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:06.433 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:06.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:06.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:06.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:06.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:06.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 18:35:06.436 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 18:35:06.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:06.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:06.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:06.437 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:06.437 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:06.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:06.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:06.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:06.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:06.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 18:35:06.441 TRACE [main][WidgetHandler] Notify List with event 13 18:35:06.441 TRACE [main][WidgetHandler] Wait for synchronization 18:35:06.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove JAR/Zip") 18:35:06.441 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:06.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:06.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:06.442 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:06.442 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:06.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:06.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:06.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:06.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:06.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:06.453 INFO [WorkbenchTestable][AbstractButton] Click button &Remove JAR/Zip 18:35:06.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:06.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:06.454 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:06.454 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:06.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:35:06.505 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:06.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:06.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:06.505 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:06.505 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:06.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:06.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:06.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:06.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:06.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:06.510 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:35:06.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:06.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:06.510 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:06.510 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:06.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:35:06.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:35:06.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:35:06.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:06.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:06.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:06.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 18:35:06.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:06.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:06.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:06.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:06.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:06.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:35:06.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:35:06.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:35:06.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:06.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:06.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 18:35:06.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:06.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:06.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:06.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:06.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:06.692 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:35:06.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:06.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:06.692 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:06.692 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:06.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:35:06.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:35:06.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:35:06.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:06.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:06.817 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 18:35:06.817 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:35:06.818 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:35:06.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:06.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:06.819 INFO [WorkbenchTestable][RequirementsRunner] Finished test: driverDefinitionTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest) 18:35:06.819 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 18:35:06.819 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:35:06.819 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:35:06.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:06.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.205 s - in org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest driverDefinitionTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest) Time elapsed: 1.201 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 18:35:06.849 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 18:35:06.850 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:35:06.850 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:35:06.850 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 18:35:06.851 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:35:06.851 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:35:06.851 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:35:06.852 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:35:06.852 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:35:06.852 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:35:06.852 INFO [WorkbenchTestable][RequirementsRunner] Started test: flatFileConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest) 18:35:06.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 18:35:06.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:35:06.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:35:06.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:35:06.855 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:35:06.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:06.856 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:35:06.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:06.857 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection Profile"] 18:35:06.857 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:06.857 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:35:06.858 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:06.858 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:35:06.859 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:06.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"] 18:35:06.887 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:06.887 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection Profile"] 18:35:06.887 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:06.887 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:35:06.888 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:06.888 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:35:06.888 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:06.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:35:06.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:06.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:06.889 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:35:06.890 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:35:06.890 DEBUG [main][MenuItemLookup] Found menu:'File' 18:35:06.891 DEBUG [main][MenuItemLookup] Item match:File 18:35:06.893 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:35:06.893 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:35:06.899 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 18:35:06.899 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 18:35:06.899 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 18:35:06.899 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 18:35:06.899 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 18:35:06.899 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 18:35:06.900 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:35:06.900 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:06.900 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 18:35:06.900 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 18:35:06.900 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 18:35:06.900 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 18:35:06.900 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 18:35:06.900 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:35:06.900 DEBUG [main][MenuItemLookup] Found menu:'File' 18:35:06.900 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:06.900 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:35:06.900 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:06.900 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:35:06.900 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:35:06.901 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:35:06.901 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:35:06.901 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:35:07.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:35:07.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:35:07.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:35:07.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:07.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:07.120 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:35:07.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:07.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:35:07.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:07.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:07.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:07.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:07.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:07.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:35:07.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:35:07.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children... 18:35:07.141 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 18:35:07.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:07.142 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 18:35:07.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:07.142 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 18:35:07.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children finished successfully 18:35:07.143 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 18:35:07.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:07.148 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 18:35:07.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:07.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 18:35:07.149 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Connection Profile 18:35:07.150 DEBUG [main][TreeItemHandler] Selecting tree item: Connection Profile 18:35:07.150 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Connection Profile about selection 18:35:07.150 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Connection Profile 18:35:07.151 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:35:07.151 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:35:07.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:35:07.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:07.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:07.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:07.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:07.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:07.159 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:35:07.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:07.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:07.159 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:07.160 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:07.229 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:35:07.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:07.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:07.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available.... 18:35:07.230 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 18:35:07.230 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection Profile 18:35:07.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:07.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:07.232 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 18:35:07.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:07.232 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 18:35:07.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:07.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:07.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:07.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:07.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:35:07.236 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Flat File Data Source') 18:35:07.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:35:07.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:35:07.252 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 18:35:07.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:35:07.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:35:07.253 TRACE [main][WidgetHandler] Notify Table with event 13 18:35:07.253 TRACE [main][WidgetHandler] Wait for synchronization 18:35:07.254 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:") 18:35:07.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:07.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:07.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:07.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:07.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:35:07.262 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:35:07.263 INFO [WorkbenchTestable][AbstractText] Text set to: Test Flat File Profile 18:35:07.264 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 18:35:07.264 INFO [WorkbenchTestable][NewCPWizard] Go to next wizard page 18:35:07.264 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) 18:35:07.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:07.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:07.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:07.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:07.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:07.269 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:35:07.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:07.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:07.293 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:07.293 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:07.990 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 18:35:07.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:07.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:07.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:07.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:07.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:35:07.998 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:35:07.999 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target 18:35:08.012 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:") 18:35:08.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:08.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:08.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:08.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:08.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:35:08.019 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo UTF-8 to selection: UTF-8 18:35:08.025 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:") 18:35:08.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:08.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:08.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:08.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:08.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:35:08.035 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo CSV to selection: CSV 18:35:08.035 TRACE [WorkbenchTestable][NewCPWizard] Shell New Flat File Data Source Profile is not null and is not disposed 18:35:08.035 INFO [WorkbenchTestable][NewCPWizard] Finish wizard 18:35:08.035 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) 18:35:08.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:08.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:08.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:08.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:08.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:08.048 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:35:08.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:08.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:08.048 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:08.048 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:08.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:35:08.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:35:08.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:35:08.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:35:08.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:35:08.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:35:08.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:35:08.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:35:08.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:35:08.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:35:08.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:35:08.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:35:08.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:35:08.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:35:08.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:35:08.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:35:08.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:35:08.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:08.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:08.256 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 18:35:08.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:08.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:08.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:35:08.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:08.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:08.276 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:35:08.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 18:35:08.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:08.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:08.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:08.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:08.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:35:08.298 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 18:35:08.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 18:35:08.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:08.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:35:08.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:35:08.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:35:08.306 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 18:35:08.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 18:35:08.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:08.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:35:08.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:35:08.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:08.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:08.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:08.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:08.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:08.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:35:08.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:35:08.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem ODA Data Sources has children... 18:35:08.341 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ODA Data Sources 18:35:08.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:08.341 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ODA Data Sources is already expanded. No action performed 18:35:08.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:08.341 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ODA Data Sources 18:35:08.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem ODA Data Sources has children finished successfully 18:35:08.343 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ODA Data Sources 18:35:08.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:08.347 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ODA Data Sources is already expanded. No action performed 18:35:08.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:08.351 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ODA Data Sources 18:35:08.352 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Flat File Data Source and wait with time period 1 18:35:08.352 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Flat File Data Source 18:35:08.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:08.353 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Flat File Data Source is already expanded. No action performed 18:35:08.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:08.353 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Flat File Data Source 18:35:08.354 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Flat File Data Source 18:35:08.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:08.355 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Flat File Data Source is already expanded. No action performed 18:35:08.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:08.356 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Flat File Data Source 18:35:08.357 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 18:35:08.357 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:35:08.357 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:35:08.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:08.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:08.359 INFO [WorkbenchTestable][RequirementsRunner] Finished test: flatFileConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest) 18:35:08.359 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 18:35:08.359 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:35:08.359 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:35:08.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:08.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.512 s - in org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest flatFileConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest) Time elapsed: 1.507 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 18:35:08.395 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 18:35:08.396 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:35:08.396 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:35:08.396 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 18:35:08.396 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:35:08.396 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:35:08.397 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:35:08.397 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:35:08.397 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:35:08.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.*'] 18:35:08.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:08.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.*'] 18:35:08.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:08.399 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:35:08.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:08.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:35:08.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:08.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:08.401 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:35:08.401 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:35:08.401 DEBUG [main][MenuItemLookup] Found menu:'File' 18:35:08.402 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:35:08.402 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:35:08.402 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:35:08.402 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:35:08.402 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:35:08.402 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:35:08.402 DEBUG [main][MenuItemLookup] Item match:Window 18:35:08.403 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:35:08.403 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:35:08.403 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:35:08.403 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:08.403 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:35:08.403 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:35:08.403 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:08.403 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:35:08.403 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:08.403 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 18:35:08.403 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:35:08.403 DEBUG [main][MenuItemLookup] Item match:Preferences 18:35:08.404 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:35:08.404 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:35:08.404 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:35:08.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:35:08.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:35:08.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:35:08.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:08.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:08.661 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:35:08.661 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:08.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:35:08.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:08.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:08.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:08.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:08.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:08.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:35:08.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:35:08.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 18:35:08.680 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 18:35:08.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:08.697 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 18:35:08.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:08.698 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 18:35:08.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 18:35:08.704 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 18:35:08.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:08.705 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 18:35:08.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:08.705 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 18:35:08.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 18:35:08.706 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 18:35:08.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:08.706 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 18:35:08.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:08.707 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 18:35:08.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 18:35:08.707 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 18:35:08.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:08.708 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 18:35:08.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:08.708 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 18:35:08.709 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 18:35:08.709 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 18:35:08.709 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 18:35:08.710 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 18:35:08.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:08.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:08.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:08.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:08.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:35:08.713 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:08.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:08.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:08.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 18:35:08.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:08.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:08.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:08.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:08.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:08.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:35:08.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:35:08.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:35:08.726 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 18:35:08.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:08.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:08.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:08.727 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 18:35:08.727 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:08.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:08.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:08.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:08.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:08.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 18:35:08.730 TRACE [main][WidgetHandler] Notify Table with event 13 18:35:08.730 TRACE [main][WidgetHandler] Wait for synchronization 18:35:08.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 "Remove") 18:35:08.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:08.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:08.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:08.746 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 18:35:08.746 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:08.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:08.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:08.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:08.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:08.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:08.756 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:35:08.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:08.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:08.757 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:08.757 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:08.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Driver Removal"] is available.... 18:35:08.823 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 18:35:08.823 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Driver Removal 18:35:08.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:08.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:08.824 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Yes", Widget matcher matching widgets with style: 8) 18:35:08.824 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:08.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:08.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:08.830 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Driver Removal" as the parent 18:35:08.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:08.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:08.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:08.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:08.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:08.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:08.837 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 18:35:08.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:08.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:08.838 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:08.838 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:08.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:35:08.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:35:08.912 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 18:35:08.912 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:08.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:08.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:08.913 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 18:35:08.913 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:08.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:08.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:08.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:08.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:08.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 18:35:08.919 TRACE [main][WidgetHandler] Notify Table with event 13 18:35:08.919 TRACE [main][WidgetHandler] Wait for synchronization 18:35:08.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 18:35:08.920 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:08.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:08.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:08.921 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 18:35:08.921 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:08.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:08.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:08.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:08.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:08.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:08.936 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:35:08.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:08.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:08.936 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:08.936 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:09.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Driver Removal"] is available.... 18:35:09.022 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 18:35:09.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Driver Removal 18:35:09.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:09.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:09.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 "Yes", Widget matcher matching widgets with style: 8) 18:35:09.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:09.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:09.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:09.024 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Driver Removal" as the parent 18:35:09.024 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:09.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:09.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:09.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:09.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:09.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:09.027 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 18:35:09.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:09.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:09.028 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:09.028 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:09.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:35:09.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:35:09.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:09.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:09.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 18:35:09.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:09.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:09.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:09.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:09.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:09.124 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:35:09.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:09.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:09.124 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:09.124 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:09.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:35:09.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:35:09.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:35:09.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:09.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:09.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:35:09.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:35:09.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:35:09.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:35:09.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:35:09.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:35:09.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:35:09.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:35:09.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:35:09.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:09.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:09.261 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 18:35:09.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:09.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:09.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:35:09.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:09.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:09.288 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:35:09.288 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 18:35:09.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:09.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:09.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:09.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:09.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:35:09.298 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 18:35:09.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 18:35:09.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:09.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:35:09.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:35:09.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:35:09.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:35:09.305 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:09.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:09.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:09.332 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 18:35:09.333 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:09.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:09.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:09.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:09.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:09.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:09.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:35:09.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:35:09.335 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 10 18:35:09.335 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 18:35:09.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:09.336 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 18:35:09.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:09.336 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 18:35:09.336 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 18:35:09.337 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 18:35:09.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:09.337 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 18:35:09.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:09.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 18:35:09.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 18:35:09.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:09.339 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 18:35:09.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:09.339 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 18:35:09.339 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile 18:35:09.340 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile 18:35:09.340 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile about selection 18:35:09.351 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile 18:35:09.353 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:35:09.353 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:09.406 DEBUG [main][MenuItemLookup] Found menu:'Connect' 18:35:09.406 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 18:35:09.406 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 18:35:09.406 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:09.406 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 18:35:09.407 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 18:35:09.407 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:09.407 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:35:09.407 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:35:09.407 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:35:09.411 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"D&elete Delete" 18:35:09.411 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:35:09.411 INFO [main][MenuItemHandler] Select menu item: D&elete Delete 18:35:09.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete confirmation"] is available.... 18:35:09.503 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 18:35:09.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete confirmation 18:35:09.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:09.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:09.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Yes", Widget matcher matching widgets with style: 8) 18:35:09.505 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:09.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:09.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:09.506 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete confirmation" as the parent 18:35:09.506 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:09.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:09.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:09.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:09.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:09.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:09.518 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 18:35:09.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:09.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:09.519 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:09.519 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:09.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:35:09.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:35:09.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:35:09.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:35:09.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:35:09.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:35:09.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:35:09.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:35:09.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:35:09.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:35:09.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:35:09.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:35:09.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:35:09.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:35:09.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:09.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:09.640 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 18:35:09.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:09.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:09.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:35:09.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:09.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:09.653 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:35:09.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 '\*?\QData Source Explorer\E') 18:35:09.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:09.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:09.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:09.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:09.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:35:09.689 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 18:35:09.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 18:35:09.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:09.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:35:09.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:35:09.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:35:09.719 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 18:35:09.719 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 18:35:09.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:09.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:35:09.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:35:09.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:09.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:09.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:09.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:09.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:09.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:35:09.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:35:09.722 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 18:35:09.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 18:35:09.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:10.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:10.234 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 18:35:10.235 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 18:35:10.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:10.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:10.736 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 18:35:10.737 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:35:10.737 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:10.738 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:35:10.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:10.738 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:35:10.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:10.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:35:10.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:10.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:10.740 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:35:10.740 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:35:10.741 DEBUG [main][MenuItemLookup] Found menu:'File' 18:35:10.741 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:35:10.741 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:35:10.741 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:35:10.741 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:35:10.741 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:35:10.741 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:35:10.741 DEBUG [main][MenuItemLookup] Item match:Window 18:35:10.742 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:35:10.742 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:35:10.742 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:35:10.742 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:10.742 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:35:10.742 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:35:10.742 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:10.742 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:35:10.742 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:10.742 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 18:35:10.742 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:35:10.742 DEBUG [main][MenuItemLookup] Item match:Preferences 18:35:10.767 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:35:10.767 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:35:10.767 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:35:10.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.... 18:35: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 'Preferences.*'] is available. finished successfully 18:35:10.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:35:10.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:10.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:10.945 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:35:10.945 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:10.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 18:35:10.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:10.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:10.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:10.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:10.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:10.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:35:10.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:35:10.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 18:35:10.973 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 18:35:10.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:10.974 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 18:35:10.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:10.975 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 18:35:10.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 18:35:10.976 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 18:35:10.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:10.982 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 18:35:10.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:10.982 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 18:35:10.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 18:35:10.983 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 18:35:10.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:10.991 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 18:35:10.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:10.991 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 18:35:10.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 18:35:10.991 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 18:35:10.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:10.992 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 18:35:10.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:10.992 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 18:35:10.993 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 18:35:10.993 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 18:35:10.993 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 18:35:10.993 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 18:35:10.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:10.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:10.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:10.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:10.996 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...") 18:35:10.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:10.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:10.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:11.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:11.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:11.007 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 18:35:11.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:11.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:11.008 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:11.008 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:11.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available.... 18:35:11.176 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 18:35:11.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 18:35:11.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:11.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:11.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:11.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:11.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 18:35:11.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:11.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:11.189 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") 18:35:11.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:11.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:11.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:11.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:11.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:11.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:11.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:11.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:11.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:11.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:35:11.193 INFO [WorkbenchTestable][AbstractTabItem] Activate Name/Type 18:35:11.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:35:11.194 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:11.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:11.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:11.200 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:11.200 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:11.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:11.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:11.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:11.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:11.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:11.235 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database and wait with time period 1 18:35:11.236 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 18:35:11.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:11.236 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 18:35:11.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:11.236 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 18:35:11.236 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 18:35:11.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:11.237 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 18:35:11.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:11.237 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 18:35:11.237 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Generic JDBC Driver 18:35:11.237 DEBUG [main][TreeItemHandler] Selecting tree item: Generic JDBC Driver 18:35:11.238 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Generic JDBC Driver about selection 18:35:11.292 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Generic JDBC Driver 18:35:11.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:") 18:35:11.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:11.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:11.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:11.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:11.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:11.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:11.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:11.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:11.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:11.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:35:11.307 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:35:11.308 INFO [WorkbenchTestable][AbstractText] Text set to: Test H2 Driver 18:35:11.310 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") 18:35:11.310 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:11.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:11.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:11.326 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:11.326 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:11.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:11.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:11.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:11.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:11.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:35:11.333 INFO [WorkbenchTestable][AbstractTabItem] Activate JAR List 18:35:11.341 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 18:35:11.341 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:11.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:11.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:11.342 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:11.342 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:11.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:11.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:11.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:11.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:11.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 18:35:11.344 INFO [WorkbenchTestable][DriverDialog] No drivers to clean, skipped 18:35:11.344 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 18:35:11.344 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:11.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:11.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:11.352 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:11.352 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:11.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:11.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:11.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:11.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:11.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 18:35:11.355 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 18:35:11.355 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:11.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:11.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:11.356 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:11.356 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:11.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:11.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:11.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:11.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:11.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 18:35:11.358 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 18:35:11.358 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:11.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:11.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:11.358 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:11.358 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:11.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:11.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:11.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:11.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:11.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 18:35:11.360 TRACE [main][WidgetHandler] Notify List with event 13 18:35:11.360 TRACE [main][WidgetHandler] Wait for synchronization 18:35:11.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 "Remove JAR/Zip") 18:35:11.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:11.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:11.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:11.366 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:11.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:11.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:11.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:11.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:11.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:11.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:11.371 INFO [WorkbenchTestable][AbstractButton] Click button &Remove JAR/Zip 18:35:11.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:11.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:11.371 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:11.371 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:11.408 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") 18:35:11.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:11.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:11.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:11.409 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:11.409 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:11.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:11.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:11.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:11.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:11.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 18:35:11.412 INFO [WorkbenchTestable][AbstractTabItem] Activate Properties 18:35:11.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:35:11.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:11.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:11.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:11.432 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:11.432 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:11.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:11.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:11.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:11.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:11.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:11.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:35:11.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:35:11.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:35:11.437 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:35:11.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:11.437 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:35:11.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:11.437 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:35:11.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:35:11.438 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:35:11.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:11.438 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:35:11.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:11.438 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:35:11.438 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item Driver Class 18:35:11.439 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Class 18:35:11.439 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Class 18:35:11.439 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Class about selection 18:35:11.440 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Class 18:35:11.440 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:35:11.440 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:35:11.454 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:35:11.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 "...") 18:35:11.455 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:11.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:11.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:11.455 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:11.455 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:11.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:11.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:11.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:11.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:11.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:11.459 INFO [WorkbenchTestable][AbstractButton] Click button ... 18:35:11.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:11.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:11.460 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:11.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:11.532 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.... 18:35:11.532 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 18:35:11.532 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.... 18:35:11.533 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 18:35:11.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Available Classes from Jar List 18:35:11.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:11.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:11.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: 16) 18:35:11.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:11.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:11.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:11.535 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 18:35:11.535 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:11.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:11.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:11.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:11.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:11.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:11.547 INFO [WorkbenchTestable][AbstractButton] Click button Type class name 18:35:11.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:11.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:11.547 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:11.547 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:11.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up 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: "") 18:35:11.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:11.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:11.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:11.548 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 18:35:11.548 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:11.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:11.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:11.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:11.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:11.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:35:11.549 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:35:11.551 INFO [WorkbenchTestable][AbstractText] Text set to: org.h2.Driver 18:35:11.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:35:11.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:11.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:11.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:11.562 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 18:35:11.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:11.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:11.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:11.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:11.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:11.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:11.565 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:35:11.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:11.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:11.566 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:11.566 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:11.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 18:35:11.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:11.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:11.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:11.658 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 18:35:11.658 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:11.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:11.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:11.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:11.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:11.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:11.668 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:35:11.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:11.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:11.669 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:11.669 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:11.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:35:11.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:35:11.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:11.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:11.830 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 18:35:11.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:11.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:11.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:11.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:11.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:11.836 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:35:11.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:11.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:11.837 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:11.837 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:11.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:35:11.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:35:11.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:35:11.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:11.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:11.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"] 18:35:11.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:11.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"] 18:35:11.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:11.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 Connection Profile"] 18:35:11.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:11.963 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:35:11.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:11.964 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:35:11.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:11.964 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:35:11.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:11.965 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection Profile"] 18:35:11.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:11.965 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:35:11.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:11.966 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:35:11.966 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:11.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:35:11.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:11.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:11.967 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:35:11.967 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:35:11.968 DEBUG [main][MenuItemLookup] Found menu:'File' 18:35:11.968 DEBUG [main][MenuItemLookup] Item match:File 18:35:11.970 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:35:11.970 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:35:11.977 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 18:35:11.977 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 18:35:11.977 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 18:35:11.977 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 18:35:11.977 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 18:35:11.977 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 18:35:11.977 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:35:11.977 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:11.977 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 18:35:11.977 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 18:35:11.977 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 18:35:11.977 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 18:35:11.977 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 18:35:11.978 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:35:11.978 DEBUG [main][MenuItemLookup] Found menu:'File' 18:35:11.978 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:11.978 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:35:11.978 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:11.978 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:35:11.978 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:35:11.978 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:35:11.979 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:35:11.979 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:35:12.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:35:12.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:35:12.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:35:12.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:12.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:12.159 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:35:12.159 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:12.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:35:12.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:12.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:12.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:12.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:12.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:12.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:35:12.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:35:12.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children... 18:35:12.192 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 18:35:12.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:12.193 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 18:35:12.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:12.193 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 18:35:12.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children finished successfully 18:35:12.193 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 18:35:12.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:12.194 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 18:35:12.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:12.194 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 18:35:12.195 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Connection Profile 18:35:12.195 DEBUG [main][TreeItemHandler] Selecting tree item: Connection Profile 18:35:12.195 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Connection Profile about selection 18:35:12.196 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Connection Profile 18:35:12.196 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:35:12.196 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:35:12.196 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:35:12.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:12.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:12.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:12.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:12.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:12.210 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:35:12.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:12.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:12.210 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:12.210 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:12.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"] 18:35:12.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:12.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:12.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available.... 18:35:12.295 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 18:35:12.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection Profile 18:35:12.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:12.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:12.297 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 18:35:12.297 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:35:12.298 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 18:35:12.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:12.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:12.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:12.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:12.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:35:12.310 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Generic JDBC') 18:35:12.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:35:12.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:35:12.326 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 18:35:12.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:35:12.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:35:12.327 TRACE [main][WidgetHandler] Notify Table with event 13 18:35:12.327 TRACE [main][WidgetHandler] Wait for synchronization 18:35:12.331 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:") 18:35:12.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:12.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:12.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:12.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:12.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:35:12.340 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:35:12.341 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 18:35:12.341 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 18:35:12.341 INFO [WorkbenchTestable][NewCPWizard] Go to next wizard page 18:35:12.341 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) 18:35:12.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:12.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:12.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:12.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:12.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:12.353 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:35:12.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:12.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:12.353 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:12.353 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:12.506 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:") 18:35:12.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:12.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:12.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:12.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:12.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:35:12.517 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Test H2 Driver to selection: Test H2 Driver 18:35:12.518 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:") 18:35:12.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:12.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:12.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:12.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:12.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:35:12.534 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:35:12.535 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 18:35:12.535 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:") 18:35:12.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:12.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:12.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:12.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:12.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:35:12.554 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:35:12.555 INFO [WorkbenchTestable][AbstractText] Text set to: jdbc:h2:~/test 18:35:12.564 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:") 18:35:12.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:12.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:12.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:12.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:12.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:35:12.588 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:35:12.589 INFO [WorkbenchTestable][AbstractText] Text set to: sa 18:35:12.608 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:") 18:35:12.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:12.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:12.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:12.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:12.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:35:12.636 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:35:12.641 INFO [WorkbenchTestable][AbstractText] Text set to: 18:35:12.648 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 18:35:12.648 INFO [WorkbenchTestable][NewCPWizard] Finish wizard 18:35:12.648 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) 18:35:12.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:12.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:12.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:12.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:12.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:35:12.656 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:35:12.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:35:12.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:35:12.656 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:35:12.656 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:13.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:35:13.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:35:13.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:35:13.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 18:35:13.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Loading Core provider' is a system job, skipped 18:35:13.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:35:13.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:35:13.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:35:13.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:35:13.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:35:13.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:35:13.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:35:13.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:35:13.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:35:13.736 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:35:13.736 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSQLResultViewSuccess no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) 18:35:13.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 18:35:13.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:35:13.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:35:13.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:35:13.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:13.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:13.804 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 18:35:13.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:13.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:13.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:35:13.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:13.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:13.814 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:35:13.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 18:35:13.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:13.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:13.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:13.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:13.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:35:13.823 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 18:35:13.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 18:35:13.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:13.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:35:13.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:35:13.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:35:13.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:35:13.838 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:13.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:13.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:13.904 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 18:35:13.904 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:13.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:13.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:13.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:13.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:13.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:13.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:35:13.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:35:13.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 18:35:13.913 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 18:35:13.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:13.914 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 18:35:13.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:13.914 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 18:35:13.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 18:35:13.916 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 18:35:13.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:13.917 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 18:35:13.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:13.918 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 18:35:13.920 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 18:35:13.921 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 18:35:13.921 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 18:35:13.921 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 18:35:13.996 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 18:35:13.996 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:35:13.998 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:35:14.026 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:35:14.026 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 18:35:14.027 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 18:35:14.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:14.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:14.529 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 18:35:14.538 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:35:14.538 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:14.620 DEBUG [main][MenuItemLookup] Found menu:'Connect' 18:35:14.620 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 18:35:14.620 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 18:35:14.620 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:14.620 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 18:35:14.620 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 18:35:14.620 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:14.620 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:35:14.620 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:35:14.620 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 18:35:14.620 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:14.620 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:35:14.620 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:14.620 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 18:35:14.620 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 18:35:14.621 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 18:35:14.621 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 18:35:14.621 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 18:35:15.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@38effb96 is found... 18:35:15.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@38effb96 is found finished successfully 18:35:15.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.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') 18:35:15.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:15.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:15.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:15.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:15.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:35:15.203 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:15.203 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 18:35:15.203 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:") 18:35:15.203 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:15.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:15.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:15.204 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:35:15.204 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:15.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:15.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:15.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:15.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:15.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:35:15.216 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:") 18:35:15.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:15.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:15.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:15.217 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:35:15.217 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:15.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:15.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:15.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:15.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:15.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:35:15.229 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 18:35:15.261 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 18:35:15.261 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:15.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:15.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:15.309 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:35:15.309 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:15.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:15.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:35:15.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:35:15.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:15.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:35:15.335 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 18:35:15.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 18:35:15.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:15.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:15.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:15.447 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:35:15.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:15.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:15.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:15.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:15.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:15.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:35:15.461 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: DROP TABLE TEST IF EXISTS; 18:35:15.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:35:15.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:35:15.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:35:15.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:35:15.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:35:15.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:35:15.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:35:15.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:35:15.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:35:15.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:35:15.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:35:15.497 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 18:35:15.497 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:15.549 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 18:35:15.549 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:15.549 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:35:15.549 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:35:15.549 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:35:15.549 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:15.549 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 18:35:15.549 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:15.550 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 18:35:15.550 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 18:35:15.550 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 18:35:15.550 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 18:35:15.550 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 18:35:15.929 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:1178): Gtk-CRITICAL **: 18:35:16.083: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:35:26.048 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 18:35:26.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 18:35:26.049 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 18:35:26.054 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:26.054 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=DROP TABLE TEST IF EXISTS; TooltipText=null 18:35:26.055 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 18:35:26.069 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 18:35:26.197 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 18:35:26.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:26.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:26.211 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 18:35:26.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:26.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:26.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:35:26.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:26.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:26.227 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:35:26.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E') 18:35:26.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:26.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:26.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:26.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:26.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:35:26.267 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 18:35:26.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 18:35:26.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:26.311 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 18:35:26.311 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 18:35:26.312 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 18:35:26.313 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 18:35:26.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:26.316 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 18:35:26.316 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:35:26.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:26.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:26.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:26.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:26.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:26.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:35:26.323 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 18:35:26.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:35:26.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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)") 18:35:26.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:26.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:26.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:26.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:26.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:35:26.329 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Visible Results (Shift+Delete) 18:35:26.329 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:35:26.330 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:26.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children... 18:35:26.422 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:0 18:35:26.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children finished successfully 18:35:26.422 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 18:35:26.423 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 18:35:26.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 18:35:26.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:26.425 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 18:35:26.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:35:26.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:26.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:26.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:26.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:26.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:26.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:26.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:26.444 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 18:35:26.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:26.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:26.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:35:26.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:26.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:26.456 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:35:26.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 '\*?\QData Source Explorer\E') 18:35:26.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:26.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:26.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:26.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:26.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:35:26.512 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 18:35:26.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 18:35:26.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:26.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:35:26.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:35:26.567 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:26.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:26.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:26.568 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 18:35:26.568 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:26.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:26.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:26.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:26.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:26.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:26.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:35:26.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:35:26.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 18:35:26.570 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 18:35:26.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:26.575 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 18:35:26.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:26.576 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 18:35:26.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 18:35:26.576 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 18:35:26.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:26.576 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 18:35:26.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:26.580 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 18:35:26.581 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 18:35:26.581 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 18:35:26.581 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 18:35:26.582 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 18:35:26.598 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 18:35:26.599 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:35:26.601 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:35:26.607 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:35:26.608 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 18:35:26.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 18:35:26.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:27.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:27.109 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 18:35:27.111 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:35:27.111 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:27.160 DEBUG [main][MenuItemLookup] Found menu:'Connect' 18:35:27.160 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 18:35:27.160 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 18:35:27.160 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:27.160 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 18:35:27.160 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 18:35:27.160 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:27.160 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:35:27.160 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:35:27.160 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 18:35:27.160 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:27.160 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:35:27.160 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:27.160 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 18:35:27.160 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 18:35:27.160 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 18:35:27.160 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 18:35:27.161 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 18:35:27.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@d2c1532 is found... 18:35:27.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@d2c1532 is found finished successfully 18:35:27.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.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') 18:35:27.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:27.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:27.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:27.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:27.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:35:27.427 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:27.427 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 18:35:27.427 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:") 18:35:27.427 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:27.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:27.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:27.437 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:35:27.437 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:27.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:27.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:27.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:27.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:27.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:35:27.442 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:") 18:35:27.442 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:27.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:27.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:27.444 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:35:27.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:27.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:27.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:27.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:27.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:27.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:35:27.460 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 18:35:27.510 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 18:35:27.510 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:27.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:27.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:27.540 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:35:27.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:27.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:27.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:35:27.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:35:27.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:27.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:35:27.544 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 18:35:27.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 18:35:27.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:27.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:27.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:27.571 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:35:27.571 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:27.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:27.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:27.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:27.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:27.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:35:27.592 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: CREATE TABLE test(ID INT,NAME VARCHAR(40)); 18:35:27.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:35:27.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:35:27.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:35:27.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:35:27.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:35:27.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:35:27.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:35:27.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:35:27.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:35:27.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:35:27.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:35:27.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:35:27.604 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 18:35:27.604 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:27.644 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 18:35:27.644 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:27.644 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:35:27.644 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:35:27.644 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:35:27.644 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:27.644 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 18:35:27.644 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:27.644 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 18:35:27.644 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 18:35:27.645 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 18:35:27.645 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 18:35:27.646 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 18:35:27.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 18:35:37.671 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 18:35:37.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 18:35:37.672 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 18:35:37.681 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:37.682 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=CREATE TABLE test(ID INT,NAME VARCHAR(40)); TooltipText=null 18:35:37.683 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 18:35:37.683 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 18:35:37.804 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 18:35:37.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:37.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:37.821 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 18:35:37.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:37.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:37.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:35:37.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:37.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:37.835 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:35:37.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 '\*?\QSQL Results\E') 18:35:37.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:37.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:37.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:37.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:37.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:35:37.870 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 18:35:37.870 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 18:35:37.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:37.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:35:37.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:35:37.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:35:37.878 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 18:35:37.878 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 18:35:37.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 18:35:37.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:37.880 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 18:35:37.880 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:35:37.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:37.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:37.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:37.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:37.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:37.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:37.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:37.925 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 18:35:37.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:37.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:37.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:35:37.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:37.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:37.935 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:35:37.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 '\*?\QData Source Explorer\E') 18:35:37.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:37.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:37.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:37.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:37.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:35:37.970 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 18:35:37.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 18:35:38.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:38.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:35:38.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:35:38.046 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:38.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:38.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:38.048 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 18:35:38.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:38.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:38.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:38.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:38.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:38.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:38.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:35:38.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:35:38.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 18:35:38.051 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 18:35:38.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:38.052 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 18:35:38.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:38.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 18:35:38.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 18:35:38.053 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 18:35:38.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:38.053 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 18:35:38.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:38.053 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 18:35:38.054 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 18:35:38.054 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 18:35:38.055 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 18:35:38.055 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 18:35:38.072 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 18:35:38.072 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:35:38.074 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:35:38.097 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:35:38.097 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 18:35:38.097 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 18:35:38.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:38.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:38.598 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 18:35:38.600 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:35:38.600 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:38.673 DEBUG [main][MenuItemLookup] Found menu:'Connect' 18:35:38.673 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 18:35:38.673 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 18:35:38.673 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:38.673 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 18:35:38.673 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 18:35:38.673 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:38.673 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:35:38.673 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:35:38.673 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 18:35:38.673 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:38.673 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:35:38.673 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:38.673 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 18:35:38.673 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 18:35:38.674 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 18:35:38.674 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 18:35:38.674 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 18:35:38.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7adb8537 is found... 18:35:38.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7adb8537 is found finished successfully 18:35:38.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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') 18:35:38.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:38.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:38.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:38.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:38.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:35:38.930 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:38.931 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 18:35:38.931 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:") 18:35:38.931 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:38.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:38.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:38.933 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:35:38.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:38.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:38.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:38.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:38.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:38.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:35:38.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 18:35:38.944 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:38.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:38.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:38.945 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:35:38.945 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:38.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:38.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:38.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:38.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:38.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:35:38.948 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 18:35:38.974 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 18:35:38.974 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:38.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:38.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:39.000 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:35:39.000 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:39.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:39.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:35:39.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:35:39.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:39.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:35:39.010 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 18:35:39.014 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 18:35:39.014 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:39.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:39.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:39.034 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:35:39.034 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:39.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:39.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:39.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:39.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:39.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:35:39.041 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: DROP TABLE TEST IF EXISTS; 18:35:39.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:35:39.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:35:39.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:35:39.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 18:35:39.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:35:39.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:35:39.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:35:39.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:35:39.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:35:39.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:35:39.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:35:39.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:35:39.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:35:39.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:35:39.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:35:39.048 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 18:35:39.048 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:39.087 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 18:35:39.087 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:39.087 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:35:39.087 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:35:39.087 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:35:39.087 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:39.087 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 18:35:39.088 DEBUG [main][MenuItemLookup] Found menu:'' 18:35:39.088 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 18:35:39.088 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 18:35:39.088 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 18:35:39.088 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 18:35:39.088 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 18:35:39.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 18:35:49.108 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 18:35:49.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 18:35:49.108 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 18:35:49.113 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:49.114 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=DROP TABLE TEST IF EXISTS; TooltipText=null 18:35:49.118 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 18:35:49.119 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 18:35:49.241 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 18:35:49.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:49.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:49.261 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 18:35:49.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:49.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:49.271 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:35:49.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:49.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:49.274 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:35:49.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 '\*?\QSQL Results\E') 18:35:49.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:49.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:49.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:49.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:49.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:35:49.312 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 18:35:49.313 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 18:35:49.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:49.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:35:49.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:35:49.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:35:49.319 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 18:35:49.320 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 18:35:49.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 18:35:49.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:49.323 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 18:35:49.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 18:35:49.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:49.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:49.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:49.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:49.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:49.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:35:49.350 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:2 18:35:49.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:35:49.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Visible Results (Shift+Delete)") 18:35:49.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:49.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:49.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:49.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:49.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:35:49.354 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Visible Results (Shift+Delete) 18:35:49.354 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:35:49.354 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:35:49.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children... 18:35:49.400 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:0 18:35:49.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children finished successfully 18:35:49.401 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 18:35:49.401 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 18:35:49.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 18:35:49.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:49.403 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 18:35:49.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 18:35:49.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:49.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:49.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:49.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:49.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:49.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:35:59.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 18:35:59.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 18:35:59.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:35:59.412 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:35:59.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:59.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:59.418 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSQLResultViewSuccess no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) 18:35:59.418 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:35:59.419 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSQLResultViewFail no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) 18:35:59.419 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 18:35:59.419 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:35:59.419 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:35:59.419 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:35:59.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:59.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:59.429 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 18:35:59.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:59.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:59.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:35:59.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:35:59.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:35:59.440 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:35:59.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 18:35:59.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:59.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:59.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:59.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:59.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:35:59.475 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 18:35:59.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 18:35:59.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:35:59.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:35:59.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:35:59.557 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:35:59.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:35:59.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:35:59.559 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 18:35:59.559 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:35:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:35:59.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:35:59.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:35:59.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:35:59.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:35:59.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:35:59.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:35:59.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 18:35:59.562 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 18:35:59.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:59.563 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 18:35:59.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:59.563 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 18:35:59.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 18:35:59.564 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 18:35:59.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:35:59.564 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 18:35:59.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:35:59.565 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 18:35:59.565 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 18:35:59.565 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 18:35:59.566 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 18:35:59.567 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 18:35:59.586 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 18:35:59.586 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:35:59.587 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:35:59.594 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:35:59.594 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 18:35:59.594 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 18:35:59.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:36:00.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:36:00.095 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 18:36:00.096 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:36:00.096 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:36:00.149 DEBUG [main][MenuItemLookup] Found menu:'Connect' 18:36:00.149 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 18:36:00.149 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 18:36:00.149 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:00.149 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 18:36:00.149 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 18:36:00.149 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:00.149 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:36:00.149 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:36:00.149 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 18:36:00.149 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:00.149 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:36:00.149 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:00.149 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 18:36:00.149 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 18:36:00.150 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 18:36:00.150 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 18:36:00.150 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 18:36:00.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@49fef6f6 is found... 18:36:00.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@49fef6f6 is found finished successfully 18:36:00.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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') 18:36:00.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:00.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:00.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:00.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:00.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:36:00.424 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:00.425 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 18:36:00.425 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:") 18:36:00.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:36:00.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:36:00.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:36:00.437 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:36:00.437 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:36:00.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:00.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:00.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:00.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:00.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:36:00.442 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:") 18:36:00.442 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:36:00.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:36:00.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:36:00.443 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:36:00.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:36:00.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:00.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:00.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:00.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:00.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:36:00.455 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 18:36:00.507 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 18:36:00.507 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:36:00.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:36:00.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:36:00.527 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:36:00.528 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:36:00.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:00.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:36:00.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:36:00.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:00.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:36:00.540 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 18:36:00.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 18:36:00.545 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:36:00.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:36:00.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:36:00.561 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:36:00.561 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:36:00.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:00.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:00.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:00.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:00.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:36:00.602 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: DROP TABLE TEST IF EXISTS; 18:36:00.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:36:00.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:36:00.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:36:00.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:36:00.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:36:00.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:36:00.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:36:00.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:36:00.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:36:00.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:36:00.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:36:00.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:36:00.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:36:00.610 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 18:36:00.610 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:36:00.664 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 18:36:00.664 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:00.664 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:36:00.664 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:36:00.664 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:36:00.664 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:00.664 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 18:36:00.664 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:00.664 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 18:36:00.664 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 18:36:00.667 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 18:36:00.667 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 18:36:00.668 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 18:36:00.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 18:36:10.736 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 18:36:10.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 18:36:10.737 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 18:36:10.741 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:10.742 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=DROP TABLE TEST IF EXISTS; TooltipText=null 18:36:10.742 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 18:36:10.743 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 18:36:10.866 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 18:36:10.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:10.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:10.896 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 18:36:10.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:10.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:10.916 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:36:10.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:36:10.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:36:10.944 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:36:10.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E') 18:36:10.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:10.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:10.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:10.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:10.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:36:10.957 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 18:36:10.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 18:36:10.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:10.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:36:10.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:36:10.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:36:10.966 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 18:36:10.967 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 18:36:10.967 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 18:36:10.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:10.992 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 18:36:10.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:36:10.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:10.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:10.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:10.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:10.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:36:10.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:36:10.997 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 18:36:10.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:36:10.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.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)") 18:36:10.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:10.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:11.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:11.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:11.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:36:11.001 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Visible Results (Shift+Delete) 18:36:11.001 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:36:11.001 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:36:11.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children... 18:36:11.040 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:0 18:36:11.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children finished successfully 18:36:11.040 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 18:36:11.041 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 18:36:11.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 18:36:11.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:11.043 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 18:36:11.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 18:36:11.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:11.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:11.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:11.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:11.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:36:11.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:11.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:11.061 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 18:36:11.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:11.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:11.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:36:11.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:36:11.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:36:11.074 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:36:11.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 '\*?\QData Source Explorer\E') 18:36:11.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:11.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:11.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:11.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:11.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:36:11.108 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 18:36:11.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 18:36:11.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:11.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:36:11.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 18:36:11.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:36:11.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:36:11.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:36:11.176 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 18:36:11.176 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:36:11.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:11.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:11.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:11.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:11.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:36:11.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:36:11.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:36:11.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 18:36:11.179 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 18:36:11.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:36:11.180 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 18:36:11.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:36:11.180 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 18:36:11.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 18:36:11.181 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 18:36:11.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:36:11.181 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 18:36:11.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:36:11.181 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 18:36:11.182 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 18:36:11.182 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 18:36:11.182 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 18:36:11.183 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 18:36:11.203 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 18:36:11.203 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:36:11.206 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:36:11.213 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:36:11.213 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 18:36:11.214 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 18:36:11.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:36:11.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:36:11.715 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 18:36:11.728 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:36:11.728 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:36:11.767 DEBUG [main][MenuItemLookup] Found menu:'Connect' 18:36:11.767 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 18:36:11.767 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 18:36:11.767 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:11.767 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 18:36:11.767 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 18:36:11.767 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:11.767 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:36:11.767 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:36:11.768 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 18:36:11.768 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:11.768 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:36:11.768 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:11.768 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 18:36:11.768 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 18:36:11.768 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 18:36:11.768 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 18:36:11.774 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 18:36:12.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7689f2bb is found... 18:36:12.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7689f2bb is found finished successfully 18:36:12.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.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') 18:36:12.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:12.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:12.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:12.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:12.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:36:12.036 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:12.037 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 18:36:12.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 (Matcher matching widget with label: is "Type:") 18:36:12.037 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:36:12.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:36:12.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:36:12.039 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:36:12.040 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:36:12.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:12.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:12.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:12.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:12.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:36:12.055 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:") 18:36:12.055 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:36:12.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:36:12.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:36:12.056 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:36:12.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:36:12.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:12.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:12.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:12.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:12.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:36:12.069 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 18:36:12.098 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 18:36:12.098 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:36:12.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:36:12.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:36:12.119 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:36:12.119 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:36:12.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:12.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:36:12.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:36:12.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:12.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:36:12.132 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 18:36:12.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 18:36:12.136 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:36:12.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:36:12.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:36:12.151 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:36:12.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:36:12.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:12.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:12.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:12.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:12.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:36:12.169 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: CREATE TABLE test(INT ID,VARCHAR(40) NAME); 18:36:12.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:36:12.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:36:12.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:36:12.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:36:12.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:36:12.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:36:12.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:36:12.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:36:12.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:36:12.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:36:12.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:36:12.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:36:12.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:36:12.181 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 18:36:12.181 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:36:12.226 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 18:36:12.226 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:12.226 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:36:12.226 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:36:12.226 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:36:12.226 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:12.226 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 18:36:12.226 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:12.226 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 18:36:12.226 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 18:36:12.227 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 18:36:12.227 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 18:36:12.227 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 18:36:12.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 18:36:22.246 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 18:36:22.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 18:36:22.248 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 18:36:22.264 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:22.265 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=CREATE TABLE test(INT ID,VARCHAR(40) NAME); TooltipText=null 18:36:22.265 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 18:36:22.270 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 18:36:22.423 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 18:36:22.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:22.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:22.433 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 18:36:22.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:22.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:22.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:36:22.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:36:22.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:36:22.448 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:36:22.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 '\*?\QSQL Results\E') 18:36:22.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:22.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:22.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:22.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:22.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:36:22.505 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 18:36:22.505 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 18:36:22.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:22.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:36:22.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:36:22.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:36:22.512 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 18:36:22.513 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 18:36:22.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 18:36:22.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:22.515 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 18:36:22.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 18:36:22.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:22.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:22.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:22.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:22.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:36:22.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:22.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:22.556 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 18:36:22.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:22.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:22.573 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:36:22.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:36:22.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:36:22.575 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:36:22.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 '\*?\QData Source Explorer\E') 18:36:22.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:22.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:22.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:22.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:22.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:36:22.641 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 18:36:22.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 18:36:22.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:22.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:36:22.702 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:36:22.702 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:36:22.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:36:22.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:36:22.703 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 18:36:22.704 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:36:22.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:22.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:22.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:22.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:22.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:36:22.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:36:22.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:36:22.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 18:36:22.706 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 18:36:22.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:36:22.707 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 18:36:22.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:36:22.708 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 18:36:22.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 18:36:22.713 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 18:36:22.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:36:22.713 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 18:36:22.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:36:22.713 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 18:36:22.715 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 18:36:22.715 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 18:36:22.715 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 18:36:22.715 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 18:36:22.732 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 18:36:22.732 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 18:36:22.736 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 18:36:22.753 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 18:36:22.753 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 18:36:22.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 18:36:22.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:36:23.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:36:23.256 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 18:36:23.257 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:36:23.257 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:36:23.311 DEBUG [main][MenuItemLookup] Found menu:'Connect' 18:36:23.311 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 18:36:23.311 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 18:36:23.311 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:23.311 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 18:36:23.311 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 18:36:23.311 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:23.311 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 18:36:23.311 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:36:23.311 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 18:36:23.311 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:23.311 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:36:23.311 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:23.311 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 18:36:23.311 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 18:36:23.311 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 18:36:23.311 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 18:36:23.312 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 18:36:23.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4693bb55 is found... 18:36:23.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4693bb55 is found finished successfully 18:36:23.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.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') 18:36:23.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:23.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:23.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:23.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:23.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:36:23.559 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:23.559 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 18:36:23.559 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:") 18:36:23.559 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:36:23.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:36:23.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:36:23.561 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:36:23.561 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:36:23.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:23.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:23.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:23.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:23.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:36:23.576 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:") 18:36:23.576 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:36:23.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:36:23.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:36:23.577 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:36:23.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:36:23.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:23.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:23.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:23.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:23.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:36:23.593 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 18:36:23.623 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 18:36:23.623 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:36:23.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:36:23.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:36:23.656 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:36:23.657 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:36:23.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:23.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:36:23.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:36:23.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:23.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 18:36:23.659 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 18:36:23.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 18:36:23.670 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:36:23.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:36:23.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:36:23.691 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 18:36:23.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:36:23.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:23.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:23.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:23.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:23.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 18:36:23.703 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: DROP TABLE TEST IF EXISTS; 18:36:23.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:36:23.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:36:23.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 18:36:23.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:36:23.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:36:23.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:36:23.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:36:23.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:36:23.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:36:23.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:36:23.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:36:23.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:36:23.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:36:23.709 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 18:36:23.709 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:36:23.754 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 18:36:23.754 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:23.754 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 18:36:23.754 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:36:23.754 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:36:23.754 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:23.754 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 18:36:23.754 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:23.754 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 18:36:23.754 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 18:36:23.754 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 18:36:23.754 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 18:36:23.755 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 18:36:23.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 18:36:33.776 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 18:36:33.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 18:36:33.783 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 18:36:33.796 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:33.796 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=DROP TABLE TEST IF EXISTS; TooltipText=null 18:36:33.797 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 18:36:33.797 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 18:36:33.929 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 18:36:33.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:33.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:33.966 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 18:36:33.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:33.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:33.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:36:33.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:36:33.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:36:33.984 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:36:33.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 '\*?\QSQL Results\E') 18:36:33.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:33.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:34.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:34.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:34.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:36:34.019 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 18:36:34.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 18:36:34.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:34.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:36:34.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:36:34.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:36:34.026 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 18:36:34.049 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 18:36:34.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 18:36:34.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:34.051 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 18:36:34.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 18:36:34.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:34.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:34.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:34.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:34.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:36:34.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:36:34.057 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:2 18:36:34.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:36:34.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Visible Results (Shift+Delete)") 18:36:34.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:34.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:34.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:34.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:34.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:36:34.069 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Visible Results (Shift+Delete) 18:36:34.070 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:36:34.070 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:36:34.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children... 18:36:34.109 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:0 18:36:34.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children finished successfully 18:36:34.110 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 18:36:34.110 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 18:36:34.110 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 18:36:34.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:34.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 18:36:34.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 18:36:34.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:34.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:34.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:34.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:34.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:36:34.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 18:36:44.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 18:36:44.121 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 18:36:44.121 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:36:44.121 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:36:44.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:36:44.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:36:44.128 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSQLResultViewFail no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) 18:36:44.128 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 18:36:44.128 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:36:44.128 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:36:44.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:36:44.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 95.736 s - in org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest testSQLResultViewSuccess no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) Time elapsed: 45.682 s testSQLResultViewFail no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) Time elapsed: 44.708 s Running org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 18:36:44.145 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 18:36:44.147 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:36:44.147 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:36:44.148 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 18:36:44.148 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:36:44.148 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:36:44.149 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:36:44.149 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:36:44.149 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:36:44.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:44.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:44.158 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:36:44.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:44.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:44.162 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:36:44.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:36:44.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:36:44.164 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:36:44.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 '\*?\QProject Explorer\E') 18:36:44.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:44.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:44.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:44.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:44.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:36:44.199 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:36:44.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:36:44.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:44.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:36:44.252 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:36:44.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:36:44.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:44.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:36:44.254 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:36:44.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:36:44.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:44.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:36:44.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:44.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:44.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:36:44.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:44.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:36:45.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:45.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:36:45.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:36:45.259 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:36:45.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:36:45.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:45.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:36:45.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:36:45.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:45.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:45.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:45.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:45.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:36:45.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"] 18:36:45.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:36:45.272 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:36:45.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:36:45.272 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Maven Project"] 18:36:45.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:36:45.273 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:36:45.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:36:45.273 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:36:45.274 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:36:45.274 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:36:45.274 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:36:45.274 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Maven Project"] 18:36:45.275 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:36:45.275 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:36:45.275 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:36:45.275 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:36:45.275 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:36:45.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:36:45.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:36:45.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:36:45.277 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:36:45.277 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:36:45.278 DEBUG [main][MenuItemLookup] Found menu:'File' 18:36:45.279 DEBUG [main][MenuItemLookup] Item match:File 18:36:45.281 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:36:45.282 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:36:45.290 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 18:36:45.290 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 18:36:45.290 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 18:36:45.290 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 18:36:45.290 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 18:36:45.290 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 18:36:45.290 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:36:45.291 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:45.291 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 18:36:45.291 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 18:36:45.291 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 18:36:45.291 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 18:36:45.291 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 18:36:45.291 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:36:45.291 DEBUG [main][MenuItemLookup] Found menu:'File' 18:36:45.291 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:45.291 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:36:45.291 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:45.291 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:36:45.291 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:36:45.315 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:36:45.315 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:36:45.315 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:36:45.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:36:45.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:36:45.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:36:45.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:36:45.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:36:45.552 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:36:45.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:36:45.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:36:45.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:45.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:45.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:45.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:45.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:36:45.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:36:45.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:36:45.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 18:36:45.567 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:36:45.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:36:45.605 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:36:45.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:36:45.606 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:36:45.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 18:36:45.606 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 18:36:45.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:36:45.607 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 18:36:45.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:36:45.611 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 18:36:45.612 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven Project 18:36:45.612 DEBUG [main][TreeItemHandler] Selecting tree item: Maven Project 18:36:45.613 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven Project about selection 18:36:45.617 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven Project 18:36:45.617 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:36:45.617 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:36:45.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:36:45.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:45.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:45.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:45.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:45.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:36:45.622 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:36:45.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:36:45.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:36:45.623 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:36:45.623 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:36:45.992 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:36:45.992 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:36:45.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:36:45.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available.... 18:36:45.994 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 18:36:45.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Maven Project 18:36:45.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:36:45.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:36:45.997 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 18:36:45.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:36:46.002 DEBUG [WorkbenchTestable][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)") 18:36:46.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:46.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:46.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:46.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:46.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:36:46.004 INFO [WorkbenchTestable][CheckBox] Select checkbox Create a &simple project (skip archetype selection) 18:36:46.005 INFO [WorkbenchTestable][CheckBox] Check checkbox Create a &simple project (skip archetype selection) 18:36:46.005 INFO [WorkbenchTestable][AbstractButton] Click button Create a &simple project (skip archetype selection) 18:36:46.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:36:46.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:36:46.005 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:36:46.005 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:36:46.006 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 18:36:46.006 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 18:36:46.007 DEBUG [WorkbenchTestable][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) 18:36:46.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:46.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:46.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:46.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:46.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:36:46.031 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:36:46.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:36:46.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:36:46.032 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:36:46.032 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:36:46.118 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:") 18:36:46.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:46.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:46.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:46.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:46.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:36:46.134 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:mavenProjectTest 18:36:46.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Artifact Id:") 18:36:46.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:46.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:46.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:46.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:46.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 18:36:46.193 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:mavenProjectTest 18:36:46.216 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 18:36:46.217 INFO [WorkbenchTestable][MavenProjectWizard] Finish wizard 18:36:46.217 DEBUG [WorkbenchTestable][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) 18:36:46.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:46.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:46.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:46.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:46.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:36:46.225 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:36:46.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:36:46.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:36:46.226 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:36:46.227 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:36:46.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:36:46.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:36:46.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:36:46.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating project "mavenProjectTest"' has no excuses, wait for it 18:36:47.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating project "mavenProjectTest"' has no excuses, wait for it 18:36:47.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating project "mavenProjectTest"' has no excuses, wait for it 18:36:48.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating project "mavenProjectTest"' has no excuses, wait for it 18:36:48.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 18:36:49.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:36:49.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:36:49.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:36:49.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:36:49.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:36:49.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:36:49.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:36:49.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:36:49.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:36:49.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:36:49.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:36:49.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:36:49.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:36:49.242 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:36:49.242 INFO [WorkbenchTestable][RequirementsRunner] Started test: updateMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest) 18:36:49.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 18:36:49.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:36:49.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:36:49.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:36:49.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:49.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:49.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:36:49.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:36:49.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:36:49.250 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:36:49.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 '\*?\QProject Explorer\E') 18:36:49.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:49.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:49.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:49.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:49.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:36:49.254 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:36:49.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:36:49.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:49.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:36:49.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:36:49.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:36:49.261 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:36:49.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:36:49.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:49.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:36:49.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:49.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:49.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:36:49.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:49.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:36:50.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:50.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:36:50.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:36:50.267 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:36:50.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:36:50.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:50.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:36:50.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 18:36:50.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:50.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:50.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:50.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:50.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:36:50.272 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name mavenProjectTest 18:36:50.275 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item mavenProjectTest 18:36:50.275 DEBUG [main][TreeItemHandler] Selecting tree item: mavenProjectTest 18:36:50.276 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item mavenProjectTest about selection 18:36:50.298 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: mavenProjectTest 18:36:50.352 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:36:50.352 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'New' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'Run As' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'Team' 18:36:50.427 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 18:36:50.428 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 18:36:50.428 DEBUG [main][MenuItemLookup] Found menu:'Maven' 18:36:50.428 DEBUG [main][MenuItemLookup] Item match:Maven 18:36:50.433 DEBUG [main][MenuItemLookup] Found menu:'Add Dependency' 18:36:50.434 DEBUG [main][MenuItemLookup] Found menu:'Add Plugin' 18:36:50.434 DEBUG [main][MenuItemLookup] Found menu:'New Maven Module Project' 18:36:50.434 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:50.434 DEBUG [main][MenuItemLookup] Found menu:'Download Javadoc' 18:36:50.434 DEBUG [main][MenuItemLookup] Found menu:'Download Sources' 18:36:50.434 DEBUG [main][MenuItemLookup] Found menu:'Update Project... Alt+F5' 18:36:50.434 DEBUG [main][MenuItemLookup] Item match:Update Project... Alt+F5 18:36:50.436 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Update Project... Alt+F5" 18:36:50.436 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Update Project... Alt+F5 18:36:50.436 INFO [main][MenuItemHandler] Select menu item: &Update Project... Alt+F5 18:36:50.605 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.... 18:36:50.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:36:50.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:36:50.607 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 18:36:50.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Update Maven Project 18:36:50.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:36:50.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:36:50.638 DEBUG [WorkbenchTestable][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") 18:36:50.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:50.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:50.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:50.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:50.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:36:50.665 INFO [WorkbenchTestable][CheckBox] Select checkbox Clean projects 18:36:50.665 DEBUG [WorkbenchTestable][CheckBox] Checkbox Clean projects already selected, no action performed 18:36:50.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.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) 18:36:50.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:50.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:50.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:50.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:50.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:36:50.670 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:36:50.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:36:50.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:36:50.670 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:36:50.670 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:36:50.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Update Maven Project"] is available.... 18:36:50.824 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 18:36:50.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:36:50.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing projects' has no excuses, wait for it 18:36:51.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing projects' has no excuses, wait for it 18:36:51.824 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 18:36:51.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:36:51.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:36:51.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:36:51.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:36:51.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:36:51.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:36:51.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:36:51.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:36:51.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:36:51.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:36:51.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:36:51.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:36:51.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:36:51.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:36:51.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:36:51.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:36:51.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:36:51.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 18:36:51.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:36:51.825 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:36:51.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:36:51.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:36:51.833 INFO [WorkbenchTestable][RequirementsRunner] Finished test: updateMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest) 18:36:51.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:51.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:51.841 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 18:36:51.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:51.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:51.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:36:51.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:36:51.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:36:51.847 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:36:51.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 18:36:51.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:51.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:51.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:51.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:51.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:36:51.918 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:36:51.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:36:51.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:51.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:36:51.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:36:51.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:36:51.926 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:36:51.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:36:51.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:51.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:36:51.929 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:36:51.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:36:51.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:51.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:36:51.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:51.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:51.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:36:52.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:52.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:36:52.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:52.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:36:52.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:36:52.937 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:36:52.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:36:52.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:52.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:36:52.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:36:52.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:52.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:52.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:52.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:52.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:36:52.944 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name mavenProjectTest 18:36:52.945 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:36:52.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:36:52.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:52.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:36:52.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:52.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:52.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:36:53.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:53.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:36:53.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:53.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:36:53.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:36:53.956 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:36:53.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:36:53.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:53.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:36:53.961 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:36:53.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:53.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:53.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:53.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:53.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:36:53.963 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name mavenProjectTest 18:36:53.964 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 18:36:53.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 18:36:53.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:53.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:36:53.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 18:36:53.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:53.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:53.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:53.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:53.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:36:53.993 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 18:36:53.993 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 18:36:53.993 DEBUG [main][TreeItemHandler] Set Tree selection 18:36:53.997 DEBUG [main][TreeHandler] Notify Tree about selection event 18:36:54.011 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 18:36:54.022 DEBUG [WorkbenchTestable][TreeItemHandler] mavenProjectTest 18:36:54.022 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:36:54.022 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:36:54.192 DEBUG [main][MenuItemLookup] Found menu:'New' 18:36:54.192 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:36:54.192 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:54.192 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:36:54.192 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:54.192 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:36:54.192 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:36:54.192 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:36:54.192 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:36:54.192 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:36:54.192 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:36:54.192 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:36:54.192 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:54.192 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:36:54.192 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:36:54.192 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:54.192 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:36:54.192 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:36:54.192 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:36:54.193 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:36:54.196 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:36:54.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:36:54.197 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 18:36:54.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 18:36:54.697 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 18:36:54.697 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:36:54.697 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:36:54.697 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:36:54.697 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:36:54.697 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:36:54.697 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:36:54.697 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:36:54.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:36:54.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:36:54.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:36:54.698 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:36:54.698 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:36:54.863 DEBUG [main][MenuItemLookup] Found menu:'New' 18:36:54.863 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:36:54.863 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:54.863 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:36:54.863 DEBUG [main][MenuItemLookup] Found menu:'' 18:36:54.863 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:36:54.863 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:36:54.863 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:36:54.863 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:36:54.863 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:36:54.863 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:36:54.863 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:36:54.864 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:36:55.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 18:36:55.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 18:36:55.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:36:55.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:36:55.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:36:55.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:36:55.801 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:36:55.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:36:55.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:36:55.803 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:36:55.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:36:55.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:55.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:55.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:55.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:55.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:36:55.807 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:36:55.807 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:36:55.808 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:36:55.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:36:55.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:36:55.809 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:36:55.809 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:36:55.809 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:36:55.809 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:36:55.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:36:55.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:36:55.810 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:36:55.810 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:36:55.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:55.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:55.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:55.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:55.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:36:55.826 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:36:55.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:36:55.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:36:55.826 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:36:55.826 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:36:55.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:36:55.933 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:36:56.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:36:56.434 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:36:56.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:36:56.434 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 18:36:56.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:36:56.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:36:56.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:36:56.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 18:36:56.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 18:36:56.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:36:56.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:36:56.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:36:56.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:36:56.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:36:56.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:36:56.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:36:56.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:36:56.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:36:56.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:36:56.435 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 18:36:56.435 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:36:56.435 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:36:56.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:36:56.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.294 s - in org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest updateMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest) Time elapsed: 2.591 s Running org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 18:36:56.447 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 18:36:56.448 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:36:56.448 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:36:56.448 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 18:36:56.449 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:36:56.449 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:36:56.449 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:36:56.450 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:36:56.450 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:36:56.450 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:36:56.450 INFO [WorkbenchTestable][RequirementsRunner] Started test: testBrowserEditor no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) 18:36:56.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 18:36:56.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:36:56.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:36:56.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:36:56.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7580de49 is found... 18:36:56.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7580de49 is found finished successfully 18:36:56.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qbrowser\E') 18:36:56.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:56.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:57.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:57.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:57.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:36:57.008 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:36:57.010 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 18:36:57.010 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 18:36:57.010 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:36:57.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:36:57.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:36:57.011 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 18:36:57.011 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:36:57.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:36:57.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:36:57.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:36:57.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:36:57.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 18:36:57.015 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.w3.org/' 18:36:57.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:36:57.015 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:36:57.516 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:36:57.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:36:57.516 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 18:37:07.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:37:07.517 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:07.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:37:07.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:37:07.517 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:07.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:37:07.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:37:07.518 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:07.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:37:07.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:37:07.519 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:07.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:37:07.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:37:07.520 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:07.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:37:07.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:37:07.520 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:07.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:37:07.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:37:07.521 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:07.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:37:07.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:37:07.522 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:07.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:37:07.527 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:37:07.529 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

For Wide Review: WCAG 2.2

11 August 2020 | Archive

The Accessibility Guidelines Working Group (AG WG) has published a Working Draft of Web Content Accessibility Guidelines (WCAG) 2.2 for wide review. This version has 9 new accessibility requirements (“success criteria”) since WCAG 2.1. The new success criteria address user needs of people with cognitive or learning disabilities, users of mobile devices, and users of ebooks. We want to hear from users, authors, tool developers, policy makers, and others about benefits from the new proposed success criteria, as well as how achievable you feel it is to conform to the new success criteria. Additional information is in the blog post Web Content Accessibility Guidelines (WCAG) 2.2 Draft for Review. Please submit comments by 18 September 2020.

W3C receives donation of Oculus Go Headsets to further work on immersive captions

26 August 2020 | Archive

Oculus Facebook logo Thank you to Facebook for the donation of Oculus Go Headsets to advance the work of the Immersive Captions Community Group, which is exploring accessible augmentative and virtual reality.

This W3C Community Group launched in the Fall of 2019 with a mission to identify, research, and where appropriate recommend best practices for captions in Immersive Media (Games & XR). It appreciates the opportunity to use Oculus Go Headsets as a platform for researching access, activation, and display settings for captions, to help ensure communication accessibility in augmentative and virtual reality.

Updated Candidate Recommendation: WebRTC 1.0: Real-time Communication Between Browsers

25 August 2020 | Archive

The Web Real-Time Communications Working Group invites implementation of an updated Candidate Recommendation of WebRTC 1.0: Real-time Communication Between Browsers. This document defines a set of ECMAScript APIs in WebIDL to allow media to be sent to and received from another browser or device implementing the appropriate set of real-time protocols. This specification is being developed in conjunction with a protocol specification developed by the IETF RTCWEB group and an API specification to get access to local media devices. Comments are welcome by 24 September 2020.

W3C Invites Implementations of CSS Grid Layout Module Level 1 and Level 2

18 August 2020 | Archive

The CSS Working Group has published a Candidate Recommendation of CSS Grid Layout Module Level 2 and an updated Candidate Recommendation of CSS Grid Layout Module Level 1. This CSS module defines a two-dimensional grid-based layout system, optimized for user interface design. In the grid layout model, the children of a grid container can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid. Level 2 expands Grid by adding “subgrid” capabilities for nested grids to participate in the sizing of their parent grids. Comments are welcome by 18 October 2020.

TTML Profiles for Internet Media Subtitles and Captions 1.2 is a W3C Recommendation

4 August 2020 | Archive

The Timed Text Working Group has published TTML Profiles for Internet Media Subtitles and Captions 1.2 as a W3C Recommendation. IMSC 1.2 is the latest version of the IMSC standard, which defines profiles of the Timed Text Markup Language for worldwide subtitling and captioning interchange. IMSC is used in applications such as CMAF, DASH, IMF, ATSC, DVB, etc. and is designed to work with SMPTE-TT, EBU-TT-D and other regional practices. IMSC 1.2 adds support for downloadable font resources. This feature is intended to improve fidelity by providing clients the exact font used during authoring and allow images to be added to inline text content – while providing graceful fallback. IMSC 1.2 is otherwise primarily a maintenance release that fixes outstanding bugs and generally improves specification text.

Working Group Note: Web App Manifest — Application Information

30 July 2020 | Archive

The Web Applications Working Group has published a First Public Working Group Note of Web App Manifest – Application Information. This document is a registry of supplementary members for the Web App Manifest specification that provide additional metadata to an application manifest. This metadata can be used in a digital storefront or other surfaces where this web application may be marketed or distributed, or to enhance an installation dialog when installing a web application.

Updated W3C Code of Ethics and Professional Conduct (CEPC)

17 July 2020 | Archive

W3C today adopted a new Code of Ethics and Professional Conduct (CEPC), developed by the Positive Work Environment Community Group. W3C’s Code of Ethics and Professional Conduct defines accepted and acceptable behaviors and promotes high standards of professional practice. The goals of this code are to:

  • Define acceptable and expected standards of behavior.
  • Provide a benchmark.
  • Ensure transparency in community and group management.
  • Ensure an environment where people can participate without fear of harassment.
  • Contribute to the identity of the organization.

This document supersedes the 2015 CEPC. Education and training materials are available from the Positive Work Environment public homepage.

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

Altova GmbH logo

Altova GmbH

Altova accelerates development and integration projects with software solutions that enhance productivity and maximize results. Altova is an active member of the W3C and is committed to delivering standards-based platform-independent development solutions that are powerful, affordable, and easy to use.

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 18:37:07.530 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 18:37:07.530 DEBUG [WorkbenchTestable][EditorHandler] Closing editor browser 18:37:07.604 DEBUG [WorkbenchTestable][EditorHandler] Editor browser is closed 18:37:07.604 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 18:37:07.604 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:37:07.604 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:37:07.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:37:07.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:37:07.606 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testBrowserEditor no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) 18:37:07.606 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:37:07.606 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWebBrowserView no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) 18:37:07.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 18:37:07.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:37:07.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:37:07.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:37:07.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:07.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:37:07.624 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInternal Web Browser\E'' view via menu. 18:37:07.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:37:07.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:37:07.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:37:07.647 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:37:07.647 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:37:07.648 DEBUG [main][MenuItemLookup] Found menu:'File' 18:37:07.650 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:37:07.650 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:37:07.650 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:37:07.650 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:37:07.650 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:37:07.650 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:37:07.650 DEBUG [main][MenuItemLookup] Item match:Window 18:37:07.651 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:37:07.651 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:37:07.651 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:37:07.651 DEBUG [main][MenuItemLookup] Found menu:'' 18:37:07.651 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:37:07.651 DEBUG [main][MenuItemLookup] Item match:Show View 18:37:07.662 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 18:37:07.662 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:37:07.662 DEBUG [main][MenuItemLookup] Found menu:'Data Source Explorer' 18:37:07.662 DEBUG [main][MenuItemLookup] Found menu:'Markers' 18:37:07.662 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:37:07.662 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:37:07.662 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:37:07.662 DEBUG [main][MenuItemLookup] Found menu:'Properties' 18:37:07.662 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:37:07.662 DEBUG [main][MenuItemLookup] Found menu:'Servers' 18:37:07.662 DEBUG [main][MenuItemLookup] Found menu:'Snippets' 18:37:07.662 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:37:07.662 DEBUG [main][MenuItemLookup] Found menu:'' 18:37:07.662 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:37:07.662 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:37:07.663 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:37:07.663 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:37:07.663 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:37:07.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:37:08.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:37:08.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:37:08.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:37:08.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:37:08.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 18:37:08.098 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:37:08.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:37:08.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:37:08.099 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:37:08.099 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:37:08.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:08.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:08.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:08.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:08.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:37:08.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:37:08.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:37:08.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 18:37:08.117 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:37:08.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:37:08.118 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:37:08.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:37:08.118 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:37:08.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 18:37:08.119 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 18:37:08.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:37:08.120 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 18:37:08.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:37:08.120 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 18:37:08.122 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Internal Web Browser 18:37:08.122 DEBUG [main][TreeItemHandler] Selecting tree item: Internal Web Browser 18:37:08.201 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Internal Web Browser about selection 18:37:08.202 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Internal Web Browser 18:37:08.202 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:37:08.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:37:08.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:37:08.210 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:37:08.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:37:08.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:08.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:08.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:37:08.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:37:08.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:37:08.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:37:08.392 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:37:08.392 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:37:08.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:08.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:08.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:08.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:08.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:37:08.398 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:37:08.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:37:08.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:37:08.398 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:37:08.398 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:37:08.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:37:08.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:37:08.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open... 18:37:08.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:08.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:08.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open finished successfully 18:37:08.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:08.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:08.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:37:08.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:37:08.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:37:08.992 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:37:08.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 '\*?\QInternal Web Browser\E') 18:37:08.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:08.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:09.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:09.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:09.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:37:09.032 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 18:37:09.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 18:37:09.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:37:09.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:37:09.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:37:09.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:37:09.099 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 18:37:09.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:09.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:09.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:09.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:09.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 18:37:09.105 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 18:37:09.105 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 18:37:09.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:37:09.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 18:37:09.108 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.w3.org/' 18:37:09.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:37:09.108 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:09.112 DEBUG [main][BrowserProgressListener] Calling chanded() 18:37:09.204 DEBUG [main][BrowserProgressListener] Calling chanded() 18:37:09.437 DEBUG [main][BrowserProgressListener] Calling chanded() 18:37:09.446 DEBUG [main][BrowserProgressListener] Calling chanded() 18:37:09.608 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:09.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:37:09.609 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 18:37:19.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:37:19.609 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:19.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:37:19.610 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 18:37:19.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 18:37:19.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:37:19.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

For Wide Review: WCAG 2.2

11 August 2020 | Archive

The Accessibility Guidelines Working Group (AG WG) has published a Working Draft of Web Content Accessibility Guidelines (WCAG) 2.2 for wide review. This version has 9 new accessibility requirements (“success criteria”) since WCAG 2.1. The new success criteria address user needs of people with cognitive or learning disabilities, users of mobile devices, and users of ebooks. We want to hear from users, authors, tool developers, policy makers, and others about benefits from the new proposed success criteria, as well as how achievable you feel it is to conform to the new success criteria. Additional information is in the blog post Web Content Accessibility Guidelines (WCAG) 2.2 Draft for Review. Please submit comments by 18 September 2020.

W3C receives donation of Oculus Go Headsets to further work on immersive captions

26 August 2020 | Archive

Oculus Facebook logo Thank you to Facebook for the donation of Oculus Go Headsets to advance the work of the Immersive Captions Community Group, which is exploring accessible augmentative and virtual reality.

This W3C Community Group launched in the Fall of 2019 with a mission to identify, research, and where appropriate recommend best practices for captions in Immersive Media (Games & XR). It appreciates the opportunity to use Oculus Go Headsets as a platform for researching access, activation, and display settings for captions, to help ensure communication accessibility in augmentative and virtual reality.

Updated Candidate Recommendation: WebRTC 1.0: Real-time Communication Between Browsers

25 August 2020 | Archive

The Web Real-Time Communications Working Group invites implementation of an updated Candidate Recommendation of WebRTC 1.0: Real-time Communication Between Browsers. This document defines a set of ECMAScript APIs in WebIDL to allow media to be sent to and received from another browser or device implementing the appropriate set of real-time protocols. This specification is being developed in conjunction with a protocol specification developed by the IETF RTCWEB group and an API specification to get access to local media devices. Comments are welcome by 24 September 2020.

W3C Invites Implementations of CSS Grid Layout Module Level 1 and Level 2

18 August 2020 | Archive

The CSS Working Group has published a Candidate Recommendation of CSS Grid Layout Module Level 2 and an updated Candidate Recommendation of CSS Grid Layout Module Level 1. This CSS module defines a two-dimensional grid-based layout system, optimized for user interface design. In the grid layout model, the children of a grid container can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid. Level 2 expands Grid by adding “subgrid” capabilities for nested grids to participate in the sizing of their parent grids. Comments are welcome by 18 October 2020.

TTML Profiles for Internet Media Subtitles and Captions 1.2 is a W3C Recommendation

4 August 2020 | Archive

The Timed Text Working Group has published TTML Profiles for Internet Media Subtitles and Captions 1.2 as a W3C Recommendation. IMSC 1.2 is the latest version of the IMSC standard, which defines profiles of the Timed Text Markup Language for worldwide subtitling and captioning interchange. IMSC is used in applications such as CMAF, DASH, IMF, ATSC, DVB, etc. and is designed to work with SMPTE-TT, EBU-TT-D and other regional practices. IMSC 1.2 adds support for downloadable font resources. This feature is intended to improve fidelity by providing clients the exact font used during authoring and allow images to be added to inline text content – while providing graceful fallback. IMSC 1.2 is otherwise primarily a maintenance release that fixes outstanding bugs and generally improves specification text.

Working Group Note: Web App Manifest — Application Information

30 July 2020 | Archive

The Web Applications Working Group has published a First Public Working Group Note of Web App Manifest – Application Information. This document is a registry of supplementary members for the Web App Manifest specification that provide additional metadata to an application manifest. This metadata can be used in a digital storefront or other surfaces where this web application may be marketed or distributed, or to enhance an installation dialog when installing a web application.

Updated W3C Code of Ethics and Professional Conduct (CEPC)

17 July 2020 | Archive

W3C today adopted a new Code of Ethics and Professional Conduct (CEPC), developed by the Positive Work Environment Community Group. W3C’s Code of Ethics and Professional Conduct defines accepted and acceptable behaviors and promotes high standards of professional practice. The goals of this code are to:

  • Define acceptable and expected standards of behavior.
  • Provide a benchmark.
  • Ensure transparency in community and group management.
  • Ensure an environment where people can participate without fear of harassment.
  • Contribute to the identity of the organization.

This document supersedes the 2015 CEPC. Education and training materials are available from the Positive Work Environment public homepage.

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

EDRLab logo

EDRLab

EDRLab is a non-profit organization focused on the deployment of open, interoperable and accessible digital publishing technologies in Europe. EDRLab takes part in Publishing@w3c on a future EPUB 4 standard, at the confluence of publishing and web needs.

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

News

For Wide Review: WCAG 2.2

11 August 2020 | Archive

The Accessibility Guidelines Working Group (AG WG) has published a Working Draft of Web Content Accessibility Guidelines (WCAG) 2.2 for wide review. This version has 9 new accessibility requirements (“success criteria”) since WCAG 2.1. The new success criteria address user needs of people with cognitive or learning disabilities, users of mobile devices, and users of ebooks. We want to hear from users, authors, tool developers, policy makers, and others about benefits from the new proposed success criteria, as well as how achievable you feel it is to conform to the new success criteria. Additional information is in the blog post Web Content Accessibility Guidelines (WCAG) 2.2 Draft for Review. Please submit comments by 18 September 2020.

W3C receives donation of Oculus Go Headsets to further work on immersive captions

26 August 2020 | Archive

Oculus Facebook logo Thank you to Facebook for the donation of Oculus Go Headsets to advance the work of the Immersive Captions Community Group, which is exploring accessible augmentative and virtual reality.

This W3C Community Group launched in the Fall of 2019 with a mission to identify, research, and where appropriate recommend best practices for captions in Immersive Media (Games & XR). It appreciates the opportunity to use Oculus Go Headsets as a platform for researching access, activation, and display settings for captions, to help ensure communication accessibility in augmentative and virtual reality.

Updated Candidate Recommendation: WebRTC 1.0: Real-time Communication Between Browsers

25 August 2020 | Archive

The Web Real-Time Communications Working Group invites implementation of an updated Candidate Recommendation of WebRTC 1.0: Real-time Communication Between Browsers. This document defines a set of ECMAScript APIs in WebIDL to allow media to be sent to and received from another browser or device implementing the appropriate set of real-time protocols. This specification is being developed in conjunction with a protocol specification developed by the IETF RTCWEB group and an API specification to get access to local media devices. Comments are welcome by 24 September 2020.

W3C Invites Implementations of CSS Grid Layout Module Level 1 and Level 2

18 August 2020 | Archive

The CSS Working Group has published a Candidate Recommendation of CSS Grid Layout Module Level 2 and an updated Candidate Recommendation of CSS Grid Layout Module Level 1. This CSS module defines a two-dimensional grid-based layout system, optimized for user interface design. In the grid layout model, the children of a grid container can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid. Level 2 expands Grid by adding “subgrid” capabilities for nested grids to participate in the sizing of their parent grids. Comments are welcome by 18 October 2020.

TTML Profiles for Internet Media Subtitles and Captions 1.2 is a W3C Recommendation

4 August 2020 | Archive

The Timed Text Working Group has published TTML Profiles for Internet Media Subtitles and Captions 1.2 as a W3C Recommendation. IMSC 1.2 is the latest version of the IMSC standard, which defines profiles of the Timed Text Markup Language for worldwide subtitling and captioning interchange. IMSC is used in applications such as CMAF, DASH, IMF, ATSC, DVB, etc. and is designed to work with SMPTE-TT, EBU-TT-D and other regional practices. IMSC 1.2 adds support for downloadable font resources. This feature is intended to improve fidelity by providing clients the exact font used during authoring and allow images to be added to inline text content – while providing graceful fallback. IMSC 1.2 is otherwise primarily a maintenance release that fixes outstanding bugs and generally improves specification text.

Working Group Note: Web App Manifest — Application Information

30 July 2020 | Archive

The Web Applications Working Group has published a First Public Working Group Note of Web App Manifest – Application Information. This document is a registry of supplementary members for the Web App Manifest specification that provide additional metadata to an application manifest. This metadata can be used in a digital storefront or other surfaces where this web application may be marketed or distributed, or to enhance an installation dialog when installing a web application.

Updated W3C Code of Ethics and Professional Conduct (CEPC)

17 July 2020 | Archive

W3C today adopted a new Code of Ethics and Professional Conduct (CEPC), developed by the Positive Work Environment Community Group. W3C’s Code of Ethics and Professional Conduct defines accepted and acceptable behaviors and promotes high standards of professional practice. The goals of this code are to:

  • Define acceptable and expected standards of behavior.
  • Provide a benchmark.
  • Ensure transparency in community and group management.
  • Ensure an environment where people can participate without fear of harassment.
  • Contribute to the identity of the organization.

This document supersedes the 2015 CEPC. Education and training materials are available from the Positive Work Environment public homepage.

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

EDRLab logo

EDRLab

EDRLab is a non-profit organization focused on the deployment of open, interoperable and accessible digital publishing technologies in Europe. EDRLab takes part in Publishing@w3c on a future EPUB 4 standard, at the confluence of publishing and web needs.

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

News

For Wide Review: WCAG 2.2

11 August 2020 | Archive

The Accessibility Guidelines Working Group (AG WG) has published a Working Draft of Web Content Accessibility Guidelines (WCAG) 2.2 for wide review. This version has 9 new accessibility requirements (“success criteria”) since WCAG 2.1. The new success criteria address user needs of people with cognitive or learning disabilities, users of mobile devices, and users of ebooks. We want to hear from users, authors, tool developers, policy makers, and others about benefits from the new proposed success criteria, as well as how achievable you feel it is to conform to the new success criteria. Additional information is in the blog post Web Content Accessibility Guidelines (WCAG) 2.2 Draft for Review. Please submit comments by 18 September 2020.

W3C receives donation of Oculus Go Headsets to further work on immersive captions

26 August 2020 | Archive

Oculus Facebook logo Thank you to Facebook for the donation of Oculus Go Headsets to advance the work of the Immersive Captions Community Group, which is exploring accessible augmentative and virtual reality.

This W3C Community Group launched in the Fall of 2019 with a mission to identify, research, and where appropriate recommend best practices for captions in Immersive Media (Games & XR). It appreciates the opportunity to use Oculus Go Headsets as a platform for researching access, activation, and display settings for captions, to help ensure communication accessibility in augmentative and virtual reality.

Updated Candidate Recommendation: WebRTC 1.0: Real-time Communication Between Browsers

25 August 2020 | Archive

The Web Real-Time Communications Working Group invites implementation of an updated Candidate Recommendation of WebRTC 1.0: Real-time Communication Between Browsers. This document defines a set of ECMAScript APIs in WebIDL to allow media to be sent to and received from another browser or device implementing the appropriate set of real-time protocols. This specification is being developed in conjunction with a protocol specification developed by the IETF RTCWEB group and an API specification to get access to local media devices. Comments are welcome by 24 September 2020.

W3C Invites Implementations of CSS Grid Layout Module Level 1 and Level 2

18 August 2020 | Archive

The CSS Working Group has published a Candidate Recommendation of CSS Grid Layout Module Level 2 and an updated Candidate Recommendation of CSS Grid Layout Module Level 1. This CSS module defines a two-dimensional grid-based layout system, optimized for user interface design. In the grid layout model, the children of a grid container can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid. Level 2 expands Grid by adding “subgrid” capabilities for nested grids to participate in the sizing of their parent grids. Comments are welcome by 18 October 2020.

TTML Profiles for Internet Media Subtitles and Captions 1.2 is a W3C Recommendation

4 August 2020 | Archive

The Timed Text Working Group has published TTML Profiles for Internet Media Subtitles and Captions 1.2 as a W3C Recommendation. IMSC 1.2 is the latest version of the IMSC standard, which defines profiles of the Timed Text Markup Language for worldwide subtitling and captioning interchange. IMSC is used in applications such as CMAF, DASH, IMF, ATSC, DVB, etc. and is designed to work with SMPTE-TT, EBU-TT-D and other regional practices. IMSC 1.2 adds support for downloadable font resources. This feature is intended to improve fidelity by providing clients the exact font used during authoring and allow images to be added to inline text content – while providing graceful fallback. IMSC 1.2 is otherwise primarily a maintenance release that fixes outstanding bugs and generally improves specification text.

Working Group Note: Web App Manifest — Application Information

30 July 2020 | Archive

The Web Applications Working Group has published a First Public Working Group Note of Web App Manifest – Application Information. This document is a registry of supplementary members for the Web App Manifest specification that provide additional metadata to an application manifest. This metadata can be used in a digital storefront or other surfaces where this web application may be marketed or distributed, or to enhance an installation dialog when installing a web application.

Updated W3C Code of Ethics and Professional Conduct (CEPC)

17 July 2020 | Archive

W3C today adopted a new Code of Ethics and Professional Conduct (CEPC), developed by the Positive Work Environment Community Group. W3C’s Code of Ethics and Professional Conduct defines accepted and acceptable behaviors and promotes high standards of professional practice. The goals of this code are to:

  • Define acceptable and expected standards of behavior.
  • Provide a benchmark.
  • Ensure transparency in community and group management.
  • Ensure an environment where people can participate without fear of harassment.
  • Contribute to the identity of the organization.

This document supersedes the 2015 CEPC. Education and training materials are available from the Positive Work Environment public homepage.

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

EDRLab logo

EDRLab

EDRLab is a non-profit organization focused on the deployment of open, interoperable and accessible digital publishing technologies in Europe. EDRLab takes part in Publishing@w3c on a future EPUB 4 standard, at the confluence of publishing and web needs.

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

News

For Wide Review: WCAG 2.2

11 August 2020 | Archive

The Accessibility Guidelines Working Group (AG WG) has published a Working Draft of Web Content Accessibility Guidelines (WCAG) 2.2 for wide review. This version has 9 new accessibility requirements (“success criteria”) since WCAG 2.1. The new success criteria address user needs of people with cognitive or learning disabilities, users of mobile devices, and users of ebooks. We want to hear from users, authors, tool developers, policy makers, and others about benefits from the new proposed success criteria, as well as how achievable you feel it is to conform to the new success criteria. Additional information is in the blog post Web Content Accessibility Guidelines (WCAG) 2.2 Draft for Review. Please submit comments by 18 September 2020.

W3C receives donation of Oculus Go Headsets to further work on immersive captions

26 August 2020 | Archive

Oculus Facebook logo Thank you to Facebook for the donation of Oculus Go Headsets to advance the work of the Immersive Captions Community Group, which is exploring accessible augmentative and virtual reality.

This W3C Community Group launched in the Fall of 2019 with a mission to identify, research, and where appropriate recommend best practices for captions in Immersive Media (Games & XR). It appreciates the opportunity to use Oculus Go Headsets as a platform for researching access, activation, and display settings for captions, to help ensure communication accessibility in augmentative and virtual reality.

Updated Candidate Recommendation: WebRTC 1.0: Real-time Communication Between Browsers

25 August 2020 | Archive

The Web Real-Time Communications Working Group invites implementation of an updated Candidate Recommendation of WebRTC 1.0: Real-time Communication Between Browsers. This document defines a set of ECMAScript APIs in WebIDL to allow media to be sent to and received from another browser or device implementing the appropriate set of real-time protocols. This specification is being developed in conjunction with a protocol specification developed by the IETF RTCWEB group and an API specification to get access to local media devices. Comments are welcome by 24 September 2020.

W3C Invites Implementations of CSS Grid Layout Module Level 1 and Level 2

18 August 2020 | Archive

The CSS Working Group has published a Candidate Recommendation of CSS Grid Layout Module Level 2 and an updated Candidate Recommendation of CSS Grid Layout Module Level 1. This CSS module defines a two-dimensional grid-based layout system, optimized for user interface design. In the grid layout model, the children of a grid container can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid. Level 2 expands Grid by adding “subgrid” capabilities for nested grids to participate in the sizing of their parent grids. Comments are welcome by 18 October 2020.

TTML Profiles for Internet Media Subtitles and Captions 1.2 is a W3C Recommendation

4 August 2020 | Archive

The Timed Text Working Group has published TTML Profiles for Internet Media Subtitles and Captions 1.2 as a W3C Recommendation. IMSC 1.2 is the latest version of the IMSC standard, which defines profiles of the Timed Text Markup Language for worldwide subtitling and captioning interchange. IMSC is used in applications such as CMAF, DASH, IMF, ATSC, DVB, etc. and is designed to work with SMPTE-TT, EBU-TT-D and other regional practices. IMSC 1.2 adds support for downloadable font resources. This feature is intended to improve fidelity by providing clients the exact font used during authoring and allow images to be added to inline text content – while providing graceful fallback. IMSC 1.2 is otherwise primarily a maintenance release that fixes outstanding bugs and generally improves specification text.

Working Group Note: Web App Manifest — Application Information

30 July 2020 | Archive

The Web Applications Working Group has published a First Public Working Group Note of Web App Manifest – Application Information. This document is a registry of supplementary members for the Web App Manifest specification that provide additional metadata to an application manifest. This metadata can be used in a digital storefront or other surfaces where this web application may be marketed or distributed, or to enhance an installation dialog when installing a web application.

Updated W3C Code of Ethics and Professional Conduct (CEPC)

17 July 2020 | Archive

W3C today adopted a new Code of Ethics and Professional Conduct (CEPC), developed by the Positive Work Environment Community Group. W3C’s Code of Ethics and Professional Conduct defines accepted and acceptable behaviors and promotes high standards of professional practice. The goals of this code are to:

  • Define acceptable and expected standards of behavior.
  • Provide a benchmark.
  • Ensure transparency in community and group management.
  • Ensure an environment where people can participate without fear of harassment.
  • Contribute to the identity of the organization.

This document supersedes the 2015 CEPC. Education and training materials are available from the Positive Work Environment public homepage.

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

EDRLab logo

EDRLab

EDRLab is a non-profit organization focused on the deployment of open, interoperable and accessible digital publishing technologies in Europe. EDRLab takes part in Publishing@w3c on a future EPUB 4 standard, at the confluence of publishing and web needs.

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

News

For Wide Review: WCAG 2.2

11 August 2020 | Archive

The Accessibility Guidelines Working Group (AG WG) has published a Working Draft of Web Content Accessibility Guidelines (WCAG) 2.2 for wide review. This version has 9 new accessibility requirements (“success criteria”) since WCAG 2.1. The new success criteria address user needs of people with cognitive or learning disabilities, users of mobile devices, and users of ebooks. We want to hear from users, authors, tool developers, policy makers, and others about benefits from the new proposed success criteria, as well as how achievable you feel it is to conform to the new success criteria. Additional information is in the blog post Web Content Accessibility Guidelines (WCAG) 2.2 Draft for Review. Please submit comments by 18 September 2020.

W3C receives donation of Oculus Go Headsets to further work on immersive captions

26 August 2020 | Archive

Oculus Facebook logo Thank you to Facebook for the donation of Oculus Go Headsets to advance the work of the Immersive Captions Community Group, which is exploring accessible augmentative and virtual reality.

This W3C Community Group launched in the Fall of 2019 with a mission to identify, research, and where appropriate recommend best practices for captions in Immersive Media (Games & XR). It appreciates the opportunity to use Oculus Go Headsets as a platform for researching access, activation, and display settings for captions, to help ensure communication accessibility in augmentative and virtual reality.

Updated Candidate Recommendation: WebRTC 1.0: Real-time Communication Between Browsers

25 August 2020 | Archive

The Web Real-Time Communications Working Group invites implementation of an updated Candidate Recommendation of WebRTC 1.0: Real-time Communication Between Browsers. This document defines a set of ECMAScript APIs in WebIDL to allow media to be sent to and received from another browser or device implementing the appropriate set of real-time protocols. This specification is being developed in conjunction with a protocol specification developed by the IETF RTCWEB group and an API specification to get access to local media devices. Comments are welcome by 24 September 2020.

W3C Invites Implementations of CSS Grid Layout Module Level 1 and Level 2

18 August 2020 | Archive

The CSS Working Group has published a Candidate Recommendation of CSS Grid Layout Module Level 2 and an updated Candidate Recommendation of CSS Grid Layout Module Level 1. This CSS module defines a two-dimensional grid-based layout system, optimized for user interface design. In the grid layout model, the children of a grid container can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid. Level 2 expands Grid by adding “subgrid” capabilities for nested grids to participate in the sizing of their parent grids. Comments are welcome by 18 October 2020.

TTML Profiles for Internet Media Subtitles and Captions 1.2 is a W3C Recommendation

4 August 2020 | Archive

The Timed Text Working Group has published TTML Profiles for Internet Media Subtitles and Captions 1.2 as a W3C Recommendation. IMSC 1.2 is the latest version of the IMSC standard, which defines profiles of the Timed Text Markup Language for worldwide subtitling and captioning interchange. IMSC is used in applications such as CMAF, DASH, IMF, ATSC, DVB, etc. and is designed to work with SMPTE-TT, EBU-TT-D and other regional practices. IMSC 1.2 adds support for downloadable font resources. This feature is intended to improve fidelity by providing clients the exact font used during authoring and allow images to be added to inline text content – while providing graceful fallback. IMSC 1.2 is otherwise primarily a maintenance release that fixes outstanding bugs and generally improves specification text.

Working Group Note: Web App Manifest — Application Information

30 July 2020 | Archive

The Web Applications Working Group has published a First Public Working Group Note of Web App Manifest – Application Information. This document is a registry of supplementary members for the Web App Manifest specification that provide additional metadata to an application manifest. This metadata can be used in a digital storefront or other surfaces where this web application may be marketed or distributed, or to enhance an installation dialog when installing a web application.

Updated W3C Code of Ethics and Professional Conduct (CEPC)

17 July 2020 | Archive

W3C today adopted a new Code of Ethics and Professional Conduct (CEPC), developed by the Positive Work Environment Community Group. W3C’s Code of Ethics and Professional Conduct defines accepted and acceptable behaviors and promotes high standards of professional practice. The goals of this code are to:

  • Define acceptable and expected standards of behavior.
  • Provide a benchmark.
  • Ensure transparency in community and group management.
  • Ensure an environment where people can participate without fear of harassment.
  • Contribute to the identity of the organization.

This document supersedes the 2015 CEPC. Education and training materials are available from the Positive Work Environment public homepage.

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

EDRLab logo

EDRLab

EDRLab is a non-profit organization focused on the deployment of open, interoperable and accessible digital publishing technologies in Europe. EDRLab takes part in Publishing@w3c on a future EPUB 4 standard, at the confluence of publishing and web needs.

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

News

For Wide Review: WCAG 2.2

11 August 2020 | Archive

The Accessibility Guidelines Working Group (AG WG) has published a Working Draft of Web Content Accessibility Guidelines (WCAG) 2.2 for wide review. This version has 9 new accessibility requirements (“success criteria”) since WCAG 2.1. The new success criteria address user needs of people with cognitive or learning disabilities, users of mobile devices, and users of ebooks. We want to hear from users, authors, tool developers, policy makers, and others about benefits from the new proposed success criteria, as well as how achievable you feel it is to conform to the new success criteria. Additional information is in the blog post Web Content Accessibility Guidelines (WCAG) 2.2 Draft for Review. Please submit comments by 18 September 2020.

W3C receives donation of Oculus Go Headsets to further work on immersive captions

26 August 2020 | Archive

Oculus Facebook logo Thank you to Facebook for the donation of Oculus Go Headsets to advance the work of the Immersive Captions Community Group, which is exploring accessible augmentative and virtual reality.

This W3C Community Group launched in the Fall of 2019 with a mission to identify, research, and where appropriate recommend best practices for captions in Immersive Media (Games & XR). It appreciates the opportunity to use Oculus Go Headsets as a platform for researching access, activation, and display settings for captions, to help ensure communication accessibility in augmentative and virtual reality.

Updated Candidate Recommendation: WebRTC 1.0: Real-time Communication Between Browsers

25 August 2020 | Archive

The Web Real-Time Communications Working Group invites implementation of an updated Candidate Recommendation of WebRTC 1.0: Real-time Communication Between Browsers. This document defines a set of ECMAScript APIs in WebIDL to allow media to be sent to and received from another browser or device implementing the appropriate set of real-time protocols. This specification is being developed in conjunction with a protocol specification developed by the IETF RTCWEB group and an API specification to get access to local media devices. Comments are welcome by 24 September 2020.

W3C Invites Implementations of CSS Grid Layout Module Level 1 and Level 2

18 August 2020 | Archive

The CSS Working Group has published a Candidate Recommendation of CSS Grid Layout Module Level 2 and an updated Candidate Recommendation of CSS Grid Layout Module Level 1. This CSS module defines a two-dimensional grid-based layout system, optimized for user interface design. In the grid layout model, the children of a grid container can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid. Level 2 expands Grid by adding “subgrid” capabilities for nested grids to participate in the sizing of their parent grids. Comments are welcome by 18 October 2020.

TTML Profiles for Internet Media Subtitles and Captions 1.2 is a W3C Recommendation

4 August 2020 | Archive

The Timed Text Working Group has published TTML Profiles for Internet Media Subtitles and Captions 1.2 as a W3C Recommendation. IMSC 1.2 is the latest version of the IMSC standard, which defines profiles of the Timed Text Markup Language for worldwide subtitling and captioning interchange. IMSC is used in applications such as CMAF, DASH, IMF, ATSC, DVB, etc. and is designed to work with SMPTE-TT, EBU-TT-D and other regional practices. IMSC 1.2 adds support for downloadable font resources. This feature is intended to improve fidelity by providing clients the exact font used during authoring and allow images to be added to inline text content – while providing graceful fallback. IMSC 1.2 is otherwise primarily a maintenance release that fixes outstanding bugs and generally improves specification text.

Working Group Note: Web App Manifest — Application Information

30 July 2020 | Archive

The Web Applications Working Group has published a First Public Working Group Note of Web App Manifest – Application Information. This document is a registry of supplementary members for the Web App Manifest specification that provide additional metadata to an application manifest. This metadata can be used in a digital storefront or other surfaces where this web application may be marketed or distributed, or to enhance an installation dialog when installing a web application.

Updated W3C Code of Ethics and Professional Conduct (CEPC)

17 July 2020 | Archive

W3C today adopted a new Code of Ethics and Professional Conduct (CEPC), developed by the Positive Work Environment Community Group. W3C’s Code of Ethics and Professional Conduct defines accepted and acceptable behaviors and promotes high standards of professional practice. The goals of this code are to:

  • Define acceptable and expected standards of behavior.
  • Provide a benchmark.
  • Ensure transparency in community and group management.
  • Ensure an environment where people can participate without fear of harassment.
  • Contribute to the identity of the organization.

This document supersedes the 2015 CEPC. Education and training materials are available from the Positive Work Environment public homepage.

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

EDRLab logo

EDRLab

EDRLab is a non-profit organization focused on the deployment of open, interoperable and accessible digital publishing technologies in Europe. EDRLab takes part in Publishing@w3c on a future EPUB 4 standard, at the confluence of publishing and web needs.

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

News

For Wide Review: WCAG 2.2

11 August 2020 | Archive

The Accessibility Guidelines Working Group (AG WG) has published a Working Draft of Web Content Accessibility Guidelines (WCAG) 2.2 for wide review. This version has 9 new accessibility requirements (“success criteria”) since WCAG 2.1. The new success criteria address user needs of people with cognitive or learning disabilities, users of mobile devices, and users of ebooks. We want to hear from users, authors, tool developers, policy makers, and others about benefits from the new proposed success criteria, as well as how achievable you feel it is to conform to the new success criteria. Additional information is in the blog post Web Content Accessibility Guidelines (WCAG) 2.2 Draft for Review. Please submit comments by 18 September 2020.

W3C receives donation of Oculus Go Headsets to further work on immersive captions

26 August 2020 | Archive

Oculus Facebook logo Thank you to Facebook for the donation of Oculus Go Headsets to advance the work of the Immersive Captions Community Group, which is exploring accessible augmentative and virtual reality.

This W3C Community Group launched in the Fall of 2019 with a mission to identify, research, and where appropriate recommend best practices for captions in Immersive Media (Games & XR). It appreciates the opportunity to use Oculus Go Headsets as a platform for researching access, activation, and display settings for captions, to help ensure communication accessibility in augmentative and virtual reality.

Updated Candidate Recommendation: WebRTC 1.0: Real-time Communication Between Browsers

25 August 2020 | Archive

The Web Real-Time Communications Working Group invites implementation of an updated Candidate Recommendation of WebRTC 1.0: Real-time Communication Between Browsers. This document defines a set of ECMAScript APIs in WebIDL to allow media to be sent to and received from another browser or device implementing the appropriate set of real-time protocols. This specification is being developed in conjunction with a protocol specification developed by the IETF RTCWEB group and an API specification to get access to local media devices. Comments are welcome by 24 September 2020.

W3C Invites Implementations of CSS Grid Layout Module Level 1 and Level 2

18 August 2020 | Archive

The CSS Working Group has published a Candidate Recommendation of CSS Grid Layout Module Level 2 and an updated Candidate Recommendation of CSS Grid Layout Module Level 1. This CSS module defines a two-dimensional grid-based layout system, optimized for user interface design. In the grid layout model, the children of a grid container can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid. Level 2 expands Grid by adding “subgrid” capabilities for nested grids to participate in the sizing of their parent grids. Comments are welcome by 18 October 2020.

TTML Profiles for Internet Media Subtitles and Captions 1.2 is a W3C Recommendation

4 August 2020 | Archive

The Timed Text Working Group has published TTML Profiles for Internet Media Subtitles and Captions 1.2 as a W3C Recommendation. IMSC 1.2 is the latest version of the IMSC standard, which defines profiles of the Timed Text Markup Language for worldwide subtitling and captioning interchange. IMSC is used in applications such as CMAF, DASH, IMF, ATSC, DVB, etc. and is designed to work with SMPTE-TT, EBU-TT-D and other regional practices. IMSC 1.2 adds support for downloadable font resources. This feature is intended to improve fidelity by providing clients the exact font used during authoring and allow images to be added to inline text content – while providing graceful fallback. IMSC 1.2 is otherwise primarily a maintenance release that fixes outstanding bugs and generally improves specification text.

Working Group Note: Web App Manifest — Application Information

30 July 2020 | Archive

The Web Applications Working Group has published a First Public Working Group Note of Web App Manifest – Application Information. This document is a registry of supplementary members for the Web App Manifest specification that provide additional metadata to an application manifest. This metadata can be used in a digital storefront or other surfaces where this web application may be marketed or distributed, or to enhance an installation dialog when installing a web application.

Updated W3C Code of Ethics and Professional Conduct (CEPC)

17 July 2020 | Archive

W3C today adopted a new Code of Ethics and Professional Conduct (CEPC), developed by the Positive Work Environment Community Group. W3C’s Code of Ethics and Professional Conduct defines accepted and acceptable behaviors and promotes high standards of professional practice. The goals of this code are to:

  • Define acceptable and expected standards of behavior.
  • Provide a benchmark.
  • Ensure transparency in community and group management.
  • Ensure an environment where people can participate without fear of harassment.
  • Contribute to the identity of the organization.

This document supersedes the 2015 CEPC. Education and training materials are available from the Positive Work Environment public homepage.

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

EDRLab logo

EDRLab

EDRLab is a non-profit organization focused on the deployment of open, interoperable and accessible digital publishing technologies in Europe. EDRLab takes part in Publishing@w3c on a future EPUB 4 standard, at the confluence of publishing and web needs.

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

News

For Wide Review: WCAG 2.2

11 August 2020 | Archive

The Accessibility Guidelines Working Group (AG WG) has published a Working Draft of Web Content Accessibility Guidelines (WCAG) 2.2 for wide review. This version has 9 new accessibility requirements (“success criteria”) since WCAG 2.1. The new success criteria address user needs of people with cognitive or learning disabilities, users of mobile devices, and users of ebooks. We want to hear from users, authors, tool developers, policy makers, and others about benefits from the new proposed success criteria, as well as how achievable you feel it is to conform to the new success criteria. Additional information is in the blog post Web Content Accessibility Guidelines (WCAG) 2.2 Draft for Review. Please submit comments by 18 September 2020.

W3C receives donation of Oculus Go Headsets to further work on immersive captions

26 August 2020 | Archive

Oculus Facebook logo Thank you to Facebook for the donation of Oculus Go Headsets to advance the work of the Immersive Captions Community Group, which is exploring accessible augmentative and virtual reality.

This W3C Community Group launched in the Fall of 2019 with a mission to identify, research, and where appropriate recommend best practices for captions in Immersive Media (Games & XR). It appreciates the opportunity to use Oculus Go Headsets as a platform for researching access, activation, and display settings for captions, to help ensure communication accessibility in augmentative and virtual reality.

Updated Candidate Recommendation: WebRTC 1.0: Real-time Communication Between Browsers

25 August 2020 | Archive

The Web Real-Time Communications Working Group invites implementation of an updated Candidate Recommendation of WebRTC 1.0: Real-time Communication Between Browsers. This document defines a set of ECMAScript APIs in WebIDL to allow media to be sent to and received from another browser or device implementing the appropriate set of real-time protocols. This specification is being developed in conjunction with a protocol specification developed by the IETF RTCWEB group and an API specification to get access to local media devices. Comments are welcome by 24 September 2020.

W3C Invites Implementations of CSS Grid Layout Module Level 1 and Level 2

18 August 2020 | Archive

The CSS Working Group has published a Candidate Recommendation of CSS Grid Layout Module Level 2 and an updated Candidate Recommendation of CSS Grid Layout Module Level 1. This CSS module defines a two-dimensional grid-based layout system, optimized for user interface design. In the grid layout model, the children of a grid container can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid. Level 2 expands Grid by adding “subgrid” capabilities for nested grids to participate in the sizing of their parent grids. Comments are welcome by 18 October 2020.

TTML Profiles for Internet Media Subtitles and Captions 1.2 is a W3C Recommendation

4 August 2020 | Archive

The Timed Text Working Group has published TTML Profiles for Internet Media Subtitles and Captions 1.2 as a W3C Recommendation. IMSC 1.2 is the latest version of the IMSC standard, which defines profiles of the Timed Text Markup Language for worldwide subtitling and captioning interchange. IMSC is used in applications such as CMAF, DASH, IMF, ATSC, DVB, etc. and is designed to work with SMPTE-TT, EBU-TT-D and other regional practices. IMSC 1.2 adds support for downloadable font resources. This feature is intended to improve fidelity by providing clients the exact font used during authoring and allow images to be added to inline text content – while providing graceful fallback. IMSC 1.2 is otherwise primarily a maintenance release that fixes outstanding bugs and generally improves specification text.

Working Group Note: Web App Manifest — Application Information

30 July 2020 | Archive

The Web Applications Working Group has published a First Public Working Group Note of Web App Manifest – Application Information. This document is a registry of supplementary members for the Web App Manifest specification that provide additional metadata to an application manifest. This metadata can be used in a digital storefront or other surfaces where this web application may be marketed or distributed, or to enhance an installation dialog when installing a web application.

Updated W3C Code of Ethics and Professional Conduct (CEPC)

17 July 2020 | Archive

W3C today adopted a new Code of Ethics and Professional Conduct (CEPC), developed by the Positive Work Environment Community Group. W3C’s Code of Ethics and Professional Conduct defines accepted and acceptable behaviors and promotes high standards of professional practice. The goals of this code are to:

  • Define acceptable and expected standards of behavior.
  • Provide a benchmark.
  • Ensure transparency in community and group management.
  • Ensure an environment where people can participate without fear of harassment.
  • Contribute to the identity of the organization.

This document supersedes the 2015 CEPC. Education and training materials are available from the Positive Work Environment public homepage.

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

EDRLab logo

EDRLab

EDRLab is a non-profit organization focused on the deployment of open, interoperable and accessible digital publishing technologies in Europe. EDRLab takes part in Publishing@w3c on a future EPUB 4 standard, at the confluence of publishing and web needs.

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

News

For Wide Review: WCAG 2.2

11 August 2020 | Archive

The Accessibility Guidelines Working Group (AG WG) has published a Working Draft of Web Content Accessibility Guidelines (WCAG) 2.2 for wide review. This version has 9 new accessibility requirements (“success criteria”) since WCAG 2.1. The new success criteria address user needs of people with cognitive or learning disabilities, users of mobile devices, and users of ebooks. We want to hear from users, authors, tool developers, policy makers, and others about benefits from the new proposed success criteria, as well as how achievable you feel it is to conform to the new success criteria. Additional information is in the blog post Web Content Accessibility Guidelines (WCAG) 2.2 Draft for Review. Please submit comments by 18 September 2020.

W3C receives donation of Oculus Go Headsets to further work on immersive captions

26 August 2020 | Archive

Oculus Facebook logo Thank you to Facebook for the donation of Oculus Go Headsets to advance the work of the Immersive Captions Community Group, which is exploring accessible augmentative and virtual reality.

This W3C Community Group launched in the Fall of 2019 with a mission to identify, research, and where appropriate recommend best practices for captions in Immersive Media (Games & XR). It appreciates the opportunity to use Oculus Go Headsets as a platform for researching access, activation, and display settings for captions, to help ensure communication accessibility in augmentative and virtual reality.

Updated Candidate Recommendation: WebRTC 1.0: Real-time Communication Between Browsers

25 August 2020 | Archive

The Web Real-Time Communications Working Group invites implementation of an updated Candidate Recommendation of WebRTC 1.0: Real-time Communication Between Browsers. This document defines a set of ECMAScript APIs in WebIDL to allow media to be sent to and received from another browser or device implementing the appropriate set of real-time protocols. This specification is being developed in conjunction with a protocol specification developed by the IETF RTCWEB group and an API specification to get access to local media devices. Comments are welcome by 24 September 2020.

W3C Invites Implementations of CSS Grid Layout Module Level 1 and Level 2

18 August 2020 | Archive

The CSS Working Group has published a Candidate Recommendation of CSS Grid Layout Module Level 2 and an updated Candidate Recommendation of CSS Grid Layout Module Level 1. This CSS module defines a two-dimensional grid-based layout system, optimized for user interface design. In the grid layout model, the children of a grid container can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid. Level 2 expands Grid by adding “subgrid” capabilities for nested grids to participate in the sizing of their parent grids. Comments are welcome by 18 October 2020.

TTML Profiles for Internet Media Subtitles and Captions 1.2 is a W3C Recommendation

4 August 2020 | Archive

The Timed Text Working Group has published TTML Profiles for Internet Media Subtitles and Captions 1.2 as a W3C Recommendation. IMSC 1.2 is the latest version of the IMSC standard, which defines profiles of the Timed Text Markup Language for worldwide subtitling and captioning interchange. IMSC is used in applications such as CMAF, DASH, IMF, ATSC, DVB, etc. and is designed to work with SMPTE-TT, EBU-TT-D and other regional practices. IMSC 1.2 adds support for downloadable font resources. This feature is intended to improve fidelity by providing clients the exact font used during authoring and allow images to be added to inline text content – while providing graceful fallback. IMSC 1.2 is otherwise primarily a maintenance release that fixes outstanding bugs and generally improves specification text.

Working Group Note: Web App Manifest — Application Information

30 July 2020 | Archive

The Web Applications Working Group has published a First Public Working Group Note of Web App Manifest – Application Information. This document is a registry of supplementary members for the Web App Manifest specification that provide additional metadata to an application manifest. This metadata can be used in a digital storefront or other surfaces where this web application may be marketed or distributed, or to enhance an installation dialog when installing a web application.

Updated W3C Code of Ethics and Professional Conduct (CEPC)

17 July 2020 | Archive

W3C today adopted a new Code of Ethics and Professional Conduct (CEPC), developed by the Positive Work Environment Community Group. W3C’s Code of Ethics and Professional Conduct defines accepted and acceptable behaviors and promotes high standards of professional practice. The goals of this code are to:

  • Define acceptable and expected standards of behavior.
  • Provide a benchmark.
  • Ensure transparency in community and group management.
  • Ensure an environment where people can participate without fear of harassment.
  • Contribute to the identity of the organization.

This document supersedes the 2015 CEPC. Education and training materials are available from the Positive Work Environment public homepage.

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

EDRLab logo

EDRLab

EDRLab is a non-profit organization focused on the deployment of open, interoperable and accessible digital publishing technologies in Europe. EDRLab takes part in Publishing@w3c on a future EPUB 4 standard, at the confluence of publishing and web needs.

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 18:37:19.694 INFO [WorkbenchTestable][AbstractView] Close view 'Internal Web Browser' 18:37:19.694 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Internal Web Browser 18:37:19.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 18:37:19.696 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:37:19.787 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 18:37:19.787 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:37:19.787 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:37:19.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:37:19.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:37:19.801 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWebBrowserView no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) 18:37:19.802 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 18:37:19.802 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:37:19.802 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:37:19.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:37:19.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.357 s - in org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest testBrowserEditor no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) Time elapsed: 11.156 s testWebBrowserView no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) Time elapsed: 12.195 s Running org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 18:37:19.814 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 18:37:19.815 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:37:19.816 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:37:19.816 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 18:37:19.816 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:37:19.816 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:37:19.817 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:37:19.817 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:37:19.817 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:37:19.817 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:37:19.817 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConstructorWithInternalBrowser no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 18:37:19.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 18:37:19.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:37:19.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:37:19.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:37:19.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@10a95f76 is found... 18:37:19.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@10a95f76 is found finished successfully 18:37:19.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qbrowser\E') 18:37:19.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:19.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:19.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:19.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:19.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:37:19.947 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:37:19.948 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 18:37:19.948 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 18:37:19.948 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:37:19.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:37:19.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:37:19.949 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 18:37:19.949 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:37:19.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:19.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:19.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:19.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:19.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 18:37:19.952 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.w3.org/' 18:37:19.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:37:19.953 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:20.453 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:20.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:37:20.453 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 18:37:30.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:37:30.454 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:30.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:37:30.455 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 18:37:30.455 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:37:30.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:37:30.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:37:30.456 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 18:37:30.456 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:37:30.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:30.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:30.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:30.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:30.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 18:37:30.459 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/' 18:37:30.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:37:30.460 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:30.465 DEBUG [main][BrowserProgressListener] Calling chanded() 18:37:30.549 DEBUG [main][BrowserProgressListener] Calling chanded() 18:37:30.960 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:31.176 DEBUG [main][BrowserProgressListener] Calling chanded() 18:37:31.388 DEBUG [main][BrowserProgressListener] Calling chanded() 18:37:31.461 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:31.478 DEBUG [main][BrowserProgressListener] Calling chanded() 18:37:31.961 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:31.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:37:31.961 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 18:37:41.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:37:41.965 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:41.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:37:41.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:37:41.966 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:41.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:37:41.967 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: return document.documentElement.innerHTML; 18:37:41.985 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:37:41.988 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= Enabling Open Innovation & Collaboration | The Eclipse Foundation Skip to main content

Join us for EclipseCon 2020

EclipseCon 2020 is a free virtual event for the Eclipse community. Join us October 19-22!

Register Now

Back to the top

TooltipText=null 18:37:41.994 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 18:37:41.994 DEBUG [WorkbenchTestable][EditorHandler] Closing editor browser 18:37:42.112 DEBUG [WorkbenchTestable][EditorHandler] Editor browser is closed 18:37:42.112 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 18:37:42.112 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:37:42.112 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:37:42.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:37:42.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:37:42.113 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConstructorWithInternalBrowser no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 18:37:42.114 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:37:42.115 INFO [WorkbenchTestable][RequirementsRunner] Started test: testText no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 18:37:42.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 18:37:42.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:37:42.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:37:42.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:37:42.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@764cf4cc is found... 18:37:42.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@764cf4cc is found finished successfully 18:37:42.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qbrowser\E') 18:37:42.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:42.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:42.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:42.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:42.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:37:42.254 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:37:42.259 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 18:37:42.260 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 18:37:42.260 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:37:42.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:37:42.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:37:42.262 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 18:37:42.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:37:42.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:42.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:42.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:42.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:42.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 18:37:42.277 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.w3.org/' 18:37:42.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:37:42.278 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:42.778 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:42.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:37:42.778 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 18:37:52.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:37:52.779 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:52.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:37:52.779 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 18:37:52.779 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:37:52.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:37:52.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:37:52.781 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 18:37:52.781 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:37:52.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:52.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:52.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:52.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:52.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 18:37:52.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:37:52.784 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:52.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:37:52.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 18:37:52.784 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 18:37:52.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 18:37:52.785 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: return document.documentElement.innerHTML; 18:37:52.799 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:37:52.802 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

For Wide Review: WCAG 2.2

11 August 2020 | Archive

The Accessibility Guidelines Working Group (AG WG) has published a Working Draft of Web Content Accessibility Guidelines (WCAG) 2.2 for wide review. This version has 9 new accessibility requirements (“success criteria”) since WCAG 2.1. The new success criteria address user needs of people with cognitive or learning disabilities, users of mobile devices, and users of ebooks. We want to hear from users, authors, tool developers, policy makers, and others about benefits from the new proposed success criteria, as well as how achievable you feel it is to conform to the new success criteria. Additional information is in the blog post Web Content Accessibility Guidelines (WCAG) 2.2 Draft for Review. Please submit comments by 18 September 2020.

W3C receives donation of Oculus Go Headsets to further work on immersive captions

26 August 2020 | Archive

Oculus Facebook logo Thank you to Facebook for the donation of Oculus Go Headsets to advance the work of the Immersive Captions Community Group, which is exploring accessible augmentative and virtual reality.

This W3C Community Group launched in the Fall of 2019 with a mission to identify, research, and where appropriate recommend best practices for captions in Immersive Media (Games & XR). It appreciates the opportunity to use Oculus Go Headsets as a platform for researching access, activation, and display settings for captions, to help ensure communication accessibility in augmentative and virtual reality.

Updated Candidate Recommendation: WebRTC 1.0: Real-time Communication Between Browsers

25 August 2020 | Archive

The Web Real-Time Communications Working Group invites implementation of an updated Candidate Recommendation of WebRTC 1.0: Real-time Communication Between Browsers. This document defines a set of ECMAScript APIs in WebIDL to allow media to be sent to and received from another browser or device implementing the appropriate set of real-time protocols. This specification is being developed in conjunction with a protocol specification developed by the IETF RTCWEB group and an API specification to get access to local media devices. Comments are welcome by 24 September 2020.

W3C Invites Implementations of CSS Grid Layout Module Level 1 and Level 2

18 August 2020 | Archive

The CSS Working Group has published a Candidate Recommendation of CSS Grid Layout Module Level 2 and an updated Candidate Recommendation of CSS Grid Layout Module Level 1. This CSS module defines a two-dimensional grid-based layout system, optimized for user interface design. In the grid layout model, the children of a grid container can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid. Level 2 expands Grid by adding “subgrid” capabilities for nested grids to participate in the sizing of their parent grids. Comments are welcome by 18 October 2020.

TTML Profiles for Internet Media Subtitles and Captions 1.2 is a W3C Recommendation

4 August 2020 | Archive

The Timed Text Working Group has published TTML Profiles for Internet Media Subtitles and Captions 1.2 as a W3C Recommendation. IMSC 1.2 is the latest version of the IMSC standard, which defines profiles of the Timed Text Markup Language for worldwide subtitling and captioning interchange. IMSC is used in applications such as CMAF, DASH, IMF, ATSC, DVB, etc. and is designed to work with SMPTE-TT, EBU-TT-D and other regional practices. IMSC 1.2 adds support for downloadable font resources. This feature is intended to improve fidelity by providing clients the exact font used during authoring and allow images to be added to inline text content – while providing graceful fallback. IMSC 1.2 is otherwise primarily a maintenance release that fixes outstanding bugs and generally improves specification text.

Working Group Note: Web App Manifest — Application Information

30 July 2020 | Archive

The Web Applications Working Group has published a First Public Working Group Note of Web App Manifest – Application Information. This document is a registry of supplementary members for the Web App Manifest specification that provide additional metadata to an application manifest. This metadata can be used in a digital storefront or other surfaces where this web application may be marketed or distributed, or to enhance an installation dialog when installing a web application.

Updated W3C Code of Ethics and Professional Conduct (CEPC)

17 July 2020 | Archive

W3C today adopted a new Code of Ethics and Professional Conduct (CEPC), developed by the Positive Work Environment Community Group. W3C’s Code of Ethics and Professional Conduct defines accepted and acceptable behaviors and promotes high standards of professional practice. The goals of this code are to:

  • Define acceptable and expected standards of behavior.
  • Provide a benchmark.
  • Ensure transparency in community and group management.
  • Ensure an environment where people can participate without fear of harassment.
  • Contribute to the identity of the organization.

This document supersedes the 2015 CEPC. Education and training materials are available from the Positive Work Environment public homepage.

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

EDRLab logo

EDRLab

EDRLab is a non-profit organization focused on the deployment of open, interoperable and accessible digital publishing technologies in Europe. EDRLab takes part in Publishing@w3c on a future EPUB 4 standard, at the confluence of publishing and web needs.

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 18:37:52.804 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 18:37:52.805 DEBUG [WorkbenchTestable][EditorHandler] Closing editor browser 18:37:52.867 DEBUG [WorkbenchTestable][EditorHandler] Editor browser is closed 18:37:52.868 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 18:37:52.868 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:37:52.868 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:37:52.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:37:52.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:37:52.869 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testText no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 18:37:52.869 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 18:37:52.870 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:37:52.870 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:37:52.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:37:52.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.059 s - in org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest testConstructorWithInternalBrowser no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) Time elapsed: 22.296 s testText no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) Time elapsed: 10.754 s Running org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 18:37:52.883 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 18:37:52.884 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:37:52.885 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:37:52.885 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 18:37:52.885 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:37:52.885 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:37:52.886 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:37:52.886 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:37:52.886 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:37:52.888 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:37:52.889 INFO [WorkbenchTestable][RequirementsRunner] Started test: openPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 18:37:52.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 18:37:52.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:37:52.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:37:52.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:37:52.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:52.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:52.915 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:37:52.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:52.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:52.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:37:52.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:37:52.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:37:52.937 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:37:52.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') 18:37:52.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:52.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:52.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:52.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:52.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:37:52.969 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:37:52.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:37:53.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:37:53.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:37:53.027 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 18:37:53.027 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 18:37:53.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:37:53.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:37:53.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:37:53.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:37:53.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:37:53.028 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") 18:37:53.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:53.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:53.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:53.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:53.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:37:53.071 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 18:37:53.071 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:37:53.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:37:53.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 18:37:53.197 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 18:37:53.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 18:37:53.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:37:53.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:37:53.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:37:53.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:37:53.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:37:53.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:37:53.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:37:53.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:37:53.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:53.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:53.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:53.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:53.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:37:53.201 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 18:37:53.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:37:53.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:37:53.202 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 18:37:53.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:37:53.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:37:53.205 TRACE [main][WidgetHandler] Notify Table with event 13 18:37:53.206 TRACE [main][WidgetHandler] Wait for synchronization 18:37:53.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:37:53.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:37:53.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:37:53.208 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:37:53.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:37:53.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:53.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:53.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 "Open") 18:37:53.221 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:37:53.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:37:53.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:37:53.221 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:37:53.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:37:53.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:53.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:53.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:53.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:53.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:37:53.224 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:37:53.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:37:53.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:37:53.224 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:37:53.224 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:37:53.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:37:53.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:37:53.456 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:37:53.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:37:53.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: "New"] 18:37:53.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:37:53.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"] 18:37:53.458 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:37:53.459 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:37:53.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:37:53.459 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:37:53.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:37:53.460 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:37:53.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:37:53.460 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 18:37:53.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:37:53.461 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:37:53.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:37:53.461 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:37:53.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:37:53.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:37:53.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:37:53.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:37:53.468 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:37:53.468 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:37:53.469 DEBUG [main][MenuItemLookup] Found menu:'File' 18:37:53.469 DEBUG [main][MenuItemLookup] Item match:File 18:37:53.471 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:37:53.471 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:37:53.482 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:37:53.482 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:37:53.482 DEBUG [main][MenuItemLookup] Found menu:'' 18:37:53.482 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:37:53.482 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:37:53.482 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:37:53.482 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:37:53.482 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:37:53.482 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:37:53.482 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:37:53.482 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:37:53.482 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:37:53.482 DEBUG [main][MenuItemLookup] Found menu:'File' 18:37:53.482 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:37:53.482 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:37:53.483 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:37:53.483 DEBUG [main][MenuItemLookup] Found menu:'' 18:37:53.483 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:37:53.483 DEBUG [main][MenuItemLookup] Found menu:'' 18:37:53.483 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:37:53.483 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:37:53.483 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:37:53.484 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:37:53.484 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:37:53.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:37:53.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:37:53.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:37:53.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:37:53.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:37:53.730 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:37:53.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:37:53.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 18:37:53.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:53.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:53.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:53.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:53.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:37:53.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:37:53.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:37:53.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 18:37:53.746 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 18:37:53.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:37:53.747 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 18:37:53.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:37:53.747 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 18:37:53.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 18:37:53.747 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 18:37:53.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:37:53.748 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 18:37:53.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:37:53.748 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 18:37:53.748 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 18:37:53.749 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 18:37:53.749 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 18:37:53.801 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 18:37:53.810 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:37:53.810 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:37:53.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:37:53.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:53.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:53.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:53.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:53.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:37:53.815 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:37:53.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:37:53.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:37:53.815 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:37:53.816 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:37:54.145 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:37:54.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:37:54.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:37:54.146 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.... 18:37:54.146 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 18:37:54.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 18:37:54.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:37:54.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:37:54.148 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 18:37:54.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:37:54.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 18:37:54.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:54.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:54.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:54.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:54.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:37:54.170 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:37:54.172 INFO [WorkbenchTestable][AbstractText] Text set to: webProject 18:37:54.192 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 18:37:54.192 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 18:37:54.193 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) 18:37:54.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:54.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:54.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:54.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:54.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:37:54.201 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:37:54.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:37:54.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:37:54.209 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:37:54.209 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:37:54.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:37:54.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 18:37:54.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:37:54.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:37:54.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:37:54.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:37:54.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:37:54.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:37:54.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:37:54.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:37:54.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:37:54.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Associated Perspective?"] is available.... 18:37:54.804 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 18:37:54.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, 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") 18:37:54.805 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:37:54.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:37:54.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:37:54.806 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Associated Perspective?" as the parent 18:37:54.806 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:37:54.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:54.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:54.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:54.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:54.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:37:54.809 INFO [WorkbenchTestable][AbstractButton] Click button &Open Perspective 18:37:54.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:37:54.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:37:54.809 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:37:54.809 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:37:55.557 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:37:55.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:37:55.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:37:55.593 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:37:55.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:37:55.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:37:55.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:37:55.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:37:55.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:37:55.602 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 18:37:55.603 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 18:37:55.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:37:55.626 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:37:55.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:56.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:37:56.001 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 18:37:56.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:37:56.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:37:56.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:37:56.003 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:37:56.028 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:37:56.028 DEBUG [main][MenuItemLookup] Found menu:'File' 18:37:56.028 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:37:56.028 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:37:56.028 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:37:56.028 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:37:56.028 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:37:56.028 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:37:56.029 DEBUG [main][MenuItemLookup] Item match:Window 18:37:56.030 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:37:56.030 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:37:56.030 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:37:56.030 DEBUG [main][MenuItemLookup] Found menu:'' 18:37:56.030 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:37:56.030 DEBUG [main][MenuItemLookup] Item match:Show View 18:37:56.040 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 18:37:56.040 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:37:56.040 DEBUG [main][MenuItemLookup] Found menu:'Data Source Explorer' 18:37:56.040 DEBUG [main][MenuItemLookup] Found menu:'Markers' 18:37:56.040 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:37:56.040 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:37:56.040 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:37:56.040 DEBUG [main][MenuItemLookup] Found menu:'Properties' 18:37:56.040 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:37:56.040 DEBUG [main][MenuItemLookup] Found menu:'Servers' 18:37:56.040 DEBUG [main][MenuItemLookup] Found menu:'Snippets' 18:37:56.040 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:37:56.040 DEBUG [main][MenuItemLookup] Found menu:'' 18:37:56.040 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:37:56.040 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:37:56.040 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:37:56.041 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:37:56.041 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:37:56.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:37:56.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:37:56.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:37:56.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:37:56.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:37:56.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:37:56.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:37:56.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:37:56.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:37:56.441 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:37:56.441 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:37:56.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:56.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:56.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:56.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:56.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:37:56.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:37:56.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:37:56.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:37:56.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:37:56.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:37:56.458 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:37:56.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:37:56.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:37:56.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:37:56.489 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:37:56.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:37:56.489 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:37:56.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:37:56.490 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:37:56.491 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 18:37:56.491 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 18:37:56.492 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 18:37:56.493 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 18:37:56.493 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:37:56.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:37:56.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:37:56.494 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:37:56.494 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:37:56.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:56.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:56.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:37:56.497 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:37:56.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:37:56.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:37:56.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:37:56.498 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:37:56.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:56.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:56.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:56.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:56.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:37:56.501 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:37:56.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:37:56.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:37:56.502 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:37:56.502 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:37:56.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:37:56.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:37:56.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 18:37:56.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:56.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:56.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 18:37:56.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:56.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:56.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:37:56.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:37:56.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:37:56.652 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:37:56.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') 18:37:56.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:56.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:56.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:56.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:56.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:37:56.715 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:37:56.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:37:56.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:37:56.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:37:56.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:37:56.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:37:56.740 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:37:56.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:37:56.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:37:56.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:37:56.744 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:37:56.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:37:56.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:37:56.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:37:56.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:56.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:56.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:37:57.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:57.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:37:57.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:57.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:37:57.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:37:57.769 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:37:57.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:37:57.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:37:57.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:37:57.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:37:57.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:57.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:57.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:57.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:57.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:37:57.786 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 18:37:57.788 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:37:57.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:37:57.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:37:57.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:37:57.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:57.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:57.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:37:58.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:58.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:37:58.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:58.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:37:58.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:37:58.827 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:37:58.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:37:58.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:37:58.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:37:58.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:37:58.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:58.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:58.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:58.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:58.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:37:58.833 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 18:37:58.833 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:37:58.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:37:58.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:37:58.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:37:58.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:37:58.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:37:58.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:37:58.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:37:58.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:37:58.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:37:58.837 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 18:37:58.838 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 18:37:58.838 DEBUG [main][TreeItemHandler] Set Tree selection 18:37:58.838 DEBUG [main][TreeHandler] Notify Tree about selection event 18:37:58.842 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 18:37:58.843 DEBUG [WorkbenchTestable][TreeItemHandler] webProject 18:37:58.843 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:37:58.844 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:37:59.000 DEBUG [main][MenuItemLookup] Found menu:'New' 18:37:59.000 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:37:59.000 DEBUG [main][MenuItemLookup] Found menu:'' 18:37:59.000 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:37:59.000 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:37:59.000 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:37:59.000 DEBUG [main][MenuItemLookup] Found menu:'' 18:37:59.000 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:37:59.000 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:37:59.000 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:37:59.000 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:37:59.000 DEBUG [main][MenuItemLookup] Found menu:'' 18:37:59.000 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:37:59.000 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:37:59.000 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:37:59.000 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:37:59.000 DEBUG [main][MenuItemLookup] Found menu:'' 18:37:59.000 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:37:59.000 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:37:59.001 DEBUG [main][MenuItemLookup] Found menu:'' 18:37:59.001 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:37:59.001 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:37:59.001 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:37:59.001 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:37:59.002 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:37:59.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:37:59.004 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:37:59.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:37:59.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:37:59.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:37:59.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:37:59.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:37:59.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:37:59.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:37:59.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:37:59.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:37:59.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:37:59.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:37:59.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:37:59.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:37:59.505 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:37:59.505 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:37:59.755 DEBUG [main][MenuItemLookup] Found menu:'New' 18:37:59.755 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:37:59.755 DEBUG [main][MenuItemLookup] Found menu:'' 18:37:59.755 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:37:59.755 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:37:59.755 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:37:59.755 DEBUG [main][MenuItemLookup] Found menu:'' 18:37:59.755 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:37:59.755 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:37:59.755 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:37:59.755 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:37:59.755 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:37:59.756 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:37:59.756 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:37:59.757 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:37:59.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 18:38:00.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 18:38:00.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:38:00.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:00.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:00.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: 32) 18:38:00.644 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:00.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:00.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:00.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:38:00.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:00.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:00.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:00.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:00.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:00.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:00.649 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:38:00.650 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:38:00.650 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:38:00.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:00.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:00.651 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:00.651 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:00.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:38:00.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:00.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:00.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:00.653 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:38:00.653 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:00.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:00.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:00.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:00.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:00.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:00.666 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:38:00.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:00.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:00.667 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:00.667 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:00.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:38:00.687 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:38:01.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:38:01.188 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:38:01.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:38:01.189 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 18:38:01.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:38:01.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:38:01.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:38:01.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:38:01.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:38:01.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:38:01.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:38:01.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:38:01.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:38:01.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:38:01.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:38:01.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:38:01.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:38:01.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:38:01.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 18:38:01.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:38:01.190 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:38:01.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:01.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:01.192 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 18:38:01.192 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:38:01.192 INFO [WorkbenchTestable][RequirementsRunner] Started test: doNotOpenPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 18:38:01.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 18:38:01.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:38:01.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:38:01.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:38:01.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:01.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:01.202 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:38:01.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:01.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:01.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:38:01.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:01.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:01.212 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:38:01.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:38:01.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:01.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:01.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:01.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:01.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:38:01.240 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:38:01.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:38:01.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:01.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:38:01.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:38:01.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:38:01.248 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 18:38:01.299 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 18:38:01.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:01.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:01.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:38:01.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:01.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:01.302 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") 18:38:01.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:01.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:01.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:01.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:01.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 18:38:01.347 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 18:38:01.347 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 18:38:01.347 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:01.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 18:38:01.703 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 18:38:01.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 18:38:01.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:01.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:01.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 18:38:01.720 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:01.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:01.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:01.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:38:01.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:01.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:01.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:01.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:01.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:01.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:38:01.728 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 18:38:01.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:38:01.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:38:01.729 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 18:38:01.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:38:01.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:38:01.730 TRACE [main][WidgetHandler] Notify Table with event 13 18:38:01.731 TRACE [main][WidgetHandler] Wait for synchronization 18:38:01.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:01.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:01.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:01.733 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:38:01.733 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:01.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:01.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:01.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 "Open") 18:38:01.800 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:01.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:01.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:01.800 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 18:38:01.800 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:01.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:01.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:01.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:01.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:01.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:01.808 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:38:01.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:01.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:01.808 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:01.809 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:02.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:38:02.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:38:02.328 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:38:02.329 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:02.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: "New"] 18:38:02.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:02.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: "New Dynamic Web Project"] 18:38:02.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:02.332 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:38:02.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:02.334 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:38:02.335 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:02.338 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:38:02.338 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:02.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 18:38:02.386 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:02.388 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:38:02.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:02.393 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:38:02.394 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:02.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:38:02.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:02.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:02.396 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:38:02.397 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:38:02.398 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:02.398 DEBUG [main][MenuItemLookup] Item match:File 18:38:02.400 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:38:02.400 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:38:02.415 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:38:02.415 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:38:02.415 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:02.415 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:38:02.415 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:38:02.415 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:38:02.415 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:38:02.415 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:38:02.415 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:38:02.415 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:38:02.415 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:38:02.415 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:38:02.415 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:02.415 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:38:02.416 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:38:02.416 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:38:02.416 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:02.416 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:38:02.416 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:02.416 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:38:02.416 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:38:02.419 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:38:02.419 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:38:02.419 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:38:02.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:38:02.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:38:02.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:38:03.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:03.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:03.001 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:38:03.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:03.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:38:03.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:03.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:03.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:03.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:03.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:03.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:38:03.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:38:03.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 18:38:03.097 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 18:38:03.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:03.101 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 18:38:03.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:03.101 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 18:38:03.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 18:38:03.102 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 18:38:03.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:03.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 18:38:03.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:03.112 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 18:38:03.113 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 18:38:03.114 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 18:38:03.114 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 18:38:03.115 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 18:38:03.115 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:38:03.115 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:38:03.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:38:03.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:03.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:03.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:03.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:03.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:03.201 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:38:03.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:03.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:03.201 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:03.201 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:04.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: "New"] 18:38:04.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:04.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:04.026 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.... 18:38:04.026 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 18:38:04.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 18:38:04.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:04.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:04.030 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 18:38:04.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:04.031 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:") 18:38:04.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:04.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:04.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:04.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:04.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:38:04.115 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:38:04.121 INFO [WorkbenchTestable][AbstractText] Text set to: webProject 18:38:04.126 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 18:38:04.126 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 18:38:04.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.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) 18:38:04.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:04.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:04.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:04.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:04.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:04.200 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:38:04.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:04.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:04.201 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:04.201 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:04.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:38:04.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Remote System Explorer Operation' has no excuses, wait for it 18:38:04.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:38:04.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 18:38:04.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:38:04.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Classpath Dependency Validator' is not running, skipped 18:38:04.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:38:04.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:38:04.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 18:38:04.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:38:04.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:38:04.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:38:04.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:38:04.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:38:04.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:38:04.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:38:04.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:38:04.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:38:04.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:38:04.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:38:04.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:38:04.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Associated Perspective?"] is available.... 18:38:04.946 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 18:38:04.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "No", Widget matcher matching widgets with style: 8) 18:38:04.949 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:04.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:04.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:04.950 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Associated Perspective?" as the parent 18:38:04.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:04.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:04.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:04.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:04.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:04.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:04.956 INFO [WorkbenchTestable][AbstractButton] Click button &No 18:38:04.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:04.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:04.957 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:04.957 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:06.042 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:38:06.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:06.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:06.044 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:38:06.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:38:06.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:06.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:38:06.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:38:06.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:38:06.053 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 18:38:06.054 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 18:38:06.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:38:06.056 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:38:06.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:06.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:38:06.292 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 18:38:06.293 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:38:06.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:06.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:06.294 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:38:06.294 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:38:06.295 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:06.295 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:38:06.295 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:38:06.295 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:38:06.295 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:38:06.295 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:38:06.295 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:38:06.295 DEBUG [main][MenuItemLookup] Item match:Window 18:38:06.297 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:38:06.297 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:38:06.297 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:38:06.297 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:06.297 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:38:06.298 DEBUG [main][MenuItemLookup] Item match:Show View 18:38:06.311 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:38:06.311 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:38:06.311 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:38:06.311 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:38:06.311 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:38:06.311 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:38:06.311 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:38:06.311 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:38:06.311 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:38:06.311 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:38:06.311 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:38:06.312 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:38:06.312 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:38:06.312 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:38:06.312 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:38:06.312 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:06.312 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:38:06.312 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:38:06.338 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:38:06.338 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:38:06.339 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:38:06.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:38:06.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:38:06.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:38:06.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:06.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:06.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:38:06.706 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:06.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:06.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:06.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:38:06.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:06.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:06.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:06.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:06.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:06.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:06.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:38:06.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:38:06.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:38:06.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:38:06.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:06.720 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:38:06.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:06.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:38:06.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:38:06.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:38:06.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:06.721 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:38:06.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:06.721 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:38:06.722 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 18:38:06.722 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 18:38:06.722 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 18:38:06.723 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 18:38:06.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:06.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:06.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:06.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:38:06.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:06.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:06.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:06.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:38:06.790 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:06.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:06.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:06.791 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:38:06.791 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:06.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:06.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:06.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:06.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:06.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:06.795 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:38:06.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:06.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:06.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:06.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:07.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:38:07.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:38:07.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 18:38:07.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:07.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:07.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 18:38:07.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:07.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:07.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:38:07.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:07.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:07.230 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:38:07.293 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:38:07.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:07.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:07.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:07.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:07.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:38:07.298 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:38:07.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:38:07.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:07.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:38:07.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:38:07.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:38:07.304 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:38:07.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:38:07.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:07.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:38:07.338 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:38:07.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:38:07.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:07.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:38:07.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:07.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:07.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:38:07.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:07.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:38:08.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:08.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:38:08.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:38:08.348 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:38:08.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:38:08.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:08.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:38:08.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 18:38:08.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:08.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:08.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:08.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:08.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:08.356 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 18:38:08.358 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:38:08.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:38:08.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:08.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:38:08.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:08.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:08.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:38:08.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:08.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:38:09.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:09.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:38:09.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:38:09.394 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:38:09.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:38:09.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:09.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:38:09.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 18:38:09.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:09.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:09.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:09.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:09.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:09.400 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 18:38:09.400 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:38:09.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:38:09.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:09.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:38:09.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:38:09.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:09.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:09.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:09.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:09.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:09.405 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 18:38:09.405 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 18:38:09.406 DEBUG [main][TreeItemHandler] Set Tree selection 18:38:09.406 DEBUG [main][TreeHandler] Notify Tree about selection event 18:38:09.410 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 18:38:09.414 DEBUG [WorkbenchTestable][TreeItemHandler] webProject 18:38:09.414 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:38:09.414 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:09.498 DEBUG [main][MenuItemLookup] Found menu:'New' 18:38:09.498 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:38:09.499 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:09.499 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:38:09.499 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:38:09.499 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:38:09.499 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:09.499 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:38:09.499 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:38:09.499 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:38:09.499 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:38:09.499 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:09.499 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:38:09.499 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:38:09.499 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:38:09.499 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:38:09.499 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:09.499 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:38:09.499 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:38:09.499 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:09.499 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:38:09.499 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:38:09.499 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:38:09.499 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:38:09.500 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:38:09.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:38:09.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:38:10.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 18:38:10.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:38:10.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:38:10.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:38:10.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:38:10.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:38:10.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:38:10.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:38:10.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:38:10.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:38:10.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:38:10.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:38:10.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:38:10.002 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:38:10.002 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:10.111 DEBUG [main][MenuItemLookup] Found menu:'New' 18:38:10.111 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:38:10.111 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:10.111 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:38:10.111 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:38:10.111 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:38:10.111 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:10.112 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:38:10.112 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:38:10.112 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:38:10.112 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:38:10.112 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:38:10.112 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:38:10.112 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:38:10.113 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:38:10.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 18:38:11.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 18:38:11.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:38:11.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:11.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:11.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: 32) 18:38:11.117 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:11.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:11.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:11.118 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:38:11.118 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:11.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:11.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:11.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:11.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:11.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:11.122 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:38:11.123 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:38:11.124 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:38:11.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:11.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:11.125 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:11.125 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:11.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:38:11.126 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:11.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:11.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:11.127 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:38:11.127 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:11.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:11.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:11.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:11.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:11.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:11.139 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:38:11.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:11.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:11.139 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:11.139 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:11.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:38:11.199 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:38:11.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:38:11.701 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:38:11.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:38:11.701 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 18:38:11.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:38:11.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 18:38:11.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:38:11.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:38:11.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:38:11.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:38:11.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:38:11.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:38:11.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:38:11.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:38:11.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:38:11.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:38:11.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:38:11.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:38:11.704 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 18:38:11.704 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:38:11.704 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:38:11.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:11.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:11.708 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doNotOpenPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 18:38:11.708 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:38:11.708 INFO [WorkbenchTestable][RequirementsRunner] Started test: testThrowException no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 18:38:11.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 18:38:11.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:38:11.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:38:11.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:38:11.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:11.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:11.712 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 18:38:11.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:11.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:11.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:38:11.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:11.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:11.717 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:38:11.717 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 18:38:11.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:11.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:11.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:11.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:11.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:38:11.720 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:38:11.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:38:11.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:11.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:38:11.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:38:11.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:38:11.789 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 18:38:11.789 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 18:38:11.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: "New"] 18:38:11.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:11.792 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:38:11.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:11.792 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 18:38:11.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:11.792 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:38:11.793 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:11.793 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:38:11.793 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:11.793 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:38:11.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:11.794 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 18:38:11.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:11.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"] 18:38:11.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:11.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"] 18:38:11.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:11.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:38:11.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:11.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:11.797 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:38:11.798 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:38:11.798 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:11.799 DEBUG [main][MenuItemLookup] Item match:File 18:38:11.801 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:38:11.801 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:38:11.809 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:38:11.809 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:38:11.809 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:11.809 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:38:11.809 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:38:11.809 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:38:11.809 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:38:11.809 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:38:11.809 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:38:11.809 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:38:11.809 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:38:11.809 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:38:11.809 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:11.809 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:38:11.809 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:38:11.809 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:38:11.809 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:11.809 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:38:11.809 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:11.809 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:38:11.809 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:38:11.835 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:38:11.835 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:38:11.835 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:38:12.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 18:38:12.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 18:38:12.429 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 18:38:12.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:12.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:12.503 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:38:12.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:12.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 18:38:12.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:12.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:12.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:12.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:12.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:12.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:38:12.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:38:12.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 18:38:12.533 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 18:38:12.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:12.533 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 18:38:12.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:12.534 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 18:38:12.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 18:38:12.535 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 18:38:12.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:12.535 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 18:38:12.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:12.535 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 18:38:12.597 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 18:38:12.597 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 18:38:12.598 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 18:38:12.599 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 18:38:12.600 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 18:38:12.600 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 18:38:12.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 18:38:12.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:12.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:12.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:12.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:12.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:12.614 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:38:12.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:12.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:12.615 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:12.615 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:13.109 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 18:38:13.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:13.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:13.146 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.... 18:38:13.147 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 18:38:13.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 18:38:13.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:13.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:13.212 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 18:38:13.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:13.213 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:") 18:38:13.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:13.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:13.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:13.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:13.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:38:13.230 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:38:13.232 INFO [WorkbenchTestable][AbstractText] Text set to: webProject 18:38:13.250 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 18:38:13.250 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 18:38:13.250 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) 18:38:13.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:13.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:13.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:13.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:13.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:13.298 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:38:13.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:13.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:13.298 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:13.298 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:13.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:38:13.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 18:38:13.416 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 18:38:13.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating index names' is a system job, skipped 18:38:13.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update package explorer' is a system job, skipped 18:38:13.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update package explorer' is a system job, skipped 18:38:13.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 18:38:13.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 18:38:13.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:38:13.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:38:13.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:38:13.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:38:13.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:38:13.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:38:13.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:38:13.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:38:13.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:38:13.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:38:13.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:38:13.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:38:13.417 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:38:13.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:13.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:14.001 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:38:14.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:38:14.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:14.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:38:14.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:38:14.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:38:14.015 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 18:38:14.015 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 18:38:14.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:38:14.018 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 18:38:14.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:14.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:38:14.311 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 18:38:14.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:38:14.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:14.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:14.313 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:38:14.314 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:38:14.314 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:14.315 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:38:14.315 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:38:14.315 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:38:14.315 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:38:14.315 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:38:14.315 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:38:14.315 DEBUG [main][MenuItemLookup] Item match:Window 18:38:14.316 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:38:14.316 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:38:14.316 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:38:14.316 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:14.316 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:38:14.316 DEBUG [main][MenuItemLookup] Item match:Show View 18:38:14.332 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:38:14.332 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:38:14.332 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:38:14.332 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:38:14.332 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:38:14.332 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:38:14.333 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:38:14.333 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:38:14.333 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:38:14.333 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:38:14.333 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:38:14.333 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:38:14.333 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:38:14.333 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:38:14.333 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:38:14.333 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:14.333 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:38:14.333 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:38:14.395 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:38:14.395 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:38:14.395 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:38:14.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:38:14.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:38:14.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:38:14.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:14.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:14.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:38:14.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:14.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:14.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:14.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:38:14.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:14.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:14.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:14.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:14.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:14.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:14.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:38:14.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:38:15.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:38:15.001 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:38:15.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:15.001 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:38:15.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:15.001 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:38:15.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:38:15.002 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:38:15.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:15.002 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:38:15.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:15.002 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:38:15.003 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 18:38:15.003 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 18:38:15.003 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 18:38:15.004 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 18:38:15.004 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:15.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:15.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:15.004 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:38:15.004 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:15.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:15.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:15.006 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:38:15.006 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:15.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:15.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:15.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:38:15.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:15.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:15.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:15.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:15.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:15.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:15.023 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:38:15.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:15.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:15.023 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:15.023 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:15.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:38:15.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:38:15.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 18:38:15.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:15.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:15.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 18:38:15.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:15.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:15.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:38:15.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:15.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:15.369 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:38:15.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 '\*?\QPackage Explorer\E') 18:38:15.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:15.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:15.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:15.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:15.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:38:15.403 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:38:15.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:38:15.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:15.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:38:15.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:38:15.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:38:15.409 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:38:15.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:38:15.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:15.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:38:15.413 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:38:15.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:38:15.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:15.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:38:15.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:15.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:15.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:38:15.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:15.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:38:16.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:16.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:38:16.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:38:16.423 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:38:16.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:38:16.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:16.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:38:16.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 18:38:16.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:16.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:16.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:16.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:16.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:16.428 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 18:38:16.446 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:38:16.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:38:16.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:16.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:38:16.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:16.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:16.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:38:16.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:17.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:38:17.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:17.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:38:17.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 18:38:17.602 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:38:17.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:38:17.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:17.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:38:17.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 18:38:17.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:17.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:17.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:17.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:17.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:17.613 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 18:38:17.614 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 18:38:17.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 18:38:17.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:17.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 18:38:17.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 18:38:17.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:17.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:17.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:17.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:17.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:17.619 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 18:38:17.619 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 18:38:17.620 DEBUG [main][TreeItemHandler] Set Tree selection 18:38:17.620 DEBUG [main][TreeHandler] Notify Tree about selection event 18:38:17.624 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 18:38:17.625 DEBUG [WorkbenchTestable][TreeItemHandler] webProject 18:38:17.625 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:38:17.625 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:17.745 DEBUG [main][MenuItemLookup] Found menu:'New' 18:38:17.745 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:38:17.745 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:17.745 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:38:17.745 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:38:17.745 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:38:17.745 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:17.745 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:38:17.745 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:38:17.745 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:38:17.745 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:38:17.745 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:17.745 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 18:38:17.745 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 18:38:17.745 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 18:38:17.745 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 18:38:17.745 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:17.745 DEBUG [main][MenuItemLookup] Found menu:'Import...' 18:38:17.745 DEBUG [main][MenuItemLookup] Found menu:'Export...' 18:38:17.745 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:17.745 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 18:38:17.745 DEBUG [main][MenuItemLookup] Item match:Refresh F5 18:38:17.746 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 18:38:17.746 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 18:38:17.746 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 18:38:17.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:38:17.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 18:38:18.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 18:38:18.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:38:18.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:38:18.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:38:18.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:38:18.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:38:18.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:38:18.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:38:18.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 18:38:18.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:38:18.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:38:18.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:38:18.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:38:18.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 18:38:18.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:18.321 DEBUG [main][MenuItemLookup] Found menu:'New' 18:38:18.321 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 18:38:18.321 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:18.321 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 18:38:18.321 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 18:38:18.321 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 18:38:18.321 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:18.321 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 18:38:18.321 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 18:38:18.321 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 18:38:18.321 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 18:38:18.321 DEBUG [main][MenuItemLookup] Item match:Delete Delete 18:38:18.321 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 18:38:18.321 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 18:38:18.322 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 18:38:18.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 18:38:19.276 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 18:38:19.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 18:38:19.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:19.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:19.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:38:19.291 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:19.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:19.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:19.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:38:19.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:19.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:19.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:19.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:19.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:19.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:19.302 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 18:38:19.302 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 18:38:19.303 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 18:38:19.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:19.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:19.304 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:19.304 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:19.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 18:38:19.305 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:19.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:19.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:19.360 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 18:38:19.360 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:19.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:19.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:19.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:19.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:19.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:19.391 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:38:19.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:19.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:19.391 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:19.392 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:19.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 18:38:19.399 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 18:38:19.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 18:38:19.900 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 18:38:19.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 18:38:19.900 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 18:38:19.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 18:38:19.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 18:38:19.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 18:38:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 18:38:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 18:38:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 18:38:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 18:38:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 18:38:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 18:38:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 18:38:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 18:38:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 18:38:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 18:38:19.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 18:38:19.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 18:38:19.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 18:38:19.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:38:19.901 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:38:19.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:19.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:19.904 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testThrowException no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 18:38:19.904 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 18:38:19.904 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:38:19.904 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:38:19.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:19.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.026 s - in org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest openPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) Time elapsed: 8.303 s doNotOpenPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) Time elapsed: 10.516 s testThrowException no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) Time elapsed: 8.196 s Running org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 18:38:19.919 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 18:38:19.922 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:38:19.922 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:38:19.922 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 18:38:19.923 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:38:19.923 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:38:19.924 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:38:19.924 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:38:19.925 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:38:19.925 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:38:19.925 INFO [WorkbenchTestable][RequirementsRunner] Started test: getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest) 18:38:19.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 18:38:19.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:38:19.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:38:19.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:38:19.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:20.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 18:38:20.028 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask Repositories\E'' view via menu. 18:38:20.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:38:20.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:20.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:20.030 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:38:20.036 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:38:20.110 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:20.114 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:38:20.114 DEBUG [main][MenuItemLookup] Found menu:'Source' 18:38:20.114 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 18:38:20.114 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:38:20.114 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:38:20.114 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:38:20.114 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:38:20.115 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:38:20.115 DEBUG [main][MenuItemLookup] Item match:Window 18:38:20.116 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:38:20.116 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:38:20.116 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:38:20.116 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:20.116 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:38:20.116 DEBUG [main][MenuItemLookup] Item match:Show View 18:38:20.128 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 18:38:20.128 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 18:38:20.186 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 18:38:20.187 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 18:38:20.187 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 18:38:20.187 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 18:38:20.187 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 18:38:20.187 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 18:38:20.187 DEBUG [main][MenuItemLookup] Found menu:'Progress' 18:38:20.187 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 18:38:20.187 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 18:38:20.187 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 18:38:20.187 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 18:38:20.187 DEBUG [main][MenuItemLookup] Found menu:'Templates' 18:38:20.187 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 18:38:20.187 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:20.187 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 18:38:20.187 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 18:38:20.190 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 18:38:20.192 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 18:38:20.193 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 18:38:20.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 18:38:20.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 18:38:20.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 18:38:20.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:20.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:20.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:38:20.527 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:20.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:20.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:20.528 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:38:20.528 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:20.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:20.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:20.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:20.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:20.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:20.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:38:20.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:38:20.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Mylyn has children... 18:38:20.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Mylyn 18:38:20.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:20.541 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Mylyn is already expanded. No action performed 18:38:20.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:20.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Mylyn 18:38:20.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Mylyn has children finished successfully 18:38:20.542 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Mylyn 18:38:20.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:20.542 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Mylyn is already expanded. No action performed 18:38:20.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:20.543 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Mylyn 18:38:20.544 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Task Repositories 18:38:20.544 DEBUG [main][TreeItemHandler] Selecting tree item: Task Repositories 18:38:20.545 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Task Repositories about selection 18:38:20.546 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Task Repositories 18:38:20.546 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:20.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:20.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:20.561 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:38:20.561 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:20.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:20.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:20.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 18:38:20.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:20.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:20.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:20.594 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 18:38:20.594 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:20.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:20.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:20.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:20.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:20.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:20.602 INFO [WorkbenchTestable][AbstractButton] Click button &Open 18:38:20.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:20.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:20.603 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:20.603 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:20.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:38:20.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:38:20.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.mylyn.tasks.ui.views.TaskRepositoriesView' view is open... 18:38:20.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:20.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:20.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.mylyn.tasks.ui.views.TaskRepositoriesView' view is open finished successfully 18:38:20.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:20.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:20.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:38:20.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:20.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:20.794 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:38:20.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask Repositories\E') 18:38:20.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:20.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:20.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:20.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:20.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:38:20.898 INFO [WorkbenchTestable][AbstractView] Activate view Task Repositories 18:38:20.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Task Repositories 18:38:20.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:20.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 18:38:20.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 18:38:20.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 18:38:20.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:38:20.904 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:20.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:20.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:20.932 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Task Repositories"as the parent 18:38:20.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:20.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:20.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:20.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:20.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:20.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:20.935 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Tasks and wait with time period 1 18:38:20.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Tasks 18:38:20.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:20.939 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Tasks is already expanded. No action performed 18:38:20.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:20.939 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Tasks 18:38:20.939 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Tasks 18:38:20.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:20.940 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Tasks is already expanded. No action performed 18:38:20.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:20.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Tasks 18:38:20.941 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Local and wait with time period 1 18:38:20.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Local 18:38:20.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:21.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:21.443 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Local 18:38:21.443 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Local 18:38:21.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:21.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:21.999 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Local 18:38:21.999 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Bugs and wait with time period 1 18:38:22.000 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Bugs 18:38:22.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:22.000 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Bugs is already expanded. No action performed 18:38:22.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:22.000 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Bugs 18:38:22.000 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Bugs 18:38:22.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:22.001 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Bugs is already expanded. No action performed 18:38:22.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:22.001 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Bugs 18:38:22.002 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Eclipse.org and wait with time period 1 18:38:22.002 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Eclipse.org 18:38:22.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:22.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:22.503 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Eclipse.org 18:38:22.503 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Eclipse.org 18:38:22.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:23.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:23.005 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Eclipse.org 18:38:23.005 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Tasks 18:38:23.005 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Local 18:38:23.006 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Bugs 18:38:23.006 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Eclipse.org 18:38:23.006 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 18:38:23.006 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:38:23.006 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:38:23.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:23.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:23.011 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest) 18:38:23.011 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 18:38:23.011 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:38:23.011 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:38:23.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:23.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.094 s - in org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest) Time elapsed: 3.086 s Running org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 18:38:23.071 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 18:38:23.071 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:38:23.072 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:38:23.072 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 18:38:23.072 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:38:23.072 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:38:23.073 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:38:23.073 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:38:23.073 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:38:23.073 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:38:23.073 INFO [WorkbenchTestable][RequirementsRunner] Started test: getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest) 18:38:23.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 18:38:23.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:38:23.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:38:23.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:38:23.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:23.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:23.096 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask List\E'' is already open. Activate. 18:38:23.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:23.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:23.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 18:38:23.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:23.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:23.113 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 18:38:23.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 '\*?\QTask List\E') 18:38:23.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:23.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:23.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:23.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:23.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 18:38:23.148 INFO [WorkbenchTestable][AbstractView] Activate view Task List 18:38:23.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Task List 18:38:23.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:23.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:38:23.199 INFO [WorkbenchTestable][AbstractView] Activate view Task List 18:38:23.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Task List 18:38:23.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:23.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:38:23.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:23.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:23.203 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 18:38:23.204 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:23.204 DEBUG [main][MenuItemLookup] Item match:File 18:38:23.206 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 18:38:23.206 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 18:38:23.213 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 18:38:23.213 DEBUG [main][MenuItemLookup] Found menu:'Project...' 18:38:23.213 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:23.213 DEBUG [main][MenuItemLookup] Found menu:'Package' 18:38:23.213 DEBUG [main][MenuItemLookup] Found menu:'Class' 18:38:23.213 DEBUG [main][MenuItemLookup] Found menu:'Interface' 18:38:23.213 DEBUG [main][MenuItemLookup] Found menu:'Enum' 18:38:23.213 DEBUG [main][MenuItemLookup] Found menu:'Record' 18:38:23.213 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 18:38:23.213 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 18:38:23.213 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 18:38:23.213 DEBUG [main][MenuItemLookup] Found menu:'Folder' 18:38:23.213 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:23.213 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 18:38:23.213 DEBUG [main][MenuItemLookup] Found menu:'Task' 18:38:23.213 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 18:38:23.213 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:23.213 DEBUG [main][MenuItemLookup] Found menu:'Example...' 18:38:23.213 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:23.213 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 18:38:23.213 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 18:38:23.215 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 18:38:23.215 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 18:38:23.215 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 18:38:23.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:38:23.392 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:23.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:23.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:23.401 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 18:38:23.401 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:23.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:23.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:23.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:23.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:23.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:23.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 18:38:23.418 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:23.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:23.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:23.418 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 18:38:23.418 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:23.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:23.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:23.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:23.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:23.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:23.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:38:23.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:38:23.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Tasks has children... 18:38:23.434 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Tasks 18:38:23.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:23.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:23.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Tasks 18:38:23.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Tasks has children finished successfully 18:38:23.938 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Tasks 18:38:23.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:23.942 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Tasks is already expanded. No action performed 18:38:23.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:23.942 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Tasks 18:38:23.943 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Task 18:38:23.944 DEBUG [main][TreeItemHandler] Selecting tree item: Task 18:38:23.945 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Task about selection 18:38:23.956 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Task 18:38:23.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >") 18:38:23.956 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:23.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:23.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:23.958 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 18:38:23.958 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:23.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:23.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:23.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:23.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:23.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:23.967 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 18:38:23.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:23.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:23.967 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:23.967 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:24.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:38:24.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:24.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:24.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:24.023 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Task" as the parent 18:38:24.023 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:24.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:24.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:24.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:24.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:24.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:24.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 18:38:24.027 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:24.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:24.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:24.033 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Task" as the parent 18:38:24.033 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:24.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:24.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:24.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:24.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:24.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:24.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:38:24.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:38:24.037 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 18:38:24.038 DEBUG [main][TreeItemHandler] Selecting tree item: Local 18:38:24.038 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 18:38:24.039 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 18:38:24.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 18:38:24.039 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:24.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:24.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:24.040 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Task" as the parent 18:38:24.040 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:24.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:24.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:24.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:24.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:24.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:24.052 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 18:38:24.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:24.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:24.052 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:24.052 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:24.779 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask List\E'' is already open. Activate. 18:38:24.780 INFO [WorkbenchTestable][AbstractView] Activate view Task List 18:38:24.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Task List 18:38:24.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:24.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:38:24.845 INFO [WorkbenchTestable][AbstractView] Activate view Task List 18:38:24.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Task List 18:38:24.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 18:38:24.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 18:38:24.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 18:38:24.848 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:24.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:24.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:24.849 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Task List"as the parent 18:38:24.849 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:24.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:24.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:24.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:24.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:24.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:24.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 18:38:24.851 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:24.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:24.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:24.852 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Task List"as the parent 18:38:24.852 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:24.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:24.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:24.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:24.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:24.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:24.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:38:25.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:38:25.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'Uncategorized' has 1 children or more... 18:38:25.357 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Uncategorized and wait with time period 1 18:38:25.357 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Uncategorized 18:38:25.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:25.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:25.858 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Uncategorized 18:38:25.860 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Uncategorized 18:38:25.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:25.861 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Uncategorized is already expanded. No action performed 18:38:25.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:25.861 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Uncategorized 18:38:25.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'Uncategorized' has 1 children or more finished successfully 18:38:25.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 18:38:25.862 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:25.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:25.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:25.863 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Task List"as the parent 18:38:25.864 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:25.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:25.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:25.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:25.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:25.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:25.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:38:25.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:38:25.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Uncategorized has children... 18:38:25.872 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Uncategorized 18:38:25.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:25.881 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Uncategorized is already expanded. No action performed 18:38:25.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:25.881 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Uncategorized 18:38:25.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Uncategorized has children finished successfully 18:38:25.882 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Uncategorized 18:38:25.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:25.882 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Uncategorized is already expanded. No action performed 18:38:25.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:25.882 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Uncategorized 18:38:25.883 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item New Task 18:38:25.883 DEBUG [main][TreeItemHandler] Selecting tree item: New Task 18:38:25.884 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item New Task about selection 18:38:25.888 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: New Task 18:38:25.889 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 18:38:25.889 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:38:25.889 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:38:25.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:25.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:25.890 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest) 18:38:25.890 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 18:38:25.890 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:38:25.891 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:38:25.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:25.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.822 s - in org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest) Time elapsed: 2.817 s Running org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 18:38:25.921 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 18:38:25.921 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:38:25.922 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:38:25.922 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 18:38:25.922 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:38:25.922 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:38:25.923 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:38:25.923 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:38:25.923 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:38:25.923 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 18:38:25.923 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 18:38:25.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 18:38:25.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:25.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:25.924 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 18:38:25.924 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:25.925 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:38:25.925 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:38:25.925 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:38:25.925 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:38:25.925 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:38:25.925 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:38:25.925 DEBUG [main][MenuItemLookup] Item match:Window 18:38:25.926 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:38:25.926 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:38:25.926 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:38:25.926 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:25.926 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:38:25.926 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:38:25.926 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:25.926 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:38:25.926 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:25.926 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:38:25.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:25.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:25.927 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 18:38:25.927 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:25.927 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:38:25.927 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:38:25.927 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:38:25.927 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:38:25.927 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:38:25.927 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:38:25.927 DEBUG [main][MenuItemLookup] Item match:Window 18:38:25.928 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:38:25.928 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:38:25.928 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:38:25.928 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:25.928 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:38:25.928 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:38:25.928 DEBUG [main][MenuItemLookup] Item match:Perspective 18:38:25.928 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:38:25.928 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:25.928 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:38:25.928 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:38:25.928 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:38:25.928 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:38:25.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 18:38:25.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:25.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:25.929 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 18:38:25.930 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:25.930 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:38:25.930 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:38:25.930 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:38:25.930 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:38:25.930 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:38:25.930 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:38:25.930 DEBUG [main][MenuItemLookup] Item match:Window 18:38:25.930 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:38:25.930 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:38:25.930 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:38:25.930 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:25.930 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:38:25.930 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:38:25.930 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:25.930 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:38:25.930 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:25.930 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:38:25.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:25.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:25.931 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 18:38:25.931 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:25.931 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:38:25.931 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:38:25.931 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:38:25.931 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:38:25.931 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:38:25.931 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:38:25.931 DEBUG [main][MenuItemLookup] Item match:Window 18:38:25.932 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:38:25.932 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:38:25.932 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:38:25.932 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:25.932 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:38:25.932 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:38:25.932 DEBUG [main][MenuItemLookup] Item match:Perspective 18:38:25.933 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:38:25.933 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:25.933 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:38:25.933 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:38:25.933 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:38:25.933 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:38:25.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:25.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:25.934 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 18:38:25.934 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:25.934 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:38:25.934 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:38:25.934 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:38:25.934 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:38:25.934 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:38:25.934 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:38:25.934 DEBUG [main][MenuItemLookup] Item match:Window 18:38:25.935 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:38:25.935 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:38:25.935 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:38:25.935 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:25.935 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:38:25.935 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:38:25.935 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:25.935 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:38:25.935 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:25.935 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:38:25.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:25.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:25.935 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 18:38:25.943 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:25.944 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:38:25.944 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:38:25.944 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:38:25.944 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:38:25.944 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:38:25.944 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:38:25.944 DEBUG [main][MenuItemLookup] Item match:Window 18:38:25.944 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:38:25.944 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:38:25.944 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:38:25.944 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:25.944 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:38:25.944 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:38:25.944 DEBUG [main][MenuItemLookup] Item match:Perspective 18:38:25.945 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 18:38:25.945 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:25.945 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 18:38:25.945 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 18:38:25.945 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 18:38:25.945 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 18:38:25.945 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 18:38:25.945 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 18:38:25.946 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 18:38:26.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 18:38:26.026 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 18:38:26.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 18:38:26.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:26.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:26.027 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:26.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:26.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:26.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:38:26.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:26.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:26.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:26.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 "Reset Perspective") 18:38:26.030 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 18:38:26.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:26.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:26.030 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 18:38:26.030 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 18:38:26.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:26.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:26.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:26.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:26.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:26.033 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 18:38:26.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:26.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:26.034 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:26.034 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1178): Gtk-CRITICAL **: 18:38:26.318: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 18:38:26.489 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:38:26.490 INFO [WorkbenchTestable][RequirementsRunner] Started test: addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 18:38:26.490 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 18:38:26.490 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:38:26.490 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:38:26.490 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:38:26.490 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:38:26.491 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:26.491 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:38:26.491 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:26.491 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:38:26.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:26.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 18:38:26.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:26.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:26.494 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 18:38:26.494 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 18:38:26.494 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:26.495 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:38:26.495 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:38:26.495 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:38:26.495 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:38:26.495 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:38:26.495 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:38:26.495 DEBUG [main][MenuItemLookup] Item match:Window 18:38:26.495 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:38:26.495 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:38:26.496 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:38:26.496 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:26.496 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:38:26.496 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:38:26.496 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:26.496 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:38:26.496 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:26.496 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:38:26.496 DEBUG [main][MenuItemLookup] Item match:Preferences 18:38:26.496 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:38:26.496 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:38:26.497 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:38:26.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:38:26.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. finished successfully 18:38:26.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:38:26.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:26.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:26.744 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:38:26.744 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:26.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:38:26.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:26.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:26.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:26.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:26.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:26.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:38:26.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:38:26.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:38:26.773 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:38:26.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:27.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:27.288 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:38:27.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:38:27.291 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:38:27.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:27.292 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:38:27.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:27.294 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:38:27.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children... 18:38:27.295 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 18:38:27.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:27.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:27.798 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 18:38:27.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children finished successfully 18:38:27.807 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 18:38:27.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:27.808 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 18:38:27.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:27.809 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 18:38:27.810 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath Variables 18:38:27.810 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath Variables 18:38:27.811 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath Variables about selection 18:38:27.812 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath Variables 18:38:27.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:27.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:27.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:27.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:27.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 18:38:27.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:27.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:27.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:27.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:27.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:38:27.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:38:27.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:38:27.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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...") 18:38:27.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:27.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:27.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:27.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:27.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:27.923 INFO [WorkbenchTestable][AbstractButton] Click button &New... 18:38:27.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:27.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:27.923 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:27.923 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:28.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Entry"] is available.... 18:38:28.030 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 18:38:28.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Entry 18:38:28.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:28.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:28.033 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:") 18:38:28.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:28.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:28.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:28.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:28.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:38:28.044 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:38:28.045 INFO [WorkbenchTestable][AbstractText] Text set to: VN 18:38:28.046 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:") 18:38:28.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:28.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:28.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:28.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:28.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 18:38:28.057 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 18:38:28.058 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar 18:38:28.059 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) 18:38:28.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:28.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:28.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:28.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:28.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:28.063 INFO [WorkbenchTestable][AbstractButton] Click button OK 18:38:28.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:28.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:28.064 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:28.064 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:28.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 18:38:28.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 18:38:28.157 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 18:38:28.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:28.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:28.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:28.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:28.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:38:28.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:38:28.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:38:28.171 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 18:38:28.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:28.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:28.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:28.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:28.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:38:28.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:38:28.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:38:28.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:28.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:28.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 18:38:28.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:28.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:28.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:28.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:28.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:28.202 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:38:28.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:28.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:28.203 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:28.203 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:28.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:38:28.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:38:28.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 18:38:28.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:28.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:28.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 18:38:28.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:28.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:28.444 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 18:38:28.444 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 18:38:28.445 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:28.445 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:38:28.445 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:38:28.445 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:38:28.445 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:38:28.445 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:38:28.445 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:38:28.445 DEBUG [main][MenuItemLookup] Item match:Window 18:38:28.446 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:38:28.446 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:38:28.446 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:38:28.446 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:28.446 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:38:28.446 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:38:28.446 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:28.447 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:38:28.447 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:28.447 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:38:28.447 DEBUG [main][MenuItemLookup] Item match:Preferences 18:38:28.447 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:38:28.447 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:38:28.448 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:38:28.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.... 18:38:28.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:38:28.708 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:38:28.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:28.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:28.712 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:38:28.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:28.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:38:28.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:28.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:28.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:28.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:28.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:28.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:38:28.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:38:28.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:38:28.759 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:38:28.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:28.759 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:38:28.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:28.760 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:38:28.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:38:28.760 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:38:28.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:28.760 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:38:28.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:28.760 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:38:28.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children... 18:38:28.761 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 18:38:28.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:28.761 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 18:38:28.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:28.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 18:38:28.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children finished successfully 18:38:28.762 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 18:38:28.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:28.762 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 18:38:28.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:28.762 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 18:38:28.762 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath Variables 18:38:28.762 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath Variables 18:38:28.763 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath Variables about selection 18:38:28.763 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath Variables 18:38:28.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:28.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:28.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:28.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:28.769 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 18:38:28.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:28.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:28.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:28.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:28.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:38:28.777 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.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar") 18:38:28.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:28.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:28.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:28.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:28.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 18:38:28.780 TRACE [main][WidgetHandler] Notify Table with event 13 18:38:28.780 TRACE [main][WidgetHandler] Wait for synchronization 18:38:28.785 DEBUG [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") 18:38:28.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:28.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:28.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:28.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:28.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:28.813 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 18:38:28.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:28.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:28.814 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:28.814 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:28.828 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 18:38:28.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:28.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:28.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:28.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:28.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:38:28.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:38:28.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:38:28.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:28.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:28.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 18:38:28.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:28.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:28.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:28.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:28.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:28.864 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 18:38:28.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:28.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:28.865 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:28.865 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:29.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:38:29.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:38:29.070 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 18:38:29.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:29.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:29.071 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 18:38:29.071 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:38:29.071 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:38:29.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:29.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:29.073 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 18:38:29.073 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:38:29.073 INFO [WorkbenchTestable][RequirementsRunner] Started test: getVariables no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 18:38:29.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 18:38:29.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:38:29.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:38:29.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:38:29.074 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:38:29.074 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:29.074 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:38:29.074 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:29.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:38:29.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:29.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 18:38:29.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:29.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:29.076 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 18:38:29.076 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 18:38:29.076 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:29.078 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:38:29.078 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:38:29.078 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:38:29.078 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:38:29.078 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:38:29.078 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:38:29.078 DEBUG [main][MenuItemLookup] Item match:Window 18:38:29.079 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:38:29.079 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:38:29.079 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:38:29.079 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:29.079 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:38:29.079 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:38:29.079 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:29.079 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:38:29.079 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:29.079 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:38:29.079 DEBUG [main][MenuItemLookup] Item match:Preferences 18:38:29.079 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:38:29.079 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:38:29.080 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:38:29.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.... 18:38:29.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:38:29.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:38:29.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:29.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:29.329 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:38:29.329 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:29.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:38:29.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:29.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:29.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:29.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:29.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:29.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:38:29.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:38:29.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:38:29.335 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:38:29.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:29.336 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:38:29.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:29.336 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:38:29.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:38:29.340 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:38:29.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:29.363 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:38:29.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:29.363 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:38:29.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children... 18:38:29.364 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 18:38:29.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:29.364 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 18:38:29.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:29.365 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 18:38:29.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children finished successfully 18:38:29.365 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 18:38:29.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:29.366 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 18:38:29.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:29.366 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 18:38:29.367 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath Variables 18:38:29.367 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath Variables 18:38:29.367 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath Variables about selection 18:38:29.368 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath Variables 18:38:29.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:29.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:29.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:29.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:29.379 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 18:38:29.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:29.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:29.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:29.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:29.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 18:38:29.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 18:38:29.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 18:38:29.411 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:38:29.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:29.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:29.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:29.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:29.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:29.417 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:38:29.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:29.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:29.418 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:29.418 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:29.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:38:29.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:38:29.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 18:38:29.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:29.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:29.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 18:38:29.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:38:29.565 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:38:29.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:29.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:29.566 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getVariables no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 18:38:29.566 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 18:38:29.566 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:38:29.566 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:38:29.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:29.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.647 s - in org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) Time elapsed: 2.582 s getVariables no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) Time elapsed: 0.493 s Running org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 18:38:29.591 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 18:38:29.596 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 18:38:29.596 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:38:29.597 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 18:38:29.597 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:38:29.597 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 18:38:29.603 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:38:29.603 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 18:38:29.603 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:38:29.604 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:38:29.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:29.607 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:38:29.607 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFolding no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 18:38:29.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 18:38:29.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:38:29.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:38:29.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:38:29.607 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:38:29.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:29.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.*'] 18:38:29.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:29.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 18:38:29.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:29.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:29.614 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 18:38:29.615 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 18:38:29.615 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:29.616 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:38:29.616 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:38:29.616 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:38:29.616 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:38:29.617 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:38:29.617 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:38:29.617 DEBUG [main][MenuItemLookup] Item match:Window 18:38:29.618 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:38:29.618 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:38:29.618 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:38:29.618 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:29.618 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:38:29.618 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:38:29.618 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:29.618 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:38:29.618 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:29.618 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:38:29.618 DEBUG [main][MenuItemLookup] Item match:Preferences 18:38:29.618 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:38:29.618 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:38:29.619 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:38:29.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:38:29.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. finished successfully 18:38:29.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:38:29.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:29.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:29.857 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:38:29.857 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:29.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 18:38:29.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:29.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:29.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:29.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:29.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:29.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:38:29.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:38:29.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:38:29.888 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:38:29.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:29.888 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:38:29.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:29.889 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:38:29.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:38:29.889 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:38:29.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:29.889 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:38:29.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:29.890 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:38:29.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 18:38:29.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 18:38:29.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:30.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:30.398 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 18:38:30.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 18:38:30.401 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 18:38:30.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:30.401 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 18:38:30.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:30.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 18:38:30.402 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 18:38:30.402 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 18:38:30.403 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 18:38:30.404 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 18:38:30.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:30.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:30.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:30.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:30.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.preferences.FoldingPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:38:30.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:30.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:30.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:30.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:30.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:30.474 INFO [WorkbenchTestable][CheckBox] Select checkbox Enable f&olding 18:38:30.474 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Enable f&olding 18:38:30.475 INFO [WorkbenchTestable][AbstractButton] Click button Enable f&olding 18:38:30.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:30.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:30.475 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:30.475 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:30.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:38:30.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:30.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:30.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:30.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:30.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:30.479 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:38:30.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:30.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:30.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:30.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:30.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:30.492 INFO [WorkbenchTestable][CheckBox] Select checkbox Enable f&olding 18:38:30.492 INFO [WorkbenchTestable][CheckBox] Check checkbox Enable f&olding 18:38:30.493 INFO [WorkbenchTestable][AbstractButton] Click button Enable f&olding 18:38:30.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:30.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:30.493 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:30.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:30.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 18:38:30.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:30.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:30.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:30.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:30.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:30.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:38:30.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:30.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:30.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:30.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:30.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:30.508 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:38:30.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:30.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:30.508 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:30.508 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:30.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:38:30.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:38:30.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 18:38:30.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:30.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:30.669 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 18:38:30.669 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:38:30.669 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:38:30.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:30.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:30.670 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFolding no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 18:38:30.670 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:38:30.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:30.670 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:38:30.671 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHeaderComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 18:38:30.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 18:38:30.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:38:30.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:38:30.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:38:30.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.*'] 18:38:30.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:30.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.*'] 18:38:30.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:30.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 18:38:30.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:30.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:30.672 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 18:38:30.672 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 18:38:30.672 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:30.673 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:38:30.673 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:38:30.673 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:38:30.673 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:38:30.673 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:38:30.673 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:38:30.673 DEBUG [main][MenuItemLookup] Item match:Window 18:38:30.674 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:38:30.674 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:38:30.674 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:38:30.674 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:30.674 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:38:30.674 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:38:30.674 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:30.674 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:38:30.674 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:30.674 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:38:30.674 DEBUG [main][MenuItemLookup] Item match:Preferences 18:38:30.674 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:38:30.674 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:38:30.675 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:38:30.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 'Preferences.*'] is available.... 18:38:30.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:38:30.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:38:30.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:30.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:30.913 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:38:30.913 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:30.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:38:30.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:30.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:30.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:30.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:30.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:30.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:38:30.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:38:30.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:38:30.930 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:38:30.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:30.934 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:38:30.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:30.934 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:38:30.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:38:30.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:38:30.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:30.936 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:38:30.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:30.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:38:30.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 18:38:30.975 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 18:38:30.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:30.976 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 18:38:30.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:30.976 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 18:38:30.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 18:38:30.977 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 18:38:30.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:30.978 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 18:38:30.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:30.978 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 18:38:30.980 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 18:38:30.980 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 18:38:30.980 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 18:38:30.984 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 18:38:30.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:30.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:30.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:30.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:30.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 2 and following matchers specified (Widget matcher matching widgets with style: 32) 18:38:30.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:30.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 18:38:31.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 18:38:31.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:31.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 18:38:31.003 INFO [WorkbenchTestable][CheckBox] Select checkbox &Header Comments 18:38:31.003 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Header Comments 18:38:31.003 INFO [WorkbenchTestable][AbstractButton] Click button &Header Comments 18:38:31.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:31.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:31.020 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:31.020 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:31.024 DEBUG [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) 18:38:31.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:31.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 18:38:31.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 18:38:31.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:31.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 18:38:31.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.preferences.FoldingPreferencePage, index 2 and following matchers specified (Widget matcher matching widgets with style: 32) 18:38:31.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:31.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 18:38:31.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 18:38:31.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:31.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 18:38:31.041 INFO [WorkbenchTestable][CheckBox] Select checkbox &Header Comments 18:38:31.041 INFO [WorkbenchTestable][CheckBox] Check checkbox &Header Comments 18:38:31.041 INFO [WorkbenchTestable][AbstractButton] Click button &Header Comments 18:38:31.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:31.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:31.042 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:31.043 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:31.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 2 and following matchers specified (Widget matcher matching widgets with style: 32) 18:38:31.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:31.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 18:38:31.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 18:38:31.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:31.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 18:38:31.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:38:31.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:31.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:31.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:31.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:31.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:31.069 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:38:31.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:31.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:31.069 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:31.069 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:31.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:38:31.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:38:31.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 18:38:31.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:31.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:31.217 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 18:38:31.218 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:38:31.218 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:38:31.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:31.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:31.222 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHeaderComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 18:38:31.222 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:38:31.222 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:31.223 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:38:31.223 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInnerTypes no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 18:38:31.223 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 18:38:31.223 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:38:31.223 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:38:31.223 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:38:31.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.*'] 18:38:31.223 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:31.224 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:38:31.224 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:31.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 18:38:31.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:31.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:31.225 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 18:38:31.225 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 18:38:31.225 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:31.226 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:38:31.226 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:38:31.226 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:38:31.226 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:38:31.226 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:38:31.226 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:38:31.226 DEBUG [main][MenuItemLookup] Item match:Window 18:38:31.227 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:38:31.227 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:38:31.227 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:38:31.227 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:31.227 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:38:31.227 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:38:31.227 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:31.227 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:38:31.227 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:31.227 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:38:31.227 DEBUG [main][MenuItemLookup] Item match:Preferences 18:38:31.227 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:38:31.227 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:38:31.232 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:38:31.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.... 18:38:31.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:38:31.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:38:31.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:31.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:31.473 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:38:31.473 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:31.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:38:31.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:31.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:31.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:31.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:31.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:31.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:38:31.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:38:31.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:38:31.507 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:38:31.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:31.508 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:38:31.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:31.511 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:38:31.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:38:31.512 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:38:31.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:31.512 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:38:31.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:31.512 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:38:31.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 18:38:31.513 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 18:38:31.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:31.514 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 18:38:31.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:31.518 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 18:38:31.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 18:38:31.519 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 18:38:31.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:31.520 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 18:38:31.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:31.520 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 18:38:31.522 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 18:38:31.522 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 18:38:31.522 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 18:38:31.523 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 18:38:31.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:31.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:31.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:31.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:31.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 3 and following matchers specified (Widget matcher matching widgets with style: 32) 18:38:31.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:31.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 18:38:31.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 18:38:31.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:31.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 18:38:31.546 INFO [WorkbenchTestable][CheckBox] Select checkbox Inner &types 18:38:31.546 INFO [WorkbenchTestable][CheckBox] Check checkbox Inner &types 18:38:31.546 INFO [WorkbenchTestable][AbstractButton] Click button Inner &types 18:38:31.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:31.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:31.546 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:31.547 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:31.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 3 and following matchers specified (Widget matcher matching widgets with style: 32) 18:38:31.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:31.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 18:38:31.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 18:38:31.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:31.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 18:38:31.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 3 and following matchers specified (Widget matcher matching widgets with style: 32) 18:38:31.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:31.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 18:38:31.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 18:38:31.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:31.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 18:38:31.578 INFO [WorkbenchTestable][CheckBox] Select checkbox Inner &types 18:38:31.579 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Inner &types 18:38:31.579 INFO [WorkbenchTestable][AbstractButton] Click button Inner &types 18:38:31.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:31.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:31.579 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:31.579 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:31.580 DEBUG [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) 18:38:31.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:31.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 18:38:31.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 18:38:31.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:31.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 18:38:31.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:38:31.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:31.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:31.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:31.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:31.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:31.597 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:38:31.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:31.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:31.603 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:31.603 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:31.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:38:31.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:38:31.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 18:38:31.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:31.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:31.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 18:38:31.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:38:31.751 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:38:31.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:31.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:31.752 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInnerTypes no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 18:38:31.752 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:38:31.752 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:31.753 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:38:31.753 INFO [WorkbenchTestable][RequirementsRunner] Started test: testComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 18:38:31.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 18:38:31.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:38:31.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:38:31.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:38:31.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.*'] 18:38:31.754 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:31.754 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:38:31.754 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:31.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 18:38:31.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:31.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:31.755 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 18:38:31.755 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 18:38:31.755 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:31.757 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:38:31.757 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:38:31.757 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:38:31.757 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:38:31.757 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:38:31.757 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:38:31.757 DEBUG [main][MenuItemLookup] Item match:Window 18:38:31.757 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:38:31.758 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:38:31.758 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:38:31.758 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:31.758 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:38:31.758 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:38:31.758 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:31.758 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:38:31.758 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:31.758 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:38:31.758 DEBUG [main][MenuItemLookup] Item match:Preferences 18:38:31.758 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:38:31.758 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:38:31.759 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:38:31.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 18:38:31.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:38:31.985 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:38:31.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:31.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:31.988 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:38:31.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:31.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:38:31.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:31.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:32.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:32.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:32.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:32.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:38:32.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:38:32.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:38:32.022 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:38:32.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:32.026 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:38:32.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:32.026 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:38:32.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:38:32.027 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:38:32.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:32.027 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:38:32.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:32.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:38:32.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 18:38:32.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 18:38:32.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:32.065 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 18:38:32.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:32.065 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 18:38:32.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 18:38:32.066 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 18:38:32.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:32.067 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 18:38:32.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:32.068 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 18:38:32.069 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 18:38:32.069 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 18:38:32.069 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 18:38:32.070 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 18:38:32.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:32.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:32.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:32.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:32.076 DEBUG [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) 18:38:32.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:32.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:38:32.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:38:32.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:32.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 18:38:32.086 INFO [WorkbenchTestable][CheckBox] Select checkbox &Comments 18:38:32.086 INFO [WorkbenchTestable][CheckBox] Check checkbox &Comments 18:38:32.086 INFO [WorkbenchTestable][AbstractButton] Click button &Comments 18:38:32.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:32.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:32.087 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:32.087 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:32.087 DEBUG [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) 18:38:32.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:32.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:38:32.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:38:32.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:32.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 18:38:32.116 DEBUG [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) 18:38:32.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:32.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:38:32.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:38:32.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:32.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 18:38:32.120 INFO [WorkbenchTestable][CheckBox] Select checkbox &Comments 18:38:32.120 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Comments 18:38:32.120 INFO [WorkbenchTestable][AbstractButton] Click button &Comments 18:38:32.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:32.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:32.121 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:32.121 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:32.121 DEBUG [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) 18:38:32.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:32.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 18:38:32.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 18:38:32.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:32.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 18:38:32.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:38:32.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:32.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:32.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:32.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:32.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:32.143 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:38:32.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:32.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:32.143 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:32.143 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:32.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:38:32.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:38:32.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 18:38:32.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:32.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:32.298 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 18:38:32.298 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:38:32.298 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:38:32.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:32.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:32.299 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 18:38:32.299 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:38:32.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:32.300 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:38:32.300 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMembers no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 18:38:32.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 18:38:32.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:38:32.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:38:32.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:38:32.300 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:38:32.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:32.300 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:38:32.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:32.301 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 18:38:32.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:32.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:32.301 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 18:38:32.301 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 18:38:32.301 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:32.302 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:38:32.302 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:38:32.302 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:38:32.302 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:38:32.303 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:38:32.303 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:38:32.303 DEBUG [main][MenuItemLookup] Item match:Window 18:38:32.303 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:38:32.303 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:38:32.303 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:38:32.303 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:32.303 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:38:32.303 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:38:32.303 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:32.303 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:38:32.303 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:32.303 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:38:32.303 DEBUG [main][MenuItemLookup] Item match:Preferences 18:38:32.303 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:38:32.303 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:38:32.304 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:38:32.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 'Preferences.*'] is available.... 18:38:32.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:38:32.523 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:38:32.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:32.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:32.525 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:38:32.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:32.526 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:38:32.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:32.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:32.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:32.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:32.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:32.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:38:32.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:38:32.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:38:32.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:38:32.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:32.559 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:38:32.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:32.559 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:38:32.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:38:32.590 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:38:32.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:32.591 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:38:32.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:32.591 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:38:32.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 18:38:32.591 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 18:38:32.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:32.592 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 18:38:32.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:32.592 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 18:38:32.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 18:38:32.592 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 18:38:32.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:32.592 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 18:38:32.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:32.592 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 18:38:32.593 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 18:38:32.593 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 18:38:32.598 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 18:38:32.599 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 18:38:32.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:32.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:32.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:32.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:32.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.preferences.FoldingPreferencePage, index 4 and following matchers specified (Widget matcher matching widgets with style: 32) 18:38:32.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:32.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 18:38:32.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 18:38:32.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:32.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 18:38:32.610 INFO [WorkbenchTestable][CheckBox] Select checkbox &Members 18:38:32.610 INFO [WorkbenchTestable][CheckBox] Check checkbox &Members 18:38:32.610 INFO [WorkbenchTestable][AbstractButton] Click button &Members 18:38:32.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:32.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:32.624 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:32.624 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:32.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) 18:38:32.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:32.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 18:38:32.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 18:38:32.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:32.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 18:38:32.649 DEBUG [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) 18:38:32.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:32.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 18:38:32.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 18:38:32.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:32.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 18:38:32.665 INFO [WorkbenchTestable][CheckBox] Select checkbox &Members 18:38:32.666 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Members 18:38:32.666 INFO [WorkbenchTestable][AbstractButton] Click button &Members 18:38:32.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:32.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:32.667 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:32.667 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:32.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.preferences.FoldingPreferencePage, index 4 and following matchers specified (Widget matcher matching widgets with style: 32) 18:38:32.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:32.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 18:38:32.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 18:38:32.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:32.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 18:38:32.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:38:32.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:32.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:32.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:32.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:32.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:32.690 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:38:32.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:32.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:32.690 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:32.690 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:32.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:38:32.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:38:32.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 18:38:32.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:32.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:32.839 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 18:38:32.839 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:38:32.840 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:38:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:32.841 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMembers no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 18:38:32.841 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:38:32.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:32.841 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 18:38:32.842 INFO [WorkbenchTestable][RequirementsRunner] Started test: testImports no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 18:38:32.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 18:38:32.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 18:38:32.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 18:38:32.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 18:38:32.842 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 18:38:32.842 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:32.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.*'] 18:38:32.843 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:32.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 18:38:32.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:32.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:32.844 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 18:38:32.844 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 18:38:32.844 DEBUG [main][MenuItemLookup] Found menu:'File' 18:38:32.850 DEBUG [main][MenuItemLookup] Found menu:'Edit' 18:38:32.850 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 18:38:32.850 DEBUG [main][MenuItemLookup] Found menu:'Search' 18:38:32.850 DEBUG [main][MenuItemLookup] Found menu:'Project' 18:38:32.850 DEBUG [main][MenuItemLookup] Found menu:'Run' 18:38:32.850 DEBUG [main][MenuItemLookup] Found menu:'Window' 18:38:32.850 DEBUG [main][MenuItemLookup] Item match:Window 18:38:32.851 DEBUG [main][MenuItemLookup] Found menu:'New Window' 18:38:32.851 DEBUG [main][MenuItemLookup] Found menu:'Editor' 18:38:32.851 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 18:38:32.851 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:32.851 DEBUG [main][MenuItemLookup] Found menu:'Show View' 18:38:32.851 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 18:38:32.851 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:32.851 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 18:38:32.851 DEBUG [main][MenuItemLookup] Found menu:'' 18:38:32.851 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 18:38:32.851 DEBUG [main][MenuItemLookup] Item match:Preferences 18:38:32.855 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 18:38:32.855 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 18:38:32.856 INFO [main][MenuItemHandler] Select menu item: &Preferences 18:38:33.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.... 18:38:33.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 18:38:33.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 18:38:33.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:33.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:33.063 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 18:38:33.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 18:38:33.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 18:38:33.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:33.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:33.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:33.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:33.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 18:38:33.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 18:38:33.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 18:38:33.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 18:38:33.139 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:38:33.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:33.139 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:38:33.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:33.139 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:38:33.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 18:38:33.140 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 18:38:33.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:33.144 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 18:38:33.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:33.145 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 18:38:33.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 18:38:33.146 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 18:38:33.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:33.147 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 18:38:33.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:33.147 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 18:38:33.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 18:38:33.147 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 18:38:33.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 18:38:33.147 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 18:38:33.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 18:38:33.148 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 18:38:33.153 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 18:38:33.153 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 18:38:33.153 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 18:38:33.154 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 18:38:33.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:33.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:33.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:33.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:33.157 DEBUG [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) 18:38:33.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:33.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 18:38:33.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 18:38:33.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:33.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 18:38:33.213 INFO [WorkbenchTestable][CheckBox] Select checkbox &Imports 18:38:33.213 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Imports already selected, no action performed 18:38:33.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 5 and following matchers specified (Widget matcher matching widgets with style: 32) 18:38:33.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:33.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 18:38:33.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 18:38:33.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:33.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 18:38:33.222 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 5 and following matchers specified (Widget matcher matching widgets with style: 32) 18:38:33.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:33.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 18:38:33.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 18:38:33.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:33.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 18:38:33.229 INFO [WorkbenchTestable][CheckBox] Select checkbox &Imports 18:38:33.229 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Imports 18:38:33.229 INFO [WorkbenchTestable][AbstractButton] Click button &Imports 18:38:33.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:33.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:33.230 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:33.230 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:33.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 5 and following matchers specified (Widget matcher matching widgets with style: 32) 18:38:33.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:33.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 18:38:33.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 18:38:33.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:33.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 18:38:33.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 18:38:33.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 18:38:33.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 18:38:33.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 18:38:33.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 18:38:33.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 18:38:33.256 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 18:38:33.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 18:38:33.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 18:38:33.256 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 18:38:33.256 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 18:38:33.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 18:38:33.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 18:38:33.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 18:38:33.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 18:38:33.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 18:38:33.420 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 18:38:33.420 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:38:33.420 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:38:33.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:33.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 18:38:33.421 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testImports no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 18:38:33.421 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 18:38:33.421 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 18:38:33.421 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 18:38:33.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 18:38:33.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.832 s - in org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest testFolding no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 1.063 s testHeaderComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.551 s testInnerTypes no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.529 s testComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.546 s testMembers no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.541 s testImports no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.579 s Results: Failures: LogViewTest.getWarningMessage:130 Tests run: 310, Failures: 1, Errors: 0, Skipped: 3 [ERROR] There are test failures. Please refer to /home/jenkins/agent/workspace/reddeer.eclipse.test/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.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/jacoco.exec [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 38:32 min [INFO] Finished at: 2020-08-26T18:38:39Z [INFO] ------------------------------------------------------------------------ Terminating xvnc. Archiving artifacts Recording test results Build step 'Publish JUnit test result report' changed build result to UNSTABLE [Set GitHub commit status (universal)] PENDING on repos [] (sha:40d5191) with context:reddeer.eclipse.test Finished: UNSTABLE